/*
Theme Name: Baseline Creative Custom Theme
Theme URI: http://www.baselinecreative.com
Author: Baseline Creative
Author URI: http://www.baselinecreative.com
Description: Responsive WordPress theme for Baseline Creative websites
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

html,
body {
	font-family: 'Roboto', sans-serif;
	word-wrap: break-word;
	padding-bottom: 0px !important;
	max-width: 100%;
	overflow-x: hidden;
	color:#000;
	font-size: 18px;
	font-weight:400;
	line-height: 1.418;
	height:100%;
	background-color:#fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body.level-2 {
	background-color:#f7f7f7;
}
::selection {
    background: #41bee2; /* WebKit/Blink Browsers */
    color: #ffffff;
}
::-moz-selection {
    background: #41bee2; /* Gecko Browsers */
	color: #ffffff;
}
a {
	color: #4f64bb;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
img {
	max-width:100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}
.footer, .push {
	height: 200px;
	clear: both;
}

input[type="text"], 
input[type="password"] {
	padding:5px;
	width:100%;
}

/* Header */
.header {
	background-color:#FFF;
	border-bottom:2px solid #244572;
}
.header_left {
	margin:20px 0px 0px 0px;
	text-align:center;
}
.header_right {
	margin:20px 0px 20px 0px;
	text-align:center;
}
.header_middle {
	margin-top:22px;
	text-align:center;
}
.header_middle .col-3 {
	padding:0px;
}
.header_middle img {
	margin:0px 2px 0px 2px;
}
.header_right form {
	display:inline-table;
}
.header_right form input {
	float:left;
	font-size:12px;
	border:0px;
	border-radius:3px;
	width:auto;
}
.header_right form input[type="text"] {
	padding:10px;
	border:1px solid #dddddd;
	background:#f7f7f7;
}
.header_right form input[type="submit"] {
	background:#ef8d12;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
	margin-left:10px;
	padding:10px 10px 10px 10px;
	border:0px;
}

/* Navigation - Top Menu */
.header_top {
	background-color:#244572;
	height:35px;
}
.header_top .container {
	position:relative;
}
.header_top ul {
	float:right;
	list-style-type:none;
	text-align:center;
	padding:0px;
	margin:0px 16px 0px 0px;
}
.header_top ul li {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:0px 0px 11px 0px;
	display:inline-table;
	text-align:center;
}
.header_top ul li a {
	color:#FFF;
	text-decoration:none;
	padding:15px 20px 13px 20px;
	margin:0px;
	border-radius:3px 3px 0px 0px;
}
.header_top ul li.active a {
	color:#ef8d12;
}
.header_top ul li a:hover {
	color:#244572;
	background:#FFF;
}

/* Navigation - Main Menu */
.header_bottom {
	display:none;
}
.header_bottom ul {
	list-style-type:none;
	text-align:center;
	padding:0px;
	margin:0px;
}
.header_bottom ul li {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:0px 0px 11px 0px;
	display:inline-table;
	text-align:center;
}
.header_bottom ul li a {
	color:#244572;
	text-decoration:none;
	padding:15px 20px 13px 20px;
	margin:0px;
	border-radius:3px 3px 0px 0px;
}
.header_bottom ul li.active a,
.header_bottom ul li a:hover {
	background:#244572;
	color:#FFF;
	background-repeat:repeat;
}

/* Navigation - Mobile Menu */
#mobile_menu {
	display:inline-block;
	margin:5px 10px 0px 10px;
}
.sidr {
	background:#212e65;
	box-shadow:none;
}
.sidr ul,
.sidr ul li {
	border:0px;
}
.sidr ul li:hover > a, 
.sidr ul li:hover > span, 
.sidr ul li.active > a, 
.sidr ul li.active > span, 
.sidr ul li.sidr-class-active > a, 
.sidr ul li.sidr-class-active > span {
	box-shadow:none;
}

/* Slider */
.slick-dots {
	bottom:10px;
}
.slick-dots li.slick-active button {
	background:#fff;
	border-radius:30px;
}
.slick-dots li,
.slick-dots li button {
	width:12px;
	height:12px;
	margin-top:-1px;
}
.slick-dots li {
	border: 1px solid #fff;
	border-radius: 30px;
}
.slick-dots li.slick-active {
	border: 0px;
	border-radius: 0px;
}
.slick-dots li button::before {
	content:'';
}
.slick-next {
	right:30px;
	height:60px;
}
.slick-prev {
	left:30px;
	z-index:1;
	height:60px;
}
.slick-next::before {
	content: '›';
}
.slick-prev::before {
	content: '‹';
}
.slick-next::before, .slick-prev::before {
	opacity:1;
	font-size:100px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:0.5;
}
.slider .slide {
	 height:200px; 
	 background-position:center center; 
	 background-size:cover;
}

