/*

Theme Name: PrimeLogix Child

Version: 4.9.5

Author: Prime Logix

Template: primelogix

*/

section#contact-id form label {
    width: 100%;
}
section#contact-id textarea, section#contact-id input {
    border: 1px solid #9a9a9a;
    border-radius: 5px;
}
section#contact-id textarea {
    height: 100px;
}
.flip-box .content h2 {
    color: #fff;
}


/******************* moble ***************/
@media only screen and (min-width: 320px) and (max-width: 480px) {

    body#ut-sitebody:not(.single-post) .vc_row:not(#paralex-row) {
        padding: 0 15px !important;
    }
    #primary .section-title, #ut-custom-hero .section-title, #ut-custom-contact-section .section-title {
        font-size: 1.5rem !important;
    }
    div#social-row .vc_column_container {
        float: left;
        width: 50%;
    }
}


/******************* ipad ********************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    body#ut-sitebody:not(.single-post) .vc_row:not(#paralex-row) {
        padding: 0 35px !important;
    }
    .services .vc_col-sm-4 {
        width: 100%;
    }

}


