/*******************************************************

 *

 * General

 *

 *******************************************************/

/*.ip-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../../images/properties/props-banner-fade.png) center center repeat-x;
    background-size: auto 100%;
    opacity: 1;
}*/
.ip-banner::before {
    background-image: url(../../images/ip-contact-overlay.png);
    background-size: auto 100%;
    background-position: bottom center;
}

.ip-banner canvas {
    min-height: 450px;
}

.section-title h2 span {
    /*color: #000000;
    font-size: 80px;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 1;
    letter-spacing: -0.025em;*/
}
    .section-title h2 span:after {
        width: 65%;
    width: 60vw;
    }

.page-template-template-contact-us #content .entry-title {
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
}

.custom-title {
    display: block;
    width: calc(100% - 244px);
    margin: 0 auto;
}

.page-template-template-contact-us #content .entry-title:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100vw;
    height: 3px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#153921', GradientType=1);
    z-index: 5;
    display: block;
}

#inner-page-wrapper {

    margin-bottom: 0;

    position: relative;

}



#content-sidebar,

#content-full {

    margin-top: 0;

}



#inner-page-wrapper > .container {
    width: 100%;
    max-width: 1330px;
}



#content .contact-wrap,

#content .contact-inner {

    position: relative;

}



#content .contact-main {

    margin: 122px;

    position: relative;

    z-index: 1;

    padding: 60px 50px 0;

}



#content .contact-main:before,

#content .contact-main:after {

    content: "";

    position: absolute;

    top: 0;

    bottom: 100px;

    left: 0;

    right: 0;

    pointer-events: none;

}



#content .contact-main:before {

    z-index: -2;

    background: transparent url(../../images/ip-contact-bg-a.jpg) no-repeat;

    background-size: cover;

    background-position: center center;

}



#content .contact-main:after {

    z-index: -1;

    background: rgba(24, 24, 24, 0.75);

}



#content .contact-map {

    position: relative;

}



#content .contact-map iframe {

    display: block;

    width: 100%;

}



#content .contact-info {

    margin-top: 37px;

}



#content .contact-info h2 {

    font-size: 20px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.05em;

    text-transform: uppercase;

}



#content .contact-info ul {

    display: flex;

    justify-content: center;

    flex-flow: row wrap;

    margin: 0;

    padding: 0;

}



#content .contact-info ul li {

    display: block;

    position: relative;

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

    letter-spacing: 0.56px;

    padding: 0 29px;

    color: #ffff;

}



#content .contact-info ul li a,

#content .contact-info ul li i,

#content .contact-info ul li em,

#content .contact-info ul li p {

    display: inline-block;

    vertical-align: middle;

    margin: 0;

    font-style: normal;

}



#content .contact-info ul li a {

    text-decoration: none;

    -webkit-transition: var(--transition);

    transition: var(--transition);

}



#content .contact-info ul li a:hover {

    color: #153921;

}



#content .contact-info ul li i {

    font-size: 12px;

    min-width: 30px;

}



#content .contact-info ul li i.phone {

    font-size: 14.42px;

}



#content .contact-info ul li i.envelope {

    font-size: 11.68px;

}



#content .contact-info ul li i.location {

    font-size: 18px;

}



#content .contact-smi {

    margin-top: 26px;

}



#content .contact-smi ul {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin: 0;

    padding: 0;

}



#content .contact-smi ul li {

    padding: 0 20px;

    display: block;

}



#content .contact-smi ul li a {

    display: inline-block;

    vertical-align: middle;

    font-size: 20px;

    text-decoration: none;

    -webkit-transition: var(--transition);

    transition: var(--transition);

    color: #fff;

}



#content .contact-smi ul li a:hover {

    color: #153921;

}



#content .contact-form {

    background: #fff;

    padding: 39px 68px 78px;

    width: 1440px;

    max-width: 100%;

    margin: 73px auto 0;

    position: relative;

}



#content .contact-form-inner {

    position: relative;

    width: 758px;

    max-width: 100%;

    margin: 0 auto;

}



#content .contact-form-title {

    margin-bottom: 27px;

}



#content .contact-form form {

    margin: -35px -7px 0;

    padding: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-flow: row wrap;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

}



#content .contact-form .contact-field {

    width: calc(100% / 3);

    padding: 0 7px;

}



#content .contact-form .contact-field.lg {

    width: 100%;

}



#content .contact-form .contact-control {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: none;

    border: none;

    background: transparent;

    display: block;

    width: 100%;

    height: 29px;

    font-size: 13px;

    font-weight: 400;

    letter-spacing: 0.26px;

    margin-top: 35px;

    padding: 0 9px;

    border-bottom: 1px solid #bebebe;

}



#content .contact-form .contact-textarea {

    resize: none;

    height: 44px;

    padding-right: 60px;

}



#content .contact-form .contact-submit {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: none;

    border: none;

    margin: 0;

    padding: 0;

    background: transparent;

    font-size: 28px;

    position: absolute;

    bottom: 7px;

    right: 30px;

}



#content .contact-form .wpcf7-form-control-wrap {

    display: block;

}



#content .contact-form .ajax-loader {

    position: absolute;

    margin: 0;

    bottom: 15px;

    right: 10px;

}



#content .contact-form div.wpcf7-response-output {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    -webkit-transform: translateY(100%) translateY(15px);

    -ms-transform: translateY(100%) translateY(15px);

    transform: translateY(100%) translateY(15px);

    margin: 0;

    background: #fff;

}

#content .global-title.gt-center, .global-title .gt-center {

    text-align: center;

}



#content .global-title.gt-white strong, .global-title.gt-white p {

    color: #fff;

}

#content .global-title strong {

    font-size: 35px;

    font-weight: 700;

    line-height: 1.4571;

    text-transform: uppercase;

}


