/*
 Theme Name:   accesspress-parallax-child
 
 Description:  ChildTheme
 Author:       Laffond Damien
 Template:     accesspress-parallax
 Version:      2.0.1
*/
/*navigation menu */

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
	color: #20c4ce
}

.main-navigation > ul > li > a {
	font-size: 17px
}
@media screen and (max-width: 1000px) {
	#site-logo {
		max-width: 30%
	}	
}
/* home */

.parallax-section h2 span {
	color: #ffca50
} 

/* section guide */

.team-detail h3 {
	color: #ee4c52
}

.team-big-image {
	width: 25%
}

/* blog */
.tagcloud a { 
	background: #eaeaea
}

/* boutton envoyer*/
input[type="submit"] {
	background: #20c4ce
}

