/*!
Theme Name: TheGuideX
Author: Sunny Kumar
Author URI: https://sunnysah.com
Description: Custom GP child theme for TheGuideX
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theguidex
Template: generatepress
Version: 2.0
*/

/**********
* GLOBAL *
**********/

:root {
	--User: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/user.svg');
	--Clock: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/clock.svg');
	--ClockWhite: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/clock-white.svg');
	--UserWhite: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/user-white.svg');
	--UserDark: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/user-dark.svg');
	--FileWhite: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/file-white.svg');
	--Verified: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/verified.svg');
	--Check: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/check.svg');
	--Pros: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/pros.svg');
	--Cons: url('https://theguidex.com/wp-content/themes/theguidex/assets/img/cons.svg');
}

@font-face {
	font-family: 'Sofia Pro';
	font-display:swap;
	font-style: normal;
	font-weight: 300;
	src: url('https://theguidex.com/wp-content/themes/theguidex/assets/fonts/SofiaPro/sofia-pro-300.woff2') format('woff2'),
		url('https://theguidex.com/wp-content/themes/theguidex/assets/fonts/SofiaPro/sofia-pro-300.woff') format('woff')
}

@font-face {
	font-family: 'Sofia Pro';
	font-display:swap;
	font-style: normal;
	font-weight: 400;
	src: url('https://theguidex.com/wp-content/themes/theguidex/assets/fonts/SofiaPro/sofia-pro-400.woff2') format('woff2'),
		url('https://theguidex.com/wp-content/themes/theguidex/assets/fonts/SofiaPro/sofia-pro-400.woff') format('woff')
}

@font-face {
	font-family: 'Sofia Pro';
	font-display:swap;
	font-style: normal;
	font-weight: 600;
	src: url('https://theguidex.com/wp-content/themes/theguidex/assets/fonts/SofiaPro/sofia-pro-600.woff2') format('woff2'),
		url('https://theguidex.com/wp-content/themes/theguidex/assets/fonts/SofiaPro/sofia-pro-600.woff') format('woff')
}

@font-face {
	font-family: 'Sofia Pro';
	font-display:swap;
	font-style: normal;
	font-weight: 700;
	src: url('https://theguidex.com/wp-content/themes/theguidex/assets/fonts/SofiaPro/sofia-pro-700.woff2') format('woff2'),
		url('https://theguidex.com/wp-content/themes/theguidex/assets/fonts/SofiaPro/sofia-pro-700.woff') format('woff')
}

html {
	scroll-behavior: smooth;
}

.site-header {
	box-shadow: 0px 2px 5px rgb(0, 0, 0, 8%);
	position: relative;
	z-index: 999;
}

.visible,
.active{
	display:block!important;
}

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

.section-title {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
	color: var(--headline);
}

.home .section-title {
	margin-bottom: 50px;

}

.section-title span {
	display: inline-block;
	color: var(--primary);
}

.desc {
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: var(--text);
}

.btn a,
.btn button {
	display: inline-block;
	font-size: 18px;
	line-height: 34px;
	font-weight: 600;
	text-align: center;
	padding: 12px 36px;
	border-radius: 5px;
	color: #fff!important;
	background: var(--primary);
	transition: 0.3s ease-in-out;
}

.btn a:hover,
.btn button:hover {
	opacity: .9;
}

.full-width-content .site-content,
.blog .site-content,
.archive .site-content,
.search .site-content, 
.single .site-content,
.page .site-content {
	display: block;
}

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

.page .entry-content .post-thumb{
	margin-bottom:20px;
}

.full-width-content .container.grid-container,
.blog .container.grid-container,
.archive .container.grid-container,
.search .container.grid-container,
.single .container.grid-container {
	max-width: 100%;
}

/* Posts Grid */
.grid.posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

/* Card */
.posts .card {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}

.posts .card .content {
	padding: 0px 28px 30px;
}

.posts .card .thumbnail {
	position: relative;
	padding-bottom: 53%;
	margin-bottom: 20px;
}

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

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

.posts .card .thumbnail img:hover {
	opacity: .85;
}

.posts .card .title {
	color: #333;
	font-size: 21px;
	font-weight: 600;
	line-height: 30px; 
	margin-bottom: 16px;
}

.posts .card .title a {
	color: var(--headline);
	display: block;
}

.posts .card .title a:hover {
	color: var(--primary);
}

.posts .card .meta {
	color: #464F5F;
	font-size: 15px;
	font-weight: 400;
}

/* Pagination */
.pagination {
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	border: 1px solid #dddddd;
	padding: 5px 20px 8px;
	font-weight: 500;
	border-radius: 5px;
	color: #222222;
	background: #fff;
	margin-top: 10px;
	font-size: 20px;
	line-height: 30px;
	transition: .3s ease-in-out
}

.pagination .page-numbers:hover {
	background: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
}

.pagination .page-numbers:not(:last-child) {
	margin-right: 12px;
}

.pagination .page-numbers.current {
	background: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
}


/*********
* Header *
**********/

.main-navigation .main-nav .sub-menu li a {
	padding: 10px 20px;
}

/***********
* Homepage *
************/

