/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/

:root{

	/* 	Colors */
	--primary: #056426;
	--secondary: #A3DA22;
	--text-1: #222;
	--text-2: #333;

	/* 	Images or Icons */
	--Check: url(/wp-content/themes/generatepress_child/assets/img/list-icon-feature.svg);
	--Check-2: url(/wp-content/uploads/2025/01/check-icon.svg);
	--Check-3: url(/wp-content/uploads/2025/01/check-icon-2.svg);

}


/* GLOBAL */

.read-more,
.read-less{
	font-size: 19px;
	font-weight:500;
	color: var(--primary) !important;
}

.single .wp-block-image{
	margin-bottom:25px;
}

.archive .grid-container#page,
.search .grid-container#page{
	max-width: 1350px;
}

.blog article,
.archive article,
.search article {
	margin-bottom: 35px;
}

.blog .site-main,
.archive .site-main,
.search .site-main{
	padding: 0 30px 30px;
	margin: 0;
}

.generate-columns {
	margin-bottom: 20px;
	padding-left: 20px;
}

.generate-columns-container {
	margin-left: -20px;
}

.site-container {
	max-width: 1280px;
	padding: 70px 40px;
	margin: 0 auto;
}

.full-width-content .site-content {
	display: block;
}

.section-title {
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: var(--text-1);	
	text-align: center;
	margin-bottom: 50px;
}

.center{
	text-align: center;
}

.btn a {
	border: 1px solid #ed6a00;
	color: #903201;
	border-radius: 5px;
	padding: 13px 20px;
	text-align: center;
	transition: .3s;
	font-size: 18px;
	line-height: 28px;
}

.btn a:hover{
	text-decoration:underline;
}

.banner .site-container{
	max-width:100%;
	padding:0;
}

.banner .site-container img{
	width:100%;
}

/*******
* BLOG *
********/

.blog,
.archive,
.search {
	background: #fff;
}

.archive .site-main .page-header,
.search .site-main .page-header {
	margin-bottom: 40px;
}

.archive .site-main .page-header h1,
.search .site-main .page-header h1 {
	font-size: 30px;
	line-height: 41px;
	font-weight: 700;
	color: #222;
	text-align: center;
}

