/**

Theme Name: Janey Press
Description: Janey Press is a stylish and modern WordPress theme, tailored for creating personal, travel, beauty, lifestyle, news, or photography blogs and websites. It supports seamless customization via the WordPress Live Customizer, offers WooCommerce compatibility, and ensures a mobile-friendly experience.
Author: ThemeinProgress.
Author URI: https://www.themeinprogress.com
Version: 1.0.0
Requires PHP: 5.3
Tested up to: 6.9
Template: janey
Tags: custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, post-formats, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, grid-layout, blog, e-commerce, news
Text Domain: janey-press
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Janey Press Child WordPress Theme is a child theme of Janey, Copyright 2025 ThemeinProgress.
Janey Press Child is distributed under the terms of the GNU GPLv3.

Janey WordPress Theme, Copyright 2025 ThemeinProgress.
Janey is distributed under the terms of the GNU GPLv3.

*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
h1.title a,
h2.title a,
h3.title a,
h4.title a,
h5.title a,
h6.title a,
#logo a,
#logo a span {
    font-family: 'Josefin Sans', sans-serif;
}

/* ===============================================
   Header
   =============================================== */

#header,
body.home #header {
    padding: 25px !important;
}

.head-flex {
    display: flex;
    align-items: center;
}

.head-flex-logo {
    flex: 0 1 auto;
    max-width: 400px;
    padding: 0 10px;
}

.head-flex-logo a {
	padding: 10px 15px 6px 15px;
}

.head-flex-menu {
    flex: 1 1 auto;
    padding: 0 10px;
    text-align: left;
}

.head-flex-hamburger-menu {
    flex: 0 0 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-flex-hamburger-menu .open-modal-sidebar {
	position: relative;
	top: 0;
	right: 0;
}

.head-flex-hamburger-menu .open-modal-sidebar i {
	padding-top: 5px;
}

/* ===============================================
   Logo
   =============================================== */

#logo a {
	display: flex;
	flex-direction: column;
	font-weight:700;
	line-height: normal;
	text-align: left;
	font-size: 30px;
}

#logo a span {
	margin:0;
	text-align: left;
}

/* ===============================================
   Main menu
   =============================================== */

nav.header-menu {
	position:relative;
	margin:0 auto;
	display: inline-block;
    position: relative;
    float:none;
    width: 100%;
}

nav.header-menu ul {
	list-style:none;
	margin:0;
	display:block;
	width:100%;
	border:none;
    text-align: left;
}

nav.header-menu ul li {
	float:none;
	position:relative;
	display:inline-block;
	text-align:left;
}

nav.header-menu ul li a {
	text-decoration:none;
	display:block;
	z-index:1;
	padding: 10px 15px 6px 15px;
	margin:0;
	color: #fff;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	position:relative;
}

nav.header-menu a:hover,
nav.header-menu ul li a:hover,
nav.header-menu li:hover > a,
nav.header-menu a:focus,
nav.header-menu ul li a:focus,
nav.header-menu li:focus > a,
nav.header-menu ul li.current-menu-item > a,
nav.header-menu ul li.current_page_item > a,
nav.header-menu ul li.current-menu-parent > a,
nav.header-menu ul li.current_page_ancestor > a,
nav.header-menu ul li.current-menu-ancestor > a {
	color: var(--janey-press-child-hover-color);
}

