/*
Theme Name: 	Famycar
Theme URI: 		http://www.eliosoft.com
Author: 		Eliosoft
Author URI: 	http://www.eliosoft.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

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

/*
 * Primary Color: #ff8f12; // Naranja
 * Hover: #e68b22 // Naranja Darker

 * Primary Color: #027fc5 // Azul

 */
#Top_bar .top_bar_right{
    float: none;
    display: inline-block;
    top: 0px;
    background: #FFF !important;
    padding: 0px;
}
#Top_bar .top_bar_right:before{
    content:none;
}
#Top_bar.is-sticky .top_bar_right,
#Top_bar .top_bar_right_wrapper{
    top: 0px !important;
}
#Top_bar .top_bar_right .wpml-languages.horizontal{
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
}
#Top_bar .wpml-languages.horizontal ul li{
    margin-right: 0px;
}
#Top_bar .top_bar_right .wpml-languages.horizontal a{
    display: block;
    line-height: 60px;
    padding-right: 20px;
    margin: 15px 0px;
}
#Top_bar .top_bar_right .wpml-languages.horizontal ul li:first-child > a{
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 20px;
}
#Top_bar.is-sticky .top_bar_right .wpml-languages.horizontal a{
    margin: 0px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner{
    width: 10em !important;
    height: 10em !important;;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 4em !important;
}
.home-hover .vc-hoverbox-block.vc-hoverbox-front h2{
    color: white;
}
.home-hover .vc-hoverbox-block.vc-hoverbox-front:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
}
.home-hover .vc-hoverbox-block.vc-hoverbox-front .vc-hoverbox-block-inner.vc-hoverbox-front-inner{
    z-index: 1;
}
#Wrapper{
    box-shadow: none;
}
.post-footer{
    background: none;
}
.slider-home-title{
    text-shadow: 3px 3px 5px #FFF;
}
input[type="submit"],input[type="button"]{
    font-size: 14px;
}
#Subheader{
    padding: 15px 0;
}
@media only screen and (max-width: 1240px){
    #Side_slide .extras .wpml-languages.horizontal ul li{
        display:inline-block;
        margin-right: 15px;
    }
    #Side_slide .extras .wpml-languages.horizontal ul li:last-child{
        margin-right: 0px;
    }
    #Side_slide .extras .wpml-languages.horizontal ul li a{
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 767px){
    .mobile-tb-center #Top_bar .top_bar_right{
        display: none;
    }
    .home-espacio{
        display:none;
    }
}