/*
Theme Name: The Blasting Lab
Author: Sterr Bros
Author URI: http://sterr-bros.com
Description: Customized template for The Blasting Lab, theblastinglab.com
Version: 1.0.0
*/

/* FONTS */
@font-face {
	font-family: 'Gotham-Light';
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Light.otf');
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Light.eot'); /* IE9 Compat Modes */
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Light.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/wp-content/themes/theblastinglab/font/Gotham-Light.woff') format('woff'), /* Modern Browsers */
	     url('/wp-content/themes/theblastinglab/font/Gotham-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/wp-content/themes/theblastinglab/font/Gotham-Light.svg') format('svg'); /* Legacy iOS */
	}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Medium.otf');
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Medium.eot'); /* IE9 Compat Modes */
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Medium.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/wp-content/themes/theblastinglab/font/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
		 url('/wp-content/themes/theblastinglab/font/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('/wp-content/themes/theblastinglab/font/Gotham-Medium.svg') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Book.otf');
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Book.eot'); /* IE9 Compat Modes */
	src: url('/wp-content/themes/theblastinglab/font/Gotham-Book.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/wp-content/themes/theblastinglab/font/Gotham-Book.woff') format('woff'), /* Modern Browsers */
	     url('/wp-content/themes/theblastinglab/font/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/wp-content/themes/theblastinglab/font/Gotham-Book.svg') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

/* GLOBAL */
body {
	margin: 0;
	background-color: #fff;
	font-family: 'Gotham-Light', sans-serif;
	font-size: 15px;
	line-height: 1.3em;	
	color: #000;
}

body > div::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

strong {
	font-family: 'Gotham-Book', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	outline: none;
	transition: .3s all;
}

.inner {
	display: block;
	max-width: 1100px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1em;
}

/* NOTICE BAR */
#notice-bar {
	border-bottom: 1px solid #575757;
	padding: 2px 0;
	background: #3b3b3b;
	font-size: 13px;
	text-align: right;
}
#notice-bar p {
	margin: 0;
	color: #42c0f7;
	font-family: 'Gotham-Medium', sans-serif;
}

/* HEADER */
#header {
	background: #ddd;
	/*box-shadow: inset 0 0 50px #2892c6;*/
	color: #42c0f7;
	padding: 10px 0;
}
#header .inner {
	overflow: visible
}
#header .logo {
	float: left;
	line-height: 0;
}
#header .logo img {
	height: 150px;
	margin-top: 0px;
}
#header .logo .areas {
	display: block;
	font-size: 12px;
	text-align: left;
	margin-left: 3px;
	line-height: 1em;
	color: #242424;
}
#header .contact {
	float: right;
	margin: 0;
}
#header .contact .contactinfo {
	float: right;
	clear: both;
	margin: 0 0 16px 0;
}
#header .contact .contactinfo:last-child {
	margin: 0;
}
#header .contact .contactinfo a {
	font-family: 'Gotham-Medium', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #0077a2;
	text-decoration: none;
	display: block;
}
#header .contact .contactinfo a:hover {
	color: #242424;
}
#header .contact .contactinfo.social a {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	margin-left: 15px;
}
#header .contact .contactinfo.phone a {
}
#header .contact .contactinfo.email a {
}
#header .contact .contactinfo.address a {
}

/* MENU */
#menu {
	background: #242424;
	box-shadow: 0 1px 3px #575757;
	position: relative;
	z-index: 999;
}
#menu.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
body.admin-bar #menu.sticky {
	top: 32px;
}
#menu.sticky + #main {
	margin-top: 50px;
}
#menu .inner {
	overflow: visible;
}
#menu .main-menu > ul {
	list-style: none;
	margin: 0 -2%;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#menu .main-menu > ul > li {
	flex-basis: 29%;
	text-align: center;
	margin: 0 2%;
	position: relative;
}
#menu .main-menu > ul > li > a {
	display: block;
	font-size: 16px;
	font-family: 'Gotham-Book', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0;
	text-decoration: none;
	color: #ddd;
}
#menu .main-menu > ul > li > a:hover, #menu .main-menu > ul > li.current-menu-item > a, #menu .main-menu > ul > li.current-menu-ancestor > a, #menu .main-menu > ul > li.open > a {
	color: #42c0f7;
	background: #000;
}
#menu .main-menu > ul > li.menu-item-has-children > a::after {
    content: '';
	display: inline-block;
	width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
	margin: 0 0 .1em .5em;
} 
#menu .main-menu > ul > li > ul {
	display: none;	
	position: absolute;
	top: 50px;
	width: 100%;
	list-style: none;
	padding: 0;
	background: #ddd;
	box-sizing: border-box;
}
#menu .main-menu > ul > li.open > ul {
	display: block;	
}
#menu .main-menu > ul > li > ul > li > a {
	display: block;
	padding: .75em;
	margin: 0;
	color: #000;
	text-decoration: none;
	font-family: 'Gotham-Book', sans-serif;
	font-weight: bold;
}
#menu .main-menu > ul > li > ul > li > a:hover, #menu .main-menu > ul > li > ul > li > a:focus, #menu .main-menu > ul > li > ul > li.current-menu-item > a {
	color: #fff;
	background: #42c0f7;
}
#menu .mobile-toggle {
	display: none;
}

