/*
Theme Name: One Twenty 2 - 2024
Theme URI: https://theparentingspot.com/
Author: One Twenty 2, LLC
Author URI: https://theparentingspot.com/
Description: The OneTwenty2 - 2024 theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onetwenty2
*/

/* General */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Cypro+Minoan&family=Open+Sans:wght@300;400;700&family=Poppins:ital,wght@0,200;0,400;0,700;1,400&family=Roboto:wght@100;300;700&display=swap');

:root {
  --primary-color: #333333;
  --link-color: #2f3386;
  --hover-color: #2f3386;
}
*, :after, :before {
	box-sizing: border-box;
}

a, a:visited, a:focus, a:hover, a:active {
	color: var(--primary-color);
	-moz-transition: all ease-in-out .25s;
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	text-decoration: none;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content h2 a {
	text-decoration: none;
}
#breadcrumbs a, .entry-content a {
	color: var(--link-color);
}
.entry-content * {
	max-width: 100% !important;
}
.entry-content .wp-caption p, .entry-content .wp-block-image figcaption {
	margin: 0;
	color: gray;
	font-size: 12px;
	line-height: 18px;
}
a.wp-element-button {
	color: white;
	background: var(--link-color);
	text-decoration: none;
	transition: .25s all ease-in-out;
	font-size: 16px;
}
a.wp-element-button:hover {
	color: white;
}
.wp-block-buttons {
	margin: 24px 0 32px;
}
a.wp-element-button:hover {
	background: var(--hover-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:700;
}
h1 {
	font-size: 42px;
	line-height: 50px;
	margin: 16px 0;
}
h1.archive-h1 {
	font-size: 22px;
	letter-spacing: 0.25pt;
	text-transform: uppercase;
	background: var(--link-color);
	color: white;
	text-align: center;
	border-radius: 4px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 32px;
}
h2 {
	font-size: 32px;
	line-height: 40px;
	margin: 32px 0;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 12px 0;
}

strong, .strong {
	font-weight: 700;
}
.transition {
	-moz-transition: all ease-in-out .25s;
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html, body {
	font-family: 'Poppins', sans-serif;
	background-color:#fefefe;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	word-break: break-word;
	position: relative;
	color: #333;
}
body.noscroll {
	overflow: hidden;
}
.container {
	max-width: 1296px;
	width: 100%;
	margin: 0 auto;
	padding: 0 48px;
}
main.container {
	min-height: 80vh;
	padding-top: 32px;
	padding-bottom: 56px;
}
main.container.post-list-container {
	padding-top: 0;
}

/* Nav */

.main-nav {
	display: flex;
	align-items: center;
}
.nav-section {
	flex: auto;
	position: relative;
	transition: .25s all ease-in-out;
}
.nav-section-hamburger {
	width: 5%;
}
.nav-section-logo {
	width: 15%;
	min-width: 250px;
	max-width: 250px;
	text-align: left;
	/* border-right: 1px solid #d3d3d3; */
	padding-right: 32px;
}
.show-search .nav-section-logo {
	border-right: none;
}
.search-container .blog-list {
	display: block;
	gap: 0;
	width: 100%;
}
.search-container .blog-list-col {
	width: 100%;
}
.search-container .trending-col:before {
	display: none;
}
.is-ajax-search-categories-details>div:hover, .is-ajax-search-result .is-ajax-search-post:hover, .is-ajax-search-result .is-show-more-results:hover, .is-ajax-search-tags-details>div:hover {
	background: #f8f8f8;
}
.nav-section-hamburger {
	text-align: right;
	display: none;
}
.nav-socials {
	text-align: right;
}
.nav-section-menu {
	text-align: left;
	padding-left: 24px;
}
body[data-reviews="1"] .nav-section-menu {
	text-align: right;
}
body[data-reviews="1"] .nav-section-hamburger {
	display: none;
}
.nav-socials a {
	padding: 8px;
	font-size: 22px;
}
.custom-logo {
	width: 100%;
	height: auto;
}
header.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: white;
	-webkit-box-shadow: 0px 4px 30px 0px rgba(0,0,0,.08);
	-moz-box-shadow: 0px 4px 30px 0px rgba(0,0,0,.08);
	box-shadow: 0px 4px 30px 0px rgba(0,0,0,.08);
}
.navbar {
	position: relative;
	padding: 8px 0;
}
.nav-hamburger .hamburger.is-active:hover, .nav-hamburger .hamburger:hover {
	opacity:1;
}
.nav-hamburger button:focus {
	outline: none;
}
.navbar-brand img {
	width: 150px;
}
.nav-menu ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.nav-menu ul li {
	display: inline-block;
	position: relative;
}
li.menu-item-has-children > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	padding-left: 8px;
	vertical-align: middle;
	font-size: 14px;
}
.nav-menu > ul li a {
	padding: 12px;
	font-weight: 700;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
}
.nav-menu > ul > li > ul.sub-menu {
	max-height: 0;
	position: absolute;
	left: 0;
	top: 40px;
	opacity: 0;
	text-align: left;
	font-size: 14px;
	line-height: 8px;
	visibility: hidden;
	overflow: hidden;
	padding: 8px 0;
	background: white;
	transition: .25s all ease-in-out;
	box-shadow: 0px 4px 30px 0px rgba(0,0,0,.08);
}
.nav-menu > ul > li.menu-item-has-children:hover > ul.sub-menu {
	max-height: 500px;
	opacity: 1;
	visibility: visible;
}
.nav-menu > ul.sub-menu li {
	white-space: nowrap;
}
.nav-section .hamburger-inner, .nav-section .hamburger-inner:after, .nav-section .hamburger-inner:before {
	height: 2px;
}
.nav-search {
	visibility: hidden;
	opacity: 0;
	position:absolute;
	bottom:8px;
	left:0;
	right:0;
	display: flex;
	margin: auto;
	align-items: center;
	width: 300px;
	transition: .25s all ease-in-out;
}
.nav-search-box {
	width: 95%;
}
.nav-search-close {
	width: 5%;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}