.blog .inside-article,
.archive .inside-article,
.search .inside-article{
	padding: 0;
	margin: 0 8px;
	-webkit-box-shadow: rgba(99,99,99,.1) 0 2px 8px 0;
	box-shadow: rgba(99,99,99,.1) 0 2px 8px 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.one-container.blog .post:not(:last-child):not(.is-loop-template-item),
.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.search .post:not(:last-child):not(.is-loop-template-item)
{
	padding-bottom: 0px;
}

.inside-article .post-image{
	margin-bottom: 15px!important;
	position: relative;
	padding-bottom: 52%;
	transition: 0.3s ease-in-out;
}

.inside-article .post-image a {
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.inside-article .post-image img{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-transition: .3s all;
	transition: .3s all;
	object-fit: cover;
}

.inside-article .post-image  img:hover{
	transform:scale(1.08);
}

.blog .inside-article .entry-header,
.archive .inside-article .entry-header,
.search .inside-article .entry-header{
	padding: 0 30px 30px;
}

.inside-article .entry-title{
	font-size: 21px;
	line-height: 29px;
	font-weight: 600;
}

.inside-article .entry-meta{
	font-size: 13px;
	color: #444;
}

/* Pagination */
.blog .nav-links, .archive .nav-links, .search .nav-links {
	text-align: center;
	margin-top: 30px;
}

a.page-numbers {
	color: #222;
	text-decoration: none;
}

.page-numbers.current{
	background: #1558b1;
	color: #fff;
	font-weight: 400;
}

a.page-numbers{
	color: #222;
	text-decoration: none;
}

.page-numbers {
	display: inline-block;
	font-size: 16px;
	border: 1px solid #ebebeb;
	padding: 5px 15px!important;
	border-radius: 4px!important;
	margin-bottom: 10px;
}

.page-numbers:hover{
	background:#1558b1;
	color:#fff!important;
}

.page-numbers.dots:hover{
	background:none;
	color:#222!important;
}

.one-container .site-main .paging-navigation {
	margin-bottom: 0px;
}

.single-post .grid-container{
	max-width:1450px;
}

.single-post.no-sidebar .grid-container{
	max-width:1250px;
}

.single-post .inside-right-sidebar{
	height:100%;
}

.single-post .inside-right-sidebar .widget:last-child{
	position:sticky;
	top:70px;
}



/* Breadcrumbs */

.breadcrumbs p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.breadcrumbs p a {
	color: #666;
	text-decoration: none;
}

.breadcrumbs p .separator {
	margin-left: 5px;
	margin-right: 5px;
}

.breadcrumbs p .last {
	color: #666;
}

.single-post .entry-content{
	margin-top:25px;
}

/* Post Meta */
.single-post {
	background: #fff;
}

.single .entry-header .entry-meta {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-top: 15px;
	color: #546e7a;
	font-size: 15px;
}

.single .entry-header .entry-meta .avatar{
	border-radius:50%;
	margin-right:5px;
}

.single .entry-header .entry-meta .divider {
	padding: 0 8px;
}

.single .entry-header .entry-meta a,
.single .entry-header .entry-meta time span {
	color: #263238;
	font-weight: 600;
	text-decoration: none;
}

.single h1.entry-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 51px;
	color: #003366;
}

.single .entry-content h2,
.single .entry-content h3{
	color: #003366;
}

.single-post .post-intro{
	margin:20px 0;
	color: #2a2a2a;
}

/* Card Article */

.card-article {
	display: flex;
	grid-gap: 15px;
}

.card-article:not(:last-child) {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


.card-article .thumbnail {
	flex: 0 0 30%;
	position: relative;
	padding-bottom: 18%;
}

.card-article .thumbnail a {
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.card-article .thumbnail img {
	width: 100%;
	object-fit: cover;
	transition: 0.4s all;
	border-radius: 6px;
}

.card-article.thumbnail img:hover {
	opacity: .85;
}

.card-article .content {
	flex: 1;
}

.card-article .title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.card-article .title a {
	color: var(--contrast);
	text-decoration: none;
	display: block;
}

.card-article .title a:hover {
	color: #1558B1;
}

.card-article .meta {
	font-size: 12px;
	line-height: 14px;
}

/* Block: Feartured and Recent Articles */
.featured-articles .section-title,
.recent-articles .section-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #222;
	margin-bottom: 28px;
	display: flex;
	flex: 1;
	align-items: center;
}

.featured-articles .section-title:after,
.recent-articles .section-title:after {
	content: '';
	flex: 1;
	margin-left: 15px;
	border-top: 2px solid #1558B1;
}

.featured-articles .sidebar .widget {
	margin-bottom: 40px;
}

.single-post .widget-area .widget {
	padding: 30px 20px !important;
	border-radius: 6px;
	margin-bottom: 40px;
}


/* Block: Product Box */
.product-box{
	margin: 40px 0;
}

.product-box .card {
	background: #FFFFFF;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 50px;
	display: flex;
	align-items: center;
}

.product-box .card .left {
	flex: 0 0 40%;
	margin-right: 65px;
}

.product-box .thumbnail {
	display: flex;
	justify-content: center;
	align-items:center;
	/* 	padding: 40px 50px;
	background: #F4F5F6; */
	border-radius: 10px ;
}

.product-box .thumbnail img{
	width:100%;
}

.product-box .card .right {
	flex: 1;
}

.product-box .tagline {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #555555;
	margin-bottom: 20px;
}

.product-box .title {
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #222222;
}
max-width: 100%;
.product-box .features{
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}

.product-box ul {
	margin: 0;
	padding:0;
	list-style: none;
}

.product-box ul li {
	background-position:0 4px!important;
	margin-bottom:8px;
	background: var(--Check) no-repeat left top;
	background-position: 0 8px;
	background-size: 17px 17px;
	padding-left: 28px;
}

.product-box .cta-rating {
	display: flex;
	align-items:center;
	margin-top: 35px;
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 13px;
}

.stars::before {
	content: '★★★★★';
	letter-spacing: 0px;
	background: linear-gradient(90deg, #FF9900 var(--percent), #ddd var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
}

.product-box .action-btn{
	margin-bottom:0;
}

.action-btn a {
	margin-bottom:0;
	display: inline-block;
	background: #004AAD;;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	text-align: center;
	text-decoration: none!important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 12px 45px;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.06);
}

.action-btn a:hover {
	opacity: 0.9;
	transform: translateY(-3px);
}

.product-box .cta-rating a + .stars{
	margin-left:30px;
}

/* Block: Product Recommendations */
.product-recommendation {
	margin: 40px 0;
}

.product-recommendation .card { 
	background: #fff;
	border-bottom: 1px solid #F4F5F6;
	display: flex;
	grid-gap: 40px;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-top: 40px;
}

.product-recommendation .card:first-child {
	border-top: 1px solid #F4F5F6;
} 

.product-recommendation .thumbnail {
	flex: 0 0 25%;
	border-radius: 10px;
	text-align: center;
}

.product-recommendation .thumbnail img {
	border-radius: 10px;
}

.product-recommendation .content {
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content: center;
	border-radius: 10px;
}

.product-recommendation .title {
	font-weight: 600;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 15px;
	color: #222;
}

.product-recommendation .content .desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	flex-grow:1;
	text-align:left;
}


.product-recommendation .cta {
	align-self: center;
	flex: 0 0 20%;
}

.product-recommendation .rating {
	text-align: center;
	margin-bottom: 20px;
}

.product-recommendation .stars::before{
	font-size: 22px;
}

.product-recommendation .action-btn{
	margin-bottom:0;
}

.product-recommendation .action-btn a {
	display:block;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	padding: 12px 25px
}

/* Block: Top Product */
.top-products table .head th {
	background-color: var(--base-2);
	font-size: 18px;
	padding: 12px 20px;
}

.top-products table {
	max-width: 100%;
}

.top-products table tr td {
	text-align: center;
}

.top-products .product-img img {
	width: 100%;
	height: 80px;
	object-fit: contain;
	display: block;
}

.top-products table .name {
	font-size: 17px;
}

.top-products table .action-btn a {
	padding: 10px 35px;
}

/* Block: Best Products Listing */

.best-products {
	display: flex;
	flex-direction: column;
	grid-gap: 25px;
	gap: 25px;
	margin-bottom:25px;
}

.best-products .card {
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
}

.best-products .card .head{
	margin: -20px -20px 0 -20px;
}

.best-products .card .number {
	display: inline-block;
	background: #e9e9e9;
	width: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	border-top-left-radius: 10px;
}

.best-products .card .label {
	background: #ffc52f;
	color: #222;
	font-size: 15px;
	line-height: 34px;
	font-weight: 600;
	padding: 6px 16px 6px 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.best-products .card .body{
	display: flex;
	grid-gap: 20px;
	gap: 20px;
	align-items: center;
	margin-top: 20px;
}

.best-products .card .content{
	flex: 1;
}

.best-products .card .title {
	display: block;
	color: var(--contrast);
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}

.best-products .card .features {
	font-size: 15px;
	line-height: 25px;
}

.best-products .card .features ul{
	list-style: none;
	margin-left:0px;
	margin-bottom:0;
} 

.best-products .card .features ul li {
	background: var(--Check-3) no-repeat left top;
	background-position: 0px 5px;
	background-size: 16px 16px;
	padding-left: 26px;
	margin-bottom: 5px;
}

.best-products .card .features p:last-child{
	margin-bottom:0;
}

.best-products .card .rating {
	background: #f7f8f9;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.best-products .card .rating .avg {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}

.best-products .card .rating .stars::before{
	font-size: 16px;
}

.best-products .card .rating .total {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.best-products .card .cta{
	min-width:200px;
	text-align:center;
}

.best-products .card .cta .btn{
	margin-bottom: 16px;
}

.best-products .card .cta .discount-info{
	font-size: 16px;
	position: absolute;
	display: inline-block;
	text-align: center;
	z-index: 10;
	top: 10px;
	right: -11px;
}

.best-products .card .cta .discount-info:before {
	content: "";
	position: absolute;
	top: .3em;
	left: .2em;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -2;
}

.best-products .card .cta .discount-info:after {
	content: "";
	position: absolute;
	top: 1em;
	right: -.6em;
	border-width: .55em .5em .55em 1.5em;
	border-color: transparent;
	z-index: -1;
}

.best-products .card .cta .discount-info span{
	display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	background: #ffc52f;
	position: relative;
	color: #222;
}

.best-products .card .cta .discount-info span:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 0;
	top: 100%;
	border-width: .5em .7em 7px 0;
	border-style: solid;
	border-color: #d9a41d transparent transparent;
}

.best-products .card .cta .discount-info span:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	border-width: .5em 2em 0 0;
	border-style: solid;
	border-color: transparent;
}

.best-products .card .cta .btn a{
	display: block;
	padding: 8px 20px;
	font-size: 17px;
	font-weight: 600;
	background: #238c47;
	color: #fff;
	border: none;
}

.best-products .card .cta .btn a:hover{
	opacity:0.85;
}

.best-products .card .cta p{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 0;
}

/* END Blocks */

/* TOC: Table Of Content */

.single-post #ez-toc-container {
	padding: 40px;
	margin: 35px 0;
	border-radius:10px;
}

.single #ez-toc-container .ez-toc-title-container {
	text-align: center;
	margin-bottom: 20px;
}

