/*
Theme Name: Etalon Child
Template: etalon
Theme URI: http://keydesign-themes.com/etalon/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Concept WordPress Theme for Professional Services
Version: 1.3.1
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/*Header*/
#logo .logo{
	margin: 10px 0 20px 0;
}
only screen and (min-width:321px) and (max-width:1200px) {
	#header.blog-header {
    	top: 100px !important;
	}
	.page-template-default #single-page {
    	top: 77px;
	}
}

/*textes*/
.container h2{
	font-size: 1.7em !important;
}
.container h3{
	font-size: 1.4em !important;
	font-style:italic;
}

section#icon-services {
    display: none;
}
section#hair-beauty-price-list {
    display: none;
}
section#pricing-tables {
    display: none;
}
section#our-team {
    display: none;
}
section#our-salon {
    display: none;
}
section#our-salon-box {
    display: none;
}
section#our-products {
    display: none;
}
section#what-they-say {
    display: none;
}
section#contact {
    display: none;
}
.accueil:before {
    font-size: 30px !important;
}
span.accueil {
    width: 35px;
    margin-top: -16px;
    height: 35px;
    font-size: 35px;
}
.row.single-page-heading {
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}
.formulaire {
    border: black 1px solid;
    padding: 18px;
}
span.wpcf7-form-control-wrap {
    border: black solid 1px;
}
input.wpcf7-form-control.wpcf7-submit {
    color: black;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    color: #7AC9C9 !important;
}

.breadcrumbs a.home {
    display: none;
}




@media all and (min-width:960px) {
  	ul.dropdown-menu {
    	width: 500px !important;
	}
}

/* mobile */
@media all and (min-width:0px) and (max-width: 960px) {
  	#header {
    	min-height: 71px;
    	padding-top: 20px;
	}
  	ul.dropdown-menu {
    	width: 350px !important;
	}
}