/* 
	These styles are intended to change the breakpoint at which the mobile nav appears
*/

@media only screen and (max-width: 1000px) and (min-width: 691px) {

	#mobile-menu {
		position: static;
		display: block !important;
		float: left;
		width: 100%;
		background-color: #FFF;
		border-bottom: 1px solid #ddd;
	}
	#mobile-menu .container > ul {
		width: 100%;
		float: left;
	}
	#mobile-menu .container > ul > li {
		display: inline-block;
		float: left;
		padding: 0 10px;
		border-right: 1px solid #ddd;
	}
	#mobile-menu .container > ul > li#mobile-search,
	#mobile-menu .container > ul > li:nth-last-child(2) {
		border-right: none;
	}
	#mobile-menu .container > ul > li#mobile-search {	
		float: none;
		display: block;
		width: 50%;
		margin: 0 auto !important;
	}
	#mobile-menu .container > ul > li:first-child {
		padding-top: 0;
	}
	#mobile-menu ul li a {
		color: #333;
		padding: 5px 0 !important;
	}
	#mobile-menu ul li a:hover, #mobile-menu ul li a:hover [class^="icon-"], #mobile-menu li.open > a, #mobile-menu ul li.current-menu-item > a, #mobile-menu ul li.current-menu-ancestor > a {
		color: #2a2a2a;
	}
	#mobile-menu input[type=text] {
		background-color: #efefef;
		color: #333;
		padding: 5px 15px 5px 40px!important;
		border-bottom: 1px solid #ddd!important;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
		-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
		-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
		-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	}	
	#ajax-content-wrap {
		clear: both;
	}  	
	header#top #toggle-nav, 
	header#top #mobile-cart-link { 
		display: none!important; 
	}
	#header-outer header#top nav {
		background-color: #1F1F1F;
		margin-left: -250px!important;	
		margin-right: -250px!important;	
		padding: 0px 250px 0px 250px;
		top: 48px;
		margin-bottom: 75px;
		display: none !important;
		position: relative;
		z-index: 100000;
	}	
	header#top .col.span_3 {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1000;
  		width: 100% !important;
  		text-align: center;
  	}	

}


@media only screen and (min-width: 1400px) {

	.homepage-banner .banner-content-wrapper .center img.img-with-animation {
		max-width: 100%;
	}	

}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
	
	body.home[data-bg-header="false"] .full-width-section.first-section, 
	body.home[data-bg-header="false"] .full-width-content.first-section {
		margin-top: 0 !important;
	}		
	.book-wrapper > .wpb_wrapper .img-with-aniamtion-wrap {
		padding: 0 20%;
	}

}

@media only screen and (min-width: 1000px) {
	
	.banner-content-wrapper {
		padding-top: 110px;
	}

}

@media only screen and (min-width: 690px) {

	.banner-content-wrapper {
		text-align: center;
	}
	.banner-content-wrapper > .wpb_wrapper {
		display: inline-block;
		margin: 0 auto;
	}

}

@media only screen and (max-width: 690px) {

	#mobile-menu .container > ul > li {
		width: 100%;
		border-right: none;
	}

}