/*-----------------------------------------------------------------------------------

	Theme Name: Eventerra Child Theme
	Theme URI: http://themeforest.net/item/eventerra-event-conference-wordpress-theme/15717811
	Description: Eventerra Child Theme
	Author: OlevMedia
	Author URI: http://www.olevmedia.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.0
	Template: eventerra
	Text Domain: eventerra-child
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

/*RIDUCO IL LOGO IN TESTATA*/
div.header-logo {
width: 40% !important;
}



/*FACCIO I VIDEO RESPONSIVE*/
@media screen and (max-width:768px) {
.videoem {
width:100% !important;
}
}
@media screen and (min-width:769px) {
.videoem {
    width:600px !important;
}
}

/*FONDO PER IL MENU*/
.header-menu.apply-uppercase {
/*	background-color: #198a2e !important;*/
	background-color: #163077 !important;
	padding-left: 30px !important;
}

/*TITOLETTI SPONSOR PIU' FINI*/
.sponsor h3.wpb_heading {
	font-weight: 300 !important;
}

/*CAMBIO COLORE ALLA CTA NON SO PERCHE' NON SI PUò DA INTERFACCIA*/
.om-wpb .vc_call_to_action {
	background-color: #313131 !important;
}
.cta-newsletter .vc_cta-text {
	padding: 3em 30px 10px 40px !important;
}


.home .wpcf7 input[type=text], .home .wpcf7 input[type=email] {
	border-color: #f7f7f7 !important;
	background-color: #4b4a4a !important;
	padding: 10px !important;
	width: 80%;
}
.home .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #fff !important;
}
