/*
Theme Name: Landings
*/
@import "standards.css" screen, projection;

html, body {
	background-color: #fff;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}

h1 {
	font-size: 24px;
	text-align: center;
	/*color: #062845;*/	/* dark blue */
	color: #B81f2c; /* red */
	margin: 20px 40px 20px 40px;
}


/**
 * materialize fixups & customizations
 *
 */
.content .container {
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}
@media only screen and (min-width: 601px) {
    .content .container {
		width: 85%;
	}
}
@media only screen and (min-width: 993px) {
	.content .container {
		width: 70%;
	}
}

/* desktop down to tablet */
@media screen and (max-width : 1290px) {
	.site-header .container {
		width: 98%;
	}
}
/* small devices, mobile & maybe narrow tablet */
@media screen and (max-width : 940px) {
	.site-header .container {
	}
}
.btn, .btn-large, .btn-small {
	background-color: #054d8c;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
	background-color: #B81f2c !important;
}

/* materialize's ul default is stupid */
/*
ul:not(.browser-default) {
	list-style-type: disc;
	padding-left: 20px;
}

ul:not(.browser-default)>li {
	list-style-type: disc !important;
}
*/
/* end of materialize fixups */

/**
 * utilities
 *
 */
.hidden {
	display: none;
}

.clear-all {
	width: 100%;
	clear: both;
}

/* header */
.site-header {
	background-color: #062845;	/* dark blue */
	text-align: center;
}
	.site-header .container {
		position: relative;
	}
	.site-header .row {
		margin-bottom: 0;
	}
	.site-header .col {
		height: 220px;
	}
	.site-header .logo {
	}
		.site-header .logo img {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
	.site-header div {
		width: 100%;
		text-align: right;
	}
	.site-header .social {
		padding-left: 20px;
	}
	.site-header .header-phone {
		color: #fff ;
		line-height: 32px;
		color: #fff;
		font-size: 18px;
		font-style: italic;
	}
		.site-header .header-phone a {
			color: #fff;
		}
	.phone-on-mobile {
		padding-right: 20px;
		font-size: 18px;
	}


/* device size fixups */
	.hide-on-small {
		display: none;
	}

	/* large devices */
	@media screen and (min-width : 1041px) {
		.hide-on-large {
			display: none;
		}
		.hide-on-small {
			display: block;
		}
	}
	/* smaller devices */
	@media screen and (max-width : 1040px) {
		.site-header .col {
			min-height: 40px;
		}
		.site-header .col {
			height: auto;
		}
		.hide-on-small {
			display: none;
		}
		.site-header .sidenav-trigger, .site-header .social {
		}
		.site-header .social {
		}
		.site-header .header-phone {
		}
	}
	/* some things just don't fit */
	@media screen and (max-width : 410px) {
		.social {
			display: none !important;
		}

	}
/* end device size fixups */

.site-footer {
	background-color: #062845;
	color: #fff;
	padding: 30px 0px 30px 0px;
}
	.site-footer .container {
		width: 100%;
	}
	.site-footer .copyright {
		font-size: 13px;
	}


/* main navigation */
.sidenav-trigger {
	color: #fff;
	border: 1px solid MediumTurquoise;
	line-height: 24px;
	padding: 3px 6px 3px 6px;
}
	.sidenav-trigger i {
		vertical-align: text-top;
	}

/* The side navigation menu */
#innie {
	height: 100%; /* 100% Full-height */
	width: 250px; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 999; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #333333;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	margin-left: -250px; /* go into your hidey hole */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	-webkit-transition: 0.5s;
}

.push-sidenav {
	z-index: 9999;
}

/* The navigation menu links */
.push-sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	color: #818181;
	display: block;
}

/* When you mouse over the navigation links, change their color */
.push-sidenav a:hover {
	color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.push-sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#wrapper {
	transition-timing-function: linear;
	-webkit-transition: margin 0.5s;
	transition: margin 0.5s;
}
/*
#innie {
	transition: width .999s;
}
*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.push-sidenav {padding-top: 15px;}
	.push-sidenav a {font-size: 18px;}
}

.menu-meta {
	text-align: center;
	color: #818181;
}
	.menu-meta a {
		padding: 0 !important;
		transition: none;
	}
	.menu-meta img {
		display: block;
		margin: 60px auto 20px auto;
	}

/* main navigation end */

/* home page slider */
#landings-slider .item img{
	display: block;
	width: 100%;
	height: auto;
}
	#landings-slider .carousel-caption {
		display: none;
		width: 60%;
		position: absolute;
		top: 20%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;

		padding: 20px 40px 20px 40px;
		background-color: rgba(255,255,255,0.50);
		border-radius: 3px;
	}
	#landings-slider .carousel-caption p {
		margin: 0;
		font-family: 'Crimson Text', serif;
		font-style: italic;
		font-size: 34px;
		line-height: 32px;
		letter-spacing: -1.5px; /* stupid kerning */
		color: #103847; /* dark blue */
		opacity: 1;
	}
	#landings-slider .carousel-caption a {
		margin-top: 20px;
	}
	.owl-nav {
		display: none;
	}

	/* hide slider captions on smaller screens */
	@media screen and (max-width: 768px) {
		#landings-slider .carousel-caption {
			display: none !important;
		}

	}

/* secondary navigation (footer) */
#footer-menu {
	padding-left: 0;
	list-style-type: none !important;
}

#footer-menu>li {
	list-style-type: none !important;
	display: inline-block;
	display: block;
}
	#footer-menu>li a {
		color: #fff;
		margin: 0px 8px 0px 8px;
	}
	#footer-menu>li a:hover {
		text-decoration: underline;
	}
	/* piping between menu items
	#footer-menu>li:not(:first-child)::before {
		color: #c0c0c0;
	    content: " | ";
	}
	*/

	aside#footer-mini-links, #footer-mini-links div, #footer-mini-links p {
		display: inline;
		color: #fff;
		font-size: 13px;
	}

	#footer-mini-links a {
		color: #fff;
		font-size: 13px;
		text-decoration: underline;
	}

/* secondary navigation end */


/* social icons */
.social {
	transition: 1s;
}

	.social [class*="fab fa-"] {
		background-color: #062845;	/* dark blue */
		color: #16a9b9;
		border: 1px solid #16a9b9;
	}
	.social-small [class*="fab fa-"] {
		background-color: #333333;
		color: #16a9b9;
		border: 1px solid #16a9b9;
	}

	.social [class*="fab fa-"], .social-small [class*="fab fa-"] {
		border-radius: 30px;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		margin: auto 3px;
		width: 30px;
		font-size: 15px;
		text-align: center;
	}


.map-frame {
	position: relative;
}
.map-overlay {
	position: absolute;
	top: 0px;
	z-index: 1000;
	background: transparent;
	width: 100%;
	height: 460px;
	/* iframe height */
	top: 460px;
	/* iframe height */
	margin-top: -460px;
	/* iframe height */
}
.map-div {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.map-div img {
	display: block;
	width: 80%;
	padding-bottom: 8px;
	margin: 0 auto;
}

