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

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


.layout-boxed{
	padding: 0px !important;
}

#Action_bar .column{
	overflow: visible;
}

#Top_bar .menu > li > a span:not(.description){
	padding: 0 15px;
}


.language {
    max-width: 140px;
    float: right;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.language a{
    color: #fff;
}

.language a:hover{
    color: #fff;
    text-decoration: none;
}

.language_switcher{
    margin-right: -22px;
    position: absolute;
    display: none;
    width: 130px;
    right: 0;
}

.language:hover .language_switcher{
    display: inherit;
}

.language_switcher li{
    width: 100%;
    height: 45px;
}

.language_switcher li a{
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #555;
}

.language_switcher li.active a{
    color: orange;
}

.language_switcher li a:hover{
    text-decoration: none;
    background-color: #444;
}

.content_slider .content_slider_ul li{
	display: flex;
	justify-content: center;
	flex-direction: row;
	text-align: center;
}

.content_slider.flat.description ul li img{
    border-radius: 50%;
    margin-bottom: 15px !important;
	width:30%;
}

.content_slider.flat.description .slider_content_right{
	padding-left: 15px;
	height: 200px;
}

.content_slider.flat.description .slider_content_right h3,
.content_slider.flat.description .slider_content_right .desc{
	text-align: left;
	padding: 0;
}

.footer_contact_list{
    display: table;
	width: 100%;
}

.footer_contact_list .footer_box{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.footer_contact_list .footer_box a{
    padding: 20px;
    display: block;
	color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.footer_contact_list .footer_box a:hover{
    text-decoration: none;
}

.footer_contact_list .footer_address{
    background-color: #f79c2a;
    width: 30%;
}

.footer_contact_list .footer_phone{
    background-color: #de6016;
    width: 20%;
}

.footer_contact_list .footer_fax{
    background-color: #e1411d;
    width: 20%;
}

.footer_contact_list .footer_email{
    background-color: #643022;
    width: 20%;
}

.footer_contact_list .footer_fb{
    background-color: #3B5998;
    width: 5%;
}

.footer_contact_list .footer_ig{
    background-color: #7C37AE;
    width: 5%;
}

@media only screen and (max-width: 767px){

    .footer_contact_list{
        width: 100%;
    }

    .footer_contact_list .footer_box{
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
    }

    .footer_contact_list .footer_address{
        width: 100%;
    }

    .footer_contact_list .footer_phone{
        width: 50%;
    }

    .footer_contact_list .footer_fax{
        width: 50%;
    }

    .footer_contact_list .footer_email{
        width: 50%;
    }

    .footer_contact_list .footer_fb{
        width: 25%;
    }

    .footer_contact_list .footer_ig{
        width: 25%;
    }
}