.single div#ez-toc-container p.ez-toc-title {
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
}

.single-post .ez-toc-list {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 60px;
	column-gap: 60px;
	-webkit-column-rule: 1px solid #ddd;
	column-rule: 1px solid #ddd;
}


.single-post #ez-toc-container li {
	margin-bottom: 6px;
}

.single-post #ez-toc-container li a {
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
}


/* Rank Math FAQ Toggle */
#rank-math-faq .rank-math-question {
	font-size:18px;
	line-height:28px;
	font-weight:500;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin-bottom:15px;
	padding:20px;
	padding-right: 40px;
	cursor:pointer;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#rank-math-faq .rank-math-question:before {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0a10 10 0 1 0 10 10A10.01 10.01 0 0 0 10 0Zm0 18.462A8.461 8.461 0 1 1 18.462 10 8.47 8.47 0 0 1 10 18.462Zm4.39-10.545a.771.771 0 0 1 0 1.089l-3.846 3.846a.769.769 0 0 1-1.088 0L5.61 9.006a.77.77 0 0 1 1.088-1.089L10 11.22l3.302-3.303a.77.77 0 0 1 1.088 0Z' fill='%23004AAD'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:0 0px;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 25px;
}

#rank-math-faq .rank-math-question.active:before {
	transform: rotate(180deg);
}