nav.header-menu ul.children ,
nav.header-menu ul.sub-menu {
	opacity:0;
	position: absolute;
	top:33px;
	left: -9999em;
	background:#fff;
    border-top: none;
	z-index:10001;
	width:100%;
	min-width:213px;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

nav.header-menu ul.children li ,
nav.header-menu ul.sub-menu li {
	position:relative;
	margin:0;
	line-height:1.2em;
	text-transform:none;
	width:100%;
	min-width:211px;
	min-height: inherit;
	padding:0
}

nav.header-menu li li:hover > ul,
nav.header-menu li li:focus > ul,
nav.header-menu li li.focus > ul {
	top:0px;
	left: 100%;
}

nav.header-menu ul.children li a ,
nav.header-menu ul.sub-menu li a {
	text-decoration:none;
	text-align:left;
	display:block;
	padding:14px;
	margin:0;
	border:none;
}

nav.header-menu ul ul li a {
    font-size: 12px;
}

nav.header-menu ul.children li ul:before ,
nav.header-menu ul.sub-menu li ul:before {
	display:none;
}

nav.header-menu li:hover > ul,
nav.header-menu li:focus > ul,
nav.header-menu li.focus > ul {
	opacity:1;
	left:0
}

.menu-toggle,
.dropdown-toggle {
	display: none;
}

nav.header-menu ul.children li ul:before ,
nav.header-menu ul.sub-menu li ul:before {
	display:none;
}

#header nav.header-menu ul li a {
	font-size:12px;
}

/* ===============================================
   Site section title
   =============================================== */

.site-section-title {
	position: relative;
	font-size: 24px;
	color:#616161;
	padding-bottom: 0 !important;
    margin: 0 0 50px 0;
    text-align: center;
	line-height: 1em;
}

/* ===============================================
   News ticker
   =============================================== */

.news-ticker-carousel {
	padding:10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    background: #fff;
}

.news-ticker-carousel::before {
    right: unset;
    left: 0;
}

.news-ticker-title {
    float: left; 
    background: red;
    height: 50px;
    line-height: 50px; 
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
    color:#fff
}

.news-ticker-carousel .news-ticker-marquee-init {
    width: 10000px;
}

.news-ticker-carousel .news-ticker-marquee-init,
.news-ticker-carousel .news-ticker-marquee-init .js-marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-ticker-carousel .news-ticker-marquee-init .js-marquee-wrapper {
    overflow: hidden;
}

.news-ticker-carousel-inner {
    padding: 0 5px;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.news-ticker-carousel-inner::before , 
.news-ticker-carousel-inner::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
}

.news-ticker-carousel-inner .news-ticker-marquee-init a {
    padding: 5px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.news-ticker-carousel-inner .news-ticker-marquee-init a span.circle-marq {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    position: relative;
}

.news-ticker-carousel-inner .news-ticker-marquee-init a img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

/* ===============================================
   Recent posts section
   =============================================== */

#top_sidebar + .recent-posts-section {
    margin-top:0px;
}

.recent-posts-section {
    position: relative;
    margin: 0px 0 50px 0;
    padding: 0;
}

.recent-posts-secondary-column ,
.recent-posts-side-column {
	position: relative;
	padding:15px 15px 0 15px;
	background: #fff;
}

.recent-posts-main-column {
    position: relative;
	padding: 15px;
	background: #fff;
}

.recent-posts-slideshow  {
    margin-top: 15px;
}

.recent-posts-navigation {
	position: absolute;
	top: 16px;
	right: 15px;
}

.recent-posts-navigation .slick-arrow {
	position: relative;
	top: initial;
	left: 0;
	display: inline-block;
	background-color: var(--janey-press-child-default-color);
	color: #fff;
	-moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.recent-posts-navigation .slick-arrow.prev-arrow {
    margin-right: 2.5px;
}

.recent-posts-navigation .slick-arrow span.dashicons {
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 16px;
	cursor: pointer;
}

.recent-posts-navigation .slick-arrow.prev-arrow {
	right: 22.5px;
}

.recent-posts-navigation .slick-arrow.next-arrow {
	right: 0;
}

.recent-posts-navigation .slick-arrow:hover,
.recent-posts-navigation .slick-arrow:active,
.recent-posts-navigation .slick-arrow:focus {
	background-color: var(--janey-press-child-hover-color);
}

.recent-posts-navigation .slick-arrow span.dashicons {
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.recent-posts-head::after {
    content: "";
    display: table;
    clear: both;
}

.recent-posts-secondary-column h4,
.recent-posts-main-column h4,
.recent-posts-side-column h4 {
	float: left;
	margin: 0;
	padding:0;
    position: relative;
}

.recent-posts-overlay-article {
    background-size: cover;
    background-position: top center;
    position: relative;
	min-height: 400px;
}

.recent-posts-overlay-article .recent-posts-image-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 33%, rgba(255,255,255,0.15) 66%);
	-moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.recent-posts-overlay-article.overlay-article-placeholder .recent-posts-image-link {
	opacity: 0.3;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 30);
	filter: alpha(opacity= 30);
}

