/*
Theme Name: SERTC Theme
Description: This is a Jump Start child theme.
Author: Angela Bowman - Ask WP Girl
Template: jumpstart
*/

/* Your custom CSS here */

/* Colors
	
	red: #dd3339;
	green: #9dd130
	yellow/green: #cef380;
*/

/* Structure */

@media (max-width: 1199px) {
	.widgets-above-header > .wrap,
	.widgets-below-footer > .wrap,
	.header-top > .wrap,
	.header-content > .wrap,
	.header-nav > .wrap,
	.tb-mobile-header > .wrap,
	.tb-sticky-header > .wrap,
	.site-breadcrumbs > .wrap,
	.site-inner > .wrap,
	.element-section > .element,
	.element.popout .jumbotron-wrap,
	.footer-content > .wrap,
	.site-copyright > .wrap {
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}

}
@media (max-width: 991px) {
	.widgets-above-header > .wrap,
	.widgets-below-footer > .wrap,
	.header-top > .wrap,
	.header-above > .wrap,
	.header-content > .wrap,
	.site-breadcrumbs > .wrap,
	.site-inner > .wrap,
	.element-section > .element,
	.element.popout .jumbotron-wrap,
	.footer-content > .wrap,
	.site-copyright > .wrap,
	.tb-fw-narrow #container > .site-breadcrumbs > .wrap,
	.tb-fw-narrow .site-inner > .wrap,
	.tb-fw-narrow .element-section > .element-blog,
	.tb-fw-narrow .element-section > .element-post_list,
	.tb-fw-narrow .element-section > .element-current {
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.widgets-above-header > .wrap,
	.widgets-below-footer > .wrap,
	.header-content > .wrap,
	.header-nav > .wrap,
	.site-breadcrumbs > .wrap,
	.site-inner > .wrap,
	.element-section > .element,
	.element.popout .jumbotron-wrap,
	.footer-content > .wrap,
	.site-copyright > .wrap,
	.epic-thumb .epic-thumb-header,
	.epic-thumb .epic-thumb-quote {
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-content > .wrap,
	.site-copyright > .wrap,
	.epic-thumb .epic-thumb-header,
	.epic-thumb .epic-thumb-quote {
		padding-left: 40px;
		padding-right: 40px;
	}
	.element-section > .element {
		padding-left: 20px;
		padding-right: 20px;
	}
	.element.popout .jumbotron-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Typography */

body { 
	color: #333;
	background: #fff;
}

h2 {
	color: #dd3339;
}

h3 {
    line-height: 140%;
    color: #888;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.home h3 {
    line-height: 140%;
    color: #888;
    border-bottom: none;
    padding-bottom: 0;
}

.simcal-default-calendar .simcal-current h3 {
    line-height: 140%;
    color: #888;
    border-bottom: none;
    padding-bottom: 0;
}

.entry-meta, .post-date {
    color: #000;
}

.entry-meta strong {
	color: #dd3339;
}

.tb-mini-post-list h3.entry-title a:not(:hover) {
	color: #000;
}

.tb-mini-post-list h3 a:hover {
	color: #DD3338;
}

h3.courses-list-heading {
	text-align: center; 
	margin-top: -15px; 
	border-bottom: none; 
	padding: 0; 
	color: #000; 
	text-transform: uppercase;
}

.courses-list h4 {
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 20px;
	color: #DD3338;
	font-size: 16px;
}

/* Structure */

.site-breadcrumbs {
	font-size: 13px;
}

.tb-fw-narrow #container>.site-breadcrumbs>.wrap, .tb-fw-narrow .site-inner>.wrap, .tb-fw-narrow .element-section>.element-blog, .tb-fw-narrow .element-section>.element-post_list, .tb-fw-narrow .element-section>.element-current {
    max-width:900px;
}

.site-inner {
    background: #fff;
}

.site-breadcrumbs {
	background: #eee;
}

/* Logo positioning */

.header-content .site-logo {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
}

.header-content .site-logo .tb-image-logo {
    display: block;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 30px;
    width: 600px;
}

/*
.header-content .site-logo .tb-image-logo:after {
	content: "Security and Emergency Response Training Center";
	position: absolute;
	left: 135px;
	top: 35px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
*/

.header-content .site-logo img {
    height: 120px;
}

.site-header.transparent {
    background-color: rgba(255,255,255,0.7);
}

.site-header.transparent .header-top {
    background-color: transparent;
    border-bottom: none;
}
.site-header.transparent>.wrap {
    border-bottom: none;
}

.site-header.transparent .header-nav .tb-primary-menu>li>.menu-btn, .site-header.transparent .header-nav .tb-floater .floater-trigger {
    color: #333;
}

.site-header.transparent .header-nav .tb-primary-menu>li>.menu-btn:hover {
	color: #dd3339;
}

.site-header.transparent .header-nav .tb-primary-menu>li.current-menu-item>.menu-btn,
.site-header.transparent .header-nav .tb-primary-menu>li.current-menu-parent>.menu-btn {
	color: #dd3339;
}

.header-top.dark {
    color: #333;
}

/* Top Header Menu */

.header-nav {
    background: transparent;
    float: left;
    padding-left: 200px;
}

.header-top>.wrap {
    padding: 0 10px 12px 10px;
}

.header-text {
	padding-top: 12px;
}

.themeblvd-default-header-info {
	background-color: #dd3339;
	padding: 5px;
	float: right;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.menu-top-header-menu-container,
.menu-top-header-menu-spanish-container {
	float: left;
}

.header-top .menu {
	margin: 4px 0;
	padding: 0;
}

.header-top .menu li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans';
}

.header-top .menu li a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 10px;
	line-height: 15px;
}

.header-top .menu li a:hover {
	color: #cef380;
}

/* WPML Language Switcher */

.tb-primary-menu ul.sub-menu .menu-btn, .tb-primary-menu .mega-section-header {
    color: #666;
    font-size: 14px;
    line-height: 1.3;
    padding: .77em 0;
    text-transform: uppercase;
    font-weight: 500;
}

.tb-wpml-switcher a,
.tb-wpml-switcher .active {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans';
    padding: 0 5px 0 5px;
    line-height: 15px;
}

.tb-wpml-switcher a:focus, .tb-wpml-switcher a:hover {
	color: #cef380;
}

.site-header.transparent .tb-wpml-switcher .lang-sub-menu li a,
.site-header .tb-wpml-switcher .lang-sub-menu li a {
    border-color: transparent;
    background-color: #dd3339;
}

.tb-wpml-switcher .lang-sub-menu {
    margin-top: 1px;
    padding: 8px 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 90px;
    z-index: 999;
}

.tb-wpml-switcher .lang-sub-menu li a {
	 color: #fff;
}

.tb-wpml-switcher .lang-sub-menu li a:hover {
	 color: #cef380;
}

/*
.menu li {
    display: inline-block;
}
*/

/* Header social and search */

.header-top.dark .header-top-nav>li {
    border-color: #fff;
}

.header-top-nav>li {
    float: right;
    border-right: 1px solid #fff;
    height: 20px;
    padding: 0 12px;
}

.header-top-nav {
    margin: 4px 0 0;
    float: right;
}

.tb-social-icons.light>li>a,
.header-top.dark .header-top-nav .tb-search-trigger, 
.header-top.dark .header-top-nav .tb-cart-trigger,
.tb-social-icons.dark>li>a,
.header-top-nav .tb-search-trigger, 
.header-top-nav .tb-cart-trigger {
    color: #fff;
}

.header-top.dark .header-top-nav>li.top-side-panel,
.header-top .header-top-nav>li.top-side-panel {
	display: none;
}

.header-top-nav>li.top-search {
	border-right: none;
}

/* Home page */

@media (max-width: 1200px) {
	#custom-main > .element-section.home-hero {
	    background-color: rgba(89,83,77,1);
	    background-image: url(assets/images/home-bg.jpg);
	    padding: 90px 0;
	}
	
	.jumbotron .tb-text-block-wrap .tb-text-block {
		text-align: center;
	}
	
	.text-left {
	    text-align: center;
	}
	
	.element-jumbotron,
	.tb-jumbotron.entry-content {
		margin: 0 auto;
	}
	
	.tb-jumbotron.entry-content[style] {
		max-width: none !important;
	}
	
	.home-hero .tb-text-block[style] {
		color: #000 !important;
	}
}



