/*
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]--------------------*/
/*------------------------------------------------*/
p {
	line-height: 1.7em;
}
h1 {    
	font-weight: 900!important;
}
h2 {  
	font-family: 'Ruda';
    font-size: 52px !important;
	font-weight: 700;
}
h3 {
	color: #2D2D2D !important;
	font-size: 26px !important;
	font-weight: 300 !important;
	text-transform: uppercase;
	line-height: 1em !important;
}
h4 {	
	color: #979797 !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	letter-spacing: 0.25em;
    word-spacing: 0.25em;
	text-transform: uppercase;
}
h5 {
	font-size: 18px !important;
}
h6 {
	font-size: 16px !important;
}
.ds-vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

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


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


/*------------------------------------------------*/
/*-------------------[FOOTER]---------------------*/
/*------------------------------------------------*/
@media (max-width: 980px){
/*Menu footer no hamburguesa*/
	footer .et_pb_menu .et_pb_menu__wrap {
		flex: unset;
	}
	footer .et_pb_menu .et_pb_menu__menu {
 	 	display: block;
	}
	footer .et_pb_menu .et_mobile_nav_menu {
  		display: none;
	}
	ul#menu-menu-legal {
		text-align: center !important;
	}
	ul#menu-menu-legal li {
    	width: 100%;
	}
}

/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
#responsive-form{
    width:85%;
}
.form-row{
    width: 100%;
}
.form-row p {     
	color: #ffffff !important;
	font-family: 'Ruda';
    font-size: 18px;
    text-transform: uppercase;
	padding:10px !important;   
    width: 100%;
}
.form-row p a{     
	color: #ffffff !important;
}
.column-half, .column-full{
    float: left;
    position: relative;
    width:100%;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 48em) { 
    .column-half{
        width: 50%;
    }
}
form label{
	display:inline-block;
	font-weight:300;
}
form input,
form textarea {
	background: #d2d8d4 !important;
  	box-sizing: border-box;
	border-width: 4px !important;
	border-color: #979797 !important;
	color: #000;
	display:inline-block;
	font-weight:300;
	padding:10px !important;
}
form textarea {
	width: 96%;
}
form input[type="submit"]{
	background: #1E3A23 !important;
	border:1px solid #fff !important;
	color:#fff !important;
	display:inline-block;
	font-size:20px;
	font-weight:500;
	margin: 10px 0 !important;
    padding: 10px 35px !important;
	text-transform: uppercase;
} 
.acceptance p  {
	color:#fff !important;
	font-size: 13px !important;
	margin: 0 !important;
}


