/*
Theme Name: Your Web Layout
Theme URI: http://yourweblayout.com/
Author: Design Services
Author URI: http://yourweblayout.com/
Description: This site was built by Design Services. If you have any questions, please contact <a href="mailto:updates@yourweblayout.com">updates@yourweblayout.com</a>
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Your Web Layout is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Bootstrap
	1.1 Adjustments

2.0	Underscores
	2.1 Elements
	2.2 Accessibility
	2.3 Alignments
	2.4 Clearings

3.0 Your Web Layout
	3.1 Typography
	3.2 Background
	3.3 Header
	3.4 Navigation
	3.5 Content
	3.6 Sidebar
	3.7 Footer
	3.8 Custom

4.0 Media Queries
	4.1 xs
	4.2 sm
	4.3 md
	4.4 lg
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Bootstrap
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.1 Adjustments
--------------------------------------------------------------*/
/* If they insist, disable responsiveness thusly
 * @link http://getbootstrap.com/getting-started/#disable-responsive
 *
 * 1. Replace all col classes (col-lg, col-md, col-sm) with col-xs
 * 2. Remove all navbar collapsing and expanding behavior
 * 3. Uncomment css below to override container width
 */

/*
.container {
	width: 970px !important;
}
@media (min-width: 768px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
*/

/*--------------------------------------------------------------
2.0	Underscores
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Elements
--------------------------------------------------------------*/
img {
	height: auto; /* Make sure images are scaled correctly */
	max-width: 100%; /* Adhere to container width */
}

/* Make sure elements fit their containers */
embed,
iframe,
object,
.wp-caption,
.widget select {
	max-width: 100%;
}

/* Required by WordPress theme check */
.sticky,
.bypostauthor,
.gallery-caption,
.wp-caption-text {
	padding-top: 7px;
	text-align: center;
}

/*--------------------------------------------------------------
2.2 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
2.3 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
2.4 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
3.0 Your Web Layout
--------------------------------------------------------------*/

.cool-timeline .timeline-post .timeline-meta {
    display: none;
}

/*--------------------------------------------------------------
3.1 Typography
--------------------------------------------------------------*/
body {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5 {
	font-family: "Roboto Condensed", sans-serif;
	color: #a81211;
}
h2,
.h2 {
	color: #0b5793;
}

.entry-content li,
p {
	color: #3b3b3b;
	font-size: 16px;
}
a {
	color: #a81211;
}
a:hover,
a:focus {
	color: #000;
}
hr {
	border-color: #3b3b3b;
	border-width: 2px 0 0;
}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
	background: #fff;
}
.home .site-header {
	background: rgba(205, 205, 205, 0.95);
}
.site-header {
	background: rgba(205, 205, 205, 0.9);
	position: relative;
	z-index: 1;
}
#site-navigation {
	/*background: #2e2e2e;
	background: url("images/nav-bg.png") repeat;*/
	background: url("images/nav-bg-2.png") repeat;
	box-shadow: 0px 3px 7.68px 0.32px rgba(0, 0, 0, 0.34);
	position: relative;
	z-index: 2;
}
.site-content > .container {
	background: transparent;
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
.logo {
	margin: 10px 0;
}

/* Sticky Header Settings */
.asmh-preview .primary li .desc {
	display: none;
}
.asmh-header .primary li .desc {
    display: none;
}
.asmh-header .middle .brand img {
	margin-bottom: -19px;
}
.asmh-header .description {
    display: none;
}

/* Search Area */
.search-area {
	padding-top: 10px;
	float: left;
}
.search-submit {
	background: transparent;
	border: none;
	font-family: FontAwesome;
	left: 32px;
	position:  relative;
	z-index: 2;
}
.search-field {
	border: 1px solid #000;
	border-radius: 0;
	font-style: italic;
	font-weight: 400;
	padding: 5px 0 5px 25px;
	position:  relative;
	width: 200px;
	z-index: 1;
}

/* sm */
@media (min-width: 768px) {
	.search-submit {
		left: 28px;
	}
	.search-field {
		width: 180px;
	}
}

/* md */
@media (min-width: 992px) {
	.search-field {
		width: 245px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.search-field {
		width: 300px;
	}
}

/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.navbar {
	border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar-default {
	margin-bottom: 0;
}
.navbar-default .navbar-nav {
	margin-left: -15px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size: 14px;
    padding: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: #9c1413;
	color: #fff;
}

/* sm */
@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
          display:block !important;
          overflow-y:auto !important;
    }
    .dropdown-menu {
        position:relative;
        box-shadow:none;
        border:none;
        float:none;
    }
}

/* md */
@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 9px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 20px;
	}
}

.site-header .caret {
	display: none;
}
.caret {
	display: none;
}
.navbar-nav .sub-arrow, 
.navbar-nav .collapsible .sub-arrow {
	display: none;
}

