/*
Theme Name: Bronston
Theme URI: http://0to5.com
Author: 0to5
Author URI: http://0to5.com
Description: Custom Theme Built by 0to5
Version: 1
License: 
License URI: 
Tags: 
Text Domain: 0to5
*/


/*
Add Custom Theme Styles Below
Main Theme Build CSS ---> /_/css/build.css
------------------------------------------------------------------------
*/


.c-line-top{
	position:relative;
	padding-top:25px;
	padding-left:30px;
	padding-right:30px;
}
.c-line-top::before{
	content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #004DB1;
}
.white .c-line-top::before{
	background-color: #fff;
}
.hover-box-arrow .hba-image::before{
	pointer-events:none;
}

.stack-boxes-outer{
	height:100%;
	margin-bottom:0;
}

.s-blog-module-post .s-blog-module-inner .s-blog-module-fi img, .featured-blog-inner .fblog-img img{
	opacity:1;
}
.stack-boxes-logo{
	display:flex;
	justify-content:center;
	align-items:center;
	height:170px;
}
.stack-boxes-logo img {
    height: 100%;
    object-fit: contain;
}

.featured-blog-inner .fblog-img:not(:has(img)) {
  background-image: url(../Bronston/images/default-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media(max-width:767px){
	.featured-image-holder:empty{
		display:none;
	}
	.home-hero-left{
		margin-bottom:45px;
	}
	.fblog-img{display:none;}
}
.mr_single_accordion.always-open .mr_single_accordion_inner .s-accordion-title{
	cursor:unset;
}


#page_top #page_top_inner_content:has(.featured-image-holder:empty){
	padding-top: 70px;
    padding-bottom: 40px;
}
.featured-image-holder:empty{
	display:none;
}
#Main_nav ul > li > ul li:hover a{
	color:#004DB1;
}