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

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

.menu_wrapper{
    background-color:#000;
}

#Top_bar .menu.page-menu > li > a{
    border-right: 1px solid #fff!important;
}

.one.column{
    width:100%!important;
}
.column, .columns{
    margin: 0 0 0px!important;
}

#Top_bar .menu.page-menu > li > a{
    margin:0px 0!important;
    padding:0px 46px!important;
    background-color:#000!important;
}

#Content{
    padding-top:0!important;
}


.wpb_wrapper > div{
    margin-bottom:-9px!important;
}
.zoom_box .desc .desc_txt{
    font-size:32px!important;
    
}
#Top_bar #logo img{
    max-height:144px !important;
}
#Top_bar.is-sticky{
    height:124px!important;
}
.vc_column-inner{
    padding-top:0px!important;
}

/**---------------- contact form para dos columnas ----------------**/
#responsive-form{
 max-width:100% /*-- change this to get your desired form width --*/;
 margin:0 auto;
width:100%;
}
.form-row{
 width: 100%;
}
.column-half, .column-full{
 float: left;
 color: #fff;
 position: relative;
 padding: 5px 5px;
 width:100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
  box-sizing: border-box
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
 .column-half{
 width: 50%;
 }
}