@media only screen and (min-width: 320px) and (max-width: 544px) {
    body .site-header.site-header-classic.header-brand-left .header-brand a, body .site-header.site-header-classic.header-brand-right .header-brand a {
        width: auto;
    }
}
.site-header-sticky .navigator:not(.secondary) {
    min-width: auto;
}
.site-header-sticky .site-header-inner .off-canvas-toggle[data-target="off-canvas-right"] {
    margin-left: 10px;
    margin-top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 544px) {
    .slider-subtitle {
        font-size: 14px !important;
    }
    .rev_slider_wrapper a.button {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 14px !important;
    }
    #site .elements-carousel.model .testimonial .testimonial-content {
        padding-top: 100px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 544px) {
    .rev_slider_wrapper a.button { 
        display: inline-block !important;
    }
    #site .elements-carousel.model .testimonial .testimonial-content h4,
    #site .elements-carousel.model .testimonial .author-name{
        font-size: 14px;
        font-weight: 400;
    }
}

h3.dw-megamenu-widget-title {
    margin-top: 0;
}

.has-post-thumbnail .featured-image {
    background-image: -webkit-linear-gradient(left, #006, #000);
    background-image: -o-linear-gradient(right, #006, #000);
    background-image: -moz-linear-gradient(right, #006, #000);
    background-image: linear-gradient(to right, #006, #000);
}