/* Add this line if WooCommerce is used on this site */
/* @import "woo-style.css"; */
@import "imt-css/new-style.css";

/* Child theme fonts */
:root {
    --font-family--default: 'rig-sans';
    --font-family--h--1: 'Gabarito';
    --font-family--h--2: var(--font-family--h--1);
    --font-family--h--3: var(--font-family--h--1);
    --font-family--h--4: var(--font-family--h--1);
    --font-family--h--5: var(--font-family--h--1);
    --font-family--h--6: var(--font-family--h--1);
    --font-family--h--2--footer: var(--font-family--h--1);
    --font-family--h--3--footer: var(--font-family--h--1);
    --font-family--h--4--footer: var(--font-family--h--1);
    --font-family--main-navigation: var(--font-family--default);
    --font-family--dropdown: var(--font-family--default);
    --font-family--megamenu--heading: var(--font-family--h--1);
    --font-family--gallery--caption: var(--font-family--default);
    --font-family--collapsible: var(--font-family--default);
    --font-family--tab: var(--font-family--default);
    --font-family--button: var(--font-family--default);
    --font-family--h--sub-heading--0: var(--font-family--h--1);
    --font-family--h--lead-text--0: var(--font-family--default);
}

/* * force spacing between sections with full-width layouts */
.imt-page .imt-section.imt-padding-top-bottom-0,
.imt-section.imt-section-margin {
    margin: calc(var(--wp--custom--imt--spacer) * 0.25) 0 calc(var(--wp--custom--imt--spacer) * 0.25);
}

/* .imt-section .imt-card-group.imt-card-style-1 .imt-card>.acf-innerblocks-container:hover {
    background-color: rgba(30, 59, 2, 0.45);
} */

.imt-card__background .imt-bg-color-secondary .imt-opacity-50:hover {
    background-color: rgba(30, 59, 2, 0.45) !important;
}

@media only screen and (min-width: 1280px) {
   body #imt-header .imt-btn-1 a {
        border-radius: 0 !important;
    }

}

@media only screen and (max-width: 801px) {
    .imt-section .imt-card-group.imt-card-style-default .imt-card {
        border-radius: 0 !important;

    }

}

@media only screen and (max-width: 1280px) {
    
    nav.imt-main-nav > div > ul > li > .submenu, nav.imt-main-nav nav.imt-main-nav > div > ul > li > .submenu .submenu {
        min-width: 100% !important;

    }

}

/* hides slider dots and arrows */
.imt-hero-section .slick-dots, .imt-hero-section .slick-arrow {
    display: none !important;
  
}