.recent-posts-overlay-article .recent-posts-image-link:hover,
.recent-posts-overlay-article .recent-posts-image-link:active,
.recent-posts-overlay-article .recent-posts-image-link:focus {
	opacity: 0.5;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 50);
	filter: alpha(opacity= 50);
}

.recent-posts-overlay-article h2 {
    margin: 0 0 10px 0;
	line-height: 1.2em;
}

.recent-posts-overlay-article h2 a {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
	color:#fff
}

.recent-posts-overlay-article .recent-posts-content {
	width: auto;
	padding: 15px !important;
	position: absolute;
	bottom: 0;
}

.recent-posts-overlay-article .recent-posts-content {
    max-width: 100%;
}

.recent-posts-overlay-article .author,
.recent-posts-overlay-article .author a {
    font-size: 12px;
	color:#fff;
	margin:0;
	line-height: 1em;
}

.vertical-overlay-carousel-section .slick-vertical .slick-slide {
    margin-bottom: 5px;
}

.vertical-overlay-carousel-section .recent-posts-overlay-article {
	min-height: 195px;
}

.vertical-overlay-carousel-section .recent-posts-overlay-article h2 {
    margin-bottom: 0 !important;
}

.recent-posts-small-article-wrapper {
	margin:0;
	margin-bottom: 8px;
}

.recent-posts-small-article {
	display: flex;
	gap:10px;
	align-items: center;
	min-height: 60px;
}

.recent-posts-small-article h2 {
    margin: 0 !important;
	line-height: .8em;
}

.recent-posts-small-article h2 a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.recent-posts-small-article h2 a,
.recent-posts-overlay-article h2 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-rendering: optimizeLegibility;
    display: block;
}

.recent-posts-small-article .recent-posts-date {
	margin:5px 0 0 0;
    font-size: 12px;
	font-weight: 500;
}

.recent-posts-small-article .recent-posts-content {
    max-height: 95px;
	overflow: hidden;
}

.recent-posts-secondary-column .recent-posts-small-article {
	min-height: 89px;
	margin-bottom:10px
}

.recent-posts-secondary-column .recent-posts-small-article:last-of-type {
	margin-bottom:0
}

.recent-posts-secondary-column .recent-posts-small-article img {
    width: 89px;
    height: 89px !important;
    object-fit: cover;
    object-position: center center;
}

.recent-posts-secondary-column .recent-posts-small-article .recent-posts-image-link {
	position: relative;
	width: 89px;
    height: 89px;
    min-width: 89px;
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 33%, rgba(255,255,255,0.15) 66%);
}

.recent-posts-secondary-column .recent-posts-small-article .recent-posts-image-link a {
	position: absolute;
	top: 0;
	left: 0;
    width: 89px;
    height: 89px;
	-moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.recent-posts-secondary-column .recent-posts-small-article .recent-posts-image-link a:hover,
.recent-posts-secondary-column .recent-posts-small-article .recent-posts-image-link a:active,
.recent-posts-secondary-column .recent-posts-small-article .recent-posts-image-link a:focus {
	opacity: 0.85;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 85);
	filter: alpha(opacity= 85);
}

/* ===============================================
   Masonry grid
   =============================================== */

#masonry .has-post-placeholder:not(.has-post-thumbnail) .pin-container {
	min-height: 250px;
}

/* ===============================================
   Post image
   ============================================= */

.post-container.post-container-wrap.has-post-placeholder:not(.has-post-thumbnail) .pin-container.blog-section {
	background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(241,241,241,0.4) 50%, rgba(243,243,243,0.6) 100%);
}

/* ===============================================
   Post image link
   ============================================= */

