/*
Theme Name: Lake Express
Theme URI: http://www.lake-express.com.php56-33.ord1-1.websitetestlink.com/
Author: Thirstyboy
Author URI: http://thirstyboy.com/
Description: Custom theme for Lake Express
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:responsive-layout, Featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready
*/

#contact-form input[type=submit]{
	margin-bottom: 10px;
}

@media only screen and (max-width: 766px) {
	#custom-nav {
		background: #6bcff6 !important;
	}

	.inner-content {
		padding: 3% !important;
	}

	#contact-form .form-wrp {
		width: 100%;
	}

	.site-navigation {
		width: 100%;
	}

	.site-footer .site-branding {
		width: 85%;
	}

	/*temp mobile fix */
	.lower-left .lower-inner-wrp, .lower-right .lower-inner-wrp, .location .inner {
		top: 0 !important;
		transform: translateY(0) !important;
	}

	.location p {
		/*white-space: nowrap;*/
	}

	footer .nav-wrp {
	    margin: 60px 0px 0px 0px;
	}

	.amentities-banner blockquote {
		font-size: 1.2em !important; 
	}
}

@media only screen and (max-width: 992px) {
	.small-footer-center {
		display: table;
		margin: 0 auto !important;
		float: none !important;
		width: auto !important;
	}

	h5.small-footer-center {
		margin: 20px auto !important;
	}

	.site-footer input {
		width: 300px !important;
	}

	.special .titles {
    	padding-right: 0 !important;
	}
}


