/*
 Theme Name:   PC Guide
 Theme URI:    
 Description:  Default GeneratePress child theme
 Author:       PC Guide Dev Team
 Author URI:   
 Template:     generatepress
 Version:      0.1
*/

:root {
	--wepc-acf-accent-color: #0094c1;
	--wepc-acf-accent-color-grad: #0094c1;
	--wepc-acf-gradient: linear-gradient(40deg,
			#0094c1,
			#17313B);
	--wepc-acf-primary-red: #db3236;
	--wepc-acf-primary-red-pink: #e22c73;
	--wepc-acf-primary-pink: #cd49ab;
	--wepc-acf-primary-purple: #9d6ad7;
	--wepc-acf-primary-blue: #4885ed;
	--wepc-acf-border-color: #525f7f;
	--wepc-acf-primary-red-hover: #a2000f;
}


/* From Original Customizer CSS */


.post {
	margin: 0;
}

ol,
ul {
	margin: 0;
}

.site-header {
	max-width: 100%;
}

.site-header,
.main-navigation {
	background-color: #17313B;
}

.site-branding {
	display: none;
}

.inside-header.grid-container {
	max-width: 1400px;
}

.inside-header {
	padding: 0;
}

.main-navigation .main-nav ul li:hover>a {
	background-color: transparent;
}

.site-logo {
	max-width: 100%;
	padding: 10px;
}

.site-logo img {
	border-radius: 0;
}

nav .main-nav .mega-menu a,
.search-item,
.menu-toggle {
	color: #fff;
	padding: 10px;
}

.main-navigation .main-nav ul li a {
	line-height: inherit;
}

.search-item {
	padding: 0;
}

.navigation-search input[type="search"] {
	height: 60px;
}

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus,
.main-navigation .main-nav ul li.search-item.active>a,
.main-navigation .menu-bar-items .search-item.active>a,
.main-navigation .main-nav ul li:hover>a,
.main-navigation .main-nav ul li:focus>a,
.main-navigation .main-nav ul li.sfHover>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
	background-color: #0b1a20;
}

/* Responsive HY */
@media (max-width: 768px) {
	.menu-bar-items {
		display: none !important;
	}

	.has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav) {
		display: block;
	}

	.menu-toggle {
		display: none !important;
	}

	.has-inline-mobile-toggle #site-navigation {
		flex-basis: auto;
	}

	.main-navigation .menu-bar-items {
		display: none;
	}
}

@media (max-width: 767px) {
	.main-navigation .inside-navigation {
		justify-content: end;
	}

	.site-logo {
		width: 70%;
	}

	.has-inline-mobile-toggle .mobile-menu-control-wrapper {
		display: none;
	}

	.main-navigation {
		width: 30%;
	}

	.search-item {
		padding: 0;
	}

	.main-navigation ul ul {
		padding: 10px 16px 20px;
	}

	.main-navigation .main-nav ul ul li a {
		font-size: 14px;
	}
}

/* Footer */
.inside-footer-widgets>div {
	flex: auto !important;
}

.footer-widget-1 {
	width: 30%;
}

.footer-widget-2,
.footer-widget-3,
.footer-widget-4,
.footer-widget-5 {
	width: 17.5%;
}

.footer-widgets {
	background-color: #17313B;
	color: rgba(255, 255, 255, .65);
}

.footer-widgets img {
	width: 200px;
}

.footer-widgets h2 {
	margin-bottom: 15px;
}

.footer-widgets p {
	font-size: 14px;
}

#footer-widgets a {
	font-size: 14px;
	color: rgba(255, 255, 255, .65);
}

#footer-widgets a:hover {
	color: #fff;
}

