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

.trailer_box .desc .subtitle, .trailer_box.plain .desc .line{
    border-radius:12px;
}

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

#Footer .widget_mfn_menu ul li a{
    color:#000!important;
}

body:not(.template-slider) #Header
{
    min-height:0px;
}
#Content{
    padding-top:0px!important;
}
#Top_bar .menu > li{
  text-transform: uppercase!important;
}

#responsive-form{
max-width:600px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
margin:0 auto;
width:100%;
}
.form-row{
width: 100%;
}
.column-half, .column-full{
float: left;
position: relative;
padding: 0.65rem;
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%;
}
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    border-radius:20px;
    background-color: #F7F7F7;
    color: #978997;
    
}
textarea.wpcf7-form-control.wpcf7-textarea{
    border-radius:20px;
    background-color: #F7F7F7;
    color: #978997;
   
}
input.wpcf7-form-control.has-spinner.wpcf7-submit{
    background-color:#4DD583;
    width:100%;
}


#Top_bar .top_bar_left{
    float:none!important;
}

#Top_bar .menu.page-menu > li > a{
    padding:0 14px!important;
}