/* Breadcrumbs */
.breadcrumbs {
	padding:24px 0px 24px 0px;
	background-color:#FFF;
}
.home .breadcrumbs {
	display:none;
}

/* Title */
.title {
	background-color:#FFF;
	padding-bottom:36px;
}
.title .description {
	margin-top:30px;
	border-top:1px solid #e3e3e3;
	padding-top:30px;
	font-size:18px;
}
.title .updated {
	font-size:14px;
	text-transform:uppercase;
}

/* Message */
.message {
	background-color:#FFF;
}

/* Content */
.home .content {
	margin-top:70px;
}
.level-2 .content {
	border-top:45px solid #4f64bb;
}
.level-2 .content .container {
	margin-top:-44px;
}
.level-2.inventory .content {
	border-top:46px solid #4f64bb;
}
.level-2.inventory .content .container {
	margin-top:-46px;
}
h1 {
	font-size: 30px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h2 {
	font-size: 18px;
	margin:0px;
	padding:0px;
}
.buttons {
	text-align:center;
}
.buttons .button {
	color:#FFF;
	text-decoration:none;
	background:#234372;
	border-radius:3px;
	width:100%;
	padding:10px 0px 10px 0px;
	display:block;
}
.buttons .button:hover {
	background:#ef8d12;
}
.product_image {
	margin-bottom:20px;
}

/* Features / Order Part Quantities */
.features {
	border-top:1px solid #e3e3e3;
	background:#FFF;
	padding:56px 0px 58px 0px;
}
.features .feature {
	background:#FFF;
	color:#244572;
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
	box-shadow:0px 0px 12px 7px rgb(0,0,0,0.2);
}
.features .feature img {
	border-radius:3px 3px 0px 0px;
	border-bottom:2px solid #77b5ff;
	width:100%;
}
.features .feature h3 {
	font-size:28px;
	font-weight:bold;
	margin:20px 0px 16px 0px;
}
.features .feature ul {
	list-style-type:none;
	min-height:130px;
	margin:0px;
	padding:0px 10px 0px 10px;
}
.features .feature a {
	background:#234372;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	width:100%;
	display:block;
	padding:20px 0px 20px 0px;
	border-radius:0px 0px 3px 3px;
}

/* Capabilities */
.capabilities {
    border-top: 1px solid #e3e3e3;
    background: #fff;
    padding: 46px 0px 46px 0px;
	font-size:16px;
}
.capabilities h4 {
	font-size:36px;
	font-weight:bold;
	margin-bottom:0px;
}
.capabilities h5 {
	font-size:24px;
	margin-top:30px;
}
.capabilities h5 img {
	margin-right:10px;
}

/* Tables */
.level-2.inventory thead th {
	background-color:#4f64bb;
	color:#fff;
	font-size:12px;
}
.table thead th,
.table td {
	border:0px;
}
.table tr.odd td {
	background-color:#fff;
}
table tr.even td {
	background-color:#f7f7f7;
}
table.dataTable {
	/*margin:0px !important;*/
	margin:-1px 0px 0px 0px !important;
}
table.dataTable thead th,
table.dataTable td {
	border:0px;
	padding:.4em;
}
table.dataTable th {
	height:33px;
}
table.dataTable th.functional_test {
	min-width:100px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
	background-color:#4f64bb;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
	background-color:#ef8d12;
}
.table.parts th,
.table.parts td {
	font-size:14px;
}
label {
	font-size:14px;
	text-transform:uppercase;
	display:block;
	margin-bottom:4px;
}
.login input[type="text"],
.login input[type="password"] {
	width:100%;
}
.buy_now_button {
	background:#ef8d12;
	color:#FFF;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border:0px;
	border-radius:3px;
	text-decoration:none;
	text-transform:none;
	display:inline-block;
	font-size:14px;
	min-width:75px;
}
.buy_now_button:hover {
	color:#FFF;
	text-decoration:none;
}

/* Form */
form input.submit[type="submit"] {
	background:#ef8d12;
	color:#FFF;
	cursor:pointer;
	margin:20px 0px 0px 0px;
	padding:10px 40px 10px 40px;
	border:0px;
	border-radius:3px;
}
form.parts input.submit {
	margin:60px 0px 0px 0px;
}
form.parts input[type="text"] {
	padding:4px;
	border-radius:3px;
	border:1px solid #e3e3e3;
	width:90px;
}

/* Cart */
.cart_link {
	display:none;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}
.cart_box {
	padding:40px;
}
.checkout_button {
	background:#ef8d12;
	color:#FFF;
	cursor:pointer;
	margin:5px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border:0px;
	border-radius:3px;
	text-decoration:none;
	text-transform:none;
	display:inline-block;
	font-size:14px;
	float:right;
}
.checkout_button:hover {
	color:#FFF;
	text-decoration:none;
}
.cart_product_name {
	font-weight:bold;
}
.cart_product_price {
	color:#4f68b8;
	font-weight:bold;
}
.cart_product_remove {
	color:#CCC;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	margin-top:50px;
}
.cart_product_remove:hover {
	color:#CCC;
	text-decoration:none;
}
.cart_product_row {
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}
.cart_product_subtotal {
	font-weight:bold;
	font-size:40px;
}
.cart_preview {
	position:absolute;
	top:30px;
	right:140px;
	background:#637dde;
	border-radius:3px;
	padding:20px 10px 20px 10px;
	z-index:2;
	width:250px;
	color:#FFF;
}
.cart_preview .cart_preview_subtotal {
	font-weight:bold;
	font-size:30px;
}
.cart_preview a {
	background:#ef8d12;
	color:#FFF;
	cursor:pointer;
	margin:5px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border:0px;
	border-radius:3px;
	text-decoration:none;
	text-transform:none;
	display:inline-block;
	font-size:14px;
	float:right;
}


/* Checkout */
.checkout_odd {
	border-top:1px solid #e3e3e3;
	background:#f7f7f7;
	padding:56px 0px 58px 0px;
}
.checkout_even {
	border-top:1px solid #e3e3e3;
	background:#fff;
	padding:56px 0px 58px 0px;
}
.buttons.same_as_billing {
	margin:20px 0px 20px 0px;
}
input[type="radio"] {
	margin-right:10px;
}
.shipping_name_price {
	text-transform:none;
	font-weight:400;
}
.shipping_description {
	text-transform:none;
	font-weight:300;
}
.login input[type="text"].payment_expiration {
	width:60px;
}
.checkout.shipping label {
	display:inline;
}
form.checkout .submit {
	width:100%;
}
.checkout.order_confirmation {
	text-align:center;
}
.checkout.order_confirmation img {
	margin-bottom:40px;
}
.checkout select {
	width:100%;
	margin-bottom:20px;
	padding:5px;
}

/* My Account */
.account_menu {
	float:right;
	list-style-type:none;
}
.account_menu li {
	display:inline-table;
	margin-left:20px;
}
.account_menu li a {
	text-decoration:none;
}
.account_menu li.active a, 
.account_menu li a:hover {
	text-decoration:none;
	color:#ef8d12;
}

/* Footer */
.footer {
	background-color:#212e65;
	text-align:center;
	color:#FFF;
	padding-top:24px;
	text-transform:uppercase;
	font-size:14px;
}
.footer h3 {
	font-weight:300;
	margin:0px;
	padding:0px;
	font-size:24px;
}
.footer .address {
	font-weight:300;
}
.footer .contact {
	margin-bottom:0px;
	text-transform:none;
}
.footer .contact a {
	color:#FFF;
}
.footer .contact .email {
	font-style:italic;
}
.footer .account {
	margin-top:20px;
	margin-bottom:0px;
}
.footer .account a {
	background:#ef8d12;
	color:#FFF;
	cursor:pointer;
	margin:60px 0px 0px 0px;
	padding:10px 40px 10px 40px;
	border:0px;
	border-radius:3px;
	text-decoration:none;
	text-transform:none;
}

@media only screen and (min-width: 768px) {
	.buttons .button {
		width:auto;
		padding:10px 10px 10px 10px;
		display:inline;
	}
	.slider .slide {
		height:300px;
	}
	.level-2.inventory .content {
		border-top:45px solid #4f64bb;
	}
	.level-2.inventory .content .container {
		margin-top:-45px;
	}
}

@media only screen and (min-width: 992px) {
	.header_left,
	.header_right {
		margin:34px 0px 24px 0px;
	}
	.header_bottom {
		display:block;
	}
	#mobile_menu {
		display:none;
	}
	h1 {
	 	font-size: 30px;
	}
	h2 {
	 	font-size: 24px;
	}
	.buttons {
		text-align:left;
	}
	.table.parts th,
	.table.parts td {
		font-size:18px;
	}
	.slider .slide {
		height:360px;
	}
	body.home .content .container {
		max-width:900px;
	}
	.product_image {
		margin-bottom:0px;
	}
}

@media only screen and (min-width: 1200px) {
	.header_left,
	.header_right {
		margin:34px 0px 30px 0px;
	}
	.header_bottom ul li {
		font-size:14px;
	}
	.header_bottom ul li a {
		padding:15px 30px 13px 30px;
	}
	.level-2.inventory .content {
		border-top:44px solid #4f64bb;
	}
	.level-2.inventory .content .container {
		margin-top:-44px;
	}
}