/*  
Theme Name: Pictus
Theme URI: http://themetrust.com/hayden
Version: 1.1.4
Author: ThemeTrust
Template:hayden
Author URI: http://themetrust.com
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License (http://themeforest.net/licenses)
*/

@import url("../hayden/style.css");

/*sous menu*/
.sub-menu a {
  font-size: 13px !important;
  font-weight: bold;
}

/*mettre le next-previous sous le titre des projects dans pages projects*/
.projectNav {
		margin: 0 0 0 0;
		padding: 10px 0 0 0 !important;
		float: right;
	}

/*googlemap seulement sur la home*/
#googleMap { display: none; }
.page-id-3 #googleMap { display: block; }

/* titres page d'acceuil*/
.home .details h2 {
	color: #fff;
	margin: 0 0 5px 0;
	text-transform: none;
	font-weight: bold;
	font-size: 3.2em;
	text-shadow: 0px 0px rgba(0,0,0, 0);
}
.home .details p {
	font-size: 2.5em !important;
	margin-bottom: 0;
	line-height: 1.3em;
	font-weight: normal;
	color: rgba(255,255,255,1);
}

/*couleur fond de page*/
#wrap {
    background: #fff;
}
/*menus*/
#mainNav ul ul a{
font-size: 1em;
color: rgba(255,255,255, .6);
}

#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
color: rgba(255,255,255, 1);
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
color: #fff;
}

#mainNav ul ul li a {
color: rgba(255,255,255, .6) !important;
}

.home #mainNav ul ul li a {
color: rgba(255,255,255, .9) !important;
}
@media only screen and (max-width: 975px) {

	/*Home Slideshow ------------------*/

		.home .slideshow .details h2 {
		color: #fff;
		text-transform: none;
		font-weight: bold;
		font-size: 2.4em;
	}
	.home .slideshow .details p {
		font-size: 1.3em !important;
		margin-bottom: 0;
		font-weight: bold;
		line-height: 1.5em;
		color: rgba(255,255,255, 1);
	}