.main-nav.show-search .nav-search {
	visibility: visible;
	opacity: 1;
	bottom: 0px;
	width: 100%;
}
.main-nav .is-form-style input.is-search-submit, .main-nav .is-search-icon {
	background: var(--link-color);
	border: none;
	border-radius: 0 4px 4px 0;
}
.main-nav .is-form-style .is-search-submit path {
	fill: white;
}
.main-nav input.is-search-input {
	font-family: inherit;
}

/* Home and Archive */

.blog-list {
	display: flex;
	gap: 0 48px;
}
.blog-list-col {
	width: 33.33%;
}
a.feed-post-img img {
	width: 100%;
	display: block;
	border-radius: 4px;
	transition: .25s all ease-in-out;
}
.feed-post {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 32px;
	padding-top: 32px;
	position: relative;
}
.blog-list-col:not(.blog-list-col-2) .feed-post:last-of-type {
	border-bottom: none;
}
.search-container .blog-list-col:not(.blog-list-col-2) .feed-post:last-of-type {
	border-bottom: 1px solid #ddd;
}
.feed-post.featured h3 {
	font-size: 32px;
	line-height: 40px;
	margin: 12px 0;
}
span.feed-post-date {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 400;
}
article.feed-post.featured {
	background: #ebebeb;
	padding: 16px;
	border-radius: 4px;
	border-bottom: none;
	border: 1px solid #dddddd;
}
.feed-categories {
	margin: 12px 0;
}
.feed-categories a {
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	background: #ff834f;
	color: white;
	letter-spacing: 0.75pt;
	padding: 8px;
	margin: 2px 0px;
	user-select: none;
	border-radius: 4px;
}
.single-sidebar-posts.infinite .feed-categories {
	display: none;
}
.single-sidebar-posts.infinite .feed-post {
	padding-top: 8px;
	padding-bottom: 16px;
	display: none;
	padding-left: 12px;
	padding-right: 12px;
}
.single-sidebar-posts .feed-post {
	display: none;
}
.single-sidebar-posts .feed-post.feed-post-0, .single-sidebar-posts .feed-post.feed-post-1, .single-sidebar-posts .feed-post.feed-post-2, .single-sidebar-posts .feed-post.feed-post-3, .single-sidebar-posts .feed-post.feed-post-4 {
	display: block;
}
.single-sidebar-posts.infinite .feed-post.feed-post-0, .single-sidebar-posts.infinite .feed-post.feed-post-1, .single-sidebar-posts.infinite .feed-post.feed-post-2, .single-sidebar-posts.infinite .feed-post.feed-post-3, .single-sidebar-posts.infinite .feed-post.feed-post-4 {
	display: none;
}
.single .feed-categories {
	margin-top: 24px;
}
h3.feed-title {
	margin-bottom:8px;
}
.feed-post.columns {
	display: flex;
	align-items: center;
}
.feed-post-col.feed-post-col-1 {
	width: 60%;
	padding-right: 12px;
}
.feed-post-col.feed-post-col-2 {
	width: 40%;
}
.feed-post.columns h3 {
	font-size: 18px;
	line-height: 24px;
}
.feed-post.columns .feed-categories {
	margin: 0 0 12px;
}
.trending-col:before {
	content: 'Trending Now';
	margin-top: 32px;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	background: var(--link-color);
	color: white;
	letter-spacing: 0.25pt;
	text-transform: uppercase;
	line-height: 42px;
	border-radius: 4px;
}
.infinite.trending-col:before {
	content:'Up Next'
}
.feed-post.trending {
	padding-left: 56px;
}
.feed-post.trending .feed-categories {
	margin-top: 0;
}
.feed-post.trending h3.feed-title {
	font-size: 16px;
	line-height: 24px;
}
.feed-post.trending:before {
	display: inline-block;
	position: absolute;
	left: 0;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-left: 16px;
	font-size: 42px;
	color: #ddd;
}
.feed-post.trending:nth-of-type(1):before {
	content: '1';
}
.feed-post.trending:nth-of-type(2):before {
	content: '2';
}
.feed-post.trending:nth-of-type(3):before {
	content: '3';
}
.feed-post.trending:nth-of-type(4):before {
	content: '4';
}
.feed-post.trending:nth-of-type(5):before {
	content: '5';
}
.feed-post.trending:nth-of-type(6):before {
	content: '6';
}
.feed-post.trending:nth-of-type(7):before {
	content: '7';
}
.infinite .feed-post.trending:before {
	content:'' !important;
}

