/*
Theme Name: Divi Child Theme
Theme URI: elmolinovigo.com
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

.ds-vertical-align {
display: flex;
flex-direction: column;
justify-content: center;
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
footer .et-menu.nav {
	display:block !important;
	}
footer .et-menu.nav li {
	display:block !important;
	clear:both !important;
	}

/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/
@media (max-width: 1400px){
	header .et_pb_blurb_container h4 {font-size:20px !important;}
	}
@media (max-width: 1100px){
	header .et_pb_blurb_container h4 {font-size:15px !important;}
	header .et_pb_blurb_position_left .et_pb_blurb_container {padding-left:10px !important;}
	header .et_pb_blurb_1_tb_header {display:none;}
	header .et_pb_blurb_0_tb_header .et-pb-icon {
    font-size: 30px;
}
	}
@media (max-width: 980px){
	footer .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: initial;
    justify-content: flex-start;
	}
header .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, header .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: initial;
    justify-content: flex-start;
	    position: absolute;
    top: -40px;
    left: 70px;
    width: 300px;
}
body .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
	background:#a91d1d !important;
	top:130%;
	}
body .et_pb_row_1_tb_header.et_pb_row {height:0px !important;padding:0px !important;}
header .et_pb_blurb {margin-top:-40px;}
footer .et_pb_menu .et_pb_menu__menu {
    display: block !important;
}
footer .et_mobile_nav_menu {
    display: none !important;
}
}
@media (max-width: 765px){
	header .et_pb_blurb {display:none;}
	header .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, header .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    left: 20px;
}
}
@media (max-width: 355px){
	header .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, header .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    width: 280px;
}
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


.form-grupo {
    width: 100%;
    padding: 10px;
    float: left;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 10px 10px;
    border: none;
    border:none;
    color: #666 !important;
    background-color: #f4f4f4;
    font-size: 20px;
    width: 100%;
}
.wpcf7-submit {
    display: block;
    margin: 0 auto !important;
    color: #000000 !important;
    border:none !important;
    font-size: 20px !important;
    background-color: #f7d147 !important;
    border:none !important;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: .3em 1em;
    font-weight: 700;
    line-height: 1.7em!important;
    float: none;
    cursor: pointer;
	margin-top:20px;
}
.form-grupo > label {color:#db9723;}
@media (max-width: 750px){
.et_mobile_menu {
	height: 500px;
    overflow-y: scroll;
	}
}
#cmplz-document {
    max-width: 100%;
}




