/*
Theme Name: Webify Child
Theme URI: 
Description: Child theme of webify theme for the Webify theme
Author: <a href="http://themeforest.net/user/theme_bubble">themebubble</a>
Author URI: 
Template: webify
Version: 2.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 06 Aug 2019 01:17:13 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

@font-face {
    font-family: 'AsgaltRegular';
    src: url('fonts/AsgaltRegular.eot');
    src: url('fonts/AsgaltRegular.eot') format('embedded-opentype'),
         url('fonts/AsgaltRegular.woff2') format('woff2'),
         url('fonts/AsgaltRegular.woff') format('woff'),
         url('fonts/AsgaltRegular.ttf') format('truetype'),
         url('fonts/AsgaltRegular.svg#AsgaltRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Footer Menu Css*/


.mobile-menu {
  display:block;
  background: transparent;
	position: relative;
	margin-bottom: 80px;
	margin-top: 25px;
}
.mobile-menu ul {
	list-style-type:none;
  text-align:center;
  width:100%;
  position: absolute;
  background: transparent;
}
.mobile-menu li {
	display:inline-block;
}

/*Style for menu links*/
.mobile-menu li a {
	display:block;
	min-width:100px;
	text-align: center;
	color: #000;
	background: transparent;
  padding: 10px 0;  
}

.mobile-menu li:hover a {
	color: #000;
	text-decoration: underline;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


/*Responsive Styles*/
@media screen and (max-width : 800px){
  .mobile-menu .lines {
    border-bottom: 15px double #f8f8f8; 
    border-top: 5px solid #f8f8f8; 
    content:"";
    height: 5px; 
    width:20px;
    padding-right:15px;
  float: right;
}
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: relative;
		display: block;
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
		width: 100%;
	}
.mobile-menu {
	margin-bottom: 0px;}
}