#rank-math-faq .rank-math-answer {
	display:none;
	font-size:18px;
	line-height:31px;
	padding:20px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin-bottom:15px;
}

#rank-math-faq .rank-math-answer p:last-child {
	margin-bottom:0;
}

/* Author Box */

.author-box {
	background: #fff;
	border:1px solid #1558b1;
	border-radius: 10px;
	padding: 45px 40px;
	display: flex;
	align-items: center;
	grid-gap: 25px;
}

.author-box .avatar {
	flex: 0 0 19%;
}

.author-box .avatar img {
	border-radius: 50%;
}

.author-box .author-content {
	flex: 1;
}

.author-box .author-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}

.author-box .desc {
	color: #444;
	margin-bottom: 20px;
}

.author-box .social-links {
	display: flex;
	align-items: center;
}

.author-box .social-links a {
	display: flex;
	align-items: center;
}

.social-links a:not(:last-child) {
	margin-right: 10px;
}

.author-box .social-links a img {
	box-shadow: none;
	border-radius: 0px; 
}

/* Related Posts */
.related-posts .section-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #222;
	margin-bottom: 28px;
	display: flex;
	flex: 1;
	align-items: center;
}

.related-posts .section-title:after {
	content: '';
	flex: 1;
	margin-left: 15px;
	border-top: 2px solid #1558b1;
}

.related-posts .posts{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap:40px;
	grid-column-gap:30px;
}

.related-posts .posts .thumb img{
	border-radius:10px;
	width:100%;
}

.related-posts .posts .title{
	display:block;
	font-size:18px;
	line-height:25px;
	font-weight:600;
	text-decoration:none;
	color:#333;
	margin-top:8px;
}

.related-posts .posts .title:hover{
	text-decoration:underline;
	color:#1558b1;
}

/* Single Post: Sidebar */
.product-info {
	text-align: center;
}

.product-info .ratings {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	grid-gap: 0 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.product-info .rating .stars:before {
	font-size: 24px;
}

.product-info .btn{
	margin-bottom: 10px;
}

.product-info .btn {
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
}

.product-info .btn a {
	background:var(--primary);
	color:#fff;
	font-size: 16px;
	line-height: 26px;
	font-weight:600;
	transition: .2s;
}

.product-info .btn a:hover {
	text-decoration: none;
	background: var(--secondary);
	border: 1px solid var(--secondary);
	color: #fff;
}

.product-info .product-img {
	max-width: 80%;
	margin: 25px;
}

/***********
* HOMEPAGE *
************/

/* Products */
.products .cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.products .cards-bg {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 10px;
}

.products .cards-bg:hover .title,
.products .card:hover .title {
	color: var(--secondary);
}

.products .card {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 30px 20px;
	border: 2px solid #69a23f;
	text-align: center;
	border-radius: 10px;
}

.products .card .icon {
	border-radius: 50%;
	border: 1px solid #e7ffd3;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}

.products .card .icon img {
	width: 64px;
	height: 64px;
}

.products .card .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-1);
	margin-bottom: 10px;
}

.products .card .desc {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 0;
}

/* Buttons */
.buttons .site-container {
	padding-top: 0;
}

.buttons .btn-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}


.buttons .btn-wrapper a h3{
	background: var(--primary);
	color: #fff;
	border-radius: 5px;
	padding: 13px 20px;
	text-align: center;
	transition: .3s;
	font-size: 18px;
	line-height: 28px;
	font-weight:500;
	margin:0;
}

.buttons .btn-wrapper a:hover h3{
	background: var(--secondary);
}

/* Latest Articles */
.latest-articles {
	background: #fafafa;	
}

.latest-articles .section-title {
	text-align: left;
}

.latest-articles .articles-list {
	display: grid;
	grid-template-columns: 25% 1fr 180px;
	grid-gap: 30px;
	align-items: center;
}

.latest-articles .articles-list:not(:last-child) {
	margin-bottom: 50px;
}

.latest-articles .btn{
	margin-top: 50px;
}

.articles-list .thumbnail img {
	border-radius: 10px;
	display: block;
}

.articles-list .title {
	margin-bottom: 0px;
}

.articles-list .title a {
	display: block;
	font-size: 22px;
	line-height:34px;
	font-weight: 600;
	color: var(--text-1);
}

.articles-list .title a:hover,
.articles-list .cat a:hover {
	color: #003366;
}

.articles-list .date{
	font-size: 13px;
	color: #444;
}

.articles-list .cat a {
	font-size: 15px;
	line-height: 25px;
	color: #ed6a00;
}

.articles-list .excerpt {
	font-size: 16px;
	line-height: 28px;
	color: var(--text-2);
	margin: 10px 0 0;
}

.articles-list .cta .btn {
	display:flex;
	justify-content: end;
}