/* Navigation */

.blog-navigation {
	visibility: hidden;
	overflow: hidden;
	height: 5px;
}
.blog-navigation-wrap {
	height: 32px;
}
.blog-navigation-wrap .loading {
	display: none;
	font-size: 28px;
	text-align: center;
	position:relative;
	color:var(--primary-color);
}
.blog-navigation-wrap .loading.show {
	display: block;
}
.single-articles > article {
	margin-bottom: 24px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 16px;
}
.blog-navigation-wrap {
	margin-bottom: 80px;
}

/* Article */

.entry-content {
	line-height: 29px;
	padding-top: 16px;
	font-size: 17px;
}
.entry-content .banner-ad-rectangle {
	text-align: center;
	margin: 32px 0;
}
.single-disclaimer {
	margin: 0;
	line-height: 20px;
	color: #717171;
	font-size: 13px;
	padding: 16px;
	user-select: none;
	background-color: #f3f3f3;
	border: 1px solid #dadada;
}
.single-disclaimer a {
	text-decoration: underline;
}
.post-grid {
	display: flex;
	width: 100%;
	gap: 0 16px;
}
.post-grid-col-left {
	width: calc(100% - 340px);
}
.post-grid-col-right {
	width: 340px;
}
p#breadcrumbs {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	margin: 16px 0;
	letter-spacing: 0.5pt;
}
a.author-box-read-more {
	font-weight: 700;
	margin-left:4px;
}
.single-post-author-description {
	padding: 16px;
	padding-top: 0;
	font-size: 13px;
	line-height: 20px;
}
.single-author-box-details {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.single-author-box-details a.single-post-author {
	display: inline-flex;
	color: #333;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
}
.single-author-box-details a.single-post-author:hover {
	color:var(--link-color);
}
.single-post-date {
	font-size: 12px;
	margin-top: 16px;
	color: gray;
}
.single-post-date:before {
	content:'Published ';
}
.single-author-box-details a.single-post-author img.avatar {
	border-radius: 30px;
	margin-right: 12px;
	border: 1px solid var(--link-color);
}
.entry-content ol li, .entry-content ul li {
	margin-bottom: 12px;
}
.single-header-img {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.single-sidebar-posts.trending-col {
	width: 300px;
	margin: 0 auto;
}
.sidebar-wrap .banner-ad-rectangle {
	text-align: center;
}
.banner-ad-rectangle-2 {
	margin: 32px 0 0;
}


/* Footer */

.site-footer {
	text-align: center;
	font-size: 14px;
	background: white;
	padding-top: 16px;
	padding-bottom: 16px;
}
.site-footer p {
	display: block;
	margin: 12px 0 0;
}

/* Reviews */

.review-card-custom-label {
	left: -30px;
	position: relative;
	background: #8cc63f;
	color: white;
	display: inline-block;
	font-size: 12px;
	padding: 8px;
	border-radius: 4px 4px 4px 0;
	font-weight: 700;
	border-color: #71a32f;
}
.review-card-custom-label:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	background-color: transparent;
	border-style: solid;
	border-width: 0 1.2em 1.2em 0;
	border-color: transparent;
	border-right-color: inherit;
	width: 0;
	height: 0;
}
.advertising-disclosure-wrap {
	background-color: #073070;
}
.advertising-disclosure {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding: 16px;
	color: white;
}
.advertising-disclosure a {
	color: white;
	font-weight: 700;
	margin-left: 6px;
	text-decoration: underline;
}
.advertising-disclosure a:hover {
	color: white;
}
.review-cards-container {
	background: #eaeaea;
	padding-top: 32px;
	padding-bottom: 32px;
}
main.container.reviews-home-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 16px;
}
.reviews-home-hero {
	padding:60px 16px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: 50%;
}
.reviews-home-hero:after {
	content: '';
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.reviews-home-hero h1 {
	text-align: center;
	margin: 0;
	color: white;
	text-shadow: 1.5px 1.5px 1.5px #000000;
	position: relative;
	font-weight: 400;
	z-index: 1;
}
.reviews-home-hero h2 {
	text-align: center;
	font-size: 18px;
	line-height: 29px;
	color: white;
	margin: 16px auto 0;
	text-shadow: 1.5px 1.5px 1.5px #000000;
	position: relative;
	z-index: 1;
	max-width: 600px;
}
.review-cards-section {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 0 16px;
}
.review-card {
	margin: 0 0 32px 0;
	background: white;
	padding: 16px;
	position: relative;
	-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	border-radius:4px;
}
.review-card:last-of-type {
	margin-bottom: 0;
}
.review-card-row {
	display: flex;
	padding: 16px;
}
.review-card-row-1 > * {
	flex: auto;
}
.review-card-row-2 > * {
	flex: 1;
}
.review-count {
	position: absolute;
	flex: none;
	user-select: none;
	top: -8px;
	left: -16px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	background: #8cc63f;
	color: white;
	width: 32px;
	text-align: center;
	border-radius: 4px;
}
.review-card-row-2 > * {
	text-align: center;
}
.review-card-delivers-label, .review-card-delivery-time-label, .review-card-price-label {
	font-weight: 700;
	font-size: 14px;
}
.review-card-delivery-time-value, .review-card-delivers-value, .review-card-price-value {
	font-size: 13px;
	margin: 8px 0;
}
.review-card-features {
	font-size: 13px;
	line-height: 20px;
	padding: 0 16px;
}
.review-card-logo-wrap {
	width: 30%;
}
.review-card-features-wrap {
	width: 45%;
}
.review-card-rating-wrap {
	text-align: center;
	width: 25%;
	user-select: none;
	padding-top: 16px;
}
.review-card-thumbnail-wrap > a, .review-card-thumbnail-wrap > a > img {
	display: block;
	max-width: 100%;
}
.review-card-logo-wrap > a, .review-card-logo-wrap > img {
	display: block;
	max-width: 100%;
}
.review-card-features li {
	-webkit-appearance: none;
	display: block;
}
.review-card-features li::marker {
	content: '';
	display: none;
}
.review-card-price-value:before {
	content: '$';
}
.review-card-features li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 12px;
	color: #8cc63f;
	font-weight: 700;
	font-size: 18px;
	vertical-align: middle;
}
.review-card-features li {
	margin-bottom: 6px;
}
.review-card-features ul {
	padding-left: 0;
}
.review-card-rating {
	font-size: 30px;
	font-weight: 700;
}
.review-card-rating-stars {
	user-select: none;
}
.review-card-rating-stars span.star-yellow {
	color: #FFD700;
	font-size: 22px;
}
.review-card-rating-stars span.star-grey {
	font-size: 22px;
	color: #fff5be;
}
.review-card-rating-stars {
	margin-top: 4px;
}
.review-content.home-review-content.entry-content {
	background-color: white;
	padding: 8px 48px 32px;
	margin-top: 32px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	border-radius:4px;
	font-size: 15px;
}
.review-card-btn-wrap {
	margin-top: 16px;
	text-align: center;
}
a.review-card-btn {
	background-color: #8bc540;
	color: white;
	line-height: 42px;
	border-radius: 4px;
	display: block;
	margin: 0 12px;
	font-weight: 700;
	transition: .25s all ease-in-out;
	user-select: none;
}
a.review-card-btn:hover {
	background-color: #71a32f;
	color: white;
}
.mobile-only {
	display: none;
}
.review-cards-section.our-choice {
	margin-top: 32px;
}
.search-container .feed-post {
	display: flex;
}
.search-container .blog-list-col-2 .feed-post {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.search-container .blog-list-col-2 .feed-post.featured {
	flex-direction: row;
}
.search-container .feed-post-img {
	width: 25%;
}
.search-container article.feed-post.featured {
	background: white;
	padding: 0;
	border-radius: 0;
}
article.feed-post.featured {
	margin-top: 32px;
}
.search-container .feed-post-details {
	padding-left: 16px;
	padding-right: 16px;
}
.search-container .feed-post-col.feed-post-col-2 {
	width: 25%;
}
.blog-list-col-2 .feed-post:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

/* Home-1 Template */

.home-section {
	position: relative;
}
main.container.home-1-container {
	padding-top: 0;
}
.home-section-1.home-section-featured-blocks {
	padding: 40px 10%;
	border: 3px solid #334;
}
.home-featured-blocks {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 10%;
}
a.home-featured-block {
	background: white;
	text-align: center;
	user-select: none;
	aspect-ratio: 16 / 9;
	color: #333;
	text-decoration: none;
	position: relative;
	display: inline-grid;
	width: 100%;
	align-items: center;
	border: 3px solid #333;
	transition: .25s all ease-in-out;
}
a.home-featured-block:hover {
	background: #e8e8e8;
}
a.home-featured-block:hover, a.home-featured-block:active, a.home-featured-block:visited, a.home-featured-block:focus {
	color: #333;
	text-decoration: none;
}
span.home-featured-block-icon i:before {
	font-family: 'Font Awesome 6 Pro';
}
span.home-featured-block-text {
	display: block;
	font-size: 18px;
	font-weight: 400;
}
span.home-featured-block-icon {
	font-size: 42px;
	display: block;
	margin-bottom: 16px;
	transition: .25s all ease-in-out;
}
a.home-featured-block:hover span.home-featured-block-icon {
	font-size: 46px;
}
.home-featured-blocks-header {
	text-align: center;
	color: white;
	margin-bottom: 32px;
}
.home-featured-blocks-header h1 {
	margin: 0 0 16px;
	font-size: 40px;
	user-select: none;
}
.home-featured-blocks-subtext {
	font-size: 20px;
	margin: 16px 0;
	font-weight: 400;
	user-select: none;
}

section.home-section-2 {
	border: 3px solid #334;
	border-top: none;
}
section.home-section-4 {
	border: 3px solid var(--link-color);
}
.home-section-2-wrap {
	display: flex;
	align-items: center;
	padding: 40px;
}
a.home-section-2-block {
	background: white;
	text-align: center;
	user-select: none;
	aspect-ratio: 16/ 9;
	color: #333;
	text-decoration: none;
	position: relative;
	display: inline-grid;
	width: 100%;
	align-items: center;
	border: 3px solid #333;
	transition: .25s all ease-in-out;
}
h2.home-section-2-h2 {
	margin: 0;
	font-weight: 400;
}
.home-section-2-subtext {
	line-height: 24px;
}
.home-section-2-blocks {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 15px;
	margin: 32px 0 0;
}
img.home-section-2-block-img {
	width: 75%;
	margin: 0 auto;
	display: block;
}
.home-section-2-col.home-section-2-col-right {
	padding: 0 32px;
	padding-right: 0;
}
img.home-section-2-image {
	display: block;
	width: 300px;
}
a.home-section-2-block:hover {
	background: #e8e8e8;
}

h2.home-section-3-h2, h2.home-section-4-h2, h2.home-section-6-h2, h2.home-section-7-h2 {
	color: var(--link-color);
	margin: 0;
	margin-bottom: 24px;
	border-bottom: 4px solid var(--link-color);
	padding-bottom: 8px;
	z-index: 1;
	position: relative;
}
h2.home-section-4-h2 {
	border-bottom: none;
	margin-bottom: 12px;	
}
.home-section-3-wrap, .home-section-6-wrap {
	padding: 40px 16px;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}
.home-section-3-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.95);
	pointer-events: none;
}
img.home-section-3-post-img, img.home-section-6-post-img {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}
.home-section-3-posts, .home-section-6-posts {
	display: flex;
	gap: 40px;
	position: relative;
	z-index: 1;
}
span.home-section-3-post-title, span.home-section-6-post-title {
	font-size: 22px;
	line-height: 28px;
	margin: 12px 0;
	display: block;
	text-align: center;
	font-weight: 600;
}
a.home-section-3-post, a.home-section-6-post {
	color: #333;
}
a.home-section-3-post:hover, a.home-section-6-post:hover {
	color: var(--hover-color);
}
.home-section-4-wrap {
	padding: 40px;
}
.home-section-4-posts, .home-section-7-posts {
	display: flex;
	gap: 40px;
	padding: 0 16px;
}
.home-section-4-posts, .home-section-4-posts a, .home-section-4-posts a:hover {
	color: white;
}
.home-section-4-post-column, .home-section-7-post-column {
	padding: 16px;
}
h3.home-section-4-category {
	margin: 16px 0;
	border-bottom: 2px solid white;
	font-size: 20px;
	padding-bottom: 16px;
}
h3.home-section-7-category {
	margin: 16px 0;
	border-bottom: 2px solid var(--link-color);
	font-size: 20px;
	padding-bottom: 16px;
	color: var(--link-color);
}
a.home-section-4-post, a.home-section-7-post {
	display: flex;
	margin: 16px 0;
	line-height: 22px;
	font-size: 16px;
	align-items: center;
	text-decoration: none;
}
a.home-section-4-post span, a.home-section-7-post span {
	text-decoration: none;
}
a.home-section-4-post:hover span, a.home-section-7-post:hover span {
	text-decoration: underline;
}
a.home-section-4-post:before, a.home-section-7-post:before {
	content: '\f054';
	color: #03fff7;
	font-family: 'Font Awesome 5 Pro';
	margin-right: 16px;
	display: inline-flex;
	text-decoration: none !important;
}
a.home-section-7-post:before {
	color: var(--link-color);
}
a.home-section-6-post {
	flex-grow: 1;
	width: calc(33.33% - 32px);
}
.home-section-6-posts {
	flex-wrap: wrap;
}
span.home-section-6-date {
	display: block;
	text-align: center;
	color: #565656;
	font-size: 14px;
}
span.home-section-6-date:before {
	content: '6 minute read | ';
}
.home-section-6-header-wrap {
	position: relative;
}
.home-section-6-more-stories-wrap {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	display: inline-block;
	line-height: 40px;
	z-index: 2;
	width: 180px;
}
a.home-section-6-more-stories-wrap {
	color: var(--link-color);
}
a.home-section-6-more-stories-wrap:hover {
	text-decoration: underline;
}
a.home-section-6-more-stories-wrap:after {
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	margin-left: 8px;
	text-decoration: none;
	display: inline-block;
}
.home-section-6 {
	margin-top: 16px;
}

