/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* THEME */

html, body {
    overflow-x: hidden!important;
}

#site-logo #site-logo-inner a img {
    height: 6em;
}

/* Resolve Main Menu Display When Using Boostrap */
#site-navigation-wrap .dropdown-menu {
    display: block;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* MOSAIC HOME */

.bdpp-post-img-bg {
	margin-bottom: 0!important;}
	
h2.bdpp-post-title a {
    font-size: 18px!important;
    color: #243889!important;
	line-height: 18px!important;
}
	
.bdpp-post-grid-wrap.bdpp-design-15.bdpp-post-title {
    line-height: 1!important;
}	
	
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-cats a {
    background: #6CC6DE!important;
}	
	
.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-img-bg {
    height: 250px!important;
}	
	
.bdpp-post-carousel-wrap h2.bdpp-post-title {
    font-size: 24px;
	line-height: 24px!important;}
	
h2.bdpp-post-title {
    font-size: 26px;
    line-height: 18px!important;
}

.titlebold {font-weight: 800;}

.ticker-news span {
    background: #dd3737;!important;}

.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-cat-link {
    background: #6cc6de!important;
}
	
.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-img-bg::before {
    background-color: transparent;
    background-image: linear-gradient(0deg, #243889 0%, rgba(36, 56, 137,0) 70%)
}

.bdpp-post-grid-box-wrap.bdpp-design-2 .bdpp-post-gridbox-left .bdpp-post-content-overlay .bdpp-post-title a {color: #fff!important;}

.widget-title {display:none!important;}