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


/* HEAD */

div#Top_bar{
	background-color: rgba(255,255,255, 0.5);
}


/* CONTENT */

.border-hover .hover_color_bg{ 
    border-bottom: 1px solid #e7e7e7!important;
    border-right: 1px solid #e7e7e7!important;
}

.no-margin-bottom .vc_single_image-wrapper{
	margin-bottom: 0px!important;
}

.hover_color{
	margin-bottom: 0px!important;
}


@media screen and (max-width: 1555px){
	.border-hover h4{
		font-size: 18px!important;
	}
}


@media screen and (max-width: 1260px){
	.border-hover h4{
		font-size: 14px!important;
	}
}

@media screen and (max-width: 767px){
	.border-hover h4{
		font-size: 24px!important;
	}
}

.wpb_map_wraper{
	margin-bottom: 0px!important;
}

/* FOOTER */

ul.social li.facebook a {
    background-color: #3b5998!important;
    border-radius: 100%!important;
    padding: 0;
    color: #FFF!important;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    opacity: 0.8;
}

ul.social li.facebook a:hover{
	opacity: 1;
}
ul.social li.facebook a i {
    font-size: 20px;
    line-height: 40px;
}