/* Banner */
.banner {
	background: linear-gradient(180deg, #FFF 0%, #F2F7FF 100%);
}

.banner .site-container {
	padding-top: 20px;
	padding-bottom: 0;
	display: flex;
	grid-gap: 96px;
	align-items: center;
}

.banner .left-block {
	flex: 1;
	padding: 20px 0 40px;
}

.banner .right-block {
	align-self: end;
	flex: 0 0 35%;
}

.banner .section-title {
	color: var(--headline);
	font-size: 48px;
	line-height: 57px;
	margin-bottom: 30px;
}

.banner .desc {
	margin-bottom: 30px;
}

.banner .banner-img img {
	display: block;
}

/* Subscribe Form */
.subscribe {
	max-width: 82%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}

.subscribe input {
	flex: 1;
	border: 0;
	background: #fff !important;
	padding: 18px 20px;
	border-radius: 5px 0 0 5px;
}

.subscribe input::placeholder {
	color: #A6A6A6
}

.subscribe input:focus { 
	background: #fff;
	outline: 0;
}

.subscribe .btn {
	margin: 8px 10px;
	flex: 0 0 20%;
	padding: 12px 34px;
	color: #fff;
	text-align:center;
	border-radius: 5px;

	font-size: 18px;
	font-weight: 600;
	line-height: 28px; 
}

/* Latest Article */
.latest .site-container {
	padding-bottom: 80px;
}

.latest .section-title {
	margin-bottom :40px;
}

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

.latest .grid .card:nth-child(1) {
	grid-column: span 3;
	width: 100%;

	display:flex;
	grid-gap: 42px;
	background: none;
	box-shadow: none;
}

.latest .card:nth-child(1) .thumbnail {
	flex: 0 0 43%;
	margin-bottom: 0;
	padding-bottom: 27%;
	border-radius: 10px;
}

.latest .card:nth-child(1) .thumbnail img {
	border-radius: 10px;
}

.latest .card:nth-child(1) .content {
	flex: 1;
	padding: 0;
}

.latest .card:nth-child(1) .title {
	color: var(--headline);
	font-size: 34px;
	font-weight: 700;
	line-height: 44px; 
}

.latest .card:nth-child(1) .meta {
	color: #37404D;
	font-size: 14px;
	line-height:24px;
}

.latest .card:nth-child(1) .meta .author {
	background: var(--User) no-repeat left top;
	background-position: 0px 5px;
	background-size: 15px 13px;
	padding-left: 23px;
	margin-right: 30px;
}

.latest .card:nth-child(1) .meta .date {
	background: var(--Clock) no-repeat left top;
	background-position: 0px 5px;
	background-size: 13px 13px;
	padding-left: 22px;
}

.latest .card:nth-child(1) .meta a {
	color: #37404D;
}

.latest .card:nth-child(1) .excerpt {
	color: #333;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	margin: 18px 0 22px;
}

.latest .card:nth-child(1) .excerpt:after {
	content: '...';
}

.latest .card:nth-child(1) .more {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px; 
	padding: 6px 16px 8px;
	background: #ECF3FF;
	border-radius: 4px;
	transition: .3s ease-in;
}

.latest .card:nth-child(1) .more:hover {
	background: #e7efff;
}

.latest .btn {
	text-align: center;
	margin-top: 60px;
}

/* About */
.about {
	background: #F3F8FF;
}
.about .site-container {
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	align-items: center;
	grid-gap: 60px;
}

.about .left-block {
	flex: 1;
}

.about .right-block {
	flex: 0 0 40%;
}

.about .section-title {
	margin-bottom: 24px;
}

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

/* Recommended Deals & Coupons */
section.recommends {
    background-color: #f3f8ff;
	padding-top: 10px;
}

.recommends .section-title {
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.recommends .section-title::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 40%;
    border-bottom: 1px solid black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.deals-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
	padding-bottom: 20px;
}

.deal-category {
    flex: 1;
    min-width: 250px; /* Adjust as needed for mobile responsiveness */
}

.deal-category h3 {
    margin-bottom: 20px;
    color: steelblue;
    font-size: 24px;
}

.deal-link {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000;
    position: relative;
    padding-left: 25px; /* Space for the checkmark */
}

.site-container .deals-section .deal-category a {
    background: var(--Pros) no-repeat left center;
    background-position: 0 8px;
    background-size: 18px 18px;
    padding-left: 28px;
    display: block;
    margin-bottom: 11px;
    font-size: 16px;
    color: #000; /* Your desired text color */
    text-decoration: none;
}

.site-container .deals-section .deal-category a:hover {
    text-decoration: underline; /* Example hover effect */
}

.recommends .btn {
    text-align: center;
	margin-top: 15px;
}

@media (max-width: 768px) {
    .deals-section {
        flex-direction: column;
    }

    .deal-category {
        min-width: auto;
        max-width: 100%;
    }
}


/* Social Media */
.social-links {
	margin-top: 32px;
}

.about .social-links img,
.author .author-info .social-links img,
.single-post .author-box .social-links img {
	border-radius: 50px;
	background: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}

.social-links img{
	transition: .3s ease-in-out;

}

.social-links a img:hover {
	transform: translateY(-3px);
}

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

/* Categories */
.categories .site-container {
	max-width: 988px;
}

.categories .section-title {
	text-align: center;
	margin-bottom: 100px;
}

.categories .wrapper {
	max-width: ;
	display: grid;
	grid-gap: 98px 48px;
	grid-template-columns: repeat(3, 1fr);
}

.categories .box {
	text-align: center;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 25px 0px rgba(100, 100, 111, 0.15);
	padding: 0px 30px 40px;
	transition: .3s ease-in;
	border: 1px solid transparent;
}

.categories .box:hover {
	border: 1px solid  var(--primary);
}

.categories img {
	margin-top: -50px;
	transition: .3s ease-in;
}

.categories .box:hover img {
	transform: rotate(10deg);
}


.categories .title {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 20px;
}

/* Recommended */
.recommends .site-container {
	padding-top: 0;	
} 

.recommends .section-title {
	text-align: center;
}

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

.recommends .tool {
	border-radius: 10px;
	border: 2px solid #E7F1F7;
	background: #FAFCFF;
	padding: 30px;
	display: flex;
	flex-direction: column;
	transition: .3s ease-in;
}

.recommends .tool:hover {
	transform: scale(1.02);
}

.recommends .tool .tool-logo {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.recommends .tool .tool-logo img {
	display: block;
	width: 186px;
	height: 82px;
	object-fit: cover;
}

.recommends .tool .devider {
	margin: 18px 0;
	background: #F0F0F0;
}

.recommends .tool .title {
	display: block;
	margin-bottom: 14px;
	color: #333;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.recommends .tool .desc {
	color: #333;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	flex-grow: 1;
}

.recommends .tool button {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	border-radius: 4px;
	padding: 6px 25px;
	transition: .3s ease-in;
}

/* Category Filter */

/* Left Side */
.article-filter .site-container {
	display: flex;
	grid-gap: 50px;
	padding-top: 20px;
}

.article-filter .left-block {
	flex: 0 0 276px;
}

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

.article-filter .cat-filter {
	padding: 20px 0px;
	background: #F7F7F7;
	border-radius: 10px;
}

.article-filter .cat-filter .item {
	display: block!important;
}

.article-filter .cat-filter .item span {
	display: flex!important;
	align-items: center;
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	color: #212121;
	cursor: pointer;
	background: transparent;
	padding: 7px 15px;
	border-radius: 5px;
	margin: 8px 15px;
	transition: .2s ease-in;
}

.article-filter .cat-filter .item:after {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px solid #EFEFEF;
}

.article-filter .cat-filter .item span:hover {
	background: #ededed;
}

.article-filter .cat-filter .active span,
.article-filter .cat-filter .active:hover span
{
	background: var(--primary);
	color: #fff;
}

.article-filter .cat-dropdown-m {
	display: none;
}

/* Right Side */
.article-filter .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.article-filter .section-header .section-title {
	flex: 1;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	color: #212121;
	font-size: 24px;
	font-weight: 600;
}

.article-filter .section-header .section-title:after {
	flex: 1;
	content: "";
	border-top: 1px solid #E8E8E8;
	margin: 8px 25px 0;
	width: 100%;
	display: block;
}

.article-filter .section-header .more-btn {	
	color: #212121;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.75px;
}

.article-filter .section-header .more-btn svg {
	margin-left: 5px;
}

/* Filter Cards */
.article-filter .grid {
	grid-gap: 32px;
}

.article-filter .card-article .thumbnail {
	margin-bottom: 16px;
}

.article-filter .card-article .content {
	padding: 0 20px 28px;
}

.article-filter .card-article .title {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 12px;
}

.article-filter .card-article .date {
	color: #37404D;
	font-size: 12px;
	font-weight: 300;
}

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

.article-filter .more-button {
	display: none;
}

/* Footer */
.foot-content {
	background: #15223A;
}

.foot-content .site-container {
	padding-top: 40px;
	padding-bottom: 10px;
	max-width: 758px;
}

.foot-content .wrapper {
	text-align:center;
}

.foot-content .social-links{
	margin: 30px 0 20px;
}

.foot-content .foot-link {
	text-align: center;
}

.foot-content .menu {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

.foot-content .menu .menu-item {
	margin: 5px 15px;
}

.foot-content .menu .menu-item a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}

.foot-content .menu .menu-item a:hover {
	text-decoration: underline;
}

.foot-content .desc {
	color: #EEE;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	margin: 22px 0 0;
}

/* Footer Widget */
.site-footer .inside-footer-widgets {
	grid-gap: 30px;
}

.site-footer .footer-widgets .widget h2 {
	color: #FFF;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.site-footer .footer-widgets .widget h2:after {
	content: '';
	flex: 1;
	content: "";
	border-top: 1px solid #E8E8E8;
	margin: 6px 0 0 25px;
	width: 100%;
	display: block;
}

.site-footer .footer-widgets .widget ul {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 25px 40px;
} 

.site-footer .footer-widgets .widget ul li {
	flex: 0 0 45%;
} 

.site-footer .footer-widgets .widget ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
} 

.site-footer .footer-widgets .widget ul li a:hover {
	text-decoration: underline;
}

.footer-bar-align-right .copyright-bar{
	margin: auto;
}

/* Page Header */
.page-header {
	padding: 0 !important;
	margin: 0 !important;
	background-color: #F3F8FF !important;
	text-align: center;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 51% 100%, 0 80%);
}

