/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> .page-numbers **/
.page-numbers {
	color: rgb(140, 137, 121);
	font-size: 16px;
	font-weight: 400;
	padding: 14px 18px 14px 18px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid rgba(140, 137, 121, 0.3);
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/** General >> .page-numbers.current **/
.page-numbers.current {
	color: rgb(255, 255, 255);
	background-color: rgb(217, 30, 24);
	border-color: rgb(217, 30, 24);
}

/** General >> .page-numbers:hover **/
.page-numbers:hover {
	border-color: rgb(217, 30, 24);
}

/** General >> .oxy-easy-posts-pages **/
.oxy-easy-posts-pages {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

/** General >> .blog-search .search-field **/
.blog-search .search-field {
	font-size: 18px;
	background-image: url("/wp-content/uploads/2020/04/search-icon-1.svg");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	width: 100%;
	padding: 15px 20px 15px 45px;
	border-color: rgb(229, 229, 229);
	border-width: 2px;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/** General >> .blog-search .search-field:focus **/
.blog-search .search-field:focus {
	border-color: rgb(205, 205, 205);
}

/** General >> .blog-search [type="submit"] **/
.blog-search [type="submit"] {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	background-color: rgb(62, 62, 62) !important;
	display: none;
}

/** General >> .search-form label **/
.search-form label {
	width: 100%;
}


/*= Podcast Grid ============== */

/** Podcast Grid >> .podcasts-grid__media **/
.podcasts-grid__media {
	text-align: left;
	background-color: rgb(34, 34, 34);
	width: 100%;
	height: 380px;
	position: relative;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/** Podcast Grid >> .podcasts-grid__meta **/
.podcasts-grid__meta {
	width: 100%;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

/** Podcast Grid >> .podcasts-grid__guest **/
.podcasts-grid__guest {
	color: rgb(255, 255, 255);
	font-size: 24px;
	line-height: 1.3;
}

/** Podcast Grid >> .podcasts-grid__description **/
.podcasts-grid__description {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	margin-top: 2px;
}

/** Podcast Grid >> .podcasts-grid__media::after **/
.podcasts-grid__media::after {
	background-image: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	content: " ";
}

/** Podcast Grid >> .podcasts-grid__content **/
.podcasts-grid__content {
	background-color: rgb(243, 243, 243);
	width: 100%;
	padding: 30px 30px 80px 30px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	position: relative;
}

/** Podcast Grid >> .podcasts-grid__title h3 **/
.podcasts-grid__title h3 {
	font-size: 24px;
}

/** Podcast Grid >> .podcasts-grid__link **/
.podcasts-grid__link {
	color: rgb(217, 30, 24);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 20px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	bottom: 35px;
}

/** Podcast Grid >> .podcasts-grid__icon **/
.podcasts-grid__icon {
	margin-right: 10px;
}

/** Podcast Grid >> .podcasts-grid **/
.podcasts-grid {
	margin-bottom: -30px;
}

/** Podcast Grid >> .podcasts-grid__episode:hover .podcasts-grid__media **/
.podcasts-grid__episode:hover .podcasts-grid__media {
	opacity: 0.8;
}

/** Podcast Grid >> .podcasts-grid__media-wrapper **/
.podcasts-grid__media-wrapper {
	width: 100%;
}


/*= Products ================== */

/** Products >> .product-featured **/
.product-featured {
	margin-bottom: 150px;
}

/** Products >> .products-featured-container **/
.products-featured-container {
	padding-top: 100px;
	padding-bottom: 150px;
	margin-bottom: -150px;
	border-top: 1px solid rgb(229, 229, 229);
}

/** Products >> .products-featured__title **/
.products-featured__title {
	font-size: 36px;
	margin-bottom: 40px;
}

/** Products >> .products-featured__cta **/
.products-featured__cta {
	margin-top: 70px;
}

/** Products >> .products-regular__top-row **/
.products-regular__top-row {
	width: 100%;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

/** Products >> .product-regular **/
.product-regular {
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid rgb(229, 229, 229);
}

/** Products >> .products-regular-container > .product-regular:last-of-type **/
.products-regular-container > .product-regular:last-of-type {
	border-bottom-style: none;
}

/** Products >> .product-regular .products-regular__cta **/
.product-regular .products-regular__cta {
	margin-left: 20px;
}

/** Products >> .product-regular .products-regular__cta-mobile **/
.product-regular .products-regular__cta-mobile {
	display: none !important;
}


/*( Less than 992px )*/
@media (max-width: 991px) {
	/** Products >> .product-regular .products-regular__cta **/
	.product-regular .products-regular__cta {
	margin-left: 0;
	display: none !important;
}

	/** Products >> .products-regular__top-row **/
	.products-regular__top-row {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

	/** Products >> .product-regular .products-regular__cta-mobile **/
	.product-regular .products-regular__cta-mobile {
	margin-top: 40px;
	display: flex !important;
}

}


/*( Less than 768px )*/
@media (max-width: 767px) {
	/** Podcast Grid >> .podcasts-grid **/
	.podcasts-grid {
	margin-bottom: 0;
}

	/** Podcast Grid >> .podcasts-grid__title h3 **/
	.podcasts-grid__title h3 {
	font-size: 22px;
}

	/** Podcast Grid >> .podcasts-grid__media **/
	.podcasts-grid__media {
	height: 280px;
}

	/** Products >> .product-featured **/
	.product-featured {
	margin-bottom: 80px;
}

	/** Products >> .products-featured-container **/
	.products-featured-container {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: -80px;
}

	/** Products >> .products-featured__title **/
	.products-featured__title {
	width: 100%;
	margin-bottom: 30px;
}

	/** Products >> .products-featured__cta **/
	.products-featured__cta {
	margin-top: 50px;
}

	/** Products >> .products-featured__media **/
	.products-featured__media {
	max-width: 75%;
}

	/** Products >> .products-regular__media **/
	.products-regular__media {
	max-width: 75%;
}

	/** Products >> .products-regular__title **/
	.products-regular__title {
	width: 100%;
}

	/** Products >> .products-regular__top-row **/
	.products-regular__top-row {
	margin-bottom: 30px;
}

	/** General >> .blog-search .search-field **/
	.blog-search .search-field {
	font-size: 16px;
}

}


/*( Less than 480px )*/
@media (max-width: 479px) {
	/** Products >> .products-featured__media **/
	.products-featured__media {
	max-width: 100%;
}

	/** Products >> .products-regular__media **/
	.products-regular__media {
	max-width: 100%;
}

}