.footer-widgets .widget-title {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.author_social li {
	display: inline-block;
	padding-right: 15px
}

.author_social li a {
	font-size: 20px !important;
}

.inside-footer-widgets .widget ul li {
	line-height: 1.2em;
	padding-bottom: 0;
}

/* Footer Bar */
.footer-bar-align-center .footer-bar {
	margin-bottom: 0;
}

.site-info {
	background-color: #415A65;
}

.site-info p {
	font-size: 14px !important;
}

.copyright-bar {
	display: none;
}

.footer-bar {
	width: 100%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

.footer-bar .widget {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.footer-bar .widget:nth-child(1) {
	width: 20%;
}

.footer-bar .widget:nth-child(2) {
	width: 60%;
}

.footer-bar .widget:nth-child(3) {
	width: 20%;
}

.bgfg-brand-lists li {
	display: inline-block;
	padding: 0 10px;
}

.bgfg-brand-lists li a {
	color: rgba(255, 255, 255, .8);
}

.bgfg-brand-lists li a:hover {
	color: #fff;
}

.footer-bar img {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

@media (max-width: 768px) {
	.footer-widgets-container {
		padding: 30px 20px;
	}

	.inside-footer-widgets {
		display: table;
	}

	.footer-widget-1 {
		width: 100%;
	}

	.footer-widget-2,
	.footer-widget-3,
	.footer-widget-4,
	.footer-widget-5 {
		float: left;
		width: 25%;
		padding: 10px;
	}

	/* Footer Bar */
	.site-info {
		padding: 10px;
	}

	.inside-site-info {
		padding: 0;
	}

	.footer-bar .widget {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		padding: 10px 0 !important;
	}

	.footer-bar .widget:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 767px) {
	.footer-widgets-container {
		padding: 30px 10px;
	}

	.footer-widget-2,
	.footer-widget-3,
	.footer-widget-4,
	.footer-widget-5 {
		width: 100%;
	}

	.inside-footer-widgets>div:not(:last-child) {
		margin-bottom: 10px;
	}

	.footer-widget-1 {
		padding-bottom: 10px;
		margin-bottom: 20px !important;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.footer-widgets .widget-title {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.inside-footer-widgets>div .menu-item a {
		font-size: 13px;
	}

	.footer-bar {
		display: block;
	}

	.footer-bar .widget:nth-child(1),
	.footer-bar .widget:nth-child(2),
	.footer-bar .widget:nth-child(3) {
		width: 100%;
	}
}










/* Best review  */




@font-face {
	font-family: 'pcguide-single';
	src: url(/wp-content/themes/pcguide/fonts/pcguide-single-2.woff2);
	font-weight: normal;
	font-style: normal;
}


html {
	scroll-behavior: smooth;
}


.infin-article-divider {
	height: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}


.single-post,
.site-content {
	flex-direction: column;
}


.infin-single-breadcrumb {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
	width: 100%;
	padding: 20px 0 3px 0;
	font-size: 14px;
	border-bottom: 1px solid #d3dbde;
}


.infin-single-breadcrumb a,
.infin-single-breadcrumb {
	color: #666;
}

.infin-single-page {
	display: grid;
	grid-template-columns: auto 380px;
	margin: 0 auto;
	position: relative;
	max-width: 1140px;
	width: 100%;
	padding-top: 20px;
}

.infin-single-article {
	display: flex;
	/*	background: lightcyan;*/
	padding: 0 20px;
	margin-bottom: 30px;
}




.infin-single-header {
	display: flex;
	flex-direction: column;
}


.infin-single-header-left h1 {
	color: #17313b;
	font-family: helvetica;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
}


.infin-single-excerpt {
	color: #6d8793;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em;
}



.infin-single-divider {
	height: 3px;
	display: flex;
	width: 100%;
	margin: 10px 0;
}

.infin-single-divider span {
	display: inline-block;
	height: 3px;
	background: #0094C1;
	width: 40px;
}



.author_wrp {
	display: grid;
	grid-template-columns: 40px auto;
	margin: 20px 0;
}

.article-header-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0094c1;
	background: #bca4d8;
}

.author {
	color: #0094c1;
	font-size: 14px;
	font-weight: bold;
}


.infin-single-date {
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}


.infin-single-intro.infin-after-products {
	padding: 0 0 30px 0;
}


.infin-single-intro {
	padding: 30px 20px;
	margin: 0 0 30px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}

.infin-single-header .infin-single-intro {
	padding-left: 0;
	padding-right: 0;
}





/* Product Box*/

.infin-single-glance {
	text-align: center;
}

.infin-single-glance h2 {
	color: #17313b;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3em;
}


.infin-single-glance h2::after {
	content: '';
	display: block;
	width: 35px;
	height: 4px;
	background: #0094c1;
	margin: 10px auto;
}



.infin-single-article h2 {
	margin-top: 20px;
}



.infin-single-products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}


.infin-single-products-box {
	background: white;
	display: grid;
	text-align: left;
	padding: 10px 10px 10px 30px;
	text-transform: uppercase;
	grid-template-columns: 150px auto 220px;
	gap: 40px;
	align-items: center;
	border: 2px solid #a0b6c0;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}


.infin-single-products-box-flag {
	display: inline-block;
	background: #0094c1;
	color: white;
	border-radius: 0;
	padding: 3px 16px 1px;
	margin: 0 0 16px -40px;
	font-size: 12px;
	font-weight: bold;
}


.infin-single-products-box:nth-child(n+2) .infin-single-products-box-flag {
	background: #0094c1;
}


.infin-single-products-box-flag::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #ff3d2e;
	position: absolute;
	margin-left: -16px;
	margin-top: -3px;
	border-radius: 0 0 0 0;
}


.infin-single-products-box-check {
	display: inline-block;
	background: #ff3d2e;
	padding: 10px;
	color: white;
	font-size: 14px;
	line-height: 24px;
	width: 180px;
	text-align: center;
	font-weight: 600;
}

.infin-single-products-box-title {
	margin: 15px 0 10px;
}


.infin-single-products-box-more {
	/*
	display: inline-block;
	padding: 7px 5px 5px 5px;
	border: 1px solid;
	text-align: center;
	max-width: 137px;
	font-size: 14px;
	margin: 0 auto;
*/
}


.infin-single-products-box-more a {
	display: inline-block;
	padding: 5px;
	border: 1px solid;
	text-align: center;
	width: 150px;
	font-size: 14px;
	margin: 0 auto;
	line-height: 17px;
}


.infin-single-products-box-more a {
	color: #0094c1;
	font-weight: 600;
}


/* Intro */



p:empty {
	display: none;
}




.infin-single-intro h2::after,
.infin-faqs h2::after,
.prod-verdict::after {
	content: '';
	display: block;
	width: 35px;
	height: 4px;
	background: #0094c1;
	margin-top: 10px;
}




/* oembed */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*	Gallery */

.flex-next,
.flex-prev {
	color: transparent !important;
}

.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before {
	font-size: 24px;
}







/* Details */

.infin-single-prod-1,
.infin-single-prod-2,
.infin-single-prod-3,
.infin-single-prod-4,
.infin-single-prod-5 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #9d9d9d;
}


.prod-our-recomended {
	color: #6d8793;
	font-size: 18px;
	font-weight: 600;
}

/*
.infin-single-products-box.prod-details {
	padding: 40px;
}
*/


.infin-single-products-box.prod-details {
	border-color: #7e98a3;
}


.infin-prod-rank {
	display: flex;
	width: 30px;
	height: 30px;
	background: #7e98a3;
	align-items: center;
	justify-content: center;
	margin-bottom: -1px;
	z-index: 99999;
	margin-left: 0;
	font-weight: 700;
	font-size: 20px;
	color: white;
	position: relative;
	padding-top: 3px;
}


.infin-single-article ul {
	margin-bottom: 30px;
}

/* Pros Cons */


.ifin-pros-cons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 30px 0;
}

.ifin-pros-cons>div {
	border: 2px solid;
	border-radius: 10px;
	padding: 20px;
}



.pros-cons-header {
	font-size: 14px;
	font-weight: 600;
}

.infin-cons,
.infin-cons .pros-cons-header {
	border-color: #ff755a !important;
}

.infin-pros,
.infin-pros .pros-cons-header {
	border-color: #2cd4d9 !important;
}

.infin-pros .pros-cons-header {
	color: #2cd4d9;
}



.infin-cons ul li::marker {
	color: #ff755a;
}

.infin-pros ul li::marker {
	color: #2cd4d9;
}

.pros-cons-header {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	color: #ff755a;
}




.infin-single-verdict {
	padding: 20px;
	background-color: transparent;
	background-image: linear-gradient(180deg, #0295C217 0%, #0295C24A 100%);
	border-radius: 10px;
	margin-bottom: 30px;
}


.prod-verdict-prod {
	margin: 30px 0;
}



/* Icons */

.pcg-icon {
	font-family: "pcguide-single";
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.infin-single-products-box-more a::after {
	content: '\f107';
	font-family: "pcguide-single";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 130%;
}



.ifin-pros-cons li {
	list-style: none;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}




.infin-pros li::before {
	content: '\e802';
	font-family: "pcguide-single";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 130%;
}



.infin-pros li::before {
	content: '\e802';
	font-family: "pcguide-single";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 80%;
	margin-right: 4px;
	color: #2cd4d9;
	margin-left: -23px;
}

.infin-cons li::before {
	content: '\e803';
	font-family: "pcguide-single";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 80%;
	margin-right: 4px;
	color: #ff755a;
	margin-left: -23px;
}




/*  Single sidebar */

.infin-trusted-source {
	padding: 0 0 0 25px;
	background-image: url(/wp-content/uploads/2020/07/PG-Tick.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 18px auto;
}



.infin-single-aside {
	padding: 20px;
}


.infin-affiliate-info {
	background: #f2f2f2;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
}


.infin-trusted-source,
.infin-trusted-source-text {
	font-size: 14px;
	line-height: 20px;
	margin: 4px 10px;
}


.infin-trusted {
	padding: 15px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #6d87934d;
	border-block-style: solid;
	margin: 30px 0 20px 0;
}








.infin-single-shopping {
	display: grid;
	gap: 7px;
}

.infin-single-affil-link img {
	max-width: 26px;
	margin-right: 4px;
}


.infin-single-affil-link {
	display: flex;
	gap: 4px;
	font-size: 14px;
	width: 180px;
	background: #ff3d2e;
	color: white;
	padding: 10px;
	align-items: center;
	line-height: 1;
	font-weight: 600;
}

.infin-single-affil-link a {
	color: white;
}



.products-box-flag {
	/*	margin: 0 0 10px -40px;*/
	display: block;
}


.infin-single-products-box {
	border: 2px solid #7e98a3;
	border-radius: 0;
	box-shadow: none;
}




.infin-single-products-box .attachment-thumbnail.size-thumbnail.wp-post-image {
	margin-top: 10px;
}


.single-shopping-ama-shop {
	font-size: 12px;
	text-align: center;
	color: #ff3d2e;
	width: 180px;
	font-weight: 600;
}


.infin-single-affil:last-child {
	margin-bottom: 10px;
}




/* */

@media (max-width: 1023px) {

	.infin-single-page {
		grid-template-columns: 1fr;
	}

	.infin-single-intro {
		margin: 30px 0;
	}

	.infin-single-breadcrumb {
		padding: 10px;
	}

}


@media (max-width: 576px) {

	.infin-single-products-box {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ifin-pros-cons {
		grid-template-columns: 1fr;
	}

	.products-box-flag {
		margin: 10px 0 30px 0;
	}

	.infin-single-affil {
		margin: 0 auto;
	}


	.infin-single-shopping {
		margin-bottom: 30px;
	}

	.infin-single-products-box-top {
		display: grid;
	}

	.attachment-thumbnail.size-thumbnail.wp-post-image {
		margin: 0 auto;
	}

	.infin-single-products-box-flag {
		margin: 10px auto;
		display: inline-block;
	}

	.single-shopping-ama-shop {
		margin: 0 auto;
	}

	.infin-single-products-box {
		padding: 10px;
	}

}

/* TAKE OVER VIA AI */

.ai-rotate {
	position: inherit !important;
}

.ai-rotate {
	position: inherit !important;
	height: 262px;
	max-height: 262px;
	margin: 0 0 -16px 0;
}

@media screen and (max-width: 1400px) {
	.ai-rotate {
		aspect-ratio: 5.34;
		height: auto;
	}
}




.wepc-takeover {
	margin-top: -8px;
}

.wepc-takeover-top {
	display: block;
	width: 100%;
	background-color: inherit;
	text-align: center;
}

.wepc-takeover-top img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	aspect-ratio: 5.34;
}

.wepc-takeover-sides {
	width: 100vw;
	left: 0;
}

.wepc-takeover-sides .wepc-takeover-left,
.wepc-takeover-sides .wepc-takeover-right {
	display: block;
	position: absolute;
	width: calc(((100vw - 1400px) / 2) + 1px);
	height: calc(100vh + 100px);
	background-color: inherit;
	background-repeat: no-repeat;
	background-size: 500px auto;
}

.wepc-takeover-sides.stick {
	position: fixed;
	top: 0;
	margin-top: 0;
}

.wepc-takeover-sides .wepc-takeover-left {
	left: 0;
	background-position: top right;
}

.wepc-takeover-sides .wepc-takeover-right {
	right: 0;
	background-position: top left;
}

article.elementor-section {
	max-width: 1400px;
	margin: auto;
}

.postid-190839 .product-review-box-link-item.amazon-link:before {
	display: none;
}

.ic_google_news a {
	background: #FFF;
	border: 1px solid #7481a27a;
	border-radius: 3px !important;
	font-size: 12px !important;
	color: #484848;
	width: auto !important;
	padding: 6px;
	gap: 5px;

	display: inline-flex;
	align-items: center;
	color: #484848;
	gap: 5px;
}

.ic_google_news a:hover {
	border-color: #000;
	color: #000;
}

.ic_google_news a img {
	width: 25px !important;
	max-width: 25px !important;
	margin: 0 !important;
}


/*** JM  - Author Update ***/

.author-sidebar {
	padding-top: 15px;
	border-top: 1px solid #6d87934d;

	& .author-photo {
		& img {
			width: 30px;
			height: 30px;
			border-radius: 50%;
			border: 1px solid #0094c1;
			background: #bca4d8;
		}
	}

	& .author {
		display: grid;
		grid-template-columns: 1fr 5fr;
		align-items: center;

		& h4 {
			font-size: 16px;
			margin-top: 0;

			& a {
				color: #0094c1;
				transition: color .2s ease;
				cursor: pointer;

				&:hover {
					color: #006690;
				}
			}
		}

	}

	& .author-details {
		color: #17313B;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
	}
}


.inner-container {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.author-box {
	& .elementor-container {
		align-items: center;
	}

	& .elementor-author-box {
		& a {
			line-height: 1;
		}
	}

	& h4 {
		margin: 0 !important
	}
}

.author-header {
	background-color: #e8f0f3;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0;
	position: relative;

	&:after {
		position: absolute;
		bottom: 0;
		content: '';
		width: 100%;
		height: 5px;
		background: linear-gradient(90deg, #0094c1 0%, #17313b 100%);
		;

	}

	& .author-header-container {
		display: grid;
		grid-template-columns: 1fr 3fr;
		align-items: center;

		& .author-header-thumbnail-container {
			padding: 10px;

			& img {
				width: 160px;
				height: auto;
				border-radius: 100px;
			}
		}

		& .author-header-meta-container {
			position: relative;
			z-index: 1;
			padding: 10px;


			&:before {
				content: '';
				width: 70px;
				height: 70px;
				background: #ffa788;
				display: block;
				position: absolute;
				left: -20px;
				top: 10px;
				z-index: -1;
			}

			& h1 {
				margin-top: 20px;
				margin-bottom: 20px;
			}

			& .author-meta-list {
				color: #8898aa;
				font-size: 16px;
				font-weight: 600;
				text-transform: uppercase;
				letter-spacing: .2px;
				margin-bottom: 20px;
				list-style-position: initial !important;
				margin-left: 20px;
			}

			& .author-header-socials {

				& ul {
					list-style-type: none;
					display: flex;

					& .author-social-icon {
						display: inline-block;
						padding: 5px 10px;
						margin: 0 5px;
						width: auto;
						border: 1px solid rgba(82, 95, 127, .6);
						border-radius: 3px;
						color: #525f7f;

					}
				}
			}
		}
	}
}

.author-details-container {
	padding-top: 50px;
	font-weight: normal;
}

.author-content-container {

	& h2 {
		background-color: #d4e3e9;
		margin-top: 0;
		margin-bottom: 20px;
		padding: 25px 0;
		color: #17313b;
		font-family: helvetica;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.3em;
		text-align: center;
	}

	& .article-grid {
		display: grid;
		grid-template-columns: repeat(4, 25%);
		grid-row-gap: 10px;

		& .grid-article {
			border-right: 1px solid #dddddd;
			padding-left: 10px;
			padding-right: 10px;

			&:nth-of-type(4n) {
				border-right: none;
			}

			& h3 {
				font-family: helvetica;
				font-size: 16px;
				font-weight: 600;
				margin-top: 0;
				margin-bottom: 20px;

				& a {
					color: #17313b;
				}
			}

			& .grid-article-image {
				min-height: 145px;
				max-height: 145px;
				background-size: cover;
				background-position: center;
				margin-bottom: 10px;
			}

			& .subtitle {
				color: #858c95;
				font-size: 14px;
				line-height: 1.4em;
			}

			& .article-meta {
				font-size: 12px;
				line-height: 1.4em;
				color: #b5bcc5;

				& span {
					color: #0b2540;
				}
			}
		}


	}

	& .nav-links {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media (max-width:1024px) {
	.author-details-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.author-content-container {
		& .article-grid {
			display: grid;
			grid-template-columns: repeat(2, 50%);
			grid-row-gap: 10px;
		}
	}
}

.validation {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 0.5rem !important;

	&:last-of-type {
		margin-bottom: 0 !important;
	}
}

.author-validation-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gutenberg-single-page {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.gutenberg-single-header {
	flex: 1 1 100%;
	gap: 10px;
	display: flex;
	flex-direction: row;
	padding: 0 20px;
}

.gutenberg-single-header .infin-single-header-left,
.gutenberg-single-header .infin-single-header-right {
	flex: 1 1 calc(50% - 10px);
} 

.gutenberg-single-header .author_wrp {
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	grid-template-columns: 40px auto auto;
}

.gutenberg-single-page .article-wrapper {
	flex-direction: column;
	flex: 1 0 66%;
	max-width: 66%;
}

.gutenberg-single-page .article-wrapper article {
	padding-left: 20px;
	padding-right: 20px;
}

.gutenberg-single-page .infin-load-more {
	flex: 0 0 66%;
}

.gutenberg-single-page aside {
	flex: 1 0 33%;
	padding: 0 20px;
}

.mobile-before-content,
.mobile-after-content {
	display: none;
}

@media (max-width:1024px) {
	.gutenberg-single-page {
		flex-direction: column;
	}

	.gutenberg-single-header {
		flex-wrap: wrap;
		max-width: 100%;
	}

	.gutenberg-single-header .infin-single-header-left,
	.gutenberg-single-header .infin-single-header-right {
		flex: 1 1 100%;
	} 

	.gutenberg-single-page .article-wrapper { 
		max-width: 100%;
	}

	.gutenberg-single-page aside {
		display: none;
	}

	.mobile-before-content {
		display: block;
		padding: 0 20px;
	}

	.gutenberg-single-page aside .reader-supported,
	.gutenberg-single-page aside .toc {
		display: none;
	}

}

.grey-box {
	margin-bottom: 1rem;
	padding: 1rem;
	background: #f2f2f2;
    font-size: 14px;
    line-height: 20px;
}

.grey-box .blue {
	color: #0094c1;
}


.toc {
	border: 1px solid #6d8793;
	border-radius: 3px;
	margin-bottom: 1rem;
}

.toc h4 {
	color: #fff!important;
	background-color: #6d8793;
	font-size: 14px!important;
	font-weight: bold;
	padding: 0.5rem;
	margin-bottom: 0;
	margin-top: 0!important;
}

.toc .toc-container {
	padding: 0.5rem;
	font-size: 14px;
	font-weight: 400;
}

.toc ul {
	list-style-type: none;
}

.toc ul ul {
	margin-left: 1rem;
}

.toc ul li,
.toc ul ul li  {
	line-height: 1.5em;
	margin-bottom: .5rem;
}

.toc ul li a,
.toc ul ul li a  {
	display: flex;
}

.toc ul li svg,
.toc ul ul li svg  {
	height: 0.5rem;
	width: 0.5rem;
	margin-top: 5px;
	margin-right: 0.5rem;
}

.toc .toc-toggle {
	display: none;
}

@media(max-width:1024px) {

	.toc h4 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.toc .toc-toggle {
		display: inline-block;
	}

	.toc .toc-toggle i {
		display: none;
	}

	.toc .toc-toggle i.active {
		display: block;
	}

	.toc .toc-container {
		display: none;
	}

}

.related-posts {
    border-top: 2px solid #0094c1;
}

.related-posts h4 {
	font-size: 16px!important;
    font-weight: 700;
}

.related-posts h5 {
	font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
}

.related-posts h5 a {
	color: #17313B;
}

.related-posts .related-post {
	display: flex;
	gap: 5%;
	margin-bottom: 0.5rem;
}

.related-posts .related-post .related-post-image {
	flex: 0 0 30%;
}

.related-posts .related-post .related-post-meta {
	flex: 0 0 65%;
	font-size: 12px;
	color: #b5bcc5;
}

.related-posts .related-post .related-post-meta span {
	color: #0b2540;
}