.page-header .site-container {
	padding-top: 50px;
	padding-bottom: 80px;
	max-width: 762px;
}

.page-header .section-title {
	color: #212121;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	margin-bottom: 0;
}

.page-header .desc {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin: 20px 0 0;
}

/************************
* BLOG, ARCHIVE, SEARCH *
*************************/

.blog-grid .site-container {
	padding-top: 50px;
	padding-bottom: 80px;
}

/*********
* AUTHOR *
**********/
.author .page-header .site-container {
	max-width: 830px;
	padding-bottom: 100px;
}

.author-info .avatar {
	border-radius: 50%;
	margin-right: 0 !important;
	border: 6px solid #CBDFFF;
}

.author-info .author-title {
	color: #222;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px; 
	margin-top: 16px;
}

.author-info .desc,
.author-info .edu {
	color: #444;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: 29px; 
	margin-top: 15px;
}

.author-info .expertise .title {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #233C65;
	max-width: 60.5%;
	margin: 25px auto 20px;
}

.author-info .expertise .title:before {
	content: "";
	max-width: 35%;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #6B88B7;
	top: 15px;
	left: 0;
}

.author-info .expertise .title:after{
	content: "";
	max-width: 35%;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #6B88B7;
	top: 15px;
	right: 0;
}

.author-info .expertise .item {
	display: inline-block;
	background: #fff;
	padding: 2px 10px 4px;
	border-radius: 4px;
	color: #233C65;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.author-info .expertise .item:not(:last-child) {
	margin-right: 4px;
}

.author-info .social-links {
	margin-top: 30px;
}

/**************
* SINGLE POST *
***************/

/* Post Header */
.single-post .bg-shape {
	margin-top: -20px;
	z-index: -1;
	position: relative;
}

.single-post .post-header {
	background: var(--primary);
}

.single-post .post-header .site-container {
	padding-top: 52px;
	padding-bottom: 0px;
	display: flex;
	grid-gap: 80px;
	align-items: center;
}

.post-header .left-block {
	flex: 1;
}

.post-header .right-block {
	flex: 0 0 418px;
}

