@font-face {
    font-family: "Druk Text Wide Trial";
    src: url(https://opti-fit.com/wp-content/uploads/fonts/druktextwide-bold-trial-webfont.woff),
    url(https://opti-fit.com/wp-content/uploads/fonts/druktextwide-bold-trial-webfont.woff2),
    url(https://opti-fit.com/wp-content/uploads/fonts/druktextwide-bold-trial-webfont.ttf),
    url(https://opti-fit.com/wp-content/uploads/fonts/druktextwide-bold-trial-webfont.eot);
}

:root {
    --font-family: 'druk text wide trial',Sans-serif;
    --s-font-family: 'roboto',Sans-serif;
}

@media only screen and (min-width: 768px){
    .navigation li.level0{
        margin: 0px 10px !important;
    }

    .navigation li.level0>a{
        padding: 0 20px 0 0 !important;
    }

    .header.content .nav-sections-item-content .test nav.navigation>ul span, .navigation .level0 .submenu a, footer .container #icon-first .text p{
        font-size: 16px !important;
    }

    /*
        Footer CSS fix
     */
    footer .container .column{
        max-width: 275px !important;
    }
    footer .container .icon-text{
        justify-content: flex-start !important;
        position: static !important;
    }
    footer .container .icon-text .text, footer .container .icon-text .icon{
        position: static !important;
    }
    footer .container .icon-text .icon{
        margin-right: 10px;
    }
    footer .container .logo{
        margin: 10px 0px 0px !important;
    }
    footer .container #icon-second .text a, footer .container #icon-third .text a{
        right: unset !important;
    }
}

html body h1,html body h2, html body h1 span{
    font-family: 'druk text wide trial',Sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 1 !important;
}
html body h1{
    font-size: 48px !important;
}
html body h2{
    font-size: 38px !important;
}
html body h3, html body h4, html body h5, html body h6{
    font-family: 'roboto',Sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.8 !important;
    letter-spacing: 1.8px;
}
html body h4{
    font-size: 24px !important;
    font-weight: 600;
}
html body h5{
    font-size: 18px !important;
    font-weight: 400;
}
html body main #hero h4{
    font-size: 18px !important;
    font-weight: 400;
}
html body p,
html body a,
html body span,
html body ul,
html body ol,
html body li,
.frm_style_formidable-style.with_frm_style .frm_submit button,
.filter .block-subtitle,
.filter-options-title{
    font-family: 'roboto',Sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    line-height: 1.8 !important;
    /*font-size: 16px !important;*/
}

html body footer .container .column a{
    font-size: 16px;
}

.with_frm_style select option, html body main.blog #hero .date,
html body main .single-blog #hero .date,
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style
.frm-card-element.StripeElement,
.with_frm_style
.chosen-container,
html body .frm_forms textarea
{
    font-family: 'roboto',Sans-serif !important;
    letter-spacing: 1.8px;
    line-height: 1.8 !important;
    text-transform: uppercase;
}
.frm_style_formidable-style.with_frm_style .frm_submit button{
    font-size: 20px;
}

.filter .block-subtitle{
    font-weight: 700 !important;
}
.filter-content .item, .filter-options-content a, {
    font-size: 12px !important;
}

/*
    Toolbar
 */
body, .toolbar, .toolbar select, .filter-title strong,
.abs-block-widget-title, .block-compare .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title
{
    font-family: 'roboto',Sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

/*
    Footer CSS
 */
footer.page-footer{
    padding: 0px !important;
}
footer.page-footer h4{
    font-size: 24px !important;
    font-weight: 600 !important;
    /*margin-top: 0px !important;*/
    margin-bottom: 15px !important;
}
footer .container .logo{
    height: 80px !important;
}
footer .container .socials{
    max-width: 200px !important;
    margin: auto !important;
}
.copyright{
    padding: 20px 0px 5px !important;
    font-size: 12px !important;
}
html body footer .container .column .socials a{
    font-size: 4rem !important;
}
footer .container .follow{
    margin: 15px 0px !important;
}

@media only screen and (max-width: 767px){
    /*.navigation .custm-link-first:hover ul.submenu a, .navigation .level0, .header.content .nav-sections-item-content .test nav.navigation>ul span{*/
    /*    font-size: 20px !important;*/
    /*}*/
    .footer .container .column{
        margin-top: 3rem !important;
    }
    .header.content{
        max-width: calc(100% - 30px) !important;
    }
    html body h1, html body h2, html body h1 span{
        font-size: 32px !important;
    }
    footer .container .socials{
        max-width: 100% !important;
    }
    .header.content .logo{
        margin: 0 0 10px !important;
    }
}