.pin-container .blog-article-image-link {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	opacity: 0.2;
	-moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 30%, rgba(143, 143, 143, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.pin-container .blog-article-image-link:hover,
.pin-container .blog-article-image-link:active,
.pin-container .blog-article-image-link:focus {
	opacity: .7
}

/* ===============================================
   Trending posts
   =============================================== */
   
.trending-articles-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	background: #fafafa;
}

body.is_minimal_layout .trending-articles-wrapper {
	background: #fff;
	-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.1);
}

.trending-articles-section {
    padding: 30px 0;
}

.trending-articles-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
}

.trending-articles-grid.trending-articles-truncate-post-titles {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trending-article-1 { grid-area: 1 / 1 / 2 / 2; }
.trending-article-2 { grid-area: 1 / 2 / 2 / 3; }
.trending-article-3 { grid-area: 1 / 3 / 2 / 4; }
.trending-article-4 { grid-area: 1 / 4 / 2 / 5; }

.trending-article-inner {
	display: flex;
	align-items: center;
}

.trending-article-image-link {
	width: 100px;
    height: 100px;
    min-width: 100px;
    position: relative;
    margin-right: 15px;
	background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.3) 30%, rgba(143,143,143,0.4) 50%, rgba(0,0,0,0.6) 100%);
}

.trending-article-image-link a {
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	-moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.trending-article-image-link a:hover,
.trending-article-image-link a:active,
.trending-article-image-link a:focus {
	opacity: 0.85;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 85);
	filter: alpha(opacity= 85);
}

.trending-article img {
	width: 100px;
	height: 100px!important;
	object-fit: cover;
	object-position: center center;
}

.trending-article .round_images .trending-article-image-link ,
.trending-article .round_images img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.trending-article-content {
    text-align: left;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
	width: calc(100% - 115px);
    height: 100%;
}

.trending-article h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.trending-article h3 a {
	text-decoration: none;
	font-weight: inherit
}

.trending-articles-grid.trending-articles-truncate-post-titles .trending-article h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-rendering: optimizeLegibility;
    display: block;
}

.trending-article .trending-article-author {
    font-size: 12px;
    color: #555;
    display: block;
    text-align: left;
    width: 100%;
}

@media screen and (min-width : 0px) and (max-width : 480px)  {

	#masonry .has-post-placeholder:not(.has-post-thumbnail) .pin-container,
	.post-container.post-container-wrap.has-post-placeholder:not(.has-post-thumbnail) .pin-container {
		min-height:200px;
	}

}

@media screen and (min-width : 481px) and (max-width : 600px) {

	#masonry .has-post-placeholder:not(.has-post-thumbnail) .pin-container,
	.post-container.post-container-wrap.has-post-placeholder:not(.has-post-thumbnail) .pin-container {
		min-height:300px;
	}

}

@media screen and (min-width: 0) and (max-width: 768px) {

	.trending-articles-grid {
		display: block;
	}

	.trending-article {
		margin-bottom: 15px;
	}
	
	.trending-article:last-of-type {
		margin-bottom: 0;
	}
	
	.trending-article-inner {
		text-align: center;
		width: 100%;
	}

	.trending-article-content {
        padding: 0 0 0 15px;
        text-align: left;
	}

	.trending-article-image-link {
		margin-right: 0;
	}

	.trending-article img {
		margin-right: 0;
		margin-bottom: 0;
	}

}

@media screen and (min-width : 0px) and (max-width : 320px) {

	.trending-article img {
		max-width: 50px !important;
		height: 50px !important;
	}

	.trending-article-image-link {
		width: 50px;
		height: 50px;
		min-width: 50px;
		margin: 10px 0 0 0;
	}

	.trending-articles-grid.trending-articles-truncate-post-titles .trending-article-content {
		width: calc(100% - 50px);
	}

}

@media screen and (min-width : 321px) and (max-width : 479px) {

	.trending-article img {
		max-width: 75px !important;
		height: 75px !important;
	}

	.trending-article-image-link {
		width: 75px;
		height: 75px;
		min-width: 75px;
	}

	.trending-articles-grid.trending-articles-truncate-post-titles .trending-article-content {
		width: calc(100% - 100px);
	}

}

