/*
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: #1e4601;
	--secondary: #79cf35;
	--text-1: #222;
	--text-2: #333;

	/* 	Images or Icons */
	--Check: url(/wp-content/themes/generatepress_child/assets/img/list-icon-feature.svg);

}


/* GLOBAL */

.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 var(--primary);
	color: var(--primary);
	border-radius: 5px;
	padding: 13px 20px;
	text-align: center;
	transition: .3s;
	font-size: 18px;
	line-height: 28px;
}

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

/*******
* 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: 00px;
}


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

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



/* 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;
}

.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
}

/* 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;
}

/***********
* 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: var(--secondary);
}

.articles-list .cat a {
	font-size: 15px;
	line-height: 25px;
	color: var(--primary);
}

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

.articles-list .excerpt p:after {
	content: "...";
}

.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-bottom: 20px;
}

.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;
}

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

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

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

.products-two .card img:hover {
	transform: scale(1.03);
}

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

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

/* Main Content */
.main-content .site-container {	
	padding-top: 20px;
}

.main-content .wrapper {
	max-width: 980px;
	padding: 50px;
	background: #fafafa;
	margin: 0 auto;
	border: 1px solid #efefef;
	border-radius: 20px;
}

.main-content .desc {
	font-size: 19px;
	line-height: 38px;
	color: var(--text-2);
}

.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);
}



@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;
	}

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


@media (max-width: 768px) {
	/* 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;
	}

	/***********
	* 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 p {
		font-size: 15px;
		line-height: 26px;
		margin: 10px 0 0;
	}

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

	/* Main Content */
	.main-content .site-container {	
		padding-top: 20px;
	}

	.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;
	}


}


@media(max-width: 600px){
	/***********
	* 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-bottom: 0;
	}

	.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;
	}

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

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

	.products-two .card img {
		margin: 0 auto 15px;
		height: 200px;
	}

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

}


@media(max-width:450px){

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

	.main-content .desc {
		font-size: 17px;
		line-height: 34px;
	}

	/* 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;
	}
}