/* Dropdown Menu */
.dropdown-menu {
	background: url("images/nav-bg.png") repeat;
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	font-size: 18px;
}
.dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-size: 14px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #9c1413;
    color: #fff;
	text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent;
    color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background: #9c1413;
    color: #fff;
}

/*Hamburger Menu*/
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #9c1413;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-color: #fff;
}
.navbar-toggle {
	float: none;
}

/* Secondary Nav */
#secondary-nav {
	margin-top: 30px;
}
#secondary-nav .nav > li > a {
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}
#secondary-nav .nav-pills > li.active > a, 
#secondary-nav .nav-pills > li.active > a:hover, 
#secondary-nav .nav-pills > li.active > a:focus,
#secondary-nav .nav > li > a:hover, 
#secondary-nav .nav > li > a:focus {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------------------------------------
3.5 Content
--------------------------------------------------------------*/
.entry-header {
	
}
.entry-content {
	padding-bottom: 20px;
}
.entry-footer {

}
.entry-title {
	text-align: center;
}

/* Page Title Removals/Adjustments */
.home .entry-title,
.page-id-74 .entry-title,
.page-id-217 .entry-title,
.page-id-13 .entry-title,
.page-id-15 .entry-title,
.page-id-17 .entry-title,
.page-id-19 .entry-title,
.page-id-23 .entry-title,
.category-5 .page-title,
.page-id-27 .entry-title,
.page-id-29 .entry-title,
.page-id-11 .entry-title,
.page-id-21 .entry-title,
.page-id-53 .entry-title {
	display: none;
}
.page-id-74 .entry-content,
.page-id-217 .entry-content,
.page-id-13 .entry-content,
.page-id-23 .entry-content,
.page-id-27 .entry-content,
.page-id-29 .entry-content,
.page-id-21 .entry-content {
	margin-top: 20px;
}
.page-id-27 h2 {
	color: #a81211;
}
.page-id-51 .entry-title,
.page-id-55 .entry-title {
	color: #0b5793;
}

.category-accidents h1.entry-title,
.category-accidents h1.widget-title {
	color: #0b5793;
}

/*--------------------------------------------------------------
3.6 Sidebar
--------------------------------------------------------------*/
/* Social */
.social-sb {
	background: #a81211;
	margin-bottom: 30px;
	padding: 10px 0;
}
.social-sb i {
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 34px;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	text-align: center;
	width: 50px;
}
.social-sb p {
	margin-bottom: 0;
}
.fa.fa-facebook {
	color: #546699;
}
.fa.fa-twitter {
	color: #5eaade;
}
.fa.fa-instagram {
	color: #d6307f;
}
.fa.fa-youtube {
	color: #a81211;
}
.sidebar-border {
	border: 1px solid #ececec;
	margin-bottom: 15px;
	padding: 15px;
}
.sidebar-border h1 {
	margin-top: 0;
}

/* Social Headings */
h1.fb a {
	color: #546699;
}
h1.twitter a {
	color: #5eaade;
}
h1.ig a {
	color: #d6309e;
}
h1.youtube a {
	color: #a81211;
}

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.site-footer {
	/*background: rgba(0, 0, 0, 0) url("images/rollercoasterFooter.png") no-repeat scroll -495px 0 / cover;*/
	background: #424242;
}
.attribution {
	background: rgba(0, 0, 0, 0) url("images/nav-bg.png") repeat scroll 0 0;
	margin-top: 35px;
	padding: 5px 0;
}
.attribution p,
.attribution a {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}
.attribution a {
	color: #fed577;
}
.footer-logo {
	/*background: #555;*/
	background: url("images/nav-bg.png") repeat;
	padding: 10px 0;
}
.footer-logo p {
	margin-bottom: 0;
}

/* sm */
@media (min-width: 768px) {
	.attribution {
		margin-top: 15px;
	}
	.site-footer {
		/*background: rgba(0, 0, 0, 0) url("images/rollercoasterFooter.png") no-repeat scroll 0 0 / cover;*/
		background: rgba(0, 0, 0, 0) url("images/footer-bg.png") no-repeat scroll 0 0 / cover;
	}
}

/* md */
@media (min-width: 992px) {
	.attribution {
		margin-top: 20px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.attribution {
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
/* Random Styles */
.img-hover img:hover,
.img-shadow img {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.46);
}
img.img-shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.46);
}
.img-border img {
	border: 1px solid #000;
}
img.img-border {
	border: 1px solid #000;
}
.spacer {
	margin: 40px 0;
}
.spacer h2 {
	margin-top: 0;
}

/* Types Page */
.page-id-11 main img {
	border: 2px solid #fff;
}

/* History Page */
.page-id-21 .timeline dl dd .time {
	display: none !important;
}
.cool_timeline .timeline-main-title.center-block {
	margin: 10px 0;
	display: none !important;
}
.timeline-move {
	position: relative;
	z-index: 0;
}

/* Inversions Page */
.metaslider.metaslider-nivo.metaslider-375.ml-slider {
	border: 1px solid #000;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.46);
}