.rank-math-breadcrumb p {
	margin-bottom: 20px;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

.rank-math-breadcrumb .separator {
	margin: 0 7px;
} 

.post-header .entry-title {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
}

.post-header .entry-meta {
	color: #fff;
	margin-top: 25px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

.post-header .entry-meta a {
	color: #fff;
}

.post-header .entry-meta .author {
	background: var(--UserWhite) no-repeat left top;
	background-position: 0px 4px;
	background-size: 16px 14px;
	padding-left: 27px;
}

.post-header .entry-meta .date {
	background: var(--ClockWhite) no-repeat left top;
	background-position: 0px 5px;
	background-size: 13px 13px;
	padding-left: 23px;
	margin: 030px;
}

.post-header .entry-meta .cat {
	background: var(--FileWhite) no-repeat left top;
	background-position: 0px 4px;
	background-size: 15px 15px;
	padding-left: 25px;
	color: #fff;
}

.post-header .thumbnail {
	position: relative;
	display: inline-block;
}

.post-header .thumbnail img {
	border-radius: 10px;
	margin-right: 30px;
	position: relative;
	z-index: 222;
	display: block;
	margin: 0 auto;
}

.post-header .thumbnail:after {
	content: '';
	width: 70%;
	height: 90%;
	border: 2px solid #8BA3CB;
	position: absolute;
	right: -30px;
	top: -22px;
	border-radius: 10px;
	z-index: 111;
}

.post-header .thumbnail:before {
	content: '';
	width: 80%;
	height: 92%;
	background: #8BA3CB;
	position: absolute;
	left: -23px;
	bottom: -23px;
	border-radius: 10px;
}

/* Main Content */

/* Content */
.single-post .main-wrapper .site-container,
.page .main-wrapper .site-container{
	display: flex;
	grid-gap: 70px;
	padding-top: 50px;
}

.main-wrapper .primary {
	flex: 1;
}

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

.single-post .wp-caption {
	width:100%!important;
}

/* Author Box */
.author-box {
	display: flex;
	grid-gap: 25px;
	align-items: center;
	padding: 40px 50px;
	margin-top: 40px;
	background: #FFFFFF;
	border: 1px solid var(--primary);
	border-radius: 10px;
}

.author-box .left-block {
	flex: 0 0 120px;
}

.author-box .left-block img {
	display: block;
	border-radius: 50%;
}

.author-box .right-block {
	flex: 1;
}

.author-box .title {	
	color: #222;
	font-size: 22px;
	font-weight: 600;
}

.author-box .bio {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px; 
	margin-top: 15px;
}

.author-box .social-links {
	margin-top: 20px;
}

/* Comments */
#comments {
	padding-top: 50px;	
}

#comments .comments-title {
	font-size: 25px;
	line-height: 34px;
	font-weight: 500;
}

#comments .comment-author a {
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	color: #333;
}

#comments .comment-metadata a {
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
	color: #555;
}

#comments .comment-meta {
	display: flex;
	align-items: center;
}

#comments .submit {
	background: var(--primary);
	font-weight: 500;
}

#comments .comment-author {
	line-height: 25px;
}

#comments .comment-content {
	color: #333;
}

/* Sidebar */
.rt-sidebar .is-right-sidebar {
	width: 100%;
	height:100%;
}

.rt-sidebar {
	flex: 0 0 350px;
}

.rt-sidebar .widget-area .widget {
	padding: 30px 25px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
}

.rt-sidebar .widget-area .inside-right-sidebar{
	margin-top: 0;
	margin-bottom: 0;
	height:100%;
}

.inside-right-sidebar .widget:last-child{
	position:sticky;
	position: -webkit-sticky;
	top:20px;
}

.rt-sidebar .widget-area .inside-right-sidebar:not(:last-child) {
	margin-bottom: 30px;
}

.rt-sidebar .widget .widget-title,
.rt-sidebar .widget .wp-block-heading,
.rt-sidebar .widget .section-title {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 25px;
}

.rt-sidebar .card-sidebar .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 8px;
}

.rt-sidebar .card-sidebar .title a { 
	display: block;
	color: #233C65;
}

.rt-sidebar .card-sidebar .title a:hover { 
	text-decoration: underline;
}

.rt-sidebar .card-sidebar .excerpt {
	color: #464646;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
}

.rt-sidebar .card-sidebar .excerpt:after {
	content: '...';
}

.rt-sidebar .card-sidebar:not(:last-child) {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/*********
* Blocks *
**********/

/* Block: Coupon */
.coupon-block {
	margin-top: 40px;
	margin-bottom: 40px;
}

.coupon-block .coupon {
	display: flex;
	justify-content: space-between; /* grid-gap: 45px; */
	align-items: center;
	background: #fff;
	padding: 40px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	border-radius: 10px
}

.coupon-block .coupon:not(:last-child) {
	margin-bottom: 35px;
}

.coupon-block .coupon .box-1 {
	flex: 0 0 60%; /*Flex 1; */
}

.coupon-block .coupon .box-1 .discount {
	display: none;
}

.coupon-block .coupon .headline {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}

.coupon-block .coupon .desc {
	font-size: 15px;
	line-height: 26px;
	color: #4f4f4f;
	margin-bottom: 12px;
}

.coupon-block .coupon .desc button{
	padding:0;
	font-size:15px;
	background:none;
	color:#222;
	text-decoration:underline;
}

.coupon-block .coupon .desc .more-content{
	display:none;
}

.coupon-block .coupon .pricing {
	font-size: 15px;
	line-height: 26px;
}

.coupon-block .coupon .sale-price {
	color: green;
	font-size: 18px;
}

.coupon-block .coupon .base-price {
	color: red;
}

.coupon-block .coupon .validity {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 10px;
	border-radius: 5px;
	color: #4f4f4f;
	background: #f6f7f8 var(--Clock)  no-repeat left top;
	background-position: 10px 6px;
	background-size: 13px 13px;
	padding-left: 30px;
	margin-top: 15px;
}

.coupon-block .coupon .box-2 {
	flex: 0 0 35%; /*Previously 35% was 190px*/
}

.coupon-block .coupon .discount {
	background: var(--secondary);
	border: 1px solid #d4e2eb;
	color: #333;
	text-align: center;
	padding: 30px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 20px;
}

.coupon-block .coupon .discount p {
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	margin: 0;
}

.coupon-block .coupon .discount span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 15px;
}

.coupon-block .coupon .status {
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #4f4f4f;
	margin-bottom: 20px;
	text-align: center;
}

.coupon-block .coupon .verified {
	background: var(--Verified) no-repeat left top;
	background-position: 0 4px;
	background-size: 12px 12px;
	padding-left: 20px;
	margin-right: 20px;
}

.coupon-block .coupon .uses-count {
	background: var(--UserDark) no-repeat left top;
	background-position: 0 3px;
	background-size: 12px 12px;
	padding-left: 20px;
}

.coupon-block .coupon .btn a {
	display: block;
	font-size: 16px;
	line-height: 23px;
	padding: 16px 20px;
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
}

