/* CUSTOM FONTS */

@font-face {
 font-family: "TrendSansOne";
 src: url("/wp-content/themes/startdigital/includes/font/TrendSansOne.woff2") format("woff2"),
        url("/wp-content/themes/startdigital/includes/font/TrendSansOne.woff") format("woff");
}

/**************************************
---------------------------------------
--------- GLOBAL SITE RESIZE ----------
---------------------------------------
**************************************/

@media screen and (max-width: 500px) {
    .vc_row.footer-section-v2 {
        padding: 60px 0 !important;
    }
    .section.def_section .wrapper.section_wrapper .vc_row h1, h2.entry-title {
        font-size: 26px !important;
        line-height: 38px !important;
    }
    .section.def_section .wrapper.section_wrapper .vc_row .vc_column_container > .vc_column-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .section.def_section .wrapper.section_wrapper .vc_row .interstaff-box-shadow {
        box-shadow: none !important;
    }
}