/* ----------- mobile ----------- */
/* Portrait and Landscape */
@media only screen
and (min-width: 320px)
and (max-width: 768px) {
    .hero-title {
        font-size: 2.5em !important;
        padding-top: 180px;
        padding-bottom: 20px;
    }

    body h2 {
        line-height: 3rem;
    }
}

/* Portrait */
@media only screen
and (min-width: 320px)
and (max-width: 768px)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-width: 320px)
and (max-width: 768px)
and (orientation: landscape) {
}

/* iPhone X */
@media only screen
and (min-width: 375px)
and (max-height: 812px)
and (-webkit-device-pixel-ratio: 3) {

}


form {
    word-wrap: normal;
}

.offcanvas_menu li.btn-blue-bg {
    margin-top: 20px;
}

ul.dropdown-menu li.btn-blue-bg:hover {
    overflow: hidden;
}

.offcanvas_menu li.btn-blue-bg a {
    padding: 8px;
}

.footer-logo h4 {
    color: #0064ff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer a:hover {
    color: #0061FF;
}

.footer-content .copyright {
    font-size: 12px;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
    color: rgba(0,0,0,1);
}

.footer-social-icons a{
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
    .address-text {
        text-align: center;
    }

    .footer .gridContainer {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .footer .footer-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .footer-shadow {
        margin-bottom: 140px;
    }
    .address-text {
        text-align: right;
    }

    #main_menu .btn-blue-bg {
        margin: 0 9px;
        background-color: #fff;
    }

    #main_menu .btn-blue-bg a {
        color: #000;
    }
}

.address-text * {
    display: block;
}

.address-text {
    color: rgba(0,0,0,0.6);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

#contact-form-inner {
    padding: 20px 17px;
}

@media only screen and (min-width: 768px) {
    .field-title {
        float: left;
    }

    #crmWebToEntityForm {
        margin-top: -160px;
    }

    #contact-form-inner .form-row {
        display: flex;
    }
}

#contact-form-inner .form-controls {
    display: flex;
    align-items: center;
}

#contact-form-inner textarea,
#contact-form-inner input[type=email],
#contact-form-inner input[type=password],
#contact-form-inner input[type=text] {
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

#contact-form-inner textarea {
    height: 78px;
}
#contact-form-inner input[type=text] {
    height: 45px;
}

#contact-form-inner input[type=submit], #contact-form-inner input[type=reset] {
    vertical-align: 8px;
    cursor: pointer;
    height: 50px;
}

@media only screen and (min-width: 768px) {
    #contact-form-inner input[type=submit], #contact-form-inner input[type=reset] { width: 231px;
    }
}

@media only screen and (max-width: 767px) {
    #contact-form-inner input[type=submit], #contact-form-inner input[type=reset] { width: 100%;
    }
}


#contact-form-inner input[type=submit] {
    text-transform: capitalize;
}

#contact-form-inner input[type=reset] {
    color: #0061FF;
    border: none;
}

#contact-form-inner {
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
}

#contact-form-inner .form-controls input {
    font-family: Roboto;
    margin: 20px 0;
}

#contact-form-inner	.field-title {
    padding: 5px 0;
    font-size: 14px;
    line-height: 18px;
}


