/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*******************************************************
 *
 * Contact Us
 *
 *******************************************************/
:root {
    --body-font:        'Roboto', sans-serif;
    --primary-font:     'Montserrat', sans-serif;
    --secondary-font:   'Alegreya Sans', sans-serif;
    --tertiary-font:    'Oswald', sans-serif;
}

.ip-banner canvas{
    background-image: url(../../images/ip-contact-us/contact-us-banner.jpg)!important;
}

.ip-banner .ip-banner-inner {
   /*  z-index: 1; */
}

.ip-banner:before {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url(../../images/ip-contact-us/contact-us-bg-greyscale.jpg) no-repeat;
     background-position: center;
     background-size: cover;
     pointer-events: none;
     opacity: .10;
     background-attachment: fixed;
}

.ip-banner .ip-banner-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.20);
    z-index: 1;
}

.cont-static-smi .ss-smi{
    bottom: initial;
    top: 100px;
    z-index: 10;
}

.cont-static-smi .ss-smi ul.smi-links li {
    margin-bottom: 18px;
}

 section.f-contact-us {
     display: none;
 }

 #content-sidebar, #content-full {
     margin-top: 0;
 }

 .contact-us-container {
     display: block;
     position: relative;
     padding: 61px 0 0;
 }

 .contact-us-wrapper {
     display: block;
     position: relative;
     width: 100%;
     max-width: 1371px;
     margin: 0 auto;
     padding: 0 15px;
 }

 #content .contact-us-title h2 {
    font-size: 128px!important;
    font-weight: 700!important;
    line-height: 1;
    letter-spacing: 1.28px;
    margin: 0!important;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url(../../images/ip-contact-us/contact-us-title-bg.jpg);
    background-position: bottom left;
    background-size: 80vw auto;
    font-family: var(--primary-font);
}


.contact-us-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/ip-contact-us/contact-us-bg-greyscale.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    opacity: .10;
    background-attachment: fixed;
}


#contact-us {
    position: relative;
    display: block;
    background: #1d1d1d;
}

.contact-us-title {
    display: inline-block;
    margin-bottom: 70px;
}

.contact-us-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.contact-us-col-left {
    width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    font-size: 0;
    padding-left: 10%;
    padding-top: 138px;
}

.contact-us-col-right {
    width: 63%;
    display: block;
    position: relative;
    margin-top: 5px;
}

.contact-us-info span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #757575;
    letter-spacing: 0.68px;
    font-family: var(--primary-font);
}

.contact-us-info span:last-child {
    color: #b7b6b6;
}

.contact-us-col-left:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: calc((100vw - 835px) / -2);
    width: calc(100vw  / 2);
    height: 100%;
    background: rgba(228, 228, 228,.95);
    pointer-events: none;
    z-index: 1;
}

