/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/* NEW SERVER */
.contact-pg-form .col_full input, .contact-pg-form .col_full textarea {
    width: 100%!important;
    padding: 15px 20px!important;
    font-size: 18px!important;
    outline: unset!important;
    border-radius: 10px!important;
    border: unset!important;
    color: #666666!important;
    background-color: #f1f9fb!important;
}
.contact-pg-form .col_full {
    padding-bottom: 15px!important;
}
.contact-pg-form .search-togle .elementor-search-form--full-screen {
    height: 30vh!important;
}
.contact-pg-form .submit_btn input.wpcf7-submit {
    background-color: #eeb91a!important;
    padding: 15px 50px!important;
    font-size: 18px !important;
    border: none!important;
    color: #163157!important;
    font-weight: bold!important;
    font-family: "Hurme Geometric Sans3", Sans-serif!important;
}
html {
 min-width: unset !important;
}

.top_menu.elementor-sticky--active.elementor-sticky--effects {
    background-color: #163157;
	padding-top: 0 !important;
}

@media (min-width:768px) {
 .contact-pg-form .col_full input, .contact-pg-form .col_full textarea{
      font-size: 14px !important;
    }
}
@media (min-width:1024px) {
.contact-pg-form .col_full input, .contact-pg-form .col_full textarea {
       font-size: 18px !important;
    }
}
@media (min-width:1280px) {
.contact-pg-form .col_full input, .contact-pg-form .col_full textarea {
        font-size: 18px !important;
    }
}

body {
    background-color: #fff;
}