.articles-list .btn a {
	background: var(--primary);
	padding: 14px 40px;
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	border-radius: 4px;
	transition: .3s;
}

.articles-list .btn a:hover{ 
	opacity: .90;
}

.articles-list .content .btn {
	display: none ;
}

/* Ratings */
.ratings .site-container {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 70px;
}

.ratings .rating-wrapper {
	display: inline-flex;
	grid-gap: 20px;
	align-items: center;
	background: #eaffdb;
	color: var(--primary);
	padding: 10px 40px;
	border-radius: 5px;
	justify-content: center;
}

.ratings .rating-wrapper .stars::before {
	font-size: 24px;
	letter-spacing: 2px;
}

.ratings .r-lnk {
	font-size: 18px;
	line-height: 26px;
}

/* Experts */
.experts {
	background: #FAFAFA;	
}

.experts .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.experts .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: center;
}

.experts .card .avatar {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 15px;
}

.experts .card .name {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-1);
}

.experts .card .designation {
	font-size: 15px;
	line-height: 28px;
	color: #666;
}

.experts .card .rating {
	margin-top: 10px;	
}

.experts .card .intro {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin: 15px 0 30px;
}

.experts .social-links {
	display: flex;
	justify-content: center;
	grid-gap: 15px;
}

.experts .social-links a {
	display: flex;
	margin: 0;
}

.experts .social-links img {
	height: 18px;
}

/* Products Two */
.supplements .cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.supplements .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: center;
}

.supplements .card img {
	margin: 0 auto 20px;
	border-radius: 10px;
	width: auto;
	height: 250px;
	transition: transform .3s;
}

.supplements .card img:hover {
	transform: scale(1.03);
}

.supplements .card .title a {
	display: block;
	font-size: 20px;
	line-height: 32px;
	color: var(--text-1);
	font-weight: 600;
	text-decoration:underline;
	text-align: center;
}

.supplements .card .title a:hover {
	color: var(--secondary);
}

.dropdown-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px 50px;
	flex-wrap: wrap;
}

.dropdown-flex .block {
	flex:1;
}

.dropdown-flex select {
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	border: 1px solid #81aa90;
}

@media(max-width:991px) {

	.dropdown-flex {
		justify-content: center;
		align-items: center;
		gap: 20px 30px;
	}

	.dropdown-flex .block {
		flex:initial;
	}
}

@media(max-width:767px) {

	.dropdown-flex {
		gap: 15px;
	}
}

@media(max-width:450px) {

	.dropdown-flex {
		flex-direction: column;
		align-items: initial
	}

	.dropdown-flex .block {
		flex:1;
	}
}


/* Article Filter */

.article-filter .site-container {
	padding-bottom: 70px;
}

.article-filter .cat-filter {
	align-items: center;
	display: flex;
	grid-gap: 20px;
	padding-bottom: 10px;
	margin-bottom: 35px;
	white-space: nowrap;
	overflow: scroll auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}


.article-filter .cat-filter::-webkit-scrollbar-thumb {
	background: var(--accent);
	border-radius: 10px;
}
.article-filter .cat-filter::-webkit-scrollbar {
	height: 7px;
	border-radius: 5px;
}

.article-filter .cat-filter li {
	list-style: none;
}
.article-filter .cat-filter .item {
	display: flex !important;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #212121;
	padding: 12px 35px;
	cursor: pointer;
	user-select: none;
}

.article-filter .cat-filter .active{
	background: #903201;
	color: #fff;
}

.article-filter .tab-content {
	display: none;
	gap: 50px;
}

.article-filter .tab-content.active {
	display: flex !important;

	background-color: rgba(0, 0, 0, 0) !important;
}

.article-filter .tab-content .left-block{
	flex: 0 0 68%;
}

.article-filter .tab-content .right-block{
	flex: 1;
}

.article-filter .tab-content .left-block .bottom-block {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 35px 25px;
}

.article-filter .tab-content .post .thumb {
	position: relative;
	padding-bottom: 50%;
}

.article-filter .tab-content .post .thumb a {
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.article-filter .tab-content .post .thumb a img {
	width: 100%;
	display: block;
	border-radius: 5px;
	object-fit: cover;
}


.article-filter .tab-content .post .content .title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
}

.article-filter .tab-content .post .author{
	font-size: 14px;
}

.article-filter .tab-content .bottom-block .post {
	display: flex;
	gap: 20px;
}

.article-filter .tab-content .bottom-block .post .thumb {
	flex: 0 0 95px;
	padding-bottom:initial;
}


.article-filter .tab-content .bottom-block .post .content{
	flex: 1;
}


.article-filter .tab-content .bottom-block .post .thumb a {
	position: initial;
}

.article-filter .tab-content .bottom-block .post .thumb img{
	height: 95px;
}

.article-filter .tab-content .bottom-block .post .content .title {
	font-size: 16px;
	line-height: 25px;
	margin-top: 0;
}

.article-filter .tab-content .right-block .post:not(:last-child){
	margin-bottom:25px;
}