.contact-us-col-left:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: calc((100vw - 835px) / -2);
    width: calc(100vw  / 2);
    height: 100%;
    background: url(../../images/ip-contact-us/contact-us-info-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    pointer-events: none;
    opacity: 1;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.contact-us-info {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.contact-us-info span em.ai-font-envelope {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #800020;
}

.contact-us-info span em.ai-font-phone-alt {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #800020;
    font-weight: 700;
}

.contact-us-info span em.ai-font-location-c {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #800020;
}

.contact-us-smi a {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #800020;
    margin: 0 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.contact-us-info span a {
    color: #b7b6b6;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.contact-us-info span a:hover {
    color: #757575;
}

.contact-us-smi a:hover {
    color: #a5042c;
}

.contact-us-smi a:first-child {
    margin-left: 0;
}

.contact-us-smi a:last-child {
    margin-right: 0;
}

.contact-us-info span:not(:last-child) {
    margin-bottom: 29px;
}

.contact-us-wrap {
    position: relative;
    z-index: 1;
}

.contact-us-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-us-form-tagline h2 {
    font-family: var(--secondary-font);
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    text-transform: uppercase;
    margin: 0!important;
}

.contact-us-form-tagline span {
    font-family: var(--body-font);
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.75px;
    color: #fff;
    display: block;
    margin-top: 16px;
    }

.contact-us-form-col input {
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255,.50);
    font-family: var(--body-font);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.65px;
    color: #fff;
    background: transparent;
    padding: 0;
    outline: none;
}

.contact-us-form-col {
    display: block;
    width: calc(50% - 17px);
}

.contact-us-form-col textarea {
    width: 100%;
    height: 115px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255,.50);
    font-family: var(--body-font);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.65px;
    color: #fff;
    background: transparent;
    resize: none;
    padding: 10px 0;
    outline: none;
}

.contact-us-form-row.full .contact-us-form-col {
    width: 100%;
}

.contact-us-form-row.full {
    display: block;
}

.contact-us-form-col.submit input {
    border: none;
    width: auto;
    padding: 0;
    font-family: var(--secondary-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 5.7px;
    text-transform: uppercase;
    height: auto;
}

.contact-us-form-row:not(:last-child) {
    margin-bottom: 27px;
}

.contact-us-form-tagline {
    display: block;
    margin-bottom: 71px;
}

.contact-us-form-widget form {
    position: relative;
    margin: 0!important;
}

.contact-us-form-widget  div.wpcf7-response-output {
    position: absolute;
    bottom: initial;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff!important;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
}

.contact-us-form-col.submit .site-btn.red-line {
    padding: 77px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
}

.contact-us-form-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: 0;
}

.contact-us-form-col.submit .site-btn.red-line:before {
    margin: 0 25px 0 0;
}

.contact-us-form-col.submit .site-btn.red-line:hover:before {
    margin: 0;
}

.contact-us-form-main {
    display: block;
    position: relative;
    padding-bottom: 146px;
    overflow: hidden;
}

.contact-us-form-wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 852px;
    margin: 0 auto;
}

span.contact-us-loc {
    display: flex;
}

span.contact-us-loc span {
    display: block;
    font-size: 17px;
    color: #b7b6b6;
    font-weight: 400;
}

span.contact-us-loc span span {
    margin: 0 0 22px !important;
}

span.contact-us-loc span strong {
    display: block;
    font-size: 17px;
    font-weight: 500 !important;
    color: #800020;
    margin: 0 0 5px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px){
     .contact-us-title {
        padding-left: 5%;
    }
}

@media only screen and (max-width: 1366px){
    .contact-us-col-right {
        padding: 0 15px;
    }

    .cm-container.container {
        padding: 0 15px;
    }

}

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .contact-us-container:before {
         background-attachment: scroll;
     }
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .contact-us-container:before {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-us-col-left {
        padding-left: 64px;
        width: 45%;
    }

    .contact-us-col-left:before, .contact-us-col-left:after {
        left: calc((100vw - 768px) / -2);
    }

    .contact-us-col-right {
        width: 55%;
    }

    #content .contact-us-title h2 {
        font-size: 90px!important;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .contact-us-container:before {
        background-attachment: scroll;
    }

    .contact-us-main {
        display: block;
    }

    .contact-us-col-left {
        width: 100%;
        padding: 50px 15px;
        margin-bottom: 37px;
        text-align: center;
        display: block;
    }

    .contact-us-col-right {
        width: 100%;
        padding: 0;
    }

    .contact-us-col-left:before, 
    .contact-us-col-left:after {
        left: 50%;
        width: calc(100% + 30px);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .contact-us-title {
        padding: 0;
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }

    #content .contact-us-title h2 {
        font-size: 50px!important;
    }

    .contact-us-info {
        margin-bottom: 30px;
    }

    .contact-us-form-tagline {
        margin-bottom: 30px;
        text-align: center;
    }

    .contact-us-form-col.submit .site-btn.red-line {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 35px;
    }

    .contact-us-form-widget div.wpcf7 .ajax-loader {
        margin: 0 auto 0 70px;
    }

    .contact-us-form-row.full .contact-us-form-col{
        text-align: center;
    }

    .contact-us-form-col.submit .site-btn.red-line{
        display: inline-block;
    }

    .contact-us-form-main {
        padding-bottom: 100px;
    }

    span.contact-us-loc {
        justify-content: center;
    }
    
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .contact-us-form-col {
        width: calc(50% - 6px);
    }

    .contact-us-form-main {
        padding-bottom: 72px;
    }

    #content .contact-us-title h2 {
        letter-spacing: 1px;
        font-size: 40px!important;
    }

    .contact-us-info span:not(:last-child) {
        margin-bottom: 15px;
    }
}
 