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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.mfp-content {
    background-color: black !important;
}
.r-iconbox > .col .col-inner{
	min-height: 145px!important;
	padding: 0px!important;
}
	#logo img {
    max-height: 72px!important;
    padding: 3px 0 3px!important;
}

	.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    width: 80%;
}

	.nav-sidebar.nav-vertical>li+li {
    border-top: none;
}
	.header .nav  > li:hover > a{
    background: none!important;
}
	.sidebar-menu .nav-vertical>li>ul li a:hover {
    padding: 0  0  5px;
    transition: all 0.5s ease;
}
}