.article-filter .tab-content .right-block .post .content .title {
	font-size: 22px;
	line-height: 30px;
}

.article-filter .tab-content .post .content .title a {
	display: block;
	color: #222;
	text-decoration: none;
}

.article-filter .tab-content .post .content .title a:hover {
	color: #003366;
}


@media (max-width: 991px) {

	.article-filter .tab-content {
		flex-direction: column;
	}

	.article-filter .tab-content .left-block{
		flex: 1;
	}

	.article-filter .tab-content .right-block {
		display: flex;
		gap: 25px;
	}

}

@media (max-width: 767px) {
	
	.article-filter .cat-filter{
		grid-gap: 10px;
		gap:10px;
	}

	.article-filter .cat-filter .item {
		font-size: 15px;
		line-height: 30px;
		padding: 5px 20px;
	}

	.article-filter .tab-content {
		gap: 30px;
	}

	.article-filter .tab-content .left-block .bottom-block {
		margin-top: 30px;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}

	.article-filter .tab-content .right-block {
		flex-direction: column;
		gap: 30px;
	}

	.article-filter .tab-content .right-block .post {
		display: flex;
		gap:20px;
	}

	.article-filter .tab-content .right-block .post .thumb {
		flex: 0 0 95px;
		padding-bottom: initial;
	}

	.article-filter .tab-content .bottom-block .post .thumb img,
	.article-filter .tab-content .right-block .post .thumb img {
		height: 80px;
	}

	.article-filter .tab-content .right-block .post .thumb a {
		position: initial;
	}

	.article-filter .tab-content .right-block .post:not(:last-child){
		margin-bottom:0;
	}

	.article-filter .tab-content .post .content .title {
		font-size: 22px;
		line-height: 30px;
	}

	.article-filter .tab-content .bottom-block .post .content .title,
	.article-filter .tab-content .right-block .post .content .title {
		font-size: 15px;
		line-height: 24px;
		margin-top:0;
	}

}

@media(min-width:1441px){
	.main-content .site-container{
		max-width:100%;
		padding-left:250px;
		padding-right:250px;
	}
}

.main-content h2{
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: var(--text-1);
}

.main-content .desc,
.main-content .desc p,
.main-content .desc span{
	font-size: 19px;
	line-height: 32px;
	color: #333 !important;
}

.main-content .desc h2,
.main-content .desc h3 {
	font-size: 20px;
	line-height: 30px;
}

.main-content .desc p {
	margin-bottom: 0;
}

.main-content .desc p:not(:last-child) {
	margin-bottom :20px;
}

/* Product Details */
.product-details  {
	background: #fafafa;	
	margin-bottom: 50px;
	border-radius: 10px;
}

.product-details .site-container {
	display: flex;
	grid-gap: 70px;
}

.product-details .left-block {
	flex: 0 0 40%;
}

.product-details .left-block img {
	position: sticky;
	top: 80px;
	border-radius: 10px;
}

.product-details .right-block {
	flex: 1;
}

.product-details .desc h2,
.product-details .desc h3 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
}

.product-details .desc h3 {
	font-size: 28px;
	line-height: 40px;
}

.product-details .desc {
	font-size: 16px;
	line-height: 30px;
}

.product-details .desc p {
	margin-bottom: 20px;
}

.product-details .desc ul {
	margin-left: 0;
	list-style-type: none;
}

.product-details .btn {
	margin-top: 30px;
}

.product-details .btn a {
	display: inline-block;
	background: var(--primary);
	color: #fff;
	padding: 12px 30px;
	font-size: 17px;
	line-height: 28px;
	border-radius: 4px;
	transition: .2s;
	border: 1px solid var(--primary);
}

.product-details .btn a:hover {
	background: #265a00;
}

.product-details .btn a:not(:first-child)  {
	margin-left: 10px;
	background: none;
	color: var(--primary);
}

/* Footer */
.site-footer .inside-footer-widgets {
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
}

.site-footer .inside-footer-widgets > div {
	margin-bottom: 0;
}

.site-footer .widget-title {
	margin-bottom: 15px;
	font-size: 18px;
}

.site-footer .menu {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 8px 20px;}

.site-footer .menu li {
	display: inline-block;
	margin: 0;
}

.site-footer .menu li a {
	font-size: 15px;
	line-height: 25px;	
}

/****************
* Landing Page *
****************/

/* Lastest Articles */
.page-template-landing-page .latest-articles .posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
} 

.page-template-landing-page .latest-articles .section-title{
	text-align:center;
}