.disable-ads {
	cursor: pointer;
	font-weight: 700;
	border: 1px solid black;
	padding: 0 32px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto;
	height: 40px;
	line-height: 40px;
}
.main-nav {
	position: relative;
}
.disable-ads.manage-btn {
	display: none;
}
.nav-search-box {
	width: 60%;
	background: white;
	z-index: 99;
}

@media ( min-width: 1025px ) {
	
	.disable-ads {
		right: 64px;
	}
	
	.is-ajax-search-categories-details>div, .is-ajax-search-result .is-ajax-search-post, .is-ajax-search-result .is-show-more-results, .is-ajax-search-tags-details>div {
		transition: .25s all ease-in-out;
	}
	.nav-menu > ul li a:hover {
		color: var(--link-color);
	}
	a:hover {
		cursor: pointer;
		color: var(--link-color);
	}
	.feed-categories a:hover {
		color: white;
		opacity:0.85
	}
	a.feed-post-img img {
		scale: 1;
		transition: .25s all ease-in-out;
	}
	.feed-post:hover img {
		scale: 1.02;
	}
	.blog-list-col {
		width: 29%;
	}
	.blog-list-col.blog-list-col-2 {
		width: 42%;
	}
	.search-container .blog-list-col {
		width: 100%;
	}
	
}