@media (min-width: 1200px) {
	.jumbotron-wrap {
		padding-left: 170px;
	}
}

.tb-jumbotron .tb-text-block-wrap.text-large .tb-text-block {
    line-height: 1;
}

.author-image {
	display: none;
}

/* Posts */

.tb-info-box {
    background: #fff;
    padding: 0;
}

.blog-wrap>article, article.single {
    background: #fff;
    margin-bottom: 50px;
    padding: 30px 0 0;
}

.post_list.archive-loop .post-wrap, .post_grid.archive-loop .post-wrap, .post_showcase.archive-loop .post-wrap {
    background: #fff;
    padding: 0 15px;
}

.site-breadcrumbs {
    padding: 60px 0 15px 25px;
}

.tax-course_type .site-breadcrumbs,
.single-courses .site-breadcrumbs {
    padding: 20px 0;
}

.tb-suck-up.has-breadcrumbs .site-breadcrumbs {
    padding: 15px 0;
}

/* Single Post List
	Instructors */
	
	
.element-post_list .list-wrap {
    margin-bottom: 0;
    padding: 0 15px;
}

.single-instructors .meta-wrapper,
.tax-course_type .meta-wrapper {
	display: none;
}

.single-instructors .featured-item {
    margin-bottom: 40px;
    float: right;
    width: 250px;
    max-width: 250px;
    margin-left: 30px;
}

