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

/* Theme customization starts here
-------------------------------------------------------------- */
/*general styles*/
#back_to_top{display: none !important;}
body, #Wrapper, #Content {background-color: transparent !important;}
.wpb_single_image .vc_single_image-wrapper{margin-bottom: 0px !important;}
#Subheader .title{text-transform: uppercase !important;}
/*top-bkg*/
.header-classic #Top_bar {
    background-image: url("../../uploads/2016/07/fondo_home.jpg") !important;
}
body:not(.template-slider) #Header{min-height: inherit !important;}
/*=====Orange-line=====*/
.mfn-main-slider::after,.mfn-main-slider::before{
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-color: #ff8700;
}

/*MENU*/
.sub-menu li a{
    font-weight: 700 !important;
}
.sub-menu .current_page_item a{
    color: #ff0600 !important;
}
#Top_bar .menu > li ul li a {
    color: #444444;
    font-size: 14px;
    padding-left: 10px;
}

/*Top section*/
.container-top{background-color: #002379;}
.tel-mail {
    color: #fff !important;
    padding: 5px 0px;
    float: right;
}
#Top_bar .menu > li > a{font-weight: 700 !important;}

/*servicio text*/
.servicio-container{
	-webkit-transition:ease-out 0.8s;
    -moz-transition:ease-out 0.8s;
    -o-transition:ease-out 0.8s;
    transition:ease-out 0.8s;
}

.black-bkg::before{
	position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0,0,0,00.4) !important;
    z-index: 1;
}

/*Gallery*/
.gg_filter .ggf, .gg_coll_back_to_new_style {
    background-color: red !important;
    color: #fff !important;
    border-color: #fff !important;
}
.gg_filter a.ggf.gg_cats_selected, .gg_filter a.ggf.gg_cats_selected:hover{
    color: #fff !important;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title{
    text-transform: uppercase !important;
    font-size: 12px;
    font-weight: 700;
}
/*Gallery-P-Photo*/
div.pp_default .pp_description{
     text-transform: uppercase !important;
}


/*contact-page*/
.contacto-map .wpb_gmaps_widget.wpb_content_element .wpb_map_wraper {
    margin-bottom: 0px !important;
}
/*Contact-Foorm*/
.contact-form-container form.wpcf7-form {
    width: 100% !important;
}

/*Footer*/
#Footer .footer_copy .copyright {
    width: 100% !important;
    text-align: center !important;
}
/*contact-footer*/
.contact-footer form textarea{height: 100px !important;}
