/* 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: 'proxima-nova';
    --font-family--h--1: 'mundial';
    --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-section.imt-section-margin {
    margin: calc(var(--wp--custom--imt--spacer) * 0.25) 0 calc(var(--wp--custom--imt--spacer) * 0.25);
}

.imt-business-details {
    text-transform: uppercase !important;
}

/* bottom border H2 heading */
.imt-media-row .imt-content-col .imt-card h2.imt-heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(var(--wp--custom--imt--spacer)* -.75);
    width: calc(var(--wp--custom--imt--spacer)* 6);
    height: 2.5px;
    background-color: var(--wp--custom--imt--color--palette--background--primary--active);
    margin: 0;
}


.imt-orange-title {
    color: var(--wp--custom--imt--color--palette--background--primary--active) !important;
}

/* aligns images to the left */
.imt-section .imt-card-group.imt-card-style-default .our-process-card .imt-img-container.imt-img-max-width-sm {
    margin-left: 0 !important;
    }

/* aligns images to the left */
.imt-section .imt-card-group.imt-card-style-default .our-process-card .imt-img-container.imt-img-max-width-md {
    margin-left: 0 !important;
    }

@media only screen and (min-width: 1281px) {

    /* header cta button color before scroll */
    section#imt-header:not(.imt-header-sm) a.imt-btn-primary {
        color: #fff !important;
        border-color: #fff !important;
        background: transparent !important;
    }

    section#imt-header:not(.imt-header-sm) a.imt-btn-primary:hover{
        background-color: #fff !important;
        border-color: #fff !important;
        color: #000 !important;
    }

}

@media only screen and (max-width: 1281px) {

    nav.imt-main-nav.offcanvas #imt-offcanvas>ul>li:not(.imt-btn-1):not(.imt-btn-2) a span::after {
        display: none;
    }
 

}

/* use slab font for last line of h2, increase its font weight and change color */
.imt-section .imt-media-row h2.imt-heading::first-line {
    color: var(--wp--custom--imt--color--palette--background--white);
}

h2.imt-heading {
    text-wrap: balance;
}
