/*
Theme Name: Avada Child
Author: MiWeb.cr
Author URI:
Version: 1.0.0
*/


/*--------------------------
	FOOTER STYLE
----------------------------*/

#menu-menu-footer-mobile {
	display: none;
}

#menu-menu-footer > li {
	float: left;
	padding: 5px 10px;
	width: 20%;	
}

#menu-menu-footer li > a,
#menu-menu-footer-mobile li > a {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	height: 32px;
}

#menu-menu-footer > li > a:hover,
#menu-menu-footer-mobile > li > a:hover {
	color: #fff !important;
}

#menu-menu-footer li > a:before,
#menu-menu-footer-mobile > li > a:before {
	display: none;
}

#menu-menu-footer .current_page_item > a,
#menu-menu-footer .current-menu-item> a,
#menu-menu-footer-mobile .current_page_item > a,
#menu-menu-footer-mobile .current-menu-item > a {
	color: #25a9cf !important;
}

#menu-menu-footer .current_page_item > a:before,
#menu-menu-footer-mobile .current_page_item > a:before,
#menu-menu-footer .current-menu-item > a:before,
#menu-menu-footer-mobile .current-menu-item > a:before {
	color: #25a9cf !important;
}

#menu-menu-footer .sub-menu {
	margin-left: 0px;
	margin-top: 10px;
}

#menu-menu-footer .sub-menu li,
#menu-menu-footer-mobile .sub-menu li {
	text-align: left;
	padding: 5px 0px;
}

#menu-menu-footer .sub-menu a,
#menu-menu-footer-mobile .sub-menu a {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	height: auto;
}

#menu-menu-footer .sub-menu a:hover,
#menu-menu-footer-mobile .sub-menu a:hover {
	color: #25a9cf;
}



@media screen and (max-width: 968px) {
	.fusion-footer-widget-area {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	#menu-menu-footer-mobile  {
		display: block;
	}

	#menu-menu-footer {
		display: none;
	}

	#menu-menu-footer-mobile  > li {
		float: left;
		padding: 5px 40px 5px 0px;
		width: 100%;	
	}

	#menu-menu-footer-mobile  li > a:hover:before {
		color: #25a9cf;
	}
	
	#menu-menu-footer-mobile .sub-menu  {
		display: none;
		margin-left: 25px;
		margin-bottom: 15px;
	}

	#menu-menu-footer-mobile .footer-mobile-open {
		display: block;
	    position: absolute;
	    right: 0;
	    width: 50px;
	    border: none;
	    line-height: 15px;
	    font-size: 13px;
	    cursor: pointer;
	    text-align: center;
	    color: #fff;
	    height: 40px;
	}

	#menu-menu-footer-mobile .footer-mobile-open:before {
	    display: block;
	    margin: 0;
	    content: '\e61f';
	    font-family: 'icomoon';
	}
}

@media screen and (max-width: 640px) {
	.fusion-footer-widget-area .fusion-column-last {
		margin-bottom: 0px;
	}
}



    