.coupon-block .code-wrapper {
	position: relative;
	padding: 9.5px 10px;
	border: 2px dashed var(--primary);
	text-align: right;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.coupon-block .code-wrapper.show {
	text-align: center;
}

.coupon-block .code-wrapper .code {
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.coupon-block .code-wrapper a {
	width: 80%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: var(--primary);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	font-weight: 600;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 5px;
}

.coupon-block .code-wrapper a:hover {
    color: #e9eaeb;
    background-color: #355470;
}

.coupon-block .code-wrapper.btn a {
    box-shadow: none;
    background: white;
    color: #393939!important;
    padding: 0;
    font-size: 19px;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
}

.expired {
    background: #f9f2f1!important;
    border: 1px solid #F44336!important;
}

.expired p {
    color: red!important;
}

/* Block: Product Recommendations */

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

.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-recommendation {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.product-recommendation .cards {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-gap: 30px;
}

.product-recommendation .card { 
	background: #fff;
	border-radius: 10px;
	border: 1px solid #F4F5F6;
	display: flex;
	flex-direction: column;
}

.product-recommendation .thumbnail {
	height: 100px;
	display: flex;
	justify-content: center;
	padding: 25px;
	background: #F4F5F6;
	border-radius: 10px 10px 0 0;
}

.product-recommendation .thumbnail img {
	max-width: 145px;
	height: 52px;
	object-fit: cover;
}

.product-recommendation .thumbnail + .content{
	border-radius:0 0 10px 10px;
}

.product-recommendation .content {
	padding: 20px;
	display:flex;
	flex-direction:column;
	flex-grow:1;
	border-radius: 10px;
}

.product-recommendation .content .tagline {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text);
	margin-bottom:14px;
}

.product-recommendation .content .title {
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	margin-bottom:10px;
	color: #222;
}

.product-recommendation .content .desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
	color: var(--text);
	flex-grow:1;
	text-align:left;
}

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

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

.product-recommendation .btn a {
	display: block;
	font-size: 16px;
	line-height: 23px;
	margin-top: 18px;
	letter-spacing: 0.5px;
	padding: 12px 25px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.06);
}

.product-recommendation .btn a:hover {
	transform: translateY(-3px);
}

/* Block: Product Box */
.product-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 22px;
	background: #fff;
	padding: 25px;
	margin: 25px 0;
	border-top: 1px solid #f2f2f2;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
}

.product-box .left-side {
	flex: 0 0 250px;
}

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

.product-box .title {
	font-size: 25px;
	line-height: 34px;
	font-weight: 600;
}

.product-box p {
	font-size: 16px;
	line-height: 32px;
	margin: 15px 0 0;
}

.product-box .offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-box .offer .price {
	display: flex;
	margin-top: 15px;
}

.product-box .offer .price .regular {
	font-size: 22px;
	color: #e80707;
	margin-right: 5px;
	text-decoration: line-through;
}

.product-box .offer .price .discounted {
	font-size: 26px;
	font-weight: 700;
	color: #51a941;
	margin-left: 5px;
}

.product-box .offer span {
	font-size: 16px;
	line-height: 16px;
	margin-top: 0;
	position: relative;
	top: -8px;
	color: #333;
	font-weight: 400;
}

.product-box .offer .btn a {
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 20px;
	margin-top :15px;
}

.product-box .offer .btn a:hover {
	transform: translateY(-3px);
}

/* Block: Product Table */
.product-table {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: 40px 0;
}

.product-table .table-head {
	display: flex;
	background: #F3F3F3;
	border-radius: 10px 10px  0 0;
}

.product-table .head-name,
.product-table .head-features,
.product-table .head-rating {
	padding: 15px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #333;
}

.product-table .head-name,
.product-table .name {
	flex: 0 0 29%;
}

.product-table .head-features,
.product-table .features {
	flex: 1;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}

.product-table .head-rating,
.product-table .rating{
	flex: 0 0 27%;
}

.product-table .wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	border-top: 1px solid #EAEAEA;
}

.product-table .name,
.product-table .features,
.product-table .rating {
	padding: 20px;
}

.product-table .name {
	text-align: center;
}

.product-table .name img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

.product-table .name strong {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #333;
	text-align: center;
}

.product-table .wrapper ul {
	list-style-type: none;
	margin: 0 0 24px;
}

.product-table .features ul li {
	background: var(--Check) no-repeat left top;
	background-position: 0 50%;
	background-size: 17px 17px;
	padding-left: 30px;
	margin-bottom: 10px;

	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #222222;
}

.product-table .features .read-more {
	padding: 8px 14px;
	background: #F7F7F7;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	color: #333;
}

.product-table .features .read-more:hover {
	opacity: .9;
}

.product-table .rating {
	text-align: center;
}

.product-table .wrapper .rating .avg {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	background: var(--secondary);
}

.product-table .rating .stars {
	display: block;
	margin-top: 12px;
}

.product-table .rating .btn a {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 20px;
}

/* Block: Content Box */
.content-box {
	padding: 35px;
	margin-bottom: 40px;
}

.content-box p:last-child{
	margin-bottom:0;
}

/* Block: CTA Button */
.cta-btn {
	margin: 40px 0; 
	text-align: center;
}

.cta-btn a {
	padding: 14px 45px;
} 

.cta-btn a:hover {
	transform: translateY(-3px);
}

/* Block: Pros & Cons */
.pros-cons{
	display:flex;
	border:1px solid #eee;
	margin-top:35px;
	margin-bottom:35px;
}

.pros-cons .pros{
	flex:0 0 50%;
	border-right:1px solid #eee;
}

.pros-cons .cons{
	flex:1;
}

.pros-cons .pros .head{
	font-size:19px;
	background:#439d1e;
	padding:8px 20px;
	color:#fff;
}

.pros-cons .cons .head{
	font-size:19px;
	background:#d94a20;
	padding:8px 20px;
	color:#fff;
}


.pros-cons .pros .body,
.pros-cons .cons .body{
	padding:20px;
}

.pros-cons ul{
	list-style:none;
	margin:0;
}

.pros-cons li{
	margin-bottom:11px;
	font-size:16px;
}

