/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*ALL*/
.brown{
	color:#b99d66;
}
.white, white p{
	color:#fff;
}
.grey{
	color:#BABCBF;
}
.blue, .blue p, .blue h2{
	 color: #4b5864;
}
/*MENU*/
#Top_bar .top_bar_left {
    width: auto;
	float: revert;
}
/*sticky*/
.is-sticky .menu-item.current-menu-item a span {
    color: #b99d66;
}

/*En savoir plus*/
span.yrm-button-text-2 {
    color: #babcbf;
}

#Top_bar .responsive-menu-toggle{
	background-color:#fff !important;
}

/*BLOG*/
.single.single-post #Content .post{
	margin-top:80px
}
.single.single-post #Content .post .image_wrapper img{
	width:100%
}
.single.single-post #Content .post .image_frame .image_wrapper .mask, .single.single-post #Content .post .image_wrapper .image_links{
	display:none
}
.single.single-post #Content .post .image_wrapper > a{
	cursor:default
}

/*RESPONSIVE*//* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
    #menu-menu span {
    font-size: 16px !important;
}
}