.list-wrap .thumb-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
}

.tax-course_type .list-wrap .thumb-wrapper {
    top: 30px;
}

.list-wrap .thumb-wrapper img {
    border: 2px solid #ccc;
}

.list-wrap article.has-thumbnail {
    min-height: 200px;
    padding-left: 230px;
}

@media (max-width: 991px) {
	.list-wrap .thumb-wrapper {
	    position: relative;
		margin: 0 auto 10px auto;
	    width: 200px;
	    height: 200px;
	}
	
	.list-wrap article.has-thumbnail {
	    min-height: 200px;
	    padding-left: 0;
	}
	
	.list-wrap article {
		text-align: center;
	}
	
	.sertc-team .col[style] {
		padding: 0!important;
	}
}

@media (max-width: 767px) {
	.list-wrap .thumb-wrapper {
	    display: block;
	}
}

/* Course templates */

.tax-course_type article:first-child {
	border-top: none;
}

.tax-course_type article { 
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.tax-course_type.tb-fw-narrow .site-inner>.wrap,
.tb-fw-narrow #container>.site-breadcrumbs>.wrap {
	max-width: 1150px;
}

.entry-meta.courses {
	background: #ddd;
    padding: 20px;
	margin: 0;
}

.entry-meta.courses .col-md-6 {
	padding: 0;
}

.entry-meta.courses .col-md-6 p {
	margin-bottom: 0;
}
.taxonomy-header.coursetype {
	background: url('assets/images/course-banner.jpg') left center no-repeat;
	background-size: cover;
	overflow: hidden; 
	position: relative;
}

/*
.taxonomy-header.singlecourse {
	background: no-repeat;
	background-size: cover;
	overflow: hidden; 
	position: relative;
}
*/

.taxonomy-header > .wrap {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	height: 300px;
	max-height: 300px;
}

.taxonomy-header.singlecourse > .wrap {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	height: 300px;
	max-height: 300px;
}

@media (max-width: 768px) {
	.taxonomy-header.singlecourse > .wrap {
		height: 150px;
		max-height: 150px;
	}
}

.taxonomy-header h1 {
	z-index: 1;
	top: 35%;
	position: relative;
	color: #fff;
	text-align: center;
}

.dhs-fema {
	float: right;
	padding-left: 10px;
	max-width: 300px;
}

/* Course list */

.courses-list .tb-mini-post-list h3 {
    line-height: 140%;
    color: #888;
    padding: 0;
    border: none;
    margin: 0;
}


.courses-list .tb-mini-post-list article {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
}

.tb-mini-post-list article {
    margin-bottom: 0;
    position: relative;
}

.tb-mini-post-list h3.fema-title {
	float: left;
	max-width: 66%;
}
.tb-mini-post-list  .dhs-fema {
	padding-top: 0;
	max-width: 33%;
}

@media (max-width: 991px) {
	.tb-mini-post-list h3.fema-title {
		float: left;
		max-width: 90%;
	}
	.tb-mini-post-list  .dhs-fema {
		padding-top: 0;
		max-width: 10%;
	}
}

@media (max-width: 768px) {
	.tb-mini-post-list h3.fema-title {
		float: left;
		max-width: 80%;
	}
	.tb-mini-post-list  .dhs-fema {
		padding-top: 0;
		max-width: 20%;
	}
}

/*
.entry-meta.courses {
	float: left;
}
*/

.tb-info-box.tb-tax-info {
	font-size: 18px;
}

/* Custom CSS Classes */

.col-right-border {
	border-right: 1px solid #ccc;
}

@media (max-width: 991px) {
	.col-right-border {
		border-right: none;
	}
}

p .btn-shortcode {
	margin-bottom: 8px;
}

.btn:not(.tb-custom-button) {
	background: #dd3339;
	color: #fff;
}

.three-columns .col {
	margin: 0 1% 20px;
	width: 31.333%;
}

.three-columns .row {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	flex-wrap: wrap;
}

.element-columns .col.has-bg {
    padding: 15px;
    border: 1px solid #d5d4d4;
}

.right-border {
	border-right: 1px solid #ccc;
}

@media (max-width: 991px) {
	.right-border {
		border-right: none;
	}
}


.alert-info {
    background-color: #ccc;
    border-color: #999;
    color: #000;
}

h2 a#dhs {
	padding-top: 150px;
	margin-top: -150px;
	display: block;
}

h2 a#oe{
	padding-top: 100px;
	margin-top: -100px;
	display: block;
}

.language {
	background: #000;
	color: #fff;
	padding: 5px;
}


/* Footer */

#custom-bottom .fixed-sidebar .widget {
    background: transparent;
    padding: 0;
}

#custom-bottom .fixed-sidebar .widget-title {
    color: #fff;
    font-size: 16px;
    text-shadow: none;
}