.pros-cons .pros li {
	background: var(--Pros) no-repeat left top;
	background-position: 0 8px;
	background-size: 18px 18px;
	padding-left: 28px;
}

.pros-cons .cons li {
	background: var(--Cons) no-repeat left top;
	background-position: 0 8px;
	background-size: 18px 18px;
	padding-left: 28px;
}

/* Block: Back To Top */
.back-to-top {
	border-bottom: 2px solid var(--primary);
	text-align: right;
	margin-bottom: 20px;
}

.back-to-top a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--primary);
}


/****************
* MEDIA QUERIES *
*****************/

@media (max-width: 1180px) {

	/*********
	* Blocks *
	**********/

	/* Block: Product Recommendations */

	.product-recommendation .cards {
		grid-template-columns: repeat(2, auto);
		grid-gap: 20px;
	}

}

@media (max-width: 1024px) {

	/*********
	* GLOBAL *
	**********/

	/* Posts Grid */
	.grid.posts {
		grid-template-columns: repeat(2, 1fr);
	}

	/***********
	* Homepage *
	************/

	/* Mobile Navigation */
	.site-header .site-logo {
		padding-left: 20px;
	}

	.site-header .mobile-menu-control-wrapper {
		padding-right: 20px;
	}

	.site-header .menu-toggle {
		padding: 1px 8px;
	}

	.site-header .main-navigation.toggled .main-nav li:not(:last-child) {
		border-bottom: 1px solid #F5F5F5;
	}

	.main-navigation .main-nav ul li a,
	.menu-toggle,
	.main-navigation .menu-bar-item > a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mobile-menu-control-wrapper .menu-toggle,
	.mobile-menu-control-wrapper .menu-toggle:hover,
	.mobile-menu-control-wrapper .menu-toggle:focus,
	.has-inline-mobile-toggle #site-navigation.toggled {
		background-color: transparent;
	}


	/* Banner */
	.banner .site-container {
		padding-top: 30px;
		padding-bottom: 50px;
		display: block;
	}

	.banner .left-block {
		padding: 0;
	}

	.banner .right-block {
		display: none;
	}

	/* Latest */
	.latest .grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.latest .grid .card:nth-child(1) {
		grid-column: span 2;
	}

	.latest .card:nth-child(1) .thumbnail {
		flex: 0 0 50%;
		padding-bottom: 34%;
	}

	.latest .card:nth-child(1) .title {
		font-size: 22px;
		line-height: 32px; 
		margin-top: 18px;
		margin-bottom: 10px;
	}

	.latest .card:nth-child(1) .meta {
		font-size: 13px;
	}

	.latest .card:nth-child(1) .meta .author {
		background-position: 0 4px;
		background-size: 14px 12px;
		padding-left: 20px;
		margin-right: 10px;
	}

	.latest .card:nth-child(1) .meta .date {
		background-position: 0 4px;
		background-size: 12px 12px;
		padding-left: 20px;
	}

	.latest .card:nth-child(1) .excerpt {
		color: #333;
		font-size: 15px;
		font-weight: 400;
		line-height: 28px;
		margin: 5px 0 15px;
	}

	/* Recommended */
	.recommends .wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Category Filter */
	.article-filter .site-container {
		grid-gap: 35px;
	}

	.article-filter .left-block {
		flex: 0 0 225px;
	}

	/* Filter Cards */
	.article-filter .grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 32px;
	}

	/* Footer */

	.site-footer .footer-widgets .widget ul {
		grid-gap: 10px 25px;
	} 

	.site-footer .footer-widgets .widget ul li {
		flex: 0 0 100%;
	} 

	/**************
	* SINGLE POST *
	***************/

	/* Post Header */
	.single-post .Post-header .site-container {
		grid-gap: 50px;
	}

	.post-header .entry-title {
		font-size: 30px;
		line-height: 44px;
	}

	.post-header .right-block {
		flex: 0 0 315px;
	}

	.rt-sidebar {
		flex: 0 0 250px;
	}

	/*********
	* Blocks *
	**********/

	/* Block: Coupon */
	.coupon-block .coupon {
		grid-gap: 20px;
	}

	.coupon-block .coupon .box-2 {
		flex: 0 0 175px;
	}

	/* Block: Product Box  */
	.product-box .left-side {
		flex: 0 0 170px;
	}

}


@media (max-width: 880px) {
	/**************
	* SINGLE POST *
	***************/

	/* Single Post Header */
	.single-post .post-header .site-container {
		display: block;
	}

	.post-header .right-block {
		text-align: center;
		margin-top: 70px;
		padding-bottom: 40px;
	}

	/* Main Content */

	/* Content */
	.single-post .main-wrapper .site-container,
	.page .main-wrapper .site-container{
		display: block;
		padding-top: 40px;
	}

}


