/*
Theme Name: Bolge Child
Theme URI: http://bolge.elated-themes.com
Description: A child theme of Bolge Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: bolge
Template: bolge
*/
/**** TITRES ****/
h3 {
	margin-bottom:20px !important;
}


h4 {
	margin-bottom:15px !important;
}




/**** Menu (centre les élements du menu) ****/
.eltdf-drop-down .wide .second .inner>ul>li>a .item_outer {
    padding: 0;
    overflow: inherit;
    text-align: center;
}

/****Media queries***/
@media screen and (max-width:640px) {
	.eltdf-title-holder {
		display:none !important;
	}
}

/***Formulaires de contact***/
.nf-form-content input[type="button"] {
	background: #374c9f !important;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-left: 10%;
	padding-right: 10%;
}

.nf-form-content input[type="button"]:hover {
	color:#fff !important;
	background: #fbf2f2 !important;
}
