/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.up-cf7-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.up-cf7-wrapper .column {
    width: 50%;
    padding: 10px;
}

.up-cf7-wrapper .column h4 {
    margin-bottom: 20px;
}

.up-cf7-wrapper .services-wrapper {
    margin: 20px 0;
}

.up-cf7-wrapper .services-wrapper label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 480px;*/
}

.up-cf7-wrapper .services-wrapper label > span {
    margin-left: 20px;
}

.up-cf7-wrapper .services-wrapper label input {
    width: 70px !important;
}

.up-cf7-wrapper .services-wrapper input[type="number"] {
    height: 35px !important;
}

.wpcf7 .input-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.wpcf7 .input-col {
    padding: 0 10px;
    margin-bottom: 20px;
}

.wpcf7 .input-col:nth-child(1) {
    width: 30%;
}

.wpcf7 .input-col:nth-child(2) {
    width: 70%;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
    border-radius: 0 !important;
    background: transparent !important;
    color: #007fa3 !important;
    border-color: #007fa3 !important;
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
    color: #007fa3 !important;
}

@media screen and (max-width: 1200px) {
    .up-cf7-wrapper .column {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .wpcf7 .input-col {
        width: 100% !important;
    }
}