/*
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
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* HEADER */

#Top_bar:not(.is-sticky) #media_image-3{
	float: left;
    width: 263px;
    margin: 0px 20px 0 20px;
}


#Top_bar #media_image-3{
	float: left;
    width: 134px;
    margin: 0px 20px 0 20px;
}


#Top_bar .logo {
    float: left;
    margin: 0 30px 0 20px;
    position: initial;
    width: auto;
}

body:not(.template-slider) #Header {
    min-height: 0px;
}

#custom_html-2{
	float: left;
}


@media only screen and (max-width: 767px){
	.textwidget.custom-html-widget{
	    margin: 0 10px 0 10px;
	}
}



@media only screen and (max-width: 767px){
body:not(.template-slider):not(.header-simple) #Header {
    min-height: 0px;
    background-position: center 202px;
}
}

@media only screen and (max-width: 767px){
#Top_bar .menu_wrapper {
    float: left!important;
    width: auto;
    margin: 0!important;
}
}



@media only screen and (max-width: 767px){
	#Top_bar .logo #logo {
	    padding: 0!important;
	    margin: 10px 0px;
	}
	#Top_bar .logo{
		margin: 0 10px 0 10px;
	}
	#Top_bar:not(.is-sticky) #media_image-3 {
	    float: left;
	    width: 263px;
	    margin: 2px 10px 2px 10px;
	}

	#media_image-3 img{
		max-width: 90%!important;
	}
}


@media only screen and (max-width: 565px){
	#media_image-3 img{
		max-width: 100%!important;
	}
	#Top_bar:not(.is-sticky) #media_image-3{
		margin: 12px 0px;
		width: 180px;
	}


}


#Top_bar .menu > li > a span:not(.description){
	padding: 0 12px;
}



#Top_bar a.responsive-menu-toggle{
	width: auto;
}

@media only screen and (min-width: 768px){
	#custom_html-2 {
	    width: auto;
	    margin: 0 0px 0 20px;
	    padding: 0;
	}
}

@media screen and (min-width: 1239px){

	#Top_bar.is-sticky .top_bar_left{
		display: flex;
	}

	#Top_bar.is-sticky .logo{
		flex-grow: 1;
	}

	#Top_bar.is-sticky .menu_wrapper{
		flex-grow: 2;
	}


	#Top_bar.is-sticky #custom_html-2{
		flex-grow: 1;
	}

}

@media only screen and (max-width: 767px){
	#custom_html-2 #logo{
		padding: 0px!important;
	}
}

/* CONTENIDO */


.no-margin-bottom .vc_single_image-wrapper{
	margin-bottom: 0px;
}

.responsive-padding .vc_column-inner{

}


.no-margin-li li{
	margin-bottom: 0px!important;
}


.wpb_map_wraper{
	margin-bottom: 0px!important;
}



input[type="submit"]{
	border-radius: 0px;
}


.icon_box.icon_position_top.no_border {
    margin-bottom: 0px;
}


.style-simple .trailer_box:hover .desc{
	background-color: #000!important;
}


div.trailer_box:before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}