/* MAIN */
#main {
	padding-top: 40px;
	padding-bottom: 60px;
	font-size: 16px;
	line-height: 1.6em;	
}
#main .inner {
	overflow: visible;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	font-family: 'Gotham-Book', sans-serif;
	line-height: 1.2em;
	margin: 1.5em 0 .75em 0;
	color: #0077a2;
}
#main h1 {
	font-size: 3em;
}
#main h2 {
	font-size: 2em;
}
#main h3 {
	font-size: 1.5em;
}
#main h4 {}
#main h5 {}
#main h6 {}

#main .page-title, #main .post-title {
	margin-top: 0em;
	text-align: center;
	text-shadow: 0 1px #242424, 0 -1px #242424, 1px 0px #242424, -1px 0px #242424, 1px 1px #242424, 1px -1px #242424, -1px 1px #242424, -1px -1px #242424, 0 0 3px #242424;
}
#main ul li, #main ol li {
	margin-bottom: .5em;
}
#main table {
	border-collapse: collapse;
	margin: 2em 0;
}
#main table.overview th {
	text-align: center;
	font-family: 'Gotham-Book', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: #0077a2;
	color: #fff;
	border: 1px solid #ccc;
	padding: .5em 0;
}
#main table.overview td {
	text-align: center;
	border: 1px solid #aaa;
	padding: 1em 0;
	background: #fafafa;
	font-weight: bold;
}
#main table.overview td:first-child {
	background: #eee;
}
#main table.overview td.yes, #main table.overview td.limited {
	color: red;
}
#main table.overview td.no, #main table.overview td.excellent {
	color: green;
}
#main table.overview td.na {
	color: gray;
}
#main table.overview td.good {
	color: orange;
}
#main table.overview td.ok {
	color: brown;
}
#main .wp-post-image {
	box-sizing: border-box;
	box-shadow: 0 1px 3px #1b1b1b;
	border-top: 4px solid #42c0f7;
}
#main [id^="gallery-"] img {
	border: none;
}

/* COLUMNS */
#main .lgc-column .inside-grid-column > h1:first-child,
#main .lgc-column .inside-grid-column > h2:first-child,
#main .lgc-column .inside-grid-column > h3:first-child,
#main .lgc-column .inside-grid-column > h4:first-child,
#main .lgc-column .inside-grid-column > h5:first-child,
#main .lgc-column .inside-grid-column > h6:first-child {
	margin-top: 0;
}
#main .lgc-column .inside-grid-column {
	padding: 0 20px 0 20px;
}
#main .lgc-column.lgc-first .inside-grid-column {
	padding: 0 20px 0 0px;
}
#main .lgc-column.lgc-last .inside-grid-column {
	padding: 0 0px 0 20px;
}

/* VIDEOS */
#main .video-wrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
#main .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* HOME PAGE */
#main #home-slider {
}
#main #home-slider .metaslider {
}
#main #home-video {
}

/* CONTACT FORM */
.wpcf7 input {
	height: 40px;
	line-height: 40px;
	padding: 0 .5em;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: .75em;
	font-size: 15px;
	font-family: 'Gotham-Light', sans-serif;
	background: #e1f5fd;
}
.wpcf7 input[type="submit"] {
	height: auto;
	font-variant: small-caps;
	background: #0077a2;
	border: 1px solid #575757;
	border-radius: 5px;
	color: #FFF;
	font-size: 20px;
	padding: .5em 1em;
	box-sizing: border-box;
	font-family: 'Gotham-Medium', sans-serif;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	background: #242424;
	color: #42c0f7;
}
.wpcf7 textarea {
	padding: .5em;
	width: 100%;
	margin-bottom: .75em;
	font-size: 15px;
	font-family: 'Gotham-Light', sans-serif;
	box-sizing: border-box;
	background: #e1f5fd;
}