@media ( min-width: 1023px ) and (max-width: 1100px) {
	
	.nav-menu > ul li a {
		font-size: 13px;
	}
	
}

@media ( max-width: 1023px ) {
	
	.nav-section-menu {
		display: none;
	}
	
	.container {
		padding: 0 16px;
	}
	
}

@media ( min-width: 768px ) {
	
	.desktop-only {
		display: block;
	}
	
}

@media ( min-width: 900px ) and (max-width: 1180px ) {
	
	span.home-featured-block-text {
		font-size: 18px;
	}
	
}

@media ( min-width: 768px ) and (max-width: 900px ) {
	
	.home-section-4-posts, .home-section-7-posts {
		gap: 4px;
	}
	a.home-section-4-post, a.home-section-7-post {
		line-height: 20px;
		font-size: 14px;
	}
	span.home-featured-block-text {
		font-size: 16px;
	}
	a.home-featured-block:hover span.home-featured-block-icon {
		font-size: 46px;
	}
	.home-section-1.home-section-featured-blocks {
		padding: 24px 4%;
	}
	.home-featured-blocks {
		gap: 24px 5%;
	}
	
}

@media ( max-width: 767px ) {
	
	.home-section-6-wrap {
		padding-bottom: 16px;
	}
	.home-section-6-more-stories-wrap {
		font-size: 12px;
	}
	a.home-section-6-post {
		width: 100%;
		display: block;
	}
	span.home-section-6-date {
		text-align: left;
	}
	section.home-section-4 {
		border: none;
	}
	.home-section-4-wrap {
		padding: 40px 16px;
	}
	.home-section-3-posts, .home-section-4-posts, .home-section-6-posts, .home-section-7-posts {
		display: block;
	}
	.home-section-4-posts, .home-section-7-posts {
		padding: 0;
	}
	h3.home-section-4-category, h3.home-section-7-category {
		font-size: 16px;
		margin: 8px 0 0;
	}
	.home-section-3-post, .home-section-6-post {
		display: block;
		margin-bottom: 32px;
	}
	span.home-section-3-post-title, span.home-section-6-post-title {
		text-align: left;
	}
	section.home-section-2 {
		border: none;
	}
	img.home-section-2-image {
		display: block;
		width: 300px;
		max-width: 100%;
		margin: 0 auto;
	}
	.home-section-2-wrap {
		display: block;
		padding: 40px 16px;
	}
	.home-section-2-col.home-section-2-col-right {
		padding: 32px 0;
		padding-right: 0;
	}
	.home-featured-blocks-header h1 {
		font-size: 38px;
	}
	.home-featured-blocks-subtext {
		font-size: 20px;
	}
	.home-section-1.home-section-featured-blocks {
		border: none;
	}
	.home-featured-blocks {
		gap: 8px 2%;
	}
	main.container.home-1-container {
		padding: 0;
	}
	.home-section-1.home-section-featured-blocks {
		padding: 24px 4%;
	}
	span.home-featured-block-text {
		font-size: 12px;
	}
	span.home-featured-block-icon {
		font-size: 32px;
		margin-bottom: 16px;
	}
	a.home-featured-block:hover span.home-featured-block-icon {
		font-size: 32px;
	}
	
	.nav-section-logo {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		text-align: center;
		padding-right: 0;
	}
	
	.search-container .blog-list-col-2 .feed-post {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.search-container .feed-post.columns h3 {
		font-size:20px;
		line-height:24px;
	}
	.search-container a.feed-post-img img {
		width: 200px;
	}
	.search-container a.feed-post-img {
		display: inline-flex;
		width: 200px;
	}
	a.review-card-btn {
		display: block;
		margin: 16px 0 0;
		float: left;
		width: 100%;
	}
	.review-cards-section.our-choice {
		float: left;
	}
	.review-card-rating-stars span.star-yellow {
		font-size: 16px;
	}
	.review-card-rating-stars span.star-grey {
		font-size: 16px;
	}
	.review-card-features ul {
		margin: 0;
	}
	.review-card-rating {
		font-size: 24px;
		text-align: right;
		margin-right: 30px;
	}
	.review-card-rating-stars {
		text-align: right;
	}
	.advertising-disclosure {
		padding: 8px 0;
		font-size: 10px;
	}
	.review-cards-container {
		float: left;
		padding-top: 16px;
	}
	.reviews-home-hero h1 {
		font-size: 22px;
		line-height: 28px;
	}
	.reviews-home-hero h2 {
		font-size: 15px;
		margin-top: 8px;
		font-weight: 400;
		line-height: 24px;
	}
	
	body[data-reviews="1"] .site-footer {
		float: left;
		width: 100%;
		margin-top: 16px;
		padding-bottom: 32px;
	}
	main.container.reviews-home-container {
		float: left;
	}
	.review-card-btn-wrap {
		margin-top: 0;
		margin-bottom: 32px;
	}
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
	.reviews-home-hero {
		padding: 24px 16px;
	}
	.review-card-custom-label {
		margin: 0;
		left: -30px;
	}
	.review-card-row.review-card-row-2 {
		display: none
	}
	.our-choice .review-card-row.review-card-row-2 {
		display: block;
	}
	.review-count {
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.review-card-row {
		display: block;
		padding: 16px 0;
		float: left;
		width: 100%;
	}
	.review-card-features-wrap {
		width: 100%;
		float: left;
	}
	.review-card-logo-wrap, .review-card-rating-wrap {
		width: 50%;
		float: left;
	}
	.review-card-thumbnail-wrap > a, .review-card-thumbnail-wrap > a > img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	img.review-card-logo {
		display: block;
		margin: auto;
		width:100%;
	}
	.review-content.home-review-content.entry-content {
		padding: 8px 32px 32px;
	}
	.review-card-price, .review-card-delivers, .review-card-delivery-time {
		margin: 32px 0;
	}
	.review-card-features {
		padding: 16px 0 0 0;
		font-size: 12px;
		line-height: 18px;
	}
	.review-card {
		margin: 0 0 32px 0;
		float: left;
		padding: 16px 16px 0 16px;
	}
	body[data-reviews="1"] .nav-section-hamburger {
		display: block;
	}
	img.ad-728 {
		display: none !important;
	}
	.single .post-grid {
		display: block;
	}
	.single .post-grid-col-right {
		margin-top: 32px;
	}
	.blog-list {
		flex-direction: column;
	}
	.blog-list-col-1 {
		border-top: 1px solid #ddd;
		margin-top: 32px;
		order: 2;
	}
	.blog-list-col-2 {
		order: 1;
	}
	.blog-list-col-3 {
		order: 3;
	}
	.blog-list-col:not(.blog-list-col-2) .feed-post:last-of-type {
		border-bottom: 1px solid #ddd;
	}
	main.container {
		padding-top: 32px;
	}
	.feed-post.columns h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.single-header-img {
		height: 300px;
	}
	.blog-list-col {
		width: 100%;
	}
	.post-grid, .blog-list {
		width: 100%;
	}
	.post-grid-col-left {
		width: 100%;
	}
	.post-grid-col-right {
		width: 100%;
	}
	.search-container .blog-list-col {
		width: 100%;
	}
	h1 {
		font-size: 32px;
		line-height: 40px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.single-sidebar-posts.trending-col {
		width: 100%;
	}
	
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
			animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
@keyframes fade-in {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}

#ajax-load-more .blog-list {
    flex-wrap: wrap;
    gap: 15px;
}

#ajax-load-more .blog-list .feed-post {
    flex: 0 0 100%;
}

.read-more-articles-title {
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #ajax-load-more .blog-list .feed-post {
        flex: 0 0 49%;
    }
}

@media (min-width: 1024px) {
    #ajax-load-more .blog-list .feed-post {
        flex: 0 0 32%;
    }
}

@media (min-width: 1440px) {
    #ajax-load-more .blog-list .feed-post {
        flex: 0 0 24%;
    }
}