/* Arrow Page */
.inside-slide {
	text-align: center;
}
/* Glossary Page */
.alphabet-menu {
	font-size: 20px;
	margin-top: 30px;
}
.alphabet-menu h2 {
	color: #0b5793;
}
dt {
	font-size: 18px;
}
dd {
	font-size: 16px;
}

/* Records Page */
.page-id-23 .tablepress tfoot th, 
.page-id-23 .tablepress thead th {
  	background-color: #3b3b3b;
  	color: #fff;
  	font-weight: 400;
  	vertical-align: middle;
}

/* md */
@media (min-width: 992px) {
	.alphabet-menu {
		font-size: 26px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.alphabet-menu {
		font-size: 32px;
	}
}

/* Home Page */
.home .content-area {
	position: relative;
	top: 20px;
	z-index: 1;
}
h4.pt-cv-title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
}
.fts-yt-first-video > p {
    display: none;
}

/* sm */
@media (min-width: 768px) {
	.home .content-area {
		top: -133px;
	}
}

/*Slider Styles*/
.slider {
	top: 0px;
	position: relative;
	z-index: 0;
}
.slider .nivo-caption {
	background: transparent;
	bottom: 200px;
	display: none;
	left: 0;
	opacity: 1;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.slider .theme-default .nivo-caption {
	font-family: "Roboto", sans-serif;
}
.nivo-caption > h1 {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
	margin-bottom: 0;
	text-shadow: 0px 3px 0.92px rgba(0, 0, 0, 0.49);
}
.nivo-caption > h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	margin-top: 0;
	text-shadow: 0px 2px 1.98px rgba(0, 0, 0, 0.77); 
}
.slider .nivo-caption .btn-lg, 
.btn-group-lg > .btn {
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	padding: 10px 80px;
}
.slider .theme-default .nivo-caption a {
	background: #a81211;
	border: 1px solid #a81211;
	color: #fff;
}
.slider .theme-default .nivo-caption a:hover,
.slider .theme-default .nivo-caption a:focus {
	background: #fff;
	border: 1px solid #fff;
	color: #a81211;
}

/* sm */
@media (min-width: 768px) {
	.slider .nivo-caption {
		bottom: 20px;
		display: block;
	}
	.nivo-caption > h1 {
		font-size: 50px;
	}
	.nivo-caption > h2 {
		font-size: 32px;
	}
	.slider {
		top: -194px;
	}
}

/* md */
@media (min-width: 992px) {
	.slider .nivo-caption {
		bottom: 75px;
	}
	.nivo-caption > h1 {
		font-size: 65px;
	}
	.nivo-caption > h2 {
		font-size: 38px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.slider .nivo-caption {
		bottom: 200px;
	}
}

/*Form Button Style*/
#ninja_forms_field_5 {
	background: #a31d1c;
	border: 0 none;
	color: #fff;
	padding: 10px 25px;
}
#ninja_forms_field_5:hover,
#ninja_forms_field_5:active {
	background: #1d3f59;
}

/* Button Styles */
.btn-success {
	background-color: #a81211;
	border-color: #a81211;
	color: #fff;
}
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success {
	background-color: transparent;
	border-color: #a81211;
	color: #a81211;
}
.btn-lg, 
.btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}

/* Collapse Styles */
h4.panel-title {
	color: #a81211;
	font-size: 20px;
}
.panel-default > .panel-heading {
	background-color: transparent;
	border-color: #a81211;
	color: #3b3b3b;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: transparent;
}
.panel {
	background-color: transparent;
	border: 1px solid #3b3b3b;
	border-radius: 4px;
	box-shadow: 0;
	margin-bottom: 20px;
}

/* Blog  Styles */
.single .entry-title,
.blog .entry-title,
.category .entry-title {
	font-size: 30px;
}
.widget-area {
	margin-top: 30px;
}
.wp-post-image {
	float: left;
	margin-right: 20px;
}
.single .wp-post-image {
	display: none;
}
.wp-post-image img {
	border: 1px solid #69624f;
}
.nav-links {
	margin-bottom: 30px;
}
a.next {
	float: right;
}
a.previous {
	float: left;
}
.single-post h3,
.black {
	color: #000;
}
.single-post h2 {
	margin-top: 0;
}
.single-post .entry-title {
	color: #0b5793;
}
.pt-cv-pinterest .pt-cv-pinmas:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.46);
}
.terms {
	margin-left: 3px;
}

/* sm */
@media (min-width: 768px) {

}

/* md */
@media (min-width: 992px) {

}

/* lg */
@media (min-width: 1200px) {

}

/* Sticky footer * @link http://mystrd.at/modern-clean-css-sticky-footer/ */

/* md */
@media (min-width: 992px) {
	html {
    	position: relative;
    	min-height: 100%;
	}
	body {
    	margin: 0 0 200px; /* = .site-footer height */
	}
	.site-footer {
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	width: 100%;
    	height: 200px; /* = body margin-bottom */
	}
}