@media (max-width: 768px) {
	/**********
	* GLOBAL *
	**********/

	.site-container {
		max-width: 100%;
		padding: 50px 20px;
	}

	.section-title {
		font-size: 28px;
		line-height: 38px;
	}

	/* Posts Grid */
	.grid.posts {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	/* Card */
	.posts .card .content {
		padding: 0px 20px 25px;
	}

	.posts .card .thumbnail {
		margin-bottom: 15px;
	}

	.posts .card .title {
		color: #333;
		font-size: 18px;
		line-height: 28px; 
		margin-bottom: 10px;
	}

	/* Pagination */
	.pagination {
		margin-top: 30px;
	}

	.pagination .page-numbers {
		padding: 6px 16px 7px;
		font-size: 15px;
		line-height: 20px;
		display: inline-block;
		margin-top: 10px;
	}

	/* Header */
	.site-header .header-image {			
		max-width: 150px;
	}

	/***********
	* Homepage *
	************/

	/* Banner */
	.banner .section-title {
		font-size: 28px;
		line-height: 37px;
		margin-bottom: 20px;
		text-align:center;
	}

	.banner .banner-img img {
		display: block;
	}

	/* Subscribe Form */
	.subscribe {
		max-width: 100%;
		background: none;
		flex-direction:column;
		box-shadow: none;
	}

	.subscribe input {
		border-radius: 5px;
		padding: 15px 20px;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	}

	.subscribe .btn {
		margin: 10px 0 0;
		padding: 14px 34px;
	}

	/* Latest Article */
	.latest .site-container {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.latest .section-title {
		margin-bottom: 30px;
	}

	.latest .grid {
		display: block;
	}

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

	.latest .grid .card:nth-child(1) {
		display:block;
		margin-bottom: 30px;
	}

	.latest .card:nth-child(1) .thumbnail {
		padding-bottom: 58%;
	}

	.latest .btn {
		margin-top: 40px;
		font-size: 17px;
	}

	.latest .btn a {
		font-size: 16px;
		padding: 8px 25px;
	}

	/* About */
	.about .site-container {
		padding-top: 50px;
		padding-bottom: 50px;
		flex-direction: column;
		grid-gap: 30px;
	}

	.about .left-block {
		order: 2;
	}

	.about .right-block {
		order: 1;	
	}

	.about .right-block img {
		display:block;
		max-width: 90%;
		margin: 0 auto;
	}

	.about .section-title {
		margin-bottom: 20px;
	}

	/* Social Media */
	.social-links {
		margin-top: 30px;
	}

	/* Categories */
	.categories .section-title {
		text-align: center;
		margin-bottom: 70px;
	}

	.categories .wrapper {
		grid-gap: 55px 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.categories .box {
		padding: 0px 20px 30px;
	}

	.categories img {
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}

	.categories .title {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}

	/* Recommended */
	.recommends .section-title {
		margin-bottom: 30px;
	}

	.recommends .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}

	.recommends .tool {
		padding: 25px;
	}

	.recommends  .tool .tool-logo img {
		display: block;
		max-width: 60%;
		margin: 0 auto;
	}

	/* Category Filter */
	.article-filter .section-header .more-btn,
	.article-filter .cat-filter {
		display: none;
	}

	.article-filter .site-container {
		display: block;
	}

	.article-filter .left-block {
		position: sticky;
		position: -webkit-sticky;
		margin-right: 0px;
		top: 0px;
		margin-bottom: 30px;
		z-index: 99;
	}

	.site-footer .footer-widgets .widget ul {
		grid-gap: 15px 25px;
	} 

	.site-footer .footer-widgets .widget ul li {
		flex: 0 0 45%;
	} 

	.article-filter .cat-dropdown-m{
		background: #F7F7F7;
		border: 1px solid #ebebeb;
		padding:12px 18px;
		display:block;
		margin: 0 -20px;
	}

	.cat-dropdown-m .dropdown {
		width: 100%;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 5px;
		font-size: 14px;
	}

	.article-filter .cat-dropdown-m .label {
		font-weight: 600;
		text-align: center;
		margin-bottom: 10px;
		display: block;
	}

	.article-filter .section-header {
		margin-bottom: 30px;
	}

	.article-filter .section-header .section-title:after {
		margin: 8px 0 0 20px;		
	}

	.article-filter .more-button {
		display:block;
		text-align: center;
		margin-top: 30px;
	}

	.article-filter .more-button a {
		font-size: 16px;
		line-height: 28px;
		padding: 9px 35px;
	}

	/* Footer */
	.foot-content .wrapper .logo img {
		max-width: 60%;
	}

	.foot-content .social-links {
		margin: 25px 0 20px;
	}

	.foot-content .social-links img {
		width: 32px;
		height: 32px;
	}

	.foot-content .menu .menu-item {
		margin: 2px 10px;
	}

	.foot-content .desc {
		margin: 20px 0 0;
	}

	/* Footer Widget */
	.site-footer .inside-footer-widgets {
		grid-gap: 0px;
	}

	.site-footer .footer-widgets .widget h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.site-footer .footer-widgets .widget h2:after {
		margin: 6px 0 0 20px;
	}

	.site-footer .footer-widgets .widget ul {
		grid-gap: 15px 25px;
	} 

	.site-footer .footer-widgets .widget ul li {
		flex: 0 0 45%;
	} 

	.site-footer .footer-widgets .widget ul li a {
		font-size: 13px;
		line-height: 22px;
		position: relative;
		top: -3px;
	} 

	.site-footer .inside-footer-widgets ul{
		list-style:initial!important;
		margin-left:20px;
	}

	.site-footer .inside-footer-widgets li{
		list-style:initial!important;
	}

	/* Page Header */
	.page-header {
		clip-path: polygon(0 0, 100% 0, 100% 85%, 51% 100%, 0 85%);
	}

	.page-header .site-container {
		padding-top: 30px;
		padding-bottom: 60px;
		max-width: 100%;
	}

	.page-header .section-title {
		font-size: 28px;
		line-height: 38px;
	}

	.page-header .desc {
		font-size: 16px;
		line-height: 28px;
		margin: 16px 0 0;
	}

	/************************
	* BLOG, ARCHIVE, SEARCH *
	*************************/

	.blog-grid .site-container {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	/*********
	* AUTHOR *
	**********/
	.author .page-header {
		clip-path: polygon(0 0, 100% 0, 100% 95%, 51% 100%, 0 95%);
	}

	.author .page-header .site-container {
		padding-bottom: 70px;
	}

	.author-info .avatar {
		width: 120px;
		height: 120px;
		border: 4px solid #CBDFFF;

	}

	.author-info .author-title {
		font-size: 26px;
		line-height: 36px; 
		margin-top: 6px;
	}

	.author-info .desc,
	.author-info .edu {
		font-size: 15px;
		line-height: 28px; 
		margin-top: 15px;
	}

	.author-info .expertise .title {
		font-size: 16px;
		max-width: 350px;
		margin: 20px auto 15px;
	}

	.author-info .expertise .title:before,

	.author-info .expertise .title:after{
		max-width: 32%;
	}

	.author-info .expertise .item {
		margin-top: 10px;
	}

	/**************
	* SINGLE POST *
	***************/

	/* Single Post Header */
	.single-post .bg-shape {
		margin-top: -10px;
	}

	.single-post .post-header .site-container {
		padding-top: 30px;
	}

	.rank-math-breadcrumb p {
		margin-bottom: 10px;
	}

	.rank-math-breadcrumb a,
	.rank-math-breadcrumb p {
		font-size: 13px;
	}

	.rank-math-breadcrumb .separator {
		margin: 0 5px;
	} 

	.post-header .entry-title {
		font-size: 28px;
		line-height: 38px;
	}

	.post-header .entry-meta {
		margin-top: 15px;
		font-size: 13px;
		line-height: 20px;
	}

	.post-header .entry-meta .author {
		background-position: 0px 4px;
		background-size: 14px 12px;
		padding-left: 22px;
	}

	.post-header .entry-meta .date {
		background-position: 0px 5px;
		background-size: 11px 11px;
		padding-left: 20px;
		margin: 0 15px;
	}

	.post-header .entry-meta .cat {
		background-position: 0px 5px;
		background-size: 13px 13px;
		padding-left: 22px;
	}

	.post-header .right-block {
		margin-top: 40px;
	}

	.post-header .thumbnail img {
		max-width: 90%;
	}

	.post-header .thumbnail:after {
		right: 0px;
		top: -18px;
	}

	.post-header .thumbnail:before {
		left: 0px;
		bottom: -18px;
	}

	/* Main Content */

	/* Content */
	.single-post .main-wrapper .site-container,
	.page .main-wrapper .site-container{
		padding-top: 30px;
	}

	.single-post .primary .wp-block-image {
		margin-bottom: 15px;
	}

	/* Author Box */
	.author-box {
		display: block;
		text-align: center;
		padding: 30px 20px;
		margin-top: 40px;
	}

	.author-box .left-block {
		margin-right: 0px;
	}

	.author-box .left-block img {
		margin: 0 auto 15px;
	}

	.author-box .bio {
		line-height: 28px; 
	}

	/* Comments */
	#comments .comments-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0;
	}

	#comments .comment-reply-title {
		font-size: 24px;
	}

	#comments .logged-in-as,
	#comments .logged-in-as a {
		font-size: 16px;
		line-height: 30px;
	}

	#comments .comment-form-cookies-consent {
		font-size: 15px;
		line-height: 25px;
	}

	/* Right Sidebar */
	.rt-sidebar {
		margin-top: 30px
	}

	.rt-sidebar .widget-area .widget {
		padding: 25px 20px;
	}

	.rt-sidebar .widget-area .inside-right-sidebar:not(:last-child) {
		margin-bottom: 20px;
	}

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


	/*********
	* Blocks *
	**********/

	/* Block: Coupon */
	.coupon-block {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.coupon-block .coupon {
		display: block;
		padding: 20px;
	}

	.coupon-block .coupon:not(:last-child) {
		margin-bottom: 25px;
	}

	.coupon-block .coupon .box-1 .discount {
		display: block;
		margin: 0 0 15px 0;
	}

	.coupon-block .coupon .discount p {
		font-size: 32px;
		line-height: 32px;
	}

	.coupon-block .coupon .box-1 .discount span {
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		margin-top: 0;
		position: relative;
		top: -11px;
	}

	.coupon-block .coupon .headline {
		font-size: 20px;
		line-height: 30px;
	}

	.coupon .validity {
		margin-bottom: 15px;
	}

	.coupon-block .coupon .discount {
		display: none;
	}

	.coupon-block .coupon .status {
		text-align: left;
	}

	.coupon-block .coupon .verified {
		margin-right: 15px;
	}

	.coupon-block .coupon .btn a {
		padding: 14px 20px;
	}

	.coupon-block .code-wrapper a {
		width: 95%;
	}

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

	.product-recommendation .cards {
		grid-template-columns: repeat(1, auto);
		grid-gap: 20px;
	}

	/* Block: Product Box */
	.product-box {
		display: block;
		padding: 20px;
	}

	.product-box .left-side {
		text-align: center;
	}

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

	.product-box .title {
		font-size: 22px;
		line-height: 30px;
		margin-top: 6px;
		text-align: center;
	}

	.product-box .rating {
		text-align: center;
	}

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

	.product-box p {
		margin: 10px 0 0;
		text-align: center;
	}

	.product-box .offer {
		flex-direction: column;
		text-align: center;
	}

	.product-box .offer .price {
		display: flex;
		margin-top: 15px;
	}

	.product-box .offer .price .regular {
		font-size: 18px;
	}

	.product-box .offer .price .discounted {
		font-size: 22px;
	}

	.product-box .offer span {
		font-size: 15px;
	}

	.product-box .offer .btn a {
		padding: 11px 20px;
		font-size: 15px;
		line-height: 25px;
	}

	/* Block: Product Table */
	.product-table {
		margin: 30px 0;
		padding: 25px 20px;
	}

	.product-table .table-head {
		display: none;
	}

	.product-table .wrapper {
		display: block;
		border-top: 0px solid #EAEAEA;
	}

	.product-table .wrapper:not(:last-child) {
		border-bottom: 1px solid #EAEAEA;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.product-table .name,
	.product-table .features,
	.product-table .rating {
		padding: 0px;
	}

	.product-table .name strong {
		display: block;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.product-table .features {
		border: 0;
	}

	.product-table .features .read-more {
		padding: 9px 12px;
		font-size: 14px;
		display: block;
		width: 115px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 10px;
	}

	.product-table .wrapper .rating .avg {
		font-size: 12px;
		padding: 6px 15px;
		margin-right: 8px;
	}

	.product-table .wrapper .rating .btn {
		margin-top: 30px;
	}

	/* Block: Content Box */
	.content-box {
		padding: 20px;
		margin-bottom: 30px;
	}


	/* Block: CTA Button */
	.cta-btn {
		margin: 30px 0; 
	}

	.cta-btn a {
		display: inline-block;
		padding: 12px 30px 14px;
		font-size: 16px;
		line-height: 26px;
	}

	/* Block: Pros & Cons */
	.pros-cons{
		flex-direction:column;
		margin-bottom:25px;
	}

	.pros-cons .pros{
		border-right:0;
	}


}

@media (max-width: 520px) {

	/* Category Filter */

	/* Filter Cards */
	.article-filter .grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	/* Footer */
	.site-footer .footer-widgets .widget ul {
		grid-gap: 8px 25px;
	} 

	.site-footer .footer-widgets .widget ul li {
		flex: 0 0 100%;
	} 

	/* Coupoun Block */
	.coupon-block .code-wrapper a {
		width: 88%;
	}

}
