/*
Theme Name: Authority Pro
Theme URI: https://my.studiopress.com/themes/authority/
Description: Authority Pro is perfect for establishing trust and building your online business.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 1.3.0

Tags: accessibility-ready, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: authority-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Footer Navigation
		- Social Navigation
	- Content Area
		- Featured Image
		- Entries
		- Entry Messages
		- Grid Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebar
	- Top Banner
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1250px
		- Max-width: 1075px
		- Max-width: 860px
		- Max-width: 800px
		- Max-width: 600px
	- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	line-height: 1.75;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}

a {
	color: #000cff;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: #555;
	font-size: 18px;
	line-height: 1.67;
	margin: 35px;
	position: relative;
}

blockquote::before {
	color: #ccc;
	content: "\201C";
	display: block;
	font-size: 80px;
	height: 0;
	left: -0.75em;
	position: absolute;
	top: -0.5em;
}

blockquote cite {
	color: #707070;
	display: block;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-top: 24px;
	text-transform: uppercase;
}

.flexible-widgets blockquote,
.flexible-widgets blockquote p {
	font-size: 22px;
	line-height: 1.66;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 20px;
	text-decoration: none;
}

h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h1 {
	font-size: 56px;
	letter-spacing: -0.03em;
	line-height: 1;
}

h2 {
	font-size: 42px;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

h3 {
	color: #111;
	font-size: 28px;
	letter-spacing: -0.01em;
	line-height: 1.23;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 20px;
	margin-top: 40px;
}

h4 {
	color: #000cff;
	font-size: 24px;
	line-height: 1.2;
}

h5,
h6 {
	color: #000cff;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

h6 {
	color: #555;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

img.image-border {
	border: 10px solid #fff;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #ccc;
	color: #111;
	font-size: 18px;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 2px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.genesis-nav-menu .highlight a,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #fff;
	border: 2px solid #000cff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.24);
	color: #000cff;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
	width: auto;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.genesis-nav-menu .highlight a:focus,
.genesis-nav-menu .highlight a:hover,
.more-link:focus,
.more-link:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background: #000be6;
	border-color: #000be6;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #f4f4f4;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}

.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	border-width: 2px;
}

.ab-block-post-grid a.ab-block-post-grid-more-link {
	color: #000cff;
	display: inline;
}

.ab-block-post-grid a.ab-block-post-grid-more-link:hover {
	color: #333;
}

.ab-block-post-grid-more-link::after {
	content: "\2192";
}

.ab-block-post-grid a.ab-block-post-grid-more-link,
.ab-block-post-grid a.ab-block-post-grid-more-link:hover,
.more-link-wrap a:not(.more-link) {
	border-bottom: 1px solid currentColor;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #f4f4f4;
}

.button {
	display: inline-block;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.button.primary,
.more-link {
	background-color: #000cff;
	color: #f4f4f4;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary {
	background-color: #111;
	border-color: #111;
	color: #f4f4f4;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.button.secondary:focus,
.button.secondary:hover {
	background-color: #333;
	border-color: #333;
	color: #f4f4f4;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	font-size: 14px;
	padding: 9px 24px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	padding: 24px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	box-shadow: none;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
	transform: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 35px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px 15px;
}

th {
	font-weight: 700;
	padding: 10px;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #f4f4f4;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 70px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.single.has-featured-image .site-inner {
	padding-top: 20px;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.sidebar-content .content {
	max-width: 680px;
}

.content-sidebar .content {
	float: left;
}

.authority-grid .content,
.full-width-content .content {
	width: 100%;
}

.full-width-content.single .content,
.full-width-content.page .content {
	float: none;
	margin: 45px auto 140px;
	max-width: 680px;
}

.full-width-content.page .content {
	margin-top: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 375px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
	position: relative;
	z-index: 2;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin-right: 20px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 35px;
	padding-bottom: 20px;
}

.author-box {
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 1.87;
	margin-bottom: 70px;
	padding: 35px 70px;
}

.after-entry {
	margin-bottom: 70px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-description {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 0 0 35px 0;
	margin-bottom: 70px;
}

.full-width-content .archive-description {
	margin-bottom: 40px;
}

.author-box .avatar {
	border: 7px solid #fff;
	border-radius: 0;
	box-shadow: 0 9px 45px rgba(0, 0, 0, 0.14);
	transform: translate3d(-35px, 0, 0);
	margin: 0 15px 35px -70px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 35px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.author-box-title {
	color: #111;
	font-size: 26px;
	line-height: 1.23;
	margin-bottom: 20px;
}

.archive-title {
	font-size: 56px;
	margin: 0 0 30px 0;
}

.entry-title {
	font-size: 42px;
}

.single .entry-title {
	font-size: 52px;
	line-height: 1;
	letter-spacing: -0.03em;
}

.authority-subtitle {
	color: #000cff;
	display: block;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.ab-block-post-grid .ab-block-post-grid-header .ab-block-post-grid-title a,
.entry-title a,
.sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}

.ab-block-post-grid .ab-block-post-grid-header .ab-block-post-grid-title a:focus,
.ab-block-post-grid .ab-block-post-grid-header .ab-block-post-grid-title a:hover,
.entry-title a:focus,
.entry-title a:hover {
	color: #000cff;
	text-decoration: none;
}

.widget-title {
	clear: both;
	font-size: 18px;
	margin-bottom: 20px;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.flexible-widgets .widget-title,
.flexible-widgets .entry-title {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.flexible-widgets .featuredpost .widget-title {
	padding: 0 0 10px;
}

.flexible-widgets .featuredpost .more-posts-title {
	display: block;
	margin-top: 20px;
}

.footer-widgets .featured-content .entry-title,
.flexible-widgets .featuredpost .entry-title,
.authority-grid.archive:not(.woocommerce-page) .entry-title {
	font-size: 26px;
	letter-spacing: -0.01em;
}

.enews-widget .widget-title {
	color: #111;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	color: #111;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 24px;
}


/* Widgets
---------------------------------------------------------------------------- */

.sidebar .widget {
	padding: 50px;
}

.after-entry .widget {
	margin-bottom: 35px;
}