/* FOOTER */
#footer {
	background: #3b3b3b;
	padding: 2em 0 3em 0;
	color: #fff;
}
#footer .col {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}
#footer .col.left {
	padding-right: 6%;
}
#footer .col.mid {
	padding-left: 3%;
	padding-right: 3%;
}
#footer .col.right {
	padding-left: 6%;
}
#footer h3 {
	color: #fff;
	font-family: 'Gotham-Medium', sans-serif;
	font-variant: small-caps;
	font-size: 22px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #42c0f7;
}
#footer ul {
	padding: 0em;
	list-style: none;
}
#footer ul li {
	padding: 10px 0;
	border-bottom: 1px solid #42c0f7;
}
#footer ul li.nolink > a {
	cursor: default;
}
#footer ul li.nolink > a:hover {
	color: #fff;
}
#footer ul li ul {
	padding-left: 2em;
	padding-top: 5px;
}
#footer ul li ul li {
	border-bottom: 0;
	padding: 1px 0;
}
#footer .col.left p:first-of-type {
	margin-top: .5em;
}
#footer .col.mid ul li::before {
	content: '\00BB';
	color: #42c0f7;
	margin-right: .5em;
	text-align: text-bottom;
}
#footer .col.mid ul li ul li::before {
	content: '\2022';
	color: #42c0f7;
	margin-right: .5em;
	text-align: text-bottom;
}
#footer .col.right i {
	margin-right: .5em;
	color: #42c0f7;
}

/* COPYRIGHT */
#copyright {
	background: #1b1b1b;
	color: #ababab;
	font-size: 12px;
	padding: 2em 0;
}
#copyright p {
	float: left;
	margin: 0;
	line-height: 30px;
}
#copyright a {
	color: #ababab;
	text-decoration: none;
}
#copyright a:hover {
	color: #42c0f7;
}
#copyright .social {
	float: right;
}
#copyright .social a {
	font-size: 30px;
	line-height: 30px;
	margin-left: 15px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
	.inner {
		max-width: 100%;
	}
	#main {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

@media (max-width: 880px) {
	#main #home-content {
		width: 100%;
		float: none;
	}	
	#main #home-slider {
		width: 100%;
		margin: 30px auto !important;
		float: none;
	}
	#main #home-next-event h2 {
		font-size: 21px;
	}
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
	#footer .col {
		width: 50%;
	}
	#footer .col.right {
		clear: both;
		margin-left: 25%;
	}
}

@media (max-width: 720px) {
}

@media (max-width: 620px) {
	#main #home-next-event h2 {
		font-size: 18px;
	}
}

@media (max-width: 560px) {
	#header .contact {
		margin-top: 10px;
	}
	#header .contact .phone {
		margin-right: 0;
	}
	#menu .inner {
		padding: 0;
	}
	#menu .mobile-toggle {
		display: block;
		font-size: 18px;
		font-family: 'Gotham-Medium', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 50px;
		padding: 0 1em;
		text-decoration: none;
		color: #575757;
		text-align: center;
		cursor: pointer;
		transition: .3s all;
	}
	#menu .mobile-toggle:hover {
		color: #42c0f7;
	}
	#menu .mobile-toggle i {
		margin-left: .3em;
	}
	#menu .mobile-toggle.active {
		color: #42c0f7;
	}
	#menu .main-menu {
		display: none;
	}
	#menu .main-menu.active {
		display: block;
		background: #3b3b3b;
	}
	#menu .main-menu > ul > li {
		float: none;
		text-align: center;
	}
	#menu .main-menu > ul > li > a {
		line-height: 40px;
		font-weight: normal;
		color: #ababab;
		padding: 0 10px;
	}
	#menu .main-menu > ul > li.current-menu-item > a {
		background: #424242;
	}
	#footer .col {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		clear: both;
	}
	#copyright p {
		width: 100%;
		text-align: center;
		line-height: 1.2em;
	}
	#copyright .social {
		width: 100%;
		text-align: center;
		padding-bottom: 2em;
	}
}