#single-post .entry-content h2, #single-post .entry-content h2 span {
    font-weight: 600 !important;
    font-size: 24px !important;
}

#single-post .entry-content h3, #single-post .entry-content h3 span {
    font-weight: 600 !important;
    font-size: 20px !important;
}

#single-post .entry-content h4, #single-post .entry-content h4 span {
    font-weight: 600 !important;
    font-size: 18px !important;
}

#single-post .entry-content h5, #single-post .entry-content h5 span {
    font-weight: 800 !important;
    font-size: 16px !important;
}

#footer-menu-section {
    margin-bottom: -22px;
}
p {
    line-height: 150%;
}
.main-hero{
    text-align: center;
}
img.noresize {
    width: auto !important;
}
#primary-area > div {
    display: block;
}
.google_ads_mobile {
    display:flex;
    justify-content:center;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

@media only screen and (max-width: 900px) {
    .row.homepage-widget.widget-type-5 {
        display: flex;
        flex-direction: column;
    }
    .row .column-2 {
        width: 100%;
    }
    #secondary-content {
        width: 100%;
    }
    .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop.fb_iframe_widget_fluid span {
        height: 220px !important;
    }
}

@media only screen and (max-width: 480px) and (min-width: 300px){
    .main-hero {
        display: flex;
    }
    .main-hero>.hero-search {
        position: relative;
        margin-top: 0;
        top: 0;
        align-self: center;
    }
}