/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 100px;
}

#content .contact-wrap,
#content .contact-inner {
    position: relative;
}

#content .contact-wrap {
    margin-top: 50px;
}

#content .contact-logo {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-text-color);
}

#content .contact-logo span {
    font-weight: 500;
}

#content .contact-logo img {
    display: block;
    margin: 0 auto;
}

#content .contact-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 1140px;
    max-width: 100%;
    margin: 62px auto 0;
}

#content .contact-main > div {
    width: calc(100% / 3);
    margin-top: 50px;
}

#content .contact-main > div > span {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.8;
    margin-top: 5px;
}

#content .contact-main > div > span i {
    font-size: 12px;
    font-style: normal;
    color: var(--primary-text-color);
    margin-right: 12px;
}

#content .contact-main > div > span i.location {
    font-size: 18px;
}

#content .contact-main > div > span p {
    margin: 0;
    color: var(--primary-text-color);
}

#content .contact-main > div > span a {
    color: inherit;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: var(--primary-text-color);
}

#content .contact-main > div > span a:hover {
    opacity: 0.8;
}

#content .contact-main > div.contact-phone-email {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: calc(100% / 3);
}

#content .contact-main > div.contact-phone-email > span {
    justify-content: flex-start;
}

#content .contact-main .contact-smis {
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

#content .contact-main .contact-smis > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
     background: transparent !important;
    font-size: 20px;
    color: var(--primary-color);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin: 0 5px;
    border: 1px solid var(--primary-text-color)
}

#content .contact-main .contact-smis > a:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}

#content .contact-main .contact-smis > a + a {
    margin-left: 8px;
}

#content .contact-main .contact-smis > a i {
    font-style: normal;
}

#content .contact-main .contact-form,
#content .contact-main .contact-photo {
    text-align: center;
    width: 50%;
    margin-top: 0;
}

#content .contact-main .contact-photo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#content .contact-main .contact-form .wpcf7,
#content .contact-main .contact-form form {
    margin: 0 auto;
}

#content .contact-form input[type=email],
#content .contact-form input[type=tel],
#content .contact-form input[type=text],
#content .contact-form textarea {
    border: 2px solid #000 !important;
    font: 400 12px "Raleway", sans-serif !important;
    letter-spacing: 0.05em;
    padding: 0 40px 0 20px;
}


#content .contact-form input[type=email]:focus,
#content .contact-form input[type=tel]:focus,
#content .contact-form input[type=text]:focus,
#content .contact-form textarea:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #66afe9, 0 0 8px #66afe9;
    box-shadow: inset 0 0 1px #66afe9, 0 0 8px #66afe9;
}


#content .contact-map {
    margin-top: 57px;
    position: relative;
}

#content .contact-map iframe {
    display: block;
    width: 100%;
}

#content .contact-cta {
    margin: 49px 0 0;
}

#content .contact-form {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.023em;
    text-transform: uppercase;
}

#content .contact-form .ai-default-cf7wrap :-moz-placeholder,
#content .contact-form .ai-default-cf7wrap :-ms-input-placeholder,
#content .contact-form .ai-default-cf7wrap :-ms-textarea-placeholder,
#content .contact-form .ai-default-cf7wrap ::-moz-placeholder,
#content .contact-form .ai-default-cf7wrap ::-webkit-input-placeholder,
#content .contact-form .ai-default-cf7wrap ::-webkit-textarea-placeholder {
    font-family: inherit !important;
}

#content .contact-form .ai-default-cf7wrap input[type=email],
#content .contact-form .ai-default-cf7wrap input[type=tel],
#content .contact-form .ai-default-cf7wrap input[type=text],
#content .contact-form .ai-default-cf7wrap textarea {
    outline: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    border-color: #d2d2d2;
    height: 40px;
    color: #565656;
}

#content .contact-form .ai-default-cf7wrap textarea {
    height: 150px;
    resize: none;
}

#content .contact-form .ai-default-cf7wrap input[type=submit] {
    height: 40px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

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

}

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

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

}

@media only screen and (max-width: 1199px) {
    #content .contact-main {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 991px) {
    #content .contact-logo {
        font-size: 35px;
    }
    
    #content .contact-main > div {
        width: 100% !important;
        margin-top: 30px !important;
        max-width: 100% !important;
    }
    
    #content .contact-main > div.contact-phone-email > span {
        justify-content: center;
    }
}

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

}

@media only screen and (max-width: 480px) {
    #content .entry .contact-cta a {
        width: 100%;
    }
}
