mobile menu

jQuery(document).ready(function( $ ){ $('a').bind('click', function(e) { var sub = $(this).parent().find('ul.sub-menu'); sub.removeAttr('style'); if(sub.hasClass('open')) { sub.removeClass('open'); …

enfold-child

.logo{ margin-top: 4%; display:block; width:25vw; } .services_box{ background: #311ac7!important; } #header_meta{ background: #311ac7!important; } .phone-info { color: #fff!important; transition: 0.3s!important; } .phone-info a:link:hover…