/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

:root{
	--pri:#173758;
	--sec:#C57954;
}

body{
	overflow-x: hidden;
}

.grecaptcha-badge {  visibility: hidden; }
.protect-captcha, .protect-captcha a{
font-size:12px;
color:#9b9b9b;
}


/* form */
.input-row {
    display: flex;
    gap: 10px;
	flex-wrap: wrap;
}
.input-row .input-group {
	flex: 1; 
    min-width: 150px;
}

.wpcf7-submit{
    transform: translateX(70px);
}


@media (max-width: 1460px) {
    .threeColWrap .et_pb_column {
        width: 100%!important;
		margin-bottom: 30px;		
    }
}