/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*BODY*/
#header {
width: 140px;
	
}

#container {
    margin-left: 140px;
}

/*BODY MOBILE*/
@media only screen and (max-width: 600px) {
	#header, .sticky-header{
width: 100%;
		height: 70px !important;
		z-index: 9999;
}

#container {
    margin-left: 0px;
max-width: 100%;
    overflow-x: hidden;
}
/*MENU ICON MOBILE*/
	#iwpmenu_icon .iwpmenu_open_button {
		left: 6.5%!important;
		top: 20px !important;
		
	}
	.navbar-toggle .icon-bar {
		display: none;
	}	
	
	.logo .logo-img {
		position: fixed;
		right:15px;
		top: 13px;
		width: 100px;
		
		
	}
/*MENU TEXT MOBILE*/	
	#iwpmenu_icon .iwpmenu_close_button {
				left: 6.5% !important;
		top: 14px !important;
		
	}
	
	
	#iwpmenu_bar div ul.menu li a {
    font-size: 20px !important;
font-weight: 700;
line-height: 35px !important;
		
	}

	#iwpmenu_bar.open {
		Width: 100% !important;
		
	}
   
	ul {
		top: 40px !important;
		
	}
	/*footer Center*/
	#footer {
		text-align: center;
		margin-top: -100px;
		
		
	}
	}
/*  end mobile */




/*  footer social links */
ul.social-links li a {
background: none;
}

ul.social-links li a:hover{
background: none;
}

ul.social-links li a .social-icon:before
{
color: black;
font-size: 26px;
}

h3.media-heading {
font-size: 15px !important;
font-weight: 400;
padding-bottom: 5px;
text-transform: none;
	line-height: 13px !important;
	letter-spacing: 1px;
}



#iwpmenu_bar div ul {
    overflow-y: hidden;
   
}


/* menu font */
#iwpmenu_bar div ul.menu li a {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
font-weight: 700;
line-height: 60px;
text-transform: uppercase; 
}

ul {
top: 20%;
}

    #iwpmenu_bar div ul.menu ul.sub-menu li a {
    color: #000000;
    background: none;
    padding: 0;
    font-size: 18px;
    font-family: "poppins" ,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    border-bottom: black;

}
#iwpmenu_bar.open {
	z-index: 999;
	
}




/* menu icon */
#iwpmenu_icon .iwpmenu_open_button  {

position: fixed;
left: 52px;
top: 176px;
content: url("http://theverahotel.com/wp-content/uploads/2018/02/menu.svg");
	width: 35px;
	
}

#iwpmenu_icon .iwpmenu_close_button {

width: 37px;
position: fixed;
left: 52px;
top: 176px;
color: #000000;
	
}

#iwpmenu_bar div ul.menu li.menu-item-has-children ul.sub-menu li {
    margin: -10px;

}

#iwpmenu_bar div ul.menu ul.sub-menu {
overflow: hidden;
}







/*credit*/
.pull-left-copyright {
	float: none;
	text-align: center;
	
}


.logo {
	width: 70%;
	margin: auto;
	Padding: 0px !important;
}



