/*
 Theme Name:   Naturopathe
 Description:  Shapely Child Theme
 Author:       Vito Calderaro
 Author URI:   http://bigfamily.fr
 Template:     shapely
 Version:      1.0.0
*/

.image-bg h1 {
	color: #000!important;
	display: inline;
	padding: 0 10px;
	line-height: 1.3em;
	/*background: rgba(179, 120, 211, 0.8);*/
}

.image-bg p {
	color: #000!important;
	font-size: 18px;
	margin-top: 1em;
}

.parallax-mirror {
	opacity: 0.3;
}

.page-title-section.bg-secondary {
	background-color: #8ABB17;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
}

.page-title-section.bg-secondary .page-title {
	color: #fff;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	font-weight: 400;
	text-align: center;
}

.bg-dark {
	background: #601286!important;
}

.home .widget_nav_menu {
	max-width: 640px;
	text-align: center;
	margin: 40px auto 60px;
}

.home .widget_nav_menu .menu {
	height: auto;
	width: auto;
	margin: 0 auto;
}

.home .widget_nav_menu li {
	display: block;
	float: none;
}

.home .top-parallax-section p.mb32 {
	max-width: 680px;
	margin: 30px auto;
}

header .search-widget-handle {
	display: none;
}

footer.bg-dark {
	background: #9C8F7C!important;
	color: #fff!important;
}

.site-title {
	font-size: 24px!important;
	line-height: 32px!important;
	margin-bottom: 0;
}
.site-title span {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #8ABB17;
}

h1.page-title {
	font-size: 32px;
}