.page-template-landing-page .posts .articles-list {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.page-template-landing-page .articles-list .thumbnail img {
	width:100%;
	height: 210px;
	object-fit: cover;
}


@media (max-width:1100px){
	.best-products {
		display: flex;
		flex-direction: row;
		grid-gap: 25px;
		gap: 25px;
	}

	.best-products .card .body{
		flex-direction: column;
	}

}


@media (max-width:991px){

	.one-container.both-right .site-main, 
	.one-container.right-sidebar .site-main {
		margin-right: 0px;
	}

	.site-content {
		flex-direction: column;
	}

	.container .site-content .content-area,
	.is-left-sidebar.sidebar, 
	.is-right-sidebar.sidebar {
		width: auto;
	}

}

@media (max-width: 970px) {

	/* Block: Product Box */
	.product-box .card {
		padding: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.product-box .card .left {
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}

	.product-box .card .right {
		width: 100%;
	}

	.product-box .cta-rating {
		margin-top: 30px;
		justify-content: space-between;
	}

	/* Block: Product Block */
	.product-details .btn a {
		padding: 12px 20px;
		font-size: 16px;
	}

	/***********
	* HOMEPAGE *
	************/

	/* Products */
	.products .cards {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
	}


	/* Latest Articles */
	.latest-articles .articles-list {
		display: grid;
		grid-template-columns: 28% 1fr;
		grid-gap: 30px;
	}

	.latest-articles .articles-list:not(:last-child) {
		margin-bottom: 40px;
	}

	.articles-list .cta {
		display: none;
	}

	.articles-list .content .btn {
		display: flex;
		margin-top: 20px;
	}

	.articles-list .content .btn a {
		padding: 10px 25px;
		font-size: 16px;
		line-height:26px;
	}

	/* Supplements */
	.supplements .cards {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	/* Experts */
	.experts .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	/****************
	* Landing Page *
	****************/

	/* Lastest Articles */
	.page-template-landing-page .latest-articles .posts {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	} 


}


@media (max-width: 768px) {

	.main-content .site-container{
		padding-left:0;
		padding-right:0;
	}

	/* Global */
	.site-container {
		max-width: 100%;
		padding: 50px 20px;
		margin: 0 auto;
	}

	.section-title {
		font-size: 26px;
		line-height: 38px;	
		margin-bottom: 30px;
	}

	/* Global */
	.archive .site-main .page-header h1,
	.search .site-main .page-header h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.archive .site-main .page-header,
	.search .site-main .page-header {
		margin-bottom: 20px;
	}

	.blog .site-content,
	.archive .site-content,
	.search .site-content{
		padding: 0px;
	}

	.blog .site-main,
	.archive .site-main,
	.search .site-main {
		padding: 35px 10px 30px;
		margin: 0;
	}

	.blog article,
	.archive article,
	.search article {
		margin-bottom: 25px;
	}

	.blog .inside-article .entry-header, 
	.archive .inside-article .entry-header, 
	.search .inside-article .entry-header {
		padding: 0 20px 20px;
	}

	.blog .inside-article .post-image,
	.archive .inside-article .post-image, 
	.search .inside-article .post-image {
		margin-bottom: 10px!important;
	}

	/* Pagination */

	.blog .nav-links,
	.archive .nav-links,
	.search .nav-links {
		margin-top:20px;
	}

	.single-post .site-content {
		padding: 30px 20px;
	}

	/* Post Meta */

	.single .entry-header .entry-meta {
		font-size: 14px;
	}

	.single h1.entry-title {
		font-size: 27px;
		line-height: 35px;
	}

	/* Block: Feartured and Recent Articles */

	.single-post .sidebar {
		margin-top: 40px;
	}

	.featured-articles .sidebar .widget {
		margin-bottom: 40px;
	}

	.single-post .widget-area .widget {
		margin-bottom: 30px;
	}

	.featured-articles .section-title,
	.recent-articles .section-title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 28px;
	}

	.featured-articles .section-title:after,
	.recent-articles .section-title:after {
		margin-left: 12px;
	}


	/* Block: Product Recommendations */

	.product-recommendation {
		margin: 30px 0;
	}

	.product-recommendation .card { 
		display: block;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.product-recommendation .thumbnail {
		text-align: left;
	}

	.product-recommendation .thumbnail img {
		width: 100%;
	}

	.product-recommendation .title {
		margin: 10px 0 15px;

	}

	.product-recommendation .rating {
		text-align: left;
		margin-top: 15px;

	}

	/* TOC */
	.single-post .ez-toc-list {
		-webkit-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		column-gap: 0px;
		-webkit-column-rule: 0;
		column-rule: 0;
	}

	/* Author Box */

	.author-box {
		padding: 34px 20px 40px;
		display: block;
	}

	.author-box .avatar {
		text-align: center;
	}

	.author-box .author-content {
		text-align: center;
		margin-top: 15px;
	}

	.author-box .author-title {
		font-size: 22px;
		line-height: 32px;
	}

	.author-box .desc {
		font-size: 16px;
		line-height: 27px;
	}

	.author-box .social-links {
		margin-top: 30px;
		justify-content: center;
	}

	/* Related Posts */
	.related-posts .posts{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 25px;
	}

	/* Single Post: Sidebar */
	.product-info .ratings {
		margin-bottom: 20px;
	}

	.product-info .rating .stars:before {
		font-size: 20px;
	}

	.product-info .btn a {
		font-size: 15px;
		line-height: 25px;
		padding: 10px 20px;
	}

	.product-info .product-img {
		margin: 20px 0;
	}

	/***********
	* HOMEPAGE *
	************/

	/* Products */
	.products .cards {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

	.products .card {
		padding: 30px 20px;
	}

	.products .card .icon {
		width: 80px;
		height: 80px;
		margin: 0 auto 15px;
	}

	.products .card .icon img {
		width: 44px;
		height: 44px;
	}

	.products .card .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.products .card .desc {
		font-size: 15px;
		line-height: 26px;
	}

	/* Buttons */
	.buttons .btn-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

	.buttons .btn-wrapper a {
		padding: 12px 20px;
		font-size: 16px;
		line-height: 26px;
	}


	/* Latest Articles */
	.latest-articles .section-title {
		text-align: center;
	}

	.latest-articles .articles-list {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.latest-articles .articles-list:not(:last-child) {
		margin-bottom: 25px;
	}

	.articles-list .content .btn {
		display: flex;
		margin-top: 20px;
	}

	.articles-list .content .btn a {
		padding: 10px 25px;
		font-size: 16px;
		line-height:26px;
	}

	.articles-list .title a {
		display: block;
		font-size: 20px;
		line-height: 32px;
	}

	.articles-list .excerpt {
		font-size: 15px;
		line-height: 26px;
		margin: 10px 0 0;
	}

	.articles-list .content .btn a {
		flex: 1;
		text-align: center;
	}

	/* Main Content */
	.main-content .wrapper {
		max-width: 100%;
		padding: 30px 20px;
		border-radius: 10px;
	}

	/* Product Details */
	.product-details  {
		margin-bottom: 30px;
	}

	.product-details .site-container {
		display: block;
	}

	.product-details .left-block {
		margin-bottom: 25px;
		text-align: center;
	}

	.product-details .left-block img {
		width: 80%;

	}

	.product-details .desc h2 {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 36px;
	}

	.product-details .desc h3 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 34px;
	}

	.product-details .btn {
		margin-top: 20px;
	}

	.product-details .btn a {
		display: block;
		padding: 10px 20px;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}

	.product-details .btn a:last-child {
		margin: 10px 0 0;
	}

	/* Experts */


	.experts .card {
		padding: 30px 20px;
	}

	.experts .card .avatar {
		width: 100px;
		height: 100px;
	}

	.experts .card .name {
		font-size: 18px;
	}

	.experts .card .intro {
		font-size: 13px;
		line-height: 24px;
		color: #666;
		margin: 10px 0 25px;
	}

	/****************
	* Landing Page *
	****************/

	.page-template-landing-page .posts .articles-list {
		margin: 0;
	}

}


@media(max-width: 600px){

	/* Block: Top Product */
	.top-products{
		overflow-x: auto;	
	}

	.top-products table .head th {
		font-size: 17px;
		padding: 10px 20px;
	}

	.top-products .product-img img {
		height: 70px;
	}

	.top-products table .action-btn a {
		width: max-content;
		font-size: 12px;
		padding: 8px 20px;
	}

	/***********
	* HOMEPAGE *
	************/

	/* Products */
	.products .cards {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	/* Buttons */
	.buttons .btn-wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	/* Ratings */
	.ratings .site-container {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.ratings .rating-wrapper {
		display: flex;
		grid-gap: 20px;
		padding: 8px 30px;
	}

	.ratings .rating-wrapper .stars::before {
		font-size: 20px;
	}

	.ratings .r-lnk {
		font-size: 16px;
		line-height: 24px;
	}

	/* Supplements */
	.supplements .cards {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}

	.supplements .card {
		padding: 30px 20px;
	}

	.supplements .card img {
		margin: 0 auto 15px;
		height: 200px;
	}

	.supplements .card .title a {
		font-size: 18px;
		line-height: 30px;
	}

	/* Expert */
	.experts .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}


	/****************
	* Landing Page *
	****************/

	/* Lastest Articles */
	.page-template-landing-page .latest-articles .posts {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	} 

	.page-template-landing-page .articles-list .thumbnail img {
		height: 200px;
	}

	/* Block: Best Products Listing */

	.best-products {
		flex-direction: column;
		grid-gap: 20px;
		gap: 20px;
	}

	.best-products .card .cta .discount-info{
		top:4px;
	}

	.best-products .card .title {
		font-size: 18px;
		line-height: 26px;
	}

	.best-products .card .image{
		margin-left:-42%;
	}

	.best-products .card .rating {
		position: absolute;
		top: 50px;
		right: 10px;
	}
}


@media(max-width:450px){

	.inside-article .entry-title{
		font-size: 19px;
		line-height: 27px;
	}

	/* Related Posts */
	.related-posts .posts{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}
}

@media (max-width: 355px) {

	/* Block: Product Box */

	.product-box .cta-rating a {
		font-size: 12px;
		padding: 9px 12px;
	}
}
