/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.slider .flickity-prev-next-button svg, .slider .flickity-prev-next-button .arrow{
	fill: #000!important;
}
.flickity-viewport .img .caption{ 
    bottom: 0px;
    left: 15px;
    text-align: center;
    width: calc(100% - 30px);
    background: #eee;
    padding: 3px;
	transform: translateY(0)!important;
	color: black;
    font-weight: bold;
    font-size: 13px;
	text-transform:uppercase;
}
#footer{
	background: #000;
	padding-top: 50px;
}
#footer .ux-logo img{width: 100%;height:auto!important;}
#footer ul li a { 
    display: inline-block;
    color: #777;
} 
#footer ul li a:hover {  
    color: #cd9e3c;
} 
.off-canvas-left .mfp-content{
	background:#000!important;
}
.off-canvas-left .mfp-content a{
	color:#fff!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#footer ul li { 
		border:none;
		text-align:center;
	} 
	.flickity-viewport .img .caption{

	}
	
}