.widget {
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.sidebar .widget:first-of-type {
	background-color: #fff;
	box-shadow: 0 15px 80px rgba(0, 0, 0, 0.14);
	margin-bottom: 20px;
}

.single .sidebar .widget:first-of-type {
	margin-top: -60px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets > .wrap {
	padding: 35px 0;
}

.flexible-widgets .widget {
	padding: 35px;
	width: 48%;
}

.flexible-widgets .widget:nth-child(odd) {
	clear: both;
	float: left;
}

.flexible-widgets .widget:nth-child(even) {
	float: right;
}

.flexible-widgets.widget-odd .widget:last-of-type {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	text-align: center;
	width: 100%;
}

.flexible-widgets .entry-content,
.flexible-widgets .textwidget {
	margin-left: 35px;
}

.flexible-widgets.widget-odd .widget:last-of-type .entry-content,
.flexible-widgets.widget-odd .widget:last-of-type .textwidget {
	margin-left: 0;
}

.flexible-widgets .featuredpost .entry-content {
	margin-left: 0;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type {
	max-width: none;
	padding: 70px 0 0;
	text-align: left;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 35px;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.content .featuredpage .entry-image {
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	border: 10px solid #fff;
	vertical-align: middle;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background: #fff;
	box-shadow: 0 15px 80px rgba(0, 0, 0, 0.14);
	padding: 40px 60px;
	position: relative;
	text-align: center;
}

.flexible-widgets .enews-widget {
	padding: 60px 100px;
}

.footer-widgets .enews-widget:nth-child(1),
.footer-widgets .enews-widget:nth-child(2) {
	margin: -60px 0;
}

.footer-widgets .widget-odd .enews-widget:nth-child(1),
.footer-widgets .widget-odd .enews-widget:nth-child(2) {
	margin-bottom: 35px;
}

.footer-widgets .widget-odd .enews-widget:last-child {
	margin-bottom: -60px;
}

.enews-widget::after,
.sidebar .enews-widget:nth-child(2n+1)::after {
	background: #000cff;
	content: "";
	display: block;
	height: 5px;
	left: auto;
	position: absolute;
	right: 0;
	top: 70px;
	transform: translateX(50%);
	width: 40px;
}

.enews-widget:nth-child(odd)::after {
	right: auto;
	left: 0;
	transform: translateX(-50%);
}

.enews-widget p:first-of-type {
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.enews-widget .enews form + p {
	color: #707070;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	margin-top: 12px;
}

.enews-widget form {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.enews-widget input[type="submit"] {
	background-color: #000cff;
	color: #f4f4f4;
}

.enews-widget input[type="submit"]:focus,
.enews-widget input[type="submit"]:hover {
	background-color: #000be6;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */

.site-container .wpforms-container {
	margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 16px;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input,
.site-container .entry-content .wpforms-form textarea {
	border: 2px solid #ccc;
	font-size: 18px;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input:focus,
.site-container .entry-content .wpforms-form textarea:focus {
	border: 2px solid #999;
	outline: none;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #111;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
}

.wp-custom-logo .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
	width: 300px;
}

.site-title {
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #111;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.site-header .custom-logo-link .custom-logo {
	max-height: 80px;
	width: auto;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -0.01em;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 12px 20px;
}

.genesis-nav-menu .highlight {
	margin-left: 20px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000cff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .nav-primary {
	float: right;
	max-width: 940px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px;
}

/* Social Navigation
--------------------------------------------- */

.nav-social {
	left: 35px;
	position: fixed;
	top: 0;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: 0 100%;
	z-index: 999;
}

.admin-bar .nav-social {
	top: 22px;
}

.top-banner-visible .nav-social {
	top: 70px;
}

.admin-bar.top-banner-visible .nav-social {
	top: 105px;
}

.nav-social a {
	color: #707070;
	font-size: 12px;
	letter-spacing: 0.03em;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
}

.nav-social li:not(:first-child) a::before {
	background: #999;
	content: "";
	display: inline-block;
	height: 2px;
	left: -2px;
	position: absolute;
	top: 0.8em;
	width: 2px;
}

.nav-social li:first-child a::before {
	background: #ddd;
	content: "";
	display: inline-block;
	height: 1px;
	left: -100vh;
	position: absolute;
	top: 0.8em;
	width: 100vh;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Featured Images
--------------------------------------------- */

.authority-featured-image {
	margin: 0 0 24px;
	padding: 0;
}

.ab-block-post-grid-image a {
	display: inline-block;
}

.ab-block-post-grid-image a,
.authority-featured-image,
.featuredpost .has-post-thumbnail > a {
	position: relative;
	z-index: 1;
}

.ab-block-post-grid-image a::before,
.authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
	background: #f4f4f4;
	content: "";
	left: -30px;
	height: calc(100% + 20px);
	position: absolute;
	top: 30px;
	width: calc(100% + 60px);
	z-index: -1;
}

.single .authority-featured-image::before {
	height: calc(100% + 45px);
}

.ab-block-post-grid-image a::before,
.authority-grid.archive:not(.woocommerce-page) .authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
	height: calc(100% + 10px);
}

.sidebar-content.single .authority-featured-image::before {
	left: auto;
	right: 0;
}

.featuredpost .alignnone {
	margin-bottom: 24px;
}

.authority-featured-image.authority-image-alignleft {
	float: left;
	margin: 0 24px 24px 0;
}

.authority-featured-image.authority-image-alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.authority-featured-image.authority-image-alignleft img,
.authority-featured-image.authority-image-alignright img {
	margin: 0;
}

.ab-block-post-grid-image img,
.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
	box-shadow: 0 16px 65px rgba(0, 0, 0, 0.18);
	vertical-align: middle;
}

.ab-block-post-grid-image img,
.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
	transition: transform 0.5s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99);
	transform: translate3d(0, 0, 0);
}

.ab-block-post-grid-image a:focus img,
.ab-block-post-grid-image a:hover img,
.authority-featured-image a:focus img,
.authority-featured-image a:hover img,
.featuredpost .has-post-thumbnail > a:focus img,
.featuredpost .has-post-thumbnail > a:hover img {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
	transform: translate3d(0, 10px, 0);
}

.has-featured-image .content {
	margin-top: 24px;
}

.ab-block-post-grid-text,
.has-featured-image .content,
.has-featured-image .sidebar,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-header {
	position: relative;
	z-index: 2;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 70px;
}

.entry-header {
	margin-bottom: 35px;
}

.entry-content .intro {
	color: #111;
	font-size: 20px;
	font-style: italic;
	line-height: 1.7;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	padding-left: 35px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #111;
	color: #eee;
}

p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
	background-color: #111;
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

/* Grid Entries
--------------------------------------------- */

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
.authority-grid.archive:not(.woocommerce-page) .content .entry {
	float: left;
	padding: 0 35px;
	width: 33.3%;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
	padding-bottom: 35px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry:nth-of-type(3n+1),
.authority-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1) {
	clear: left;
}

.ab-block-post-grid-header,
.featuredpost .entry-header,
.authority-grid.archive:not(.woocommerce-page) .entry-header {
	margin-bottom: 24px;
}

.featuredpost .entry-content p,
.authority-grid.archive:not(.woocommerce-page) .entry-content p {
	margin-bottom: 12px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
	padding-left: 35px;
	padding-right: 35px;
}

/* Entry Meta
--------------------------------------------- */

.entry-meta {
	color: #707070;
	font-size: 12px;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 10px;
}

.ab-block-post-grid .ab-block-post-grid-header .ab-block-post-grid-byline,
.entry-meta > * {
	color: #555;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

.entry-meta > .entry-author {
	margin-left: 5px;
}

.entry-categories,
.entry-tags {
	display: block;
	margin-left: 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-footer {
	position: relative;
	z-index: 2;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 35px 0 70px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #111;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	text-decoration: none;
}

.archive-pagination .pagination-next > a,
.archive-pagination .pagination-previous > a {
	border: 2px solid #000cff;
	color: #000cff;
	padding: 6px 20px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #000cff;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments > h3,
.entry-pings > h3,
.comment-respond > h3 {
	color: #111;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -1px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 14px;
	line-height: 1.85;
	margin-bottom: 70px;
}

.comment-list li {
	border-left: 2px solid #eee;
	margin: 35px 0 0 15px;
	padding: 0 0 0 35px;
}

.comment-list .depth-1 {
	border-left: none;
	margin-left: 0;
	padding: 0;
}

.comment-header {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-header a {
	color: #555;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-header p {
	margin-bottom: 0;
}

.says {
	color: #707070;
	font-style: italic;
	margin-left: 5px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 15px;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment-reply {
	color: #000cff;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	margin-bottom: 35px;
}


/* Top Banner
---------------------------------------------------------------------------- */

.authority-top-banner {
	background: #000cff;
	display: none;
	padding: 24px 80px 24px 24px;
	position: relative;
	text-align: center;
}

.authority-top-banner,
.authority-top-banner a {
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.55;
}

.authority-top-banner,
.authority-top-banner a,
.authority-top-banner a:focus,
.authority-top-banner a:hover {
	color: #fff;
}

#authority-top-banner-close,
#authority-top-banner-close:focus,
#authority-top-banner-close:hover {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
}

#authority-top-banner-close {
	padding-left: 35px;
	padding-right: 35px;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f4f4f4;
	clear: both;
}

.footer-widgets .widget_media_image::after {
	display: none;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-top: 70px;
	padding: 35px 0;
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 0;
	margin-top: 7px;
}

.site-footer .nav-secondary {
	float: right;
}

.site-footer .genesis-nav-menu a {
	font-size: 12px;
	letter-spacing: 0.08em;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.site-header .nav-primary {
		max-width: 800px;
	}

}


@media only screen and (max-width: 1250px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.site-header .nav-primary {
		max-width: 620px;
	}

	.author-box .avatar {
		margin-left: -60px;
	}

}

@media only screen and (max-width: 1075px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.sidebar-primary,
	.site-header .nav-primary {
		float: none;
		max-width: 100%;
		width: 100%;
	}

	.title-area {
		float: left;
		margin-right: 10px;
		width: 300px;
	}

	.wp-custom-logo .title-area,
	.title-area {
		max-width: 50%;
	}

	.archive-description {
		margin-bottom: 35px;
		padding-bottom: 20px;
	}

	.archive-description,
	.entry {
		margin-left: auto;
		margin-right: auto;
		max-width: 680px;
	}

	.authority-grid .archive-description {
		max-width: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	/* Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.genesis-responsive-menu .highlight a,
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		background: transparent;
		box-shadow: none;
		color: #111;
		transform: none;
	}

	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		color: #000cff;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border: 2px solid #000cff;
		background-color: #fff;
		color: #000cff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: #000cff;
		color: #fff;
	}

	.menu-toggle {
		float: right;
		line-height: 20px;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: top;
	}

	.sub-menu-toggle {
		float: right;
		padding: 15px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #000cff;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px 15px 0;
		text-align: left;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu,
	.genesis-nav-menu .highlight {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		box-shadow: none;
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.flexible-widgets .widget {
		padding-left: 25px;
		padding-right: 25px;
	}

	.flexible-widgets .entry-content,
	.flexible-widgets .textwidget {
		margin-left: 0;
	}

	.enews-widget {
		padding: 20px 40px;
	}

	.flexible-widgets .enews-widget {
		padding: 40px 60px;
	}

	.authority-featured-image::before,
	.featuredpost .has-post-thumbnail > a::before {
		left: -20px;
		width: calc(100% + 40px);
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		padding: 0 25px;
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
		padding-left: 25px;
		padding-right: 25px;
	}

	.single .sidebar .widget:first-of-type {
		margin-top: 0;
	}

	.site-footer {
		margin-top: 20px;
		text-align: center;
	}

	.site-footer .nav-secondary {
		float: none;
	}

}

@media only screen and (max-width: 860px) {

	.author-box .avatar {
		margin-left: 35px;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.site-header .wrap,
	.wrap,
	#footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.authority-featured-image,
	.entry,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 0;
	}

	.entry-footer {
		margin-left: 0;
	}

	.archive-description {
		text-align: center;
	}

	.archive-title {
		font-size: 32px;
	}

	.enews-widget .widget-title {
		font-size: 28px;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	#authority-top-banner-close {
		padding-left: 20px;
		padding-right: 20px;
	}

	.authority-top-banner {
		padding-left: 18px;
		padding-right: 60px;
	}

	.enews-widget::after {
		display: none;
	}

	.flexible-widgets .widget-title,
	.flexible-widgets .entry-title {
		font-size: 32px;
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type {
		padding-top: 20px;
	}

	.authority-featured-image::before,
	.featuredpost .has-post-thumbnail > a::before {
		left: -15px;
		width: calc(100% + 30px);
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		padding: 0 20px;
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title {
		padding-left: 20px;
		padding-right: 20px;
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
		padding: 0 20px 10px;
	}

	.flexible-widgets .featuredpost .entry-title,
	.footer-widgets .featured-content .entry-title,
	.authority-grid.archive:not(.woocommerce-page) .entry-title {
		font-size: 22px;
	}

}

@media only screen and (max-width: 800px) {

	h2,
	.entry-comments > h3,
	.entry-pings > h3,
	.comment-respond > h3,
	.entry-title {
		font-size: 32px;
	}

	h1,
	.single .entry-title {
		font-size: 42px;
	}

	.full-width-content.single .content {
		margin-top: 20px;
	}

	.flexible-widgets .widget,
	.flexible-widgets .widget:nth-child(odd),
	.flexible-widgets.widget-odd .widget:last-of-type,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		clear: both;
		float: none;
		position: static;
		text-align: center;
		max-width: none;
		padding: 20px 0;
		width: 100%;
	}

	.footer-widgets .enews-widget:nth-child(1),
	.footer-widgets .enews-widget:nth-child(2) {
		margin: 0;
	}

	blockquote {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 0;
	}

	blockquote::before {
		position: relative;
		left: -8px;
		height: 80px;
		top: auto;
	}

	.flexible-widgets blockquote p {
		font-size: 18px;
	}

	.ab-block-post-grid div[class*="columns"].is-grid,
	.ab-block-post-grid .is-list .entry {
		grid-template-columns: 1fr;
	}

	.ab-block-post-grid .ab-post-grid-items .entry,
	.ab-block-post-grid .ab-post-grid-items.is-grid .entry,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}

	.flexible-widgets .featuredpost .more-posts,
	.flexible-widgets .featuredpost .widget-title {
		padding-left: 0;
		padding-right: 0;
	}

	.authority-featured-image::before,
	.featuredpost .has-post-thumbnail > a::before {
		display: none;
	}

	.flexible-widgets .enews-widget,
	.flexible-widgets .enews-widget:last-of-type,
	.flexible-widgets.widget-odd .enews-widget:last-of-type {
		padding: 30px 40px;
	}

}

@media only screen and (max-width: 600px) {

	.wrap {
		padding: 0;
	}

	.flexible-widgets > .wrap {
		padding: 15px 0;
	}

	.enews-widget,
	.flexible-widgets .enews-widget,
	.flexible-widgets .enews-widget:last-of-type,
	.flexible-widgets.widget-odd .enews-widget:last-of-type {
		padding: 20px;
	}

}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		clear: both;
		padding: 20px;
	}

	.authority-grid.archive .content .entry,
	.content,
	.content-sidebar,
	.flexible-widgets .featured-content .entry,
	.flexible-widgets .widget,
	.wp-custom-logo .title-area,
	.title-area,
	.woocommerce.archive .content .entry {
		max-width: 100% !important;
		width: 100% !important;
	}

	.flexible-widgets .widget,
	.flexible-widgets .widget:nth-child(2n) {
		float: none;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.nav-social,
	.pagination,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.author-box {
		margin-bottom: 0;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.more-link {
		border-width: 0;
		display: block;
		margin-bottom: 20px;
		position: static;
	}

	.more-link-wrap {
		border-width: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

@charset "utf-8" ;
:root{
	--cg-orange:#f39c12;
	--cg-carrot:#e67e22;
	--cg-red:#e74c3c;
	--cg-gray:#95a5a6;
	--cg-blue:#3498db;
	--cg-black:#2f3640;
	--cg-green:#27ae60;
	--cg-bluebell:#2b348e;
	--cg-bluedark:#1289A7;
	--cg-berry:#CA2C68;
	--cg-keppel:#AE7C5B;
	--cg-dupain:#148F77;
	--cg-darkorange:#F33B19;
	--cg-darknavy:#0f4c75;
	--cg-eggplant:#5a3d55;
	--cg-darkgreen:#438a5e;
	--cg-theme-color:#333;
}
.cg-black{--cg-theme-color:var(--cg-black);}
.cg-orange{--cg-theme-color:var(--cg-orange);}
.cg-carrot{--cg-theme-color:var(--cg-carrot);}
.cg-red{--cg-theme-color:var(--cg-red);}
.cg-gray{--cg-theme-color:var(--cg-gray);}
.cg-blue{--cg-theme-color:var(--cg-blue);}
.cg-green{--cg-theme-color:var(--cg-green);}
.cg-bluebell{--cg-theme-color:var(--cg-bluebell);}
.cg-bluedark{--cg-theme-color:var(--cg-bluedark);}
.cg-berry{--cg-theme-color:var(--cg-berry);}
.cg-keppel{--cg-theme-color:var(--cg-keppel);}
.cg-dupain{--cg-theme-color:var(--cg-dupain);}
.cg-darkorange{--cg-theme-color:var(--cg-darkorange);}
.cg-darknavy{--cg-theme-color:var(--cg-darknavy);}
.cg-eggplant{--cg-theme-color:var(--cg-eggplant);}
.cg-darkgreen{--cg-theme-color:var(--cg-darkgreen);}

/*===== Product table end ======*/
table[class*='cg-table-']{border-spacing: 0;border-collapse: collapse;background-color: transparent;width: 100%;max-width: 100%;margin-bottom: 20px;line-height: normal;border:none;}
table[class*='cg-table-'] tbody td{padding: 8px;vertical-align: middle;position: relative;border:none;}
table[class*='cg-table-'] thead th{padding: 8px;position: relative; background-color:var(--cg-theme-color);color: #fff; text-align: center; font-weight: bold;vertical-align: middle;font-size:14px;text-transform: uppercase;border:none;}
table[class*='cg-table-'] tbody td a:focus,
table[class*='cg-table-'] tbody td a:hover,
table[class*='cg-table-'] tbody td a{text-decoration: none;}

.cg-tbl-img{width:140px;height: 140px;display: flex;align-items: center;justify-content: center;overflow: hidden;clear: left;}
.cg-tbl-img img{display: block;max-width: 90%;max-height: 90%;height: auto;transition: all 0.2s ease-in-out;}
.cg-tbl-img:hover img{transform: scale(1.2);}

.cg-table-title{text-align: left;color:#303030;font-size: 20px;font-weight: 600;display: block;margin:4px 5px 5px 5px;word-break: break-word;}

.cg-tbl-ul{margin:8px 0px;position: relative;}
.cg-tbl-ul p{margin-bottom: 15px;}
.cg-tbl-ul p:last-child{margin-bottom:0px;}
.cg-tbl-ul ul{margin:0px;padding:0px;list-style: none;display: block;position: relative;}
.cg-tbl-ul ul li{display: block;margin:4px 0;position: relative;padding-left: 20px;}
.cg-tbl-ul ul li:before{content: "\2714";position: absolute;left: 0;font-weight: bold;top: 0px;color: var(--cg-theme-color);font-size: 14px;}

.cg-tbl-ribbon{margin: auto 0 5px -18px;position: relative;text-transform: capitalize;background: #fff;box-shadow: 0 1px 3px rgba(0,0,0,.2);border: 2px solid var(--cg-theme-color);padding: 4px 10px;color: #000;float: left;font-weight:bold;font-size: 12px!important;word-break: break-word;border-bottom-right-radius: 10px;border-top-left-radius: 10px;display: inline-block;max-width: 150px;}
.cg-tbl-ribbon:before{content: "";border-style: solid;border-width: 0 9px 20px 0;border-color: transparent var(--cg-theme-color) transparent transparent;position: absolute;left: -2px;top: calc(100% + 2px);}
.cg-tbl-ribbon small{line-height: 12px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;}

.cg-tbl-rate{height:72px;width:72px;position: relative;margin:0 auto;overflow: hidden;border-radius: 100%;text-align:center;line-height: 72px;--cg-rbl-rate-p:100%;}
.cg-tbl-rate span:after,
.cg-tbl-rate:before{content: "";background-color: var(--cg-theme-color);position: absolute;left: 0;right: 0;bottom: 0;top: 0;z-index: 0;opacity: 0.2;border-radius: 100%;}
.cg-tbl-rate:after{content: "";background: conic-gradient(var(--cg-theme-color) var(--cg-rbl-rate-p), transparent 0 100%);position: absolute;left: 7px;right: 7px;top: 7px;bottom: 7px;border-radius: 100%;}
.cg-tbl-rate span{position: relative;z-index: 1;color:var(--cg-theme-color);font-size: 22px;font-weight: bold;display: block;background-color: #fff;height:52px;width:52px;line-height: 52px;top:10px;left: 10px;border-radius: 100%;}

.cg-tbl-rate-svg svg{transform: rotate(-90deg);transition: all 1s ease-in-out;fill: none;stroke:var(--cg-theme-color);stroke-width:1.4;stroke-linecap: round;stroke-dasharray: 0 999;}
.cg-tbl-rate-svg .cb-tbl-value{font-size: 20px;color: var(--cg-theme-color);font-weight: bold;height: 64px;width: 64px;position: absolute;display: flex;align-items: center;justify-content: center;}

.cg-table-one tbody tr td{border-bottom: 1px solid #f4f4f4;border-left: 1px solid #f4f4f4;}
.cg-table-one tbody tr td:last-child{border-right: 1px solid #f4f4f4;}
.cg-table-one thead tr th:last-child{min-width: 180px;}
.cg-table-five tbody tr td:last-child,
.cg-table-two tbody tr td:last-child,
.cg-table-one tbody tr td:last-child{text-align: center;}

.cg-table-two tbody tr{border:1px solid #ddd;border-top:none;}
.cg-table-two tbody tr td{border:none;}
@media screen and (min-width:661px){
	.cg-table-one tbody tr td:nth-child(1),
	.cg-table-two tbody tr td:nth-child(1){width: 20%;}
	.cg-table-one tbody tr td:nth-child(2),
	.cg-table-two tbody tr td:nth-child(2){width: 30%;}
	.cg-table-one tbody tr td:nth-child(3),
	.cg-table-two tbody tr td:nth-child(3){width: 25%;}
	.cg-table-one tbody tr td:nth-child(4),
	.cg-table-five tbody tr td:nth-child(4),
	.cg-table-two tbody tr td:nth-child(4){width: 25%;}
}

.cg-table-five tbody tr,
.cg-table-three tbody tr{border:1px solid #ddd;border-top:none;border-right: none;}
.cg-table-three tbody tr td{border-right:1px solid #ddd;}
.cg-table-three tbody tr td .cg-tbl-ribbon{float: none;margin: 0 0 0 -8px;border-radius: 0;border: none;box-shadow: none;background-color: var(--cg-theme-color);color: #fff;clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);padding-right: 16px;}
.cg-table-three tbody tr td .cg-tbl-ribbon:before{display: none;}
.cg-table-three thead tr th:last-child{min-width: 220px;}
.cg-table-three tbody tr td:last-child{text-align: center;}
.cg-table-three tbody tr td .cg-tbl-rate-svg{height:72px;width:72px;border-radius: 100%;position: relative;margin: 0 auto;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.cg-table-three tbody tr td .cg-tbl-rate-svg:before{content: "";background-color: var(--cg-theme-color);position: absolute;left: 0;right: 0;bottom: 0;top: 0;z-index: 0;opacity: 0.2;border-radius: 100%;}


.cg-table-four tbody{counter-reset: number-counter;}
.cg-table-four tbody tr{border:1px solid #ddd;border-top:none;position: relative;}
.cg-table-four tbody tr td:first-child{counter-increment: number-counter;}
.cg-table-four tbody tr td:first-child:before{content: counter(number-counter);margin: 0 0 0 -8px;border-radius: 0;border: none;box-shadow: none;background-color: var(--cg-theme-color);color: #fff;clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);padding: 1px 12px 0 8px;font-size: 12px;font-weight: bold;display: inline-block;position: relative;top:-3px;min-height: 20px;box-sizing: border-box;}
.cg-table-four tbody tr td .cg-tbl-ribbon{float: none;margin: 0px;border-radius:0;padding: 4px 5px; border: none;box-shadow: none;background-color: var(--cg-theme-color);color: #fff;/*clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);*/max-width: 114px;margin-left: 10px;min-height: 20px;box-sizing: border-box;}
.cg-table-four tbody tr td .cg-tbl-ribbon:before{content: "";border-width: 0 0px 20px 7px;border-color: transparent transparent var(--cg-theme-color) transparent;top: 0;left: -7px;}
.cg-table-four tbody tr td .cg-tbl-ribbon:after{content: "";border-style: solid;border-width: 20px 6px 0 0;border-color: var(--cg-theme-color) transparent transparent transparent;position: absolute;right: -6px;top: 0;}
.cg-table-four tbody tr td .cg-tbl-ul ul li:before{content:"\261B";font-weight: normal;font-size: 20px;top: -1px;line-height: 20px;}
.cg-table-four tbody tr td .cg-tbl-ribbon small{-webkit-line-clamp: 1;overflow: hidden;white-space: nowrap;text-overflow: inherit;}
.cg-table-four thead tr th:first-child{min-width:180px;}
.cg-table-four tbody tr td:first-child .cg-tbl-img{margin:0 auto;}
.cg-table-four thead tr th:last-child{min-width: 220px;}
.cg-table-four tbody tr td:last-child{text-align: center;}
.cg-table-four tbody tr td .cg-tbl-rate{height: auto;line-height: normal;overflow: visible;width:76px;margin-top: -30px;}
.cg-table-four tbody tr td .cg-tbl-rate:after,
.cg-table-four tbody tr td .cg-tbl-rate:before{content: "";height: 4px;width: 100%;background: #ddd;top: inherit;border-radius: 0px;opacity: 1;bottom: -8px;left: 0;right: 0;z-index: 0;}
.cg-table-four tbody tr td .cg-tbl-rate:after{background:var(--cg-theme-color);z-index: 1;width: var(--cg-rbl-rate-p);}
.cg-table-four tbody tr td .cg-tbl-rate span{height: auto;width: auto;line-height: normal;top: inherit;left: inherit;border-radius: 0px;color:#303030;}
.cg-table-four tbody tr td .cg-tbl-rate span:before,
.cg-table-four tbody tr td .cg-tbl-rate span:after{content: "";height: 15px;width:76px;display: inline-flex;background-size: cover;background-repeat: no-repeat;background-position: left center;position: absolute;overflow: hidden;z-index: 1;opacity: 1;left: 0;background-color: transparent;border-radius: 0px;top: 46px;}
.cg-table-four tbody tr td .cg-tbl-rate span:before{}

.cg-table-five tbody{counter-reset: counter-inc;}
/*.cg-table-five thead tr th:nth-child(3):before{content: "";background-color: rgba(255,255,255,0.4);position: absolute;left: 0;top: 0;bottom: 0;right: 0;}
.cg-table-five thead tr th:nth-child(3):after{content: "";border-top:10px solid var(--cg-theme-color);}*/
.cg-table-five tbody tr{border-right:1px solid #ddd;}
.cg-table-five tbody tr td:first-child:before{counter-increment:counter-inc;content:counter(counter-inc);font-size: 32px;display: inline-block;min-width: 50px;text-align: center;}
.cg-table-five tbody tr td:first-child{display: flex;align-items: center;}
.cg-table-five tbody tr td:first-child .cg-tbl-img{}
.cg-table-five tbody tr .cg-tbl-rate:before{display: none;}
.cg-table-five tbody tr .cg-tbl-rate span:after{background-color: transparent;}

/*===== Product table end ======*/


/*===== Product Box Start ======*/
.cg-box-wrap{position: relative;display: table;width: 100%;}
.cg-box-wrap .cg-slider{width: 40%;padding:0px;box-sizing: border-box;box-shadow:0 0px 10px rgba(0,0,0,0.2);float: left;margin:0 25px 0px 0;padding-bottom: 90px;z-index: 1;}
.cg-slider{color: #fff;overflow: hidden;position: relative;border-radius: 4px;}
.cg-slider .cg-slider-radio{height: 0px;width:0px;margin:0px;position: absolute;opacity: 0;}
.cg-slider .cg-slide{opacity: 0;pointer-events: none;position: absolute;top: 0;transition: opacity 0.6s ease-in-out;width: 100%;bottom: 0px;}
.cg-slider-radio:checked + .cg-slide{opacity: 1;pointer-events: auto;position: static;}

.cg-slider-thumb{margin-top: 15px;position: absolute;bottom: 8px;left: 0;right: 0;text-align: center;}
.cg-slider-thumb label{height: 64px;width:64px;border-radius:5px;overflow: hidden;cursor: pointer;margin:0 5px;border:2px solid #ddd;display: inline-block;}
.cg-slider-thumb label img{height: 100%;width: 100%;object-fit: contain;display: block;object-position: center;}
#cg-slide-id-1:checked ~ .cg-slider-thumb label[for="cg-slide-id-1"]{border-color:var(--cg-theme-color);}
#cg-slide-id-2:checked ~ .cg-slider-thumb label[for="cg-slide-id-2"]{border-color:var(--cg-theme-color);}
#cg-slide-id-3:checked ~ .cg-slider-thumb label[for="cg-slide-id-3"]{border-color:var(--cg-theme-color);}

.cg-slider .cg-slide-img{height: 295px; width: 100%;overflow: hidden;}
.cg-slider .cg-slide-img .cg-aff-link{display: block;width:80%;margin:0 auto;height:100%;}
.cg-slider .cg-slide-img img{height: 100%;width: 100%;object-fit: contain;display: block;object-position: center;}
.cg-slider .cg-arrow-right,
.cg-slider .cg-arrow-left{display: block;position: absolute;height: 40px;width: 25px;background-color:var(--cg-theme-color);margin: 0;top:calc(295px/2 - 20px);cursor: pointer;}
.cg-slider .cg-arrow-right:after,
.cg-slider .cg-arrow-left:after{content: "";height: 16px;width: 16px;background: transparent;position: absolute;border-left: 3px solid #fff;border-bottom: 3px solid #fff;transform: rotate(45deg);left: 8px;top: 12px;border-radius: 2px;}
.cg-slider .cg-arrow-right:after{transform: rotate(225deg);left: 2px;}
.cg-slider .cg-arrow-right{right: 0px;border-radius:6px 0px 0px 6px;}
.cg-slider .cg-arrow-left{left: 0px;border-radius:0px 6px 6px 0px;}

.cg-box-wrap .cg-text-content{box-sizing: border-box;}
.cg-box-wrap .cg-text-content p{}
.cg-box-wrap .cg-text-content .cg-our-top-pick{width: 100px;display: inline-block;float: left;text-align: center;margin: 0px 15px 8px 0px; background-color:#000;color: #fff;font-weight: 700;padding:0 0 6px 0;text-transform: uppercase;font-size: 11px;}
.cg-box-wrap .cg-text-content .cg-our-top-pick:empty{display: none;}
.cg-box-wrap .cg-text-content .cg-our-top-pick[data-rate='']:before{display: none;}
.cg-box-wrap .cg-text-content .cg-our-top-pick:before{content: attr(data-rate);background-color: var(--cg-theme-color);font-size: 52px;color: #fff;padding: 8px 0;display: block;line-height: 52px;margin-bottom: 6px;}

.cg-box-wrap .cg-text-content .cg-bottom-btn{text-align: center;margin:14px 0;}

.cg-box-name{font-weight:700;line-height: inherit;text-align: center;margin: 8px 0 20px 0;}
.cg-btn{transition: .2s ease-in-out;font-weight:600;min-width: 100px;text-align: center;color: #fff !important;box-shadow: 0 2px 4px 0 rgba(0,0,0,.27);border-radius: 4px;padding: 9px 18px;font-size: 14px;display: inline-block;vertical-align: middle;margin:0;text-transform: capitalize;text-decoration: none;background-color:var(--cg-theme-color);border: 0;cursor: pointer;line-height: normal;position: relative;}
.cg-btn[data-extra="arrow"]:after{content: "";background-image: url("data:image/svg+xml,%3Csvg height='90' width='90' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath fill='%23fff' d='M45,0C20.2,0,0,20.2,0,45s20.2,45,45,45c24.8,0,45-20.2,45-45C90,20.2,69.8,0,45,0z M45,83.8C23.5,83.8,6.2,66.5,6.2,45 S23.5,6.2,45,6.2c21.4,0,38.8,17.4,38.8,38.8C83.8,66.5,66.5,83.8,45,83.8z'/%3E%3Cpath fill='%23fff' d='M33,74c-0.9,0-1.8-0.4-2.5-1s-1-1.5-1-2.5c0-0.9,0.4-1.8,1-2.5l23-23l-23-23c-1.4-1.4-1.3-3.6,0.1-5c1.4-1.3,3.5-1.3,4.9,0 l0,0L61,42.5c1.4,1.4,1.4,3.6,0,4.9L35.5,72.9C34.9,73.6,34,74,33,74z'/%3E%3C/svg%3E");height: 16px;width: 16px;background-size: contain;display: inline-block;vertical-align: middle;margin-left: 8px;}
.cg-btn.cg-btn-sm[data-extra="arrow"]:after{height:14px;width:14px;margin-left:5px;}
.cg-btn[data-style='cg-btn-1']{background-color: var(--cg-theme-color);border-bottom: 4px solid var(--cg-theme-color);text-decoration: none!important;transition: .2s linear;letter-spacing: 0.4px;position: relative;}
.cg-btn[data-style='cg-btn-1']:hover{box-shadow: rgba(3,3,3,.4) 0 8px 12px 0px;}
.cg-btn[data-style='cg-btn-1']:before{content: "";height: 4px;position: absolute;left: 0;right: 0;bottom: -4px;background-color: rgba(0,0,0,0.3);border-radius: 0 0 4px 4px;}

.cg-btn[data-style='cg-btn-2'] {border-color: var(--cg-theme-color);color: var(--cg-theme-color) !important;background-image: linear-gradient(45deg, var(--cg-theme-color) 50%, transparent 50%);background-position: 100%;background-size: 400%;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;background-color: transparent;border-width: 2px;border-style: solid;box-shadow: none;}
.cg-btn[data-style='cg-btn-2']:hover {background-position: 0;opacity: 1;}

.cg-btn[data-style='cg-btn-3'] {border: 2px solid var(--cg-theme-color);box-shadow: none;}
.cg-btn[data-style='cg-btn-3']:hover {opacity: 1;box-shadow: 0 0 10px 0 var(--cg-theme-color) inset, 0 0 10px 4px var(--cg-theme-color);background-color: transparent;color:var(--cg-theme-color) !important;}

.cg-btn[data-style='cg-btn-4'] {border: 2px solid var(--cg-theme-color);box-shadow: none;background-color: transparent;overflow: hidden;position: relative;color:var(--cg-theme-color) !important; }
.cg-btn[data-style='cg-btn-4']:hover {opacity: 1;background-color:var(--cg-theme-color);}
.cg-btn[data-style='cg-btn-4']:before{content: "";background-color: rgba(255, 255, 255, 0.5);height: 100%;width: 3em;display: block;position: absolute;top: 0;left: -4.5em;-webkit-transform: skewX(-45deg) translateX(0);transform: skewX(-45deg) translateX(0);-webkit-transition: none;transition: none;}
.cg-btn[data-style='cg-btn-4']:hover:before{-webkit-transform: skewX(-45deg) translateX(22em);transform: skewX(-45deg) translateX(22em);-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.cg-btn.cg-btn-sm{padding: 6px 14px;font-size: 12px;}
.cg-btn.cg-btn-md{padding: 9px 18px;font-size: 14px;}
.cg-btn:not([data-style='cg-btn-2']):not([data-style='cg-btn-3']):active,
.cg-btn:not([data-style='cg-btn-2']):not([data-style='cg-btn-3']):focus{color:#fff !important;}
.cg-btn:hover{opacity: 0.85;color:#fff !important;text-decoration: none !important;}

.cg-rate{position: relative;font-size: 20px;color: #0d3153;font-weight: bold;line-height: 20px;text-align: center;display: inline-block;padding: 0 15px;min-width: 100px;}
.cg-rate>span{font-size: 14px;display: block;line-height: 14px;}
.cg-rate:before,
.cg-rate:after{content: "";position: absolute;left: 0px;height: 31px;width: 15px;background-size: 100%;background-repeat: no-repeat;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAfCAMAAAAP3mfjAAAAb1BMVEUAAAANMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVMNMVN1VGFuAAAAJHRSTlMA82fJ6LAjEgaim3U93YpINs24V00N4tS9kX9vYFMrHxqolkKuk4aZAAAA40lEQVQY002PiRKDIAxEEw5F8b5q1dYe+//fWBgRmxkGHskmGwqRVq2/Ipbg8z26YwF5ci5fpIH6ZInS6LmI2hl4UCG+JrAA1g7+M0QF6bA7oFh2arJy+oyxeiOq77kJeYDTO1Be47AAsNFqBgX48mi4KR66CpDJfKceyAO7Vuo1ASJwwi4H3JJT3UhwWa18LWQM1ZcgHbbE77+dAwCsM3iwoaGCa8e94vT4eHaqXVIL9PQXH0BkY5BUbyHAFvoQ8NHhDTzJh3Wsaj9pCAIxGPKmdoq2u0m3OuKX4Re90i0gE6If9SsTmsaqO/oAAAAASUVORK5CYII=');}
.cg-rate:after{left: auto;right: 0px;top: 0;transform: rotateY(180deg);}

/*.cg-box-layout-one{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: stretch;border-radius: 6px;overflow: hidden;box-shadow:0 0px 10px rgba(0,0,0,0.2);position: relative;}*/

.cg-box-layout-one{border-radius: 6px;overflow: hidden;box-shadow: 0 0px 10px rgba(0,0,0,0.2);position: relative;display: table;width: 100%;}
.cg-box-layout-three .cg-layout-img,
.cg-box-layout-one .cg-layout-img{width:30%;box-sizing: border-box;position: relative;padding-right:1px;float: left;margin-right: 25px;z-index: 1;}
.cg-box-layout-eleven .cg-layout-img:after,
.cg-box-layout-one .cg-layout-img:after{content: "";position: absolute;right: 0px;top:0px;bottom: 0px;width: 1px;background-color:#eaeff2;}
.cg-box-layout-eleven .cg-layout-img .cg-our-top-pick,
.cg-box-layout-one .cg-layout-img .cg-our-top-pick{background-color:var(--cg-theme-color);font-weight: 700;font-size: 18px;color: #fff;text-align: center;padding: 8px 0;line-height: normal;}
.cg-box-layout-eleven .cg-layout-img .cg-li-photo,
.cg-box-layout-three .cg-layout-img .cg-li-photo,
.cg-box-layout-one .cg-layout-img .cg-li-photo{max-height:220px;padding: 16px 8px;box-sizing: border-box;}
.cg-box-layout-eleven .cg-layout-img .cg-li-photo img,
.cg-box-layout-three .cg-layout-img .cg-li-photo img,
.cg-box-layout-two .cg-layout-img .cg-li-photo img,
.cg-box-layout-one .cg-layout-img .cg-li-photo img{max-width: 100%;display: block;margin:0 auto;max-height:180px;}
.cg-box-layout-one .cg-layout-img .cg-li-name{padding: 0 12px 14px 12px;font-size: 20px;font-weight: 700;line-height: normal;border-bottom: 1px solid #eaeff2;}
.cg-box-layout-eleven .cg-layout-img .cg-li-ratebadge,
.cg-box-layout-two .cg-layout-img .cg-li-ratebadge,
.cg-box-layout-one .cg-layout-img .cg-li-ratebadge{margin:12px auto;text-align: center;}
.cg-box-layout-two .cg-layout-content .cg-lc-button{margin:12px auto;text-align: center;}
.cg-box-layout-three .cg-layout-content,
.cg-box-layout-one .cg-layout-content{/*flex: 0 0 65%;max-width:65%;*/box-sizing: border-box;padding:16px;position: relative;}
.cg-box-layout-one .cg-li-button{margin: 12px;text-align: center;}
/*.cg-box-layout-one .cg-layout-content .cg-text{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:14;-webkit-box-orient: vertical;}*/
.cg-text p{margin-bottom: 15px;}
.cg-box-layout-two{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: stretch;position: relative;}
.cg-box-layout-three .cg-layout-content,
.cg-box-layout-two .cg-box-name{flex: 0 0 100%;max-width: 100%;}
.cg-box-layout-two .cg-layout-img{flex: 0 0 36%;max-width:36%;box-sizing: border-box;border-radius: 6px;overflow: hidden;box-shadow:0 0px 10px rgba(0,0,0,0.2);position: relative;}
.cg-box-layout-two .cg-layout-img .cg-our-top-pick{position: absolute;background-color: var(--cg-theme-color);color: #fff;font-size: 12px;font-weight: 700;text-transform: uppercase;padding: 4px 0px;transform: rotate(45deg);right: -68px;top: -23px;transform-origin: 0 0;width: 153px;box-sizing: border-box;text-align: center;white-space: nowrap;overflow: hidden;box-shadow: 1px 2px 7px rgba(0,0,0,0.2);}
.cg-box-layout-two .cg-layout-img .cg-li-photo{max-height:220px;padding: 32px 4px 16px;box-sizing: border-box;}
.cg-box-layout-two .cg-layout-content{flex: 0 0 calc(64% - 15px);max-width:calc(64% - 15px);box-sizing: border-box;padding:16px;position: relative;box-shadow:0px 0px 6px rgba(0,0,0,0.1);border-radius: 6px;overflow: hidden;margin-left: 15px;}

.cg-box-layout-three{position: relative;}
.cg-box-layout-seven .cg-layout-row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: stretch;position: relative;padding: 16px;border-radius: 0px;border:4px solid var(--cg-theme-color);overflow: hidden;}
.cg-box-layout-seven .cg-layout-img{flex: 0 0 36%;max-width:36%;box-sizing: border-box;border-radius: 6px;overflow: hidden;position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.cg-box-layout-three .cg-layout-img .cg-li-link{font-size: 18px;font-weight: 700;text-decoration: underline;text-align: center;}
.cg-box-layout-three .cg-layout-img .cg-li-link a{color:var(--cg-theme-color);}
.cg-box-layout-seven .cg-layout-content{flex: 0 0 64%;max-width:64%;box-sizing: border-box;padding:0 0 0 16px;position: relative;overflow: hidden;}

.cg-box-layout-three .cg-layout-content .cg-lc-button{text-align: center;margin:10px 0;}
.cg-box-layout-three .cg-layout-row{position: relative;padding: 16px;border-radius: 0px;border:4px solid var(--cg-theme-color);overflow: hidden;display: table;width: 100%;}

.cg-box-layout-four .cg-our-top-pick{padding:9px 16px 8px 14px;font-weight:bold;background-color:var(--cg-theme-color);font-size:18px;color:#fff;letter-spacing:0.4px;display:inline-block;line-height:18px;position:absolute;top:-17px;left:-10px;z-index:9;}
.cg-box-layout-four .cg-our-top-pick:after{content:" ";display:block;position:absolute;left:-10px;bottom:-7px;border-color:rgba(0,0,0,0) var(--cg-theme-color) rgba(0,0,0,0) rgba(0,0,0,0);border-style:inset solid inset inset;border-width:0 10px 7px;}
.cg-box-layout-four{position:relative;margin:25px auto 35px;border:4px solid var(--cg-theme-color);background-color:#fff;padding:40px 0px 0px 0px;border-radius:0px;}
.cg-box-layout-four .product-box-row{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;padding:0 30px 0 45px;}
.cg-box-layout-four .product-box-image{flex-basis:200px;flex-shrink:0;position:relative;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;flex-direction: column;}
.cg-box-layout-four .product-box-image .product-image-inner{position: relative;margin-bottom:30px;}
.cg-box-layout-four .product-box-image .product-image-inner img{max-width: 95%;max-height: 240px;width: auto;height: auto;cursor: pointer;margin: 0 auto;display: block;}
.cg-box-layout-four .product-box-image .product-image-inner .product-box-hover{position:absolute;background-color:rgba(255,255,255,.85);top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;flex-direction: column;transition:all 0.2s ease-in-out;opacity:0;visibility:hidden;}
.cg-box-layout-four .product-box-image .product-image-inner:hover .product-box-hover{visibility:visible;opacity:1;}
.cg-box-layout-four .product-box-image .product-image-inner .product-box-hover .product-box-button{font-size:14px;padding:4px 16px 6px;}
.cg-box-layout-four .product-box-row .product-box-content{flex-grow:1;box-sizing:border-box;padding-left:30px;margin-left:40px;position:relative;}
.cg-box-layout-four .product-box-row .product-box-content:before{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:-moz-linear-gradient(top,rgba(30,87,153,0) 0%,rgba(0,0,175,.07) 40%,rgba(0,0,177,.07) 60%,rgba(125,185,232,0) 100%);background:-webkit-linear-gradient(top,rgba(30,87,153,0) 0%,rgba(0,0,175,.07) 40%,rgba(0,0,177,.07) 60%,rgba(125,185,232,0) 100%);background:linear-gradient(to bottom,rgba(30,87,153,0) 0%,rgba(0,0,175,.07) 40%,rgba(0,0,177,.07) 60%,rgba(125,185,232,0) 100%);}
.cg-box-layout-four .product-box-button{font-weight:bold;text-align:center;color:#fff;background:#ff9200;font-size:20px;padding:8px 20px 11px;text-transform:capitalize;text-decoration-line:none;border-radius:4px;-webkit-box-shadow:0 5px 10px rgba(255,153,0,.4);-moz-box-shadow:0 5px 10px rgba(255,153,0,.4);box-shadow:0 5px 10px rgba(255,153,0,.4);display:inline-block;letter-spacing:0.5px;}
.cg-box-layout-four .product-box-button:hover{box-shadow:none;}
.cg-box-layout-four .product-box-footer{padding:10px 0 10px;margin:20px 0 0;border-top:1px solid #e5e5e5;text-align:center;}


.cg-box-layout-seven{position: relative;margin-top: 25px;z-index: 0;}
.cg-box-layout-seven .cg-our-top-pick{position: absolute;top: -18px;left: -10px;display: inline-block;background-color: var(--cg-theme-color);color:#fff;z-index: 500;font-size: 18px;line-height:18px;padding: 10px 15px;font-weight: 700;box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);}
.cg-box-layout-seven .cg-our-top-pick:before{content: " ";display: block;position: absolute;left: -10px;bottom: -7px;border-color: transparent var(--cg-theme-color) transparent transparent;border-style: inset solid inset inset;border-width: 0 10px 7px;filter: brightness(50%);}
.cg-box-layout-seven .cg-box-name{display: block;/*font-size:26px;line-height:32px;*/margin: 0 0 20px;box-shadow: none;color: var(--cg-theme-color);text-align: left;}
.cg-box-layout-seven .cg-text{margin-bottom: 20px;}
.cg-box-layout-seven .cg-btn{margin-bottom: 10px;}

.cg-box-layout-seven .cg-layout-row{border:6px solid var(--cg-theme-color);border-radius:0px;padding:20px;box-shadow: 0 0 5px 0 var(--cg-theme-color);}
.cg-box-layout-seven .cg-layout-img{flex: 0 0 36%;max-width: 36%;}
.cg-box-layout-seven .cg-layout-img img{display: inline-block;max-width: 100%;height: auto;max-height: 250px;}
.cg-box-layout-seven .cg-layout-content{flex: 0 0 64%;max-width: 64%;}
.cg-box-layout-seven .cg-box-name{text-decoration: underline;}
.cg-box-layout-seven .cg-box-name:hover{text-decoration:none;}
.cg-box-layout-seven .cg-lc-button{text-align: center;}

.cg-box-layout-eleven{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: stretch;position: relative;box-shadow: 0 0px 10px rgba(0,0,0,0.2);border-radius: 6px;overflow: hidden;width: 100%;}
.cg-box-layout-eleven .cg-layout-img{flex: 0 0 30%;max-width: 30%;position: relative;}
.cg-box-layout-eleven .cg-layout-content{flex: 0 0 70%;max-width: 70%;position: relative;display: flex;align-items: stretch;justify-content: space-between;padding: 20px 25px;box-sizing: border-box;}
.cg-box-layout-eleven .cg-layout-content .cg-box-item{flex: 0 0 calc(50% - 10px);max-width: calc(50% - 10px);}
.cg-box-layout-eleven .cg-li-button{margin: 12px;text-align: center;}
.cg-box-layout-eleven .cg-layout-content .cg-box-item ul li{margin:7px 0;}
.cg-box-layout-eleven .cg-layout-content .cg-box-item ul li:before{background-image: none;}
.cg-box-layout-eleven .cg-layout-content .cg-box-item:first-child ul li:before{content: "\2714";color:#27AE60;}
.cg-box-layout-eleven .cg-layout-content .cg-box-item:last-child ul li:before{content: "\292B";color:#E74C3C;}

.product-box-content .cg-text ul,
.cg-text-content .cg-text ul,
.cg-layout-content .cg-text ul{margin:0px 0px 10px 0px;padding:0px;list-style:none;}
.product-box-content .cg-text ul li,
.cg-text-content .cg-text ul li,
.cg-layout-content .cg-text ul li{display:block;padding:1px 0 1px 21px;margin:0;position:relative;color:#2a2e32;}
.product-box-content .cg-text ul li:before,
.cg-text-content .cg-text ul li:before,
.cg-layout-content .cg-text ul li:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%230d3153' points='0,1.8 8.3,1.8 52.3,50.4 7.7,98.6 0,98.6 24.7,50.5 '/%3E%3Cpolygon fill='%230d3153' points='47.7,1.8 56,1.8 100,50.4 55.4,98.6 47.7,98.6 72.5,50.5 '/%3E%3C/svg%3E");position: relative;left: -9px;width: 10px;height: 10px;background-size: 100%;background-repeat: no-repeat;display: inline-block;vertical-align: middle;margin-left: -10px;}


/*===== Product Box End ======*/

/*===== Pros and Cons Start ======*/
.cg-pc-box-one{position: relative;}
.cg-pc-row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: stretch;box-sizing: border-box;width: 100%;justify-content: space-between;}
.cg-pc-row ul li{list-style: none;}
.cg-pc-row .cg-item-pros,
.cg-pc-row .cg-item-cons{max-width: calc(50% - 14px);flex: 0 0 calc(50% - 14px);background-color: #fff;}
.cg-pc-box-one .cg-pros-name,
.cg-pc-box-one .cg-cons-name{background-color: var(--cg-theme-color);color: #fff;text-align: center;padding: 8px 0;font-size: 18px;font-weight: 600;}
.cg-pc-box-one ul{margin:0px;padding:8px 16px;list-style: none;position: relative;}
.cg-pc-box-one ul li{display: block;position: relative;padding-left:20px;}
.cg-box-layout-eleven .cg-layout-content .cg-box-item ul li:before,
.cg-pc-box-one .cg-item-cons ul li:before,
.cg-pc-box-one .cg-item-pros ul li:before{position: relative;left: -8px;font-weight: bold;color: var(--cg-theme-color);font-size: 16px;display: inline-block;vertical-align: middle;height: 16px;width: 16px;line-height: 16px;margin-left: -16px;}
.cg-pc-box-one .cg-item-pros ul li:before{content: "\2714";}
.cg-pc-box-one .cg-item-cons ul li:before{content: "\292B";}
.cg-pc-box-one ul li:not(:last-child){margin-bottom: 10px;}

.cg-pc-box-two{position: relative;}
.cg-pc-box-two .cg-pc-row .cg-item-pros,
.cg-pc-box-two .cg-pc-row .cg-item-cons{padding:20px 40px;box-shadow:0 3px 12px 0 rgba(79,79,79,.09);position: relative;margin:0 0 5px 5px;}
.cg-pc-box-two .cg-pc-row .cg-item-pros:after,
.cg-pc-box-two .cg-pc-row .cg-item-cons:after{content: "";position: absolute;left: -5px;bottom: -5px;height: 60%;width: 90%;border-left: 5px solid var(--cg-theme-color);border-bottom: 5px solid var(--cg-theme-color);}
.cg-pc-box-two .cg-pros-name,
.cg-pc-box-two .cg-cons-name{color: #303030;text-align: left;padding: 0 0 10px 0;font-size: 18px;font-weight: bold;margin-bottom: 10px;position: relative;}
.cg-pc-box-two .cg-pros-name:after,
.cg-pc-box-two .cg-cons-name:after{content: "";height: 2px;width:40px;position: absolute;bottom: 2px;background-color: var(--cg-theme-color);left: 0px;}
.cg-pc-box-two ul{margin:0px;padding:0;list-style: none;position: relative;}
.cg-pc-box-two ul li{display: block;position: relative;padding-left: 18px;}
.cg-pc-box-two ul li:before{content: "";height: 7px;width: 7px;border-radius: 100%;background-color: var(--cg-theme-color);position: relative;left: -8px;display: inline-block;vertical-align: middle;margin-left: -7px;}
.cg-pc-box-two ul li:not(:last-child){margin-bottom: 10px;}

.cg-pc-box-three .cg-pros-name,
.cg-pc-box-three .cg-cons-name{background-color: var(--cg-theme-color);color: #fff;text-align: center;padding: 8px 0;font-size: 20px;line-height:20px;font-weight: 600;text-shadow: 2px 2px 2px rgba(0,0,0,0.4);}
.cg-pc-box-three ul{margin:0px;padding:12px 20px;list-style: none;position: relative;counter-reset:number-counter;}
.cg-pc-box-three ul li{position: relative;margin-bottom: 16px;z-index: 1;padding-left:36px;counter-increment:number-counter;}
.cg-pc-box-three ul li:before{content: counter(number-counter);color: var(--cg-theme-color);border: 1px solid var(--cg-theme-color);border-radius: 100%;height: 30px;width: 30px;background-color: #fff;position: relative;left: -8px;font-weight: bold;font-size: 15px;text-align: center;line-height: 29px;display: inline-block;margin-left: -30px;vertical-align: middle;}
.cg-pc-box-three ul li span:first-child{color:#303030;font-size:15px;font-weight: 600;display: block;margin-bottom:2px;line-height: 20px;}
.cg-pc-box-three ul li span:last-child{color:#666;font-size: 14px;display: block;font-style: italic;}
.cg-pc-box-three ul:after{content: "";background-color: var(--cg-theme-color);position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: 0;opacity: 0.1;}

.cg-pc-box-four .cg-pros-name,
.cg-pc-box-four .cg-cons-name{color: var(--cg-theme-color);text-align: center;padding: 4px 0;font-size: 24px;font-weight: 600;line-height: 28px;}
.cg-pc-box-four .cg-item-pros,
.cg-pc-box-four .cg-item-cons{border:4px solid var(--cg-theme-color);border-radius: 14px;padding-top:30px;position: relative;}
.cg-pc-box-four .cg-item-pros:before,
.cg-pc-box-four .cg-item-cons:before{content: ""; background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMAgPxzzTQb6NislXlpW0QL8+7h0cC8opxtVlIqIgPuk3CwAAAAgUlEQVQoz3XQWQ6DMAxF0WeHMLbQea73v8xCgyICeff3JLJsLBqeHtmOpu03Bza2Y1AwOGBbz35cJ7hjkzcyvPnDTaYeJWIftUX6AkonY2gtqcY+vISmcEFhASzNwfLQMKgYCIEaBCoGQuAMAicgLqjpeognGfpO5joPIBzRvbHuB3jZJENz6Ti+AAAAAElFTkSuQmCC');height:60px;width:60px;background-color: var(--cg-theme-color);position: absolute;background-repeat: no-repeat;border-radius: 100%;background-position: center;border: 6px solid #fff;top: -32px;left: 0;right: 0;margin: 0 auto;box-shadow: 0px 0px 7px rgba(0,0,0,0.2);box-sizing: border-box;}
.cg-pc-box-four .cg-item-cons:before{transform: rotate(180deg);}
.cg-pc-box-four .cg-pc-row{margin-top:40px;}
.cg-pc-box-four ul{margin:0px;padding:8px 16px 22px;list-style: none;position: relative;}
.cg-pc-box-four ul li{display: block;position: relative;padding-left:24px;}
.cg-pc-box-four .cg-item-pros ul li:before{content: "\2714";}
.cg-pc-box-four .cg-item-cons ul li:before{content: "\292B";}
.cg-pc-box-four .cg-item-pros ul li:before,
.cg-pc-box-four .cg-item-cons ul li:before{position: relative;left: -7px;font-weight: bold;color: var(--cg-theme-color);font-size: 16px;height: 16px;width: 16px;display: inline-block;vertical-align: middle;line-height: 16px;margin-left: -16px;}
.cg-pc-box-four ul li:not(:last-child){margin-bottom: 8px;}

.cg-pc-box-five .cg-pros-name,
.cg-pc-box-five .cg-cons-name{border: 2px solid var(--cg-theme-color);color: var(--cg-theme-color);text-align: center;padding: 6px 0;font-size: 18px;font-weight: bold;border-radius: 4px;}
.cg-pc-box-five ul{margin:0px;padding:14px 24px;list-style: none;position: relative;}
.cg-pc-box-five ul li{display: block;position: relative;padding-left:20px;margin:0px;}
.cg-pc-box-five .cg-item-pros ul li:before{content: "\2713";}
.cg-pc-box-five .cg-item-cons ul li:before{content: "\2212";}
.cg-pc-box-five .cg-item-pros ul li:before,
.cg-pc-box-five .cg-item-cons ul li:before{position: relative;left: -8px;font-weight: bold;background-color: var(--cg-theme-color);font-size: 14px;height: 16px;width: 16px;color: #fff;border-radius: 100%;display: inline-flex;align-items: center;justify-content: center;margin-left: -16px;line-height: 14px;}
.cg-pc-box-five ul li:not(:last-child){margin-bottom: 10px;}
/*===== Pros and Cons End ======*/


/*===== Top Box Start ======*/
.cg-choice-box-one{position: relative;}
.cg-cb-row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: stretch;box-sizing: border-box;width: 100%;justify-content: space-between;}
.cg-cb-row .cg-cb-items{max-width: calc(33% - 14px);flex: 0 0 calc(33% - 14px);background-color: #fff;box-shadow: 0 3px 12px 0 rgba(79,79,79,.12);display: flex;flex-direction: column;overflow: hidden;}
.cg-cb-row .cg-cb-items .cg-cb-btn{margin-top: auto;}
.cg-choice-box-four .cg-cb-row .cg-cb-items .cg-cb-btn{margin-top: 0;}
.cg-cb-row .cg-cb-img{height: 164px;overflow: hidden;display: flex;align-items: center;justify-content: center;box-sizing: border-box;margin-bottom: 15px;background-color: transparent;text-decoration: none;border:none;}
.cg-cb-row .cg-aff-link.cg-cb-img:focus,.cg-cb-row .cg-aff-link.cg-cb-img:hover{background-color: transparent;text-decoration: none;border:none;outline: none;}
.cg-cb-row .cg-cb-img img{max-width: 115px;max-height:115px;display: block;transition:all 0.2s;transform-origin: center top;margin:0px;}
.cg-cb-row .cg-cb-items:hover .cg-cb-img img{transform:scale(1.4);}
.cg-cb-title{font-size: 16px;color: #121212;margin-bottom: 16px;min-height: 36px;padding: 0 15px;font-weight: bold;text-align:center;}
.cg-cb-rate{margin:10px auto 40px;position:relative;width: 150px;}
.cg-cb-rate:after{content: ""; height: 10px;width:150px;background: linear-gradient(to right, white 0%, var(--cg-theme-color) 100%);background:-webkit-linear-gradient(0deg,white 0%,var(--cg-theme-color) 100%);border-radius: 2px;position:relative;display: block;margin: 0 auto;z-index: 0;opacity: 0.7;}
.cg-cb-rate:before{content: "\2605";position: absolute;left: calc(var(--cg-rbl-rate-p) - 8px);width: 150px;color: var(--cg-theme-color);font-size:24px;top:0px;z-index: 1;}
.cg-cb-rate span{display: block;position: relative;bottom: -30px;text-align: center;color: var(--cg-theme-color);font-size: 14px;line-height: 14px;}
.cg-cb-check-img{height:35px;margin-bottom:20px;overflow: hidden;text-align:center;display: flex;align-items: center;justify-content: center;padding: 0 15px;box-sizing: border-box;}
.cg-cb-check-img img{max-width: 100%;max-height:28px;}
.cg-cb-btn{padding: 0 15px;text-align:center;box-sizing: border-box;overflow: hidden;margin:0 0 15px 0;}
.cg-cb-btn a{margin:0 0 5px 0;text-decoration: none;}
.cg-cb-content{padding: 0 15px;margin:0 0 8px 0;overflow: hidden;text-align: center;}
.cg-cb-content .cg-cbc-name{font-size: 14px;color:var(--cg-theme-color);line-height: 16px;margin-bottom: 8px;font-weight: bold;}
.cg-cb-footer-btn{position: relative;height: 44px;display: flex;align-items: center;justify-content: center;color:var(--cg-theme-color);text-decoration: none;font-size: 12px;text-transform: uppercase;font-weight: 600;}
.cg-cb-footer-btn:before{content: "";height: 1px;width: 100%;position: absolute;top:0px;opacity: 0.2;background-color:var(--cg-theme-color);}
.cg-cb-footer-btn:hover{background-color:var(--cg-theme-color);color: #fff;}

.cg-choice-box-one .cg-cb-rate:before{height: 24px;line-height: 24px;top:6px;}

.cg-choice-box-two .cg-cb-row .cg-cb-items{max-width:33.33%;flex: 0 033.33%;border:1px solid #dfdfdf;box-shadow: none;position: relative;}
.cg-choice-box-two .cg-cb-row .cg-cb-items:not(:first-child){border-left: none;}
.cg-choice-box-two .cg-cb-row{box-shadow: 0 5px 10px 0 rgba(29,28,28,.15);position: relative;}
.cg-choice-box-two .cg-cb-row .cg-cb-img{height: 190px;padding-top: 54px;}
.cg-choice-box-two .cg-cb-top-pick{font-size: 14px;line-height: 22px;position: absolute;top: -1px;color: #fff;padding: 4px 18px 40px 18px;clip-path:polygon(50% 0%, 97% 2%, 95% 59%, 57% 74%, 43% 74%, 7% 58%, 4% 2%);background-color: var(--cg-theme-color);margin: 0 auto;left: 0;right: 0;max-width: 170px;text-align:center;text-transform: capitalize;font-weight: 600;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.cg-choice-box-two .cg-cb-items .cg-cb-top-pick:before{position: absolute;bottom: 18px;font-weight: normal;font-size: 18px;left: 0;right: 0;}
.cg-choice-box-two .cg-cb-items .cg-cb-top-pick:before{content: "\2605";}
/*.cg-choice-box-two .cg-cb-items:first-child .cg-cb-top-pick:before{content: "\2605";}*/
/*.cg-choice-box-two .cg-cb-items:nth-child(2) .cg-cb-top-pick:before{content: "\2655";}*/
/*.cg-choice-box-two .cg-cb-items:last-child .cg-cb-top-pick:before{content: "\0024";}*/
.cg-choice-box-one .cg-cb-content,
.cg-choice-box-two .cg-cb-content{margin-bottom: 20px;}
.cg-choice-box-two .cg-cb-title{display: flex;align-items: center;justify-content: center;position: relative;}
.cg-choice-box-two .cg-cb-title:before{content: "";position: absolute;top: -5px;width: 40px;height: 1px;background-color: var(--cg-theme-color);}
/*.cg-choice-box-four .cg-cb-row .cg-cb-img img,
.cg-choice-box-three .cg-cb-row .cg-cb-img img,
.cg-choice-box-two .cg-cb-row .cg-cb-img img{transform: scale(1) !important;}*/


.cg-choice-box-three .cg-cb-items{border-radius: 15px;box-shadow: 0 0 30px rgba(0,0,0,0.1);padding: 30px 20px 0 20px;box-sizing: border-box;position: relative;overflow: hidden;}
.cg-choice-box-four .cg-cb-rate .cg-cb-star,
.cg-choice-box-three .cg-cb-rate{margin:0px auto;width:86px;height:24px;}

.cg-choice-box-three .cg-cb-rate:before,
.cg-choice-box-three .cg-cb-rate:after,
.cg-choice-box-four .cg-cb-rate .cg-cb-star:after,
.cg-choice-box-four .cg-cb-rate .cg-cb-star:before{content: "";height: 17px;width: 86px;display: inline-flex;background-size: cover;background-repeat: no-repeat;background-position: left center;position: absolute;top: 2px;overflow: hidden;z-index: 1;opacity: 1;left: 0;}
.cg-table-four tbody tr td .cg-tbl-rate span:before,
.cg-choice-box-three .cg-cb-rate:before,
.cg-choice-box-four .cg-cb-rate .cg-cb-star:before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 304 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m181.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 7-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 0.9 2.7 2.3z' fill='%23bdbdbd'/%3E%3Cpath d='m121 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0 2.4 0.9 2.8 2.2z' fill='%23bdbdbd'/%3E%3Cpath d='m303 26.4-13.2 11.6 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 1 2.8 2.2s0.1 2.6-0.8 3.3z' fill='%23bdbdbd'/%3E%3Cpath d='m242.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.5 0.1 2.5 0.9 2.9 2.3z' fill='%23bdbdbd'/%3E%3Cpath d='m60.1 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3s-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0.1 2.5 1 2.8 2.3z' fill='%23bdbdbd'/%3E%3C/svg%3E");}
.cg-table-four tbody tr td .cg-tbl-rate span:after,
.cg-choice-box-four .cg-cb-rate .cg-cb-star:after,
.cg-choice-box-three .cg-cb-rate:after{width:var(--cg-rbl-rate-p);overflow: hidden;color:#ffd400;z-index: 2;background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 304 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m181.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 7-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 0.9 2.7 2.3z' fill='%23FFC107'/%3E%3Cpath d='m121 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0 2.4 0.9 2.8 2.2z' fill='%23FFC107'/%3E%3Cpath d='m303 26.4-13.2 11.6 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.3 0.1 2.4 1 2.8 2.2s0.1 2.6-0.8 3.3z' fill='%23FFC107'/%3E%3Cpath d='m242.9 23.2c0.4 1.2 0 2.6-0.9 3.4l-13.2 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3-1.1 0.8-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.5c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.2c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.5 0.1 2.5 0.9 2.9 2.3z' fill='%23FFC107'/%3E%3Cpath d='m60.1 23.1c0.4 1.2 0 2.6-0.9 3.4l-13.1 11.5 3.8 17c0.3 1.2-0.2 2.5-1.2 3.3s-2.5 0.9-3.6 0.2l-15-8.9-15 8.9c-0.5 0.3-1.1 0.5-1.6 0.5s-1.2-0.2-1.8-0.6c-1.1-0.7-1.5-2-1.2-3.3l3.8-17-13.2-11.6c-1-0.8-1.3-2.1-1-3.4 0.5-1.2 1.5-2.1 2.8-2.2l17.4-1.6 6.8-16.1c0.6-1.2 1.7-1.9 3-1.9s2.5 0.8 3 1.9l6.8 16.1 17.4 1.5c1.4 0.1 2.5 1 2.8 2.3z' fill='%23FFC107'/%3E%3C/svg%3E");}
.cg-choice-box-three .cg-cb-rate span{position: absolute;right: -30px;top: 5px;bottom: inherit;font-weight: 600;/*font-size: 12px;*/color: #303030;}
.cg-choice-box-three .cg-cb-title{margin-bottom: 10px;margin-top: 10px;min-height: inherit;padding: 0;}
.cg-choice-box-three .cg-cb-top-pick{position: absolute;left: 0;top: 0;font-size: 11px;font-weight: 600; color: #fff;text-transform: capitalize;width: 75px;height: 85px;overflow: hidden;z-index: 0;padding:5px 8px 5px 7px;box-sizing: border-box;line-height: 15px;}
.cg-choice-box-three .cg-cb-top-pick:after{content: "";border-style: solid;border-width:85px 75px 0 0;border-color: var(--cg-theme-color) transparent transparent transparent;position: absolute;top: 0;left: 0;bottom: 0;z-index: -1;}
.cg-choice-box-three .cg-cb-top-pick:before{content: "\2605";position: absolute;bottom:22px;font-size: 17px;font-weight: normal;left:3px;}
.cg-choice-box-three .cg-cb-content{padding: 0px;margin-bottom: 20px;}
.cg-cb-content ul,
.cg-choice-box-three .cg-cb-content ul{margin: 0px;padding:0px;list-style: none;position: relative;text-align: left;}
.cg-cb-content ul li:before,
.cg-choice-box-three .cg-cb-content ul li:before{content:"\2713";position: relative;left:-5px;font-weight: bold;;background-color: var(--cg-theme-color);font-size: 10px;height: 14px;width: 14px;color: #fff;border-radius: 100%;display: inline-block;text-align: center;vertical-align: middle;line-height: 14px; margin-left: -14px;}
.cg-cb-content ul li:not(:last-child),
.cg-choice-box-three .cg-cb-content ul li:not(:last-child){margin-bottom: 10px;}
.cg-cb-content ul li,
.cg-choice-box-three .cg-cb-content ul li{display: block;position: relative;padding-left:20px;line-height: inherit;margin:0px;}

.cg-choice-box-four .cg-cb-row .cg-cb-items{box-shadow: 0 1px 1px 0 rgba(0,0,0,.1), 0 2px 3px 1px rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.15);border-radius: 16px;overflow: hidden;}
.cg-choice-box-four .cg-cb-top-pick{min-height: 40px;background-color: var(--cg-theme-color);color: #fff;font-size: 15px;padding: 8px 8px;box-sizing: border-box;text-align: center;position: relative;font-weight: 600;}
.cg-choice-box-four .cg-cb-top-pick:before{content:"\2605";font-size: 16px;display: inline-block;margin-right: 4px;}

.cg-choice-box-four .cg-cb-rate .cg-cb-star{position: relative;margin:0px;}
.cg-choice-box-four .cg-cb-rate{height: 44px;position: relative;display: flex;align-items: center;justify-content: center;width: auto;margin: 0;border-top: 1px solid #ddd;}
.cg-choice-box-four .cg-cb-rate span:first-child{display: none;}
.cg-choice-box-four .cg-cb-rate span:last-child{bottom: inherit;white-space: nowrap;margin-left:8px;margin-right:8px;font-size: 15px;font-weight: 600;color: #303030;}
.cg-choice-box-four .cg-cb-rate:before,.cg-choice-box-four .cg-cb-rate:after{display: none;}

.cg-choice-box-four .cg-cb-btn .cg-btn{margin-bottom: 10px;}
.cg-choice-box-four .cg-cb-content{border-top: 1px solid #ddd;padding-bottom: 16px;/*background-color: #f5f5f5;*/padding-top: 10px;margin-bottom: 0;}
.cg-choice-box-four .cg-cb-content .cg-cbc-name{margin-top:10px;text-align: left;color: #303030;margin-bottom: 10px;font-style: italic;}
.cg-choice-box-four .cg-cb-footer-wrap{height:54px;display: flex;align-items: center;justify-content: center;}
.cg-choice-box-four .cg-cb-footer-wrap a{font-size: 12px;text-transform: capitalize;padding: 4px 16px;border-radius: 4px;border:1px solid #ddd;font-weight: 600; }
/*===== Top Box End ======*/
@media screen and (max-width:860px){
	.cg-box-wrap .cg-text-content .cg-our-top-pick{width:92px;}
	.cg-box-wrap .cg-text-content .cg-our-top-pick:before{font-size: 40px;line-height: 40px;}
	.cg-slider .cg-slide-img{height: 225px;padding: 20px 16px  30px 16px;box-sizing: border-box;}

	.cg-pc-row .cg-item-pros, .cg-pc-row .cg-item-cons{max-width: 100%;flex: 0 0 100%;margin-bottom: 25px !important;}
	.cg-pc-box-two .cg-pc-row .cg-item-pros, .cg-pc-box-two .cg-pc-row .cg-item-cons{padding: 17px 28px;}
	.cg-pc-box-four .cg-pc-row .cg-item-pros{margin-bottom:42px !important;}
}

@media screen and (max-width:767px){
	.cg-table-title{font-size: 18px;}
	.cg-tbl-ul ul li{font-size: 14px;line-height: normal;}
	.cg-tbl-img {width: 120px;height: 120px;}

	table[class*='cg-table-'] .cg-btn.cg-btn-md,
	table[class*='cg-table-'] .cg-btn:not(.cg-btn-sm):not(.cg-btn-md){font-size: 14px;padding: 8px 14px;}

	.cg-box-layout-three .cg-layout-img .cg-li-photo img, .cg-box-layout-two .cg-layout-img .cg-li-photo img{max-height:140px;}
	.cg-box-layout-one .cg-layout-img .cg-li-name{font-size: 18px;}

	.cg-box-layout-eleven .cg-layout-img .cg-li-photo img,
	.cg-box-layout-one .cg-layout-img .cg-li-photo img{max-height:140px;}
	.cg-box-layout-eleven .cg-layout-img .cg-li-top,
	.cg-box-layout-one .cg-layout-img .cg-li-top{padding: 6px 0;font-size: 15px;}
	.cg-box-layout-three .cg-layout-img,
	.cg-box-layout-one .cg-layout-img{width: 100%;float: none;}
	.cg-box-layout-one .cg-layout-img .cg-li-name{font-size: 20px;border-bottom: none;text-align: center;}
	.cg-box-layout-one .cg-layout-img .cg-li-ratebadge{margin-top: 0px;margin-bottom:16px;}
	.cg-box-layout-one .cg-layout-img{padding-right: 0px;}
	.cg-box-layout-one .cg-layout-img:after{display: none;}

	.cg-box-layout-four{padding: 30px 0px 0px 0px;}
	.cg-box-layout-eleven,
	.cg-box-layout-four .product-box-row{padding:0px;flex-direction:column;}
	.cg-box-layout-four .product-box-row .product-box-image{width:100%;flex-basis:inherit;}
	.cg-box-layout-four .product-box-row .product-box-image .product-image-inner{height:200px;}
	.cg-box-layout-four .product-box-row .product-box-image .product-image-inner img{max-height: 200px;}
	.cg-box-layout-four .product-box-row .product-box-content{width:100%;max-width:100%;flex:0 0 100%;margin:0px;padding:18px 20px 0;border-top:1px solid #ddd;margin-top:25px;}
	.cg-box-layout-four .product-box-row .product-box-content:before{display: none;}

	.cg-box-layout-eleven .cg-layout-content,
	.cg-box-layout-eleven .cg-layout-img,
	.cg-box-layout-seven .cg-layout-img,
	.cg-box-layout-seven .cg-layout-content{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;text-align: center;order:inherit;padding: 0 10px;}
	.cg-box-layout-seven .cg-box-name{margin-top: 14px;}
	.cg-box-layout-seven .cg-text{text-align:left;}
	.cg-box-layout-seven .cg-box-name{text-align:left;}
	.cg-box-layout-seven .cg-layout-img img{max-height:200px;}

	.cg-box-layout-eleven .cg-layout-img{padding: 0px;}
	.cg-box-layout-eleven .cg-layout-content{text-align: left;margin-top: 10px;padding: 0 15px 15px;}
}

@media screen and (min-width: 661px) and (max-width: 775px){
	.cg-choice-box-four .cg-cb-row .cg-cb-items{max-width: calc(33% - 5px);flex: 0 0 calc(33% - 5px);}
	.cg-choice-box-four .cg-cb-rate .cg-cb-star{flex: 0 0 86px;max-width: 86px;}
}
@media screen and (max-width: 660px){
	.cg-tbl-ribbon{float: none;}
	table.cg-table-five thead tr th:not(:nth-child(2)),
	table.cg-table-four thead tr th:not(:nth-child(2)),
	table.cg-table-three thead tr th:not(:nth-child(2)),
	table.cg-table-two thead tr th:not(:nth-child(2)),
	table.cg-table-one thead tr th:not(:nth-child(2)){display: none;}
	table.cg-table-five tbody tr,
	table.cg-table-four tbody tr,
	table.cg-table-three tbody tr,
	table.cg-table-two tbody tr,
	table.cg-table-one tbody tr{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 15px;border: 1px solid #E6E6E6;}
	table.cg-table-five tbody tr td,
	table.cg-table-four tbody tr td,
	table.cg-table-two tbody tr td,
	table.cg-table-one tbody tr td{padding: 10px;display: block;width: 100%;border:none;}
	table.cg-table-four .cg-tbl-img,
	table.cg-table-two .cg-tbl-img,
	table.cg-table-one .cg-tbl-img{width: auto;max-width: 240px;margin:0 auto;}
	table.cg-table-four .cg-table-title,
	table.cg-table-two .cg-table-title,
	table.cg-table-one .cg-table-title{text-align:center;}
	table.cg-table-four .cg-tbl-ul ul li,
	table.cg-table-two .cg-tbl-ul ul li,
	table.cg-table-one .cg-tbl-ul ul li{font-size: 16px;}
	/*table.cg-table-four .cg-btn,*/
	/*table.cg-table-two .cg-btn,*/
	/*table.cg-table-one .cg-btn{display: block;}*/

    table.cg-table-two tbody tr td .cg-tbl-ribbon{font-weight: bold;}

    table.cg-table-three tbody tr td .cg-tbl-ribbon{font-weight: bold;margin: 0 0 0 -10px;}
	table.cg-table-three tbody tr{position: relative;}
	table.cg-table-three tbody tr td{border:none;padding: 10px;display: block;}
	table.cg-table-three tbody tr td:nth-child(3){position: absolute;right: 16px;padding: 0px;top:8px;}
	table.cg-table-three tbody tr td:nth-child(2){flex:1;}
	table.cg-table-three tbody tr td:nth-child(4){padding-top:100px;}

    .cg-table-four tbody tr td .cg-tbl-ribbon{font-size: 12px;margin: 0px 0 0 4px;}
    .cg-table-four tbody tr td:first-child:before{font-size: 12px;margin: 0 0 0 -10px;top: -1px;padding-top: 4px;padding-bottom: 4px;line-height: 12px;}
	table.cg-table-four tbody tr td:nth-child(3){padding-bottom: 35px;position: absolute;right: 00;width: auto;padding-top: 0px;}
    table.cg-table-four tbody tr td .cg-tbl-rate{margin-top: 0px;}
	table.cg-table-four tbody tr td .cg-tbl-img{margin-top: 25px;}

    table.cg-table-five tbody tr,
    table.cg-table-five tbody tr td{position: relative;}
	table.cg-table-five tbody tr td:nth-child(1){width:25%;box-sizing: border-box;flex-wrap: wrap;padding-right: 0px;}
    .cg-table-five tbody tr td:first-child:before{font-size: 16px;line-height: 16px; min-width: auto;display: block;flex: 0 0 100%;max-width: 100%;text-align: left;position: relative;margin-top: -5px;font-weight: bold;}
    table.cg-table-five tbody tr td:nth-child(2){width:55%;padding-right: 0px;display: flex;align-items: center;flex-wrap: wrap;}
    table.cg-table-five tbody tr td:nth-child(3){width:20%;}
    table.cg-table-five tbody tr td:nth-child(4){width: 100%;}
    /*table.cg-table-five tbody tr td:nth-child(4) .cg-btn{display: block;}*/
	table.cg-table-five tbody tr td:first-child .cg-tbl-img {max-height: 120px;height: auto;}

	.cg-box-wrap .cg-slider{width: 100%;float: none;margin:0px;padding-bottom: 0px;}
	.cg-box-wrap .cg-slider .cg-arrow-right, .cg-box-wrap  .cg-slider .cg-arrow-left{top:calc(100%/2 - 20px);}
	.cg-box-wrap .cg-text-content{margin-top:20px;}
	.cg-box-wrap .cg-slider-thumb label img{display: none;}
	.cg-box-wrap .cg-slider-thumb label{height: 10px;width: 10px;margin: 0 2px;border-radius: 100%;border-width: 6px;}

	.cg-box-name{font-size: 20px;margin:8px 0 12px 0;}
	.cg-box-layout-two .cg-layout-content{margin-left: 0px;padding:16px 8px;box-shadow: none;}
	.cg-box-layout-three .cg-layout-content{padding: 0px;margin-top: 12px;}

	.cg-box-layout-four .cg-our-top-pick{padding: 6px 12px 6px 12px;font-size: 16px;}
	.cg-box-layout-four .product-box-row .product-box-image .product-image-inner{height: 160px;}
	.cg-box-layout-four .product-box-row .product-box-image .product-image-inner a img{max-height: 160px;}
	.cg-box-layout-four .product-box-footer{padding: 20px 0 20px;}

	.cg-box-layout-three .cg-layout-content,
	.cg-box-layout-three .cg-layout-img,
	.cg-box-layout-two .cg-layout-img,
	.cg-box-layout-two .cg-layout-content{flex: 0 0 100%;max-width: 100%;}
	.cg-box-layout-two .cg-layout-img .cg-li-ratebadge{margin-top: 0px;margin-bottom:16px;}

	.cg-box-layout-eleven .cg-layout-content{flex-direction: column;}
	.cg-box-layout-eleven .cg-layout-content .cg-box-item{flex: 0 0 100%;max-width: 100%;margin-top: 20px;}

	.cg-choice-box-two .cg-cb-row{box-shadow: none;}
	.cg-choice-box-two .cg-cb-row .cg-cb-items{box-shadow: 0 5px 10px 0 rgba(29,28,28,.15);border: none;border-radius: 4px;}
	.cg-choice-box-two .cg-cb-row .cg-cb-items,
	.cg-cb-row .cg-cb-items{flex: 0 0 100%;max-width: 100%;margin-bottom: 25px;}
	.cg-choice-box-two .cg-cb-top-pick{max-width: 220px;}

	/*top3box no 3 or 4 start position start*/
	.cg-choice-box-three .cg-cb-rate:before, .cg-choice-box-three .cg-cb-rate:after,
	.cg-choice-box-four .cg-cb-rate .cg-cb-star:after, .cg-choice-box-four .cg-cb-rate .cg-cb-star:before{top:3px;}
	/*top3box no 3 or 4 start position end*/
}
@media screen and (max-width: 580px){
	table.cg-table-three tbody tr td .cg-table-title{padding-right:52px;}
	table.cg-table-three tbody tr td:nth-child(3){height: 52px;width: 52px;right: 4px;top: 4px;}
	table.cg-table-three tbody tr td:nth-child(3) .cg-tbl-rate-svg{transform: scale(0.72);transform-origin: top left;}
	table.cg-table-three tbody tr td:nth-child(4){flex:0 0 100%;max-width:100%;padding-top: 10px;}
	/*table.cg-table-three tbody tr td:nth-child(4) a{display: block;}*/
}

@media screen and (max-width: 480px){
	.cg-table-four tbody tr td .cg-tbl-rate{transform: scale(0.75);right: -10px;}

	.cg-box-wrap .cg-text-content .cg-our-top-pick{width: 80px;margin-right: 10px;margin-bottom:5px;padding:0 0 4px 0;line-height: 16px;font-size: 10px;}
	.cg-box-wrap .cg-text-content .cg-our-top-pick:before{font-size: 32px;line-height: 30px;margin-bottom: 2px;}

	.cg-box-layout-four .product-box-row .product-box-content{padding: 14px 16px 0;}

	.cg-box-wrap .cg-text-content .cg-bottom-wrap .cg-bottom-btn{text-align: center;margin-top: 12px;}
	.cg-box-wrap .cg-text-content .cg-bottom-wrap{flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}
	.cg-box-wrap .cg-text-content .cg-bottom-wrap .cg-bottom-btn,
	.cg-box-wrap .cg-text-content .cg-bottom-wrap .cg-bottom-txt{flex:0 0 100%;max-width: 100%;}
}

@media screen and (max-width: 440px){
	table.cg-table-three tbody tr td:nth-child(2){padding-left: 2px;}
	table.cg-table-three tbody tr td .cg-tbl-img {width: 100px;height: 100px;}
	table.cg-table-three tbody tr td .cg-tbl-ul ul li{font-size: 13px;padding-left: 16px;}
	table.cg-table-three tbody tr td .cg-tbl-ul ul li:before{font-size: 12px;}
	table.cg-table-three tbody tr td .cg-table-title{padding-right: 32px;font-size: 16px;margin-top: 0px;}
	table.cg-table-three tbody tr td:nth-child(3){height: 44px;width: 44px;right: 2px;top: 2px;}
    table.cg-table-five tbody tr td:nth-child(3) .cg-tbl-rate-svg{transform: scale(0.80);transform-origin: top left;}
	table.cg-table-three tbody tr td:nth-child(3) .cg-tbl-rate-svg{transform: scale(0.60);transform-origin: top left;}
}
