/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wpcf7-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.wpcf7-form-control-wrap:has(>.flt50), .flt50 {
    width:49%;
}

.wpcf7-form-control-wrap:has(>.codedropz-upload-wrapper){
    width:100%;
}
.codedropz-upload-handler h3,
.codedropz-upload-handler span,
.codedropz-upload-handler a { 
    font-family: "Montserrat", Sans-serif;
}

.codedropz-upload-handler h3{
    color: #3C3950;
    font-size: 20px!important;
    font-weight: 500;
    text-transform: uppercase;
}

.codedropz-upload-handler {
    margin-bottom: 10px!important;
    position: relative!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px!important;
    border: 1px solid #cccccc!important;
    color: #3c3950!important;
    background: #ffffff!important;
    border-radius: 0!important;
}

.wpcf7-form .filelabel {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-style: italic;
}

input[type="submit"]:disabled {
    background: #ebebeb!important;
    color: #d7d7d7!important;
}

@media screen and (max-width: 800px) {
  .wpcf7-form-control-wrap:has(>.flt50), .flt50 {
    width:100%;
    }
}

.wpcf7-form-control-wrap:has(>.flt100), .flt100 {
    width:100%;
}

.wpcf7-form-control-wrap .flt50,
.wpcf7-form-control-wrap .flt100
{
    width: 100%!important;
    max-width:100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="color"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"] {
   	color: #ffffff;
    background: none;
    border-radius: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
}

.wpcf7-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.wpcf7-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.wpcf7-form input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.wpcf7-form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

textarea {
    border: 1px solid #ffffff;
    color: #3c3950;
    background: #ffffff;
    border-radius: 0;
    max-width: 100%;
}

.wpcf7-form input[type="submit"] {
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.wpcf7-form input[type="submit"]:hover {
    color: var( --e-global-color-accent );
}

.wpcf7-response-output {
    width: 100%;
    display: block;
}