/* ===============================================
   Related posts
   =============================================== */

.related-posts-grid {
    display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 10px;
}

.related-posts a,
.related-posts a:hover,
.related-posts a:active,
.related-posts a:focus {
    text-decoration: none;
}

.related-posts h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 !important;
    text-align: center;
}

.related-posts h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-rendering: optimizeLegibility;
}

.related-posts .meta-info {
    margin-top: 10px;
    font-size: 12px;
}

.related-posts .wp-post-image {
    height: auto;
}

.related-posts .related-post-permalink {
    position: relative;
    display: block;
}

.related-posts .related-post-permalink:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 33%, rgba(255,255,255,0.15) 66%);
    z-index: 999;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.related-posts .related-post-permalink:hover:after,
.related-posts .related-post-permalink:focus:after {
    opacity: 0.5;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 50);
    filter: alpha(opacity= 50);
}

.related-posts section .related_post_details {
    padding: 15px;
    background: #fff;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

@media screen and (min-width: 0) and (max-width: 600px) {

    .related-posts-grid {
        grid-template-columns: 1fr;
    }

}

@media screen and (min-width: 601px) and (max-width: 992px) {

	#masonry .has-post-placeholder:not(.has-post-thumbnail) .pin-container {
		min-height:350px;
	}

}

@media screen and (min-width: 600px){

	body.is_blog_section .post-container.post-container-wrap.has-post-placeholder:not(.masonry-item):not(.has-post-thumbnail) .post-article-wrap {
		display:flex;
	}

}

@media screen and (min-width : 0px) and (max-width : 992px)  {

	.head-flex {
		display: block;
	}
	
	.head-flex-menu {
		display: none;
	}

	.head-flex-logo {
		max-width: 100%
	}

	#logo a,
	#logo a span {
		text-align: center;
	}

	.featured-link-item {
		margin-bottom:0;
	}

}

@media screen and (min-width : 0) and (max-width : 600px) {

	.recent-posts-grid {
		display: block;
	}

    .recent-posts-main-column {
		display: block;
		width: 100%;
		min-width: none;
		margin-bottom:5px;
    }
	
	.recent-posts-secondary-column {
		display: block;
		width: 100%;
		margin-bottom:5px;
	}
	
	.recent-posts-side-column {
		display: block;
		width: 100%;
	}
	
	.recent-posts-overlay-article {
		min-height: 350px;
	}

	.vertical-recent-posts-section,
	.vertical-recent-posts-section.vertical-overlay-carousel-section {
		padding-bottom: 10px;
	}

}

@media screen and (min-width: 601px) and (max-width: 992px) {

	.recent-posts-grid {
		display: block;
	}

	.recent-posts-grid::after {
		content: "";
		display: table;
		clear: both;
	}
	
    .recent-posts-main-column {
		display: block;
		width: 100%;
		min-width: none;
		margin-bottom:5px;
    }
	
	.recent-posts-secondary-column {
		float: left;
		margin-right: 2.5px;
		width: calc(50% - 2.5px);
	}
	
	.recent-posts-side-column {
		float: right;
		margin-left: 2.5px;
		width: calc(50% - 2.5px);
	}

	.recent-posts-overlay-article {
		min-height: 450px;
	}

	.vertical-recent-posts-section {
		padding-bottom: 10px;
	}

	.vertical-recent-posts-section.vertical-overlay-carousel-section {
		padding-bottom: 11.5px;
	}

}

@media screen and (min-width: 993px){
	
	.mobile-menu-wrapper {
		display: none;
	}

    .recent-posts-grid {
		display: flex;
	}

    .recent-posts-secondary-column,
    .recent-posts-side-column {
		width: 25%;
    }

	.recent-posts-secondary-column {
		order:1;
		margin:0 5px 0 0
    }

	.recent-posts-side-column {
		order:3;
    }

    .recent-posts-main-column {
        order: 2;
		width: calc(50% - 10px);
		margin:0 5px 0 0
    }

}
