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

/*En construccion*/
/*html {
    background-color: #fce78b !important;
}
span.icon_top {
    display: none !important;
}
.under-construction div#Content {
    background-color: #c79a41 !important;
}

.bounceIn h2, .bounceIn span {
    color: #fff !important;
}*/


/*=====General-Styles=====*/


/*Action-Bar Social-icons*/
#Action_bar .social li {
    border: 2px solid #d0cd91;
    border-radius: 50%;
}
#Action_bar .social li:hover {
    border-color: #ffffff;
}
h2.border-title::after {
    display: block;
    content: "";
    width: 20%;
    height: 5px;
    background-color: #c5c178;
    margin: 10px auto;
}
#Top_bar .search_wrapper {
    width: 50%;
    right: 0px;
    left: auto;
    /* border: 1px solid #ededed; */
}

/*Main-Menu*/
#Top_bar .menu > li > a span:not(.description){
    padding: 0 9px;
}


/*Servicios-Home*/
a.servicios-home .image_wrapper img{
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

a.servicios-home .desc_wrapper h4:after{
    content: '';
    width: 0px;
    max-width: 80%;
    margin: 10px auto 0px auto;
    height: 5px;
    display: block;
    background: #c5c178;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
a.servicios-home:hover .image_wrapper img {
    opacity: 0.7;
}
a.servicios-home:hover .desc_wrapper h4:after{
    width: 100%;
}
.icon_box {
    margin-bottom: 0px !important;
}


/*Avisos-Home*/
.avisos-home h2.post-title {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
}
.avisos-home h2.post-title a {
    color: #33301d;
}
.avisos-home ol.flex-control-nav.flex-control-paging{
    margin-left: 0px;
}
.avisos-home .flex-direction-nav a{
    color: rgb(99, 93, 58);
}

/*=====Contact-Page=====*/
.contact-page-map, .contact-page-map .wpb_map_wraper {
    margin-bottom: 0px;
}

/*=====Footer=====*/

#Footer .textwidget a {
    color: #fff !important;
}

#Footer hr.footer-hr {
    color: #fff;
    background-color: #faffff;
    width: 70%;
    margin-left: 0px;
}

#Footer span.wpcf7-form-control-wrap {
    margin-bottom: 10px;
}

#Footer .footer_copy {
    background-color: #635f35 !important;
}

/*Responsive*/

@media (min-width: 1240px){

    div#Top_bar {
        padding-bottom: 5px;
    }
    .header-split #Header .top_bar_left .logo {
        left: 43%;
        width: 14%;
    }
    .header-split #Header .top_bar_left .menu_left, .header-split #Header .top_bar_left .menu_right {
        width: 43%;
    }
    

}

