/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.custom-flip .uabb-front{
	 filter: grayscale(100%); 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter: gray;
    -webkit-filter: grayscale(1); 
}

.custom-flip .uabb-imgicon-wrap{
	display:none;
}

.custom-flip .uabb-front{
	position:relative;
}

.custom-flip .uabb-front:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	content:"";
	background-color:rgba(0,0,0,0.5)
}

.custom-flip .uabb-back:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	content:"";
	background-color:rgba(0,0,0,0.6)
}


.custom-flip-bottom .uabb-imgicon-wrap{
	display:none;
}

.with-image .uabb-imgicon-wrap{
	display:inline-block !important;
}

.custom-flip-bottom .uabb-front{
	position:relative;
}

.custom-flip-bottom .uabb-front:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	content:"";
	background-color:rgba(0,0,0,0.3)
}

.custom-flip-bottom .uabb-back:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	content:"";
	background-color:rgba(0,0,0,0.3)
}

.footer-menu ul{
	margin:0px;
	padding:0px;
	text-align:right;
}

.footer-menu ul li{
	list-style-type:none;
	margin:0px;
	padding:0 6px;
	display:inline-block;
}

.footer-menu ul li:last-child{
	padding-right:0px;
}

.footer-menu ul li a{
	color:#fff;
	text-decoration:none;
}

.footer-menu ul li a:hover{
	color:#e8dc14;
	text-decoration:none;
}

@media screen and (min-width: 1px) and (max-width: 768px){
	
	.mobile-br-none br{
		display:none;
	}
	
}