/* NEW TEMPLATE: START */
.ip-contact-git-wrap {
    width: 100%;
    max-width: 1000px;
    padding: 90px 0 80px;
    margin: 70px auto 80px;
    border: 1px solid #153921;
    text-align: center;
}
    .ip-contact-git-title {

    }
        #content .ip-contact-git-title .section-title h2 {
            margin: 0;
            line-height: 1;
            font-size: 87px;
            font-weight: 600;
        }
            #content .ip-contact-git-title .section-title h2 em {
                display: block;
                color: #153921;
                font-size: 18px;
                font-weight: 600;
                font-style: normal;
                font-family: 'Montserrat', sans-serif;
                letter-spacing: 0.025em;
            }
    .ip-contact-git-form {
        width: 90%;
        max-width: 760px;
        margin: 45px auto 0;
        font-size: 0;
        position: relative;
    }
        .contact-field.lg {
            width: 100%;
            margin-bottom: 31px;
        }
            .contact-field.lg .contact-field {
                width: calc(50% - 10px);
                display: inline-block;
                vertical-align: top;
                margin-left: 20px;
            }
            .contact-field.lg .contact-field:first-child {
                margin-left: 0;
            }
                .contact-field input:not([type="checkbox"]),
                .contact-field textarea {
                    width: 100%;
                    height: 38px;
                    display: inline-block;
                    vertical-align: top;
                    color: #666666;
                    font-size: 14px;
                    font-weight: 600;
                    letter-spacing: 0.025em;
                    text-transform: uppercase;
                    border: none;
                    border-bottom: 1px solid #7f7f7f;
                    background-color: transparent;
                    outline: none;
                    -webkit-appearance: none;
                    -moz-appearance:    none;
                    appearance:         none;
                }
                .mailchimp{
                    font-size: 14px;
                }
                
                    .contact-field textarea {
                        height: 99px;
                        padding-top: 14px;
                        resize: none;
                    }
        .ip-contact-git-form .git-button {
            margin: 44px auto 0;
        }
        .ip-contact-git-form .git-button-inner input {
            background: transparent;
        }
        .ip-contact-git-form .use-floating-validation-tip .wpcf7-not-valid-tip {
            max-width: 100%;
            position: absolute;
            font-size: 12px;
            left: 0;
        }
        .ip-contact-git-form .wpcf7 form .wpcf7-response-output {
            width: 100%;
            position: absolute;
            margin: 5px auto;
            font-size: 14px;
            text-align: center;
            line-height: 1.2;

            /*display: none;*/
        }

.ip-contact-git-info-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 100px;
    font-size: 0;
    text-align: center;
}
    .ip-contact-git-info {
        display: inline-block;
        vertical-align: top;
        margin-left: 90px;
    }
        .ip-contact-git-info:first-child {
            margin-left: 0;
        }
        .ip-contact-git-name {
            color: #153921;
            font-size: 30px;
            font-weight: 600;
            font-family: 'Barlow Semi Condensed', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.025em;
        }
        .ip-contact-git-details {
            color: #666666;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.05em;
        }
            #content .ip-contact-git-details ul {
                margin: 0;
                list-style-type: none;
            }

            .ip-contact-git-details a:hover {
                color: #e0e0e0;
            }


.footer-top {
    display: none;
}

#hp-fuos {
    display: block !important;
}
.hp-fuos {
    padding-top: 0;
}
.hp-fuos-top-inner .section-title h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: -15px;
    position: relative;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
  min-height: 127px;
  width: 60%;
}
div#git-ty {
    /* margin: auto; */
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 30px 0;
}

/* NEW TEMPLATE: END */


/*******************************************************

 *

 * Mobile styles and other media queries

 *

 *******************************************************/



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

    #content .contact-main {

        margin: 100px;

    }

}



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

    #content .contact-main {

        margin: 75px;

    }

}



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

    #content .contact-main {

        margin: 75px 50px;

    }

}



@media only screen and (max-width: 1199px) {
    .hp-fuos-top-inner .section-title h2 span {
        font-size: 24px;
    }
}



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

    .ip-banner canvas {
        min-height: 250px;
    }

    #content .contact-info ul li {

        width: 100%;

        padding: 0 15px;

        text-align: center;

    }



    #content .contact-info ul li + li {

        margin-top: 15px;

    }



    #content .contact-form {

        padding: 35px 30px 50px;

    }



    #content .contact-main {

        margin: 50px 30px;

        padding: 60px 30px 0;

    }

    .page-template-template-contact-us #content .entry-title:before{
        display: none;
    }

    .custom-title{
        width: calc(100% - 45px);
    }

    .ip-contact-git-wrap {
        margin: 30px 0;
    }
    .ip-contact-git-info-wrap {
        margin-bottom: 50px;
    }
    .ip-contact-git-info {
        margin-left: 40px;
    }

    .section-title h2 span {
        /*font-size: 50px;*/
    }

    .ip-banner canvas {
        min-height: 139px;
    }
    .hp-fuos-top-inner .section-title h2 span {
        font-size: 18px;
        margin-bottom: 0;
    }
}



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

    #content .contact-form .contact-field {

        width: 100%;

    }



    #content .contact-form .contact-submit {

        font-size: 20px;

    }

    .ip-contact-git-info {
        width: 100%;
        margin: 10px auto;
    }

}



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

    #content .contact-main {

        margin-bottom: 80px;

    }



    #content .contact-form {

        margin: 73px -15px 0;

        width: auto;

        max-width: none;

        padding: 35px 15px 50px;

    }

    .contact-field.lg {
        margin-bottom: 0;
    }
    .contact-field.lg .contact-field {
        width: 100%;
        margin: 0 0 15px;
    }

}
