/*
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 */

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

#site-logo #site-logo-inner a img {
    height: 60px;
}

a {text-decoration: none!important;}

.menu-bar *:focus{
    outline:none!important;
}

h2.bdpp-post-title a {
    font-size: 18px;
    line-height: 24px;
}

.bdpp-post-carousel-wrap h2.bdpp-post-title {
    font-size: 18px;
    line-height: 24px;
}

a.bdpp-post-title {color: #8D8AB0!important;}

h2.bdpp-post-title a {
    font-size: 18px;
    line-height: 24px;
    color: #8D8AB0;
}

.bdpp-post-carousel-wrap.bdpp-design-8 .thedate {
    background: #8D8AB0;
}

@media only screen and (min-width: 768px) {
    h2 {
      font-size: 3.5rem!important;} }

@media only screen and (max-width: 767px) {
    h2 {
      font-size: 3rem!important;} }

.bdpp-gridbox-slider-wrap .owl-nav .owl-next, .bdpp-gridbox-slider-wrap .owl-nav .owl-prev {
    background: #8D8AB0;
}

.bdpp-gridbox-slider-wrap .owl-nav .owl-next:hover, .bdpp-gridbox-slider-wrap .owl-nav .owl-prev:hover, .bdpp-gridbox-slider-wrap .owl-nav .owl-next:focus, .bdpp-gridbox-slider-wrap .owl-nav .owl-prev:focus {
    background: #8D8AB0;
}

body {font-size: 16px!important;}

h2.blog-entry-title.entry-title a {color: #8D8AB0!important;}

a.wp-block-latest-posts__post-title {color: #8D8AB0!important;}

.footermenu {font-size: 1rem; text-transform: uppercase;}

a.whitefont {color: #fff;}

