/*
Theme Name: Laugh Button Custom
Author: Todd Jackson
Author URI: http://www.toddjacksonworks.com/
Description: Custom theme for the Laugh Button Site.
Version: 1.0
*/

html, body {
	background: #fff url('img/TLB-bg@2x.png') repeat;
}


*:focus {
    outline: none;
}

/* Let's Hide this Screen Reader text for everyone else */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Make Bootstrap Work on Hover */
/*.dropdown:hover .dropdown-menu {
	display: block;
}*/

#main-container {
	background: #fff;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

#content {
	background: transparent !important;
	padding: 0 !important;
}

a {
	color: #93261f;
}

a:hover {
	color: #af2d25;
	text-decoration: none;
}

	.btn-tlb {
		background-color: #93261f;
		border-color: #af2d25;
		color: #fff !important;
		text-transform: uppercase;
	font-family: "proxima-nova";
	font-weight: bold;
	}

	.btn-tlb:hover, .btn-tlb:focus, .btn-tlb:active, .btn-tlb.active, .open>.dropdown-toggle.btn-tlb {
		background-color: #af2d25;
		border-color: #93261f;
		color: #fff;
	}
	
	.btn-black { 
  color: #FFFFFF; 
  background-color: #424242; 
  border-color: #000000; 
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  color: #FFFFFF; 
  background-color: #000000; 
  border-color: #000000; 
}

.btn-podcast {
	width: 160px;
	height: 40px;
}

.btn-spotify {
	background-image : url(https://thelaughbutton.com/site2/wp-content/themes/laughbuttoncustom/img/podcast-btns/podcasts-btn-spotify.png);
	background-size: cover;
	background-repeat: no-repeat
}

.btn-apple {
	background-image : url(https://thelaughbutton.com/site2/wp-content/themes/laughbuttoncustom/img/podcast-btns/podcasts-btn-apple.png);
	background-size: cover;
	background-repeat: no-repeat
}

.btn-google {
	background-image : url(https://thelaughbutton.com/site2/wp-content/themes/laughbuttoncustom/img/podcast-btns/podcasts-btn-google.png);
	background-size: cover;
	background-repeat: no-repeat
}
 

.header {
	background: #fdfcea url(img/TLB-nav_bg@2x.png) repeat center center;
}

.navbar {
	border: 0;
	background: #fdfcea url(img/TLB-nav_bg@2x.png) repeat center center;
}

.navbar-toggler {
	padding: 0;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    margin-right: 1rem;
}

.fa-bars {
	color:#fff;
}

.navbar-nav>li>a, .navbar-text a {
	color: #fff;
	font-family: "proxima-nova";
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

	.nav-link {
		border-bottom: 2px solid transparent;
	}
	
	.nav-link:active {
		border-bottom: 2px solid #93261f;
	}

	.nav-link:hover {
		color: #fff !important;
		border-bottom: 2px solid #93261f;
	}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #93261f;
    border-color: #93261f;
    color: #fff;
}

.dropdown-menu {
	 background-color: #fdfcea;
	font-family: "proxima-nova";
}

.dropdown-menu>li>a {
	font-weight: 700;
	color: #fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #93261f;
    outline: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #af2d25;
  }

.menu-padding {
	margin-top: 50px;
}

.navbar-brand {
	padding: 5px;
}

/* Inverse Navbar Toggles for This */
.navbar-toggle {
    border-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.social_mobile a {
	color:#fff;
	font-size: 30px;
	padding: 0 15px;
}

.social_mobile {
	margin-left: 118px;
	margin-top: 5px;
	text-align: center;
}

.social-mobile-new {
	text-align: center;
	margin-top: 5px;
}

.social-mobile-new a {
	color:#fff;
	font-size: 30px;
	padding: 0 15px;
}

/* Events */

.event_row {
	margin-bottom: 20px;
}

.img-event {
	max-width: 200px;
	height: auto;
}

.event-text-content img {
	max-width: 100%;
	height: auto;
}

.event_date {
	background: #93261f;
	padding: 1px 4px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}

.event_head {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #93261f;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 12px;
}

.show-info {
	font-size: 14px;
}

.show-info strong {
	font-size: 16px;
}

.single-event-date {
	background: #93261f;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0;
	font-size: 18px
}

	.single-event-date .month {
		padding-right: 8px;
		display: inline-block;
		font-weight: bold;
	}

	.single-event-date .day {
		padding-left: 8px;
		display: inline-block;
		font-weight: bold;
	}

.single-event-head {
	margin-top: 0;	
	padding-bottom: 2px;
	border-bottom: 1px solid #93261f;
	font-weight: bold;
	margin-bottom: 30px;
}

.single-show-info {
	font-size: 16px;
	margin-top: 4px;
	font-weight: normal;
	color: #999;
}

.single-show-info strong {
	font-size: 20px;
}


.ticket-box {
	font-size: 18px;
}

.ticket-box .btn-tlb {
	font-size: 24px;
}

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}


	
	
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/


/* Home Page */

.home_item {
	margin-bottom: 12px;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	background: #000;
}

/* New Slider Starts */

#new_features {
	margin-top: 0;
	margin-bottom: 50px;
	min-height: 176px;	
}

	.new_feature_item {
		overflow: hidden;
		position: relative;
		background: #000;
		height: 100%;
		min-height: 200px;
	}
	
	.new_feature_item h2 {
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 18px;
		padding: 6px 12px;
		margin-bottom: 0;
		text-align: left;
		font-family: "proxima-nova";
		background-color: rgba(0,0,0,0.8);
		width: 100%;
		font-weight: 700;
		z-index: 1000;
	}
	
	.new_feature_item h2 a {
		color: #fff;
		text-decoration: none;
	}
	
	.new_feature_item:hover h2 {
		background: #93261f;
	}
	
	.new_feature_item img {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	#new_features .slick-prev:before, #new_features .slick-next:before { font-family: FontAwesome; }   

#new_features .slick-prev:before { content: "\f144"; font-size:30px; color: #93261f; opacity: 1;}
#new_features .slick-next:before { content: "\f144"; font-size:30px; color: #93261f; opacity: 1}
	
#new_features .slick-prev, #new_features .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
	margin: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000;
}

#new_features .slick-next {
	right: 30%;
	top: 104%;
}

#new_features .slick-prev {
	left: 30%;
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

	.slide-overlay {
		position: absolute;
		filter: alpha(opacity=80);
		opacity: .8;
		background: #171717;
		-moz-transition: .2s linear;
		-webkit-transition: .2s linear;
		-o-transition: .2s linear;
		transition: .2s linear;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
	}
	
	.slick-active .slide-overlay {
    filter: alpha(opacity=0);
    opacity: 0;
}

.home_header {
	font-family: "proxima-nova";
	background: #93261f;
	color: #fff;
	text-align: center;
    margin: 0 0 1em;
	display: block;
	width: 100%;
    font-size: 11pt;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 4px;	
}
	
/* Podcast Items for Home */

#podcast_slider {
	margin-bottom: 20px;
	background: #000;
	height: 325px;
	overflow: hidden;
}

.podcast_item h2 {
	font-size: 24px;
	margin: 0 0 12px;
	font-family: "proxima-nova";
	font-weight: 700;
}

.loading-btn {
	font-family: "proxima-nova";
	text-transform: uppercase;
	letter-spacing: .5rem;
}

#podcast_slider .slick-prev:before, #podcast_slider .slick-next:before { font-family: FontAwesome; }

#podcast_slider .slick-prev:before { content: "\f144"; font-size:30px;}
#podcast_slider .slick-next:before { content: "\f144"; font-size:30px;}

#podcast_slider .slick-slide {
	height: 215px;
}

#podcast_slider .slide-overlay {
	height: 215px;
}

#podcast_slider .slide-slick img {
	margin: auto;
}


#podcast_slider .slick-prev, #podcast_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000;
}

#podcast_slider .slick-prev {
	left: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	top: 15px;
}

#podcast_slider .slick-next {
	left: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 300px;
}

.home_episode {
	position: relative;
	padding: 0 .8rem;
}

.home_episode h2 {
	font-weight: 700;
	font-size: 1.3rem;
	padding-top: .4rem;
	margin-top: 0;
}	

.home_episode h3 {
	font-size: 1rem;
	border-bottom: 1px solid #666;
	padding-bottom: .4rem;
	margin-bottom: 0;
	color: #666;
}

.home_episode img {
	border: 2px solid #000;
}

.home_episode a:hover img {
	border: 2px solid #c41400;
}

.home_episode a:hover h3 {
	border-bottom: 1px solid #000;
	color: #000;
}

.home_episode a:hover h2 {
	color: #af2d25;
}
/* New Stuff Ends */

.more {
	font-size: 13px;
	font-family: "proxima-nova";
	font-weight: 700;
	font-style: oblique;
}

.feature_item {
	margin-bottom: 12px;
	overflow: hidden;
	min-height: 250px;
	position: relative;
	background: #000;
}

.archive_item {
	position: relative;
	margin-bottom: 24px;
	margin-left: 0;
	margin-right: 0;
}

.archive_item_img {
	background: #000;
	overflow: hidden;
	min-height: 225px;
}

.archive_item_img img {
	display: block;
	margin: 0 auto;
}

.archive_item h2 {
	font-size: 24px;
	margin: 0 0 12px;
	font-family: "proxima-nova";
	font-weight: 700;
}

.archive_item p {
	font-size: 15px;
	line-height: 20px;
	font-family: "adelle",serif;
}

.section_head {
	font-family: "proxima-nova";
	font-weight: 700;
	font-size: 40px;	
}

.home_item img, .feature_item img {
	position: absolute;
	top: 0;
	left: 0;
}

.home_item h2, .feature_item h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	padding: 6px 12px;
	margin-bottom: 0;
	text-align: center;
	font-family: "proxima-nova";
	background-color: rgba(0,0,0,0.8);
	width: 100%;
}

.home_item:hover h2, .feature_item:hover h2 {
	background: #93261f;
}

.home_item h2 a, .feature_item h2 a {
	color: #fff;
	text-decoration: none;
}

.content_type_sm {
	position: absolute;
	background: #93261f;
	color: #fff; 
	display: block;
	text-transform: uppercase;
	left: 0;
	padding: 4px;
}

.archive_item .content_type_sm {
	top: 0;
}

.content_type_sm:hover {
	color: #fff; 
	background: #af2d25;
	text-decoration: none;
}

.home_section_top {
	text-align: center;
}

.home_section_head {
	font-size: 24px;
	font-weight: 700;
	font-family: "proxima-nova";
	text-transform: uppercase;
	border-bottom: 2px solid #c0c0c0;
	display:inline-block;
}


.news-home {
	font-family: "proxima-nova";
	font-weight: 700;
	font-style: italic;
	padding: 0;
	margin: 0;
}

.news-home-img {
	float: left;
	margin-right: 12px;
	width: 80px;
	height: 80px;
	clear: left;
	overflow: hidden;
	margin-bottom: 18px;
}

.news-home-item {
	margin-bottom: 18px;
	min-height: 80px;
}

.video-section {
	background:#000;
	padding: 8px 15px;
	margin: 20px 0;
}

.video-section-head {
	text-align:center;
	color:#fff;
	background: #93261f;
	padding: 3px;
	text-transform:uppercase;
	font-family: 'proxima-nova';
	font-weight:700;
	margin-bottom:18px;
    font-size: 16pt;
    font-weight: 700;
    letter-spacing: 4px;		
}

.video-item-head {
	font-size: 12px;
}

.video-special {
	position: relative;
	border: 1px solid #fff;
	display: block;
}

.video-special:after {
	font-family: FontAwesome;
	content: "\f144";
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #fff;
		filter: alpha(opacity=80);
		opacity: .8;
}



/* Sidebar */

.new-sidebar {
	background:#c9c9c9;
	padding:15px 10px;
}

.event_sidebar {
	background:#c9c9c9;
	padding: 5px;
	margin-bottom: 24px;
}

.widget h4, .event_sidebar h4 {
	text-align: center;
	text-transform: uppercase;
	font-family: "proxima-nova";
	font-weight: 700;
	background: #424242;
	color: #fff;
	padding: 4px 0;
	margin-top: 0;
}

.widget h4 {
	margin-top: 30px;
	background: #af2d25;
}

.widget ul {
	list-style-type: none;
    padding-left:0;
    }

.widget li {
	padding: 0 2px 8px;
	margin: 0 0 8px;
	border-bottom: 1px solid #222;
}

.widgets-list-layout-blavatar {
    max-width: 150px !important;
}

.widget li a {
	font-family: "proxima-nova";
	font-weight: 700;
	font-size: 16px;
}

/* Archives */

.page-title {
	font-family: "proxima-nova";
	font-weight: 700;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

/* Posts */

.post h1 {
		font-family: "proxima-nova";
		font-weight: 700;
		border-bottom: 1px solid #999;
		padding-bottom: 24px;
		margin-bottom: 0;
		font-size: 24px;
	}

.post img {
    max-width: 100%;
}

.post p {
	line-height: 25px;
	font-size: 16px;
	font-family: "adelle",serif;
	padding-bottom: 25px;
}

.post iframe, .page iframe {
	max-width: 100%;
}

.post li {
	line-height: 25px;
	font-size: 16px;
	font-family: "adelle",serif;
}

.post ul {
	padding-bottom: 25px;
}

blockquote {
    padding: 10px 10px 5px;
    margin: 0 20px 20px 20px;
    border-left: 5px solid #dadada;
    background: #eee;
}

hr {
	border-top: 1px solid #aaa;
}

p.post_deets {
	margin: 0 0 15px;
	color: #222;
	border-bottom: 4px solid #999;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: "proxima-nova";
}

.theiaPostSlider_nav ._prev._disabled span, .theiaPostSlider_nav ._next._disabled span {
    height: 31px !important;
}

.theiaPostSlider_nav ._prev span, .theiaPostSlider_nav ._next span {
    height: 31px !important;
}

._prev:active span, .theiaPostSlider_nav ._prev._active span, .theiaPostSlider_nav ._next:active span, .theiaPostSlider_nav ._next._active span {
    height: 31px !important;
}

.theiaPostSlider_nav ._prev ._2, .theiaPostSlider_nav ._next ._2 {
	padding-left: 0 !important;
}

.yrc-item-title {
	font-size: 1.6rem !important;
	line-height: 1.8rem !important;
	font-family: "proxima-nova";
	font-weight: 700;
	color: #93261f;
}

.yrc-name-date {
	margin-top: 10px !important;
}

.yrc-video-date {
	display: none !important;
}

.footer {
	background:#1a1902;
	min-height:100px;
	color:#fff;
	padding-top: 20px;
	font-family: "proxima-nova";
	position: relative;
	z-index: 1;
}

.footer a {
	color: #fff;
}

.footer_standards {
	list-style-type: none;
	height: 20px;
	padding: 0;
	margin-bottom: 12px;
}

.footer_standards li {
	float: left;
	margin-right: 18px;
	font-weight: 700;
	line-height: 18px;
	padding-top: 2px;
}

.footer_standards_more li {
	font-size: 20px;
	padding-top: 0;
}

.footer_secondary {
	display: block;
	font-size: 12px;
}

	.copyright {
		margin-bottom: 20px;
		font-size: .9rem;
	}

.joinemail {
	font-size: 1.7rem;
	font-weight:700;
	font-style:oblique;
	margin: 0;
	padding: 0 0 8px;
	text-align: center;
}

.social {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: "proxima-nova";
	font-weight: 700;
}

.social .push {
	font-size: 20px;
	display: block;
}

.social i {
	font-size: 24px;
	font-weight: 400;
}

.social a {
	font-weight: 400;
	display: inline-block;
	margin: 0 12px 0 0;
	width: 40px;
	text-align: center;
	height: 40px;
	color: #222;
	background: #dadada;
	padding: 4px;
}

.social a:hover {
	background: #93261f;
	color: #fff;
}


.jp-relatedposts-post2 {
	display: none;
}

#jp-relatedposts h3.jp-relatedposts-headline {
	font-family: "proxima-nova";
	background: #93261f;
	color: #fff;
	text-align: center;
    margin: 0 0 1em;
	display: block;
	width: 100%;
    font-size: 16pt;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 4px;
    }
    
#jp-relatedposts h3.jp-relatedposts-headline em:before {
    content: none !important;
    margin-bottom: 0;
    border: 0px !important;
}

.comment_header {
	font-family: "proxima-nova";
	background: #93261f;
	color: #fff;
	text-align: center;
    margin: 0 0 1em;
	display: block;
	width: 100%;
    font-size: 16pt;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 4px;	
}

	/* Pagination & Infinite */
	
	#infinite-handle {
		margin-top: 40px;
	}
	
	#infinite-handle span {
		background: #93261f !important;
		color: #fff !important;
		font-size: 18px !important;
	    display: block !important;
	    text-align: center;
		font-family: "proxima-nova";
	}

	#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover {
		text-transform: uppercase !important;
	}


.page-item.active .page-link {
    background-color: #93261f;;
    border-color: #93261f;;
}
    
    .page-link {
    	background: #dadada;
    	border: 1px solid #fdfcea;
    	color: #93261f;
	}
    
    .page-link a:hover, .page-link span:hover {
    	background: #93261f;
    	color: #fff;
    }
    
    .page-link li.active {
	    font-weight: 700;
    }
    
    li.previous, li.next {
	    max-width: 48%;
	    display: inline-block;
 		font-family: "proxima-nova";
 		font-weight: 700;
    }
    
    li.previous {
	    float: left;
	    text-align: left;
    }
    
    li.next a:after {
	    font-family: FontAwesome;
	    content: "\f061";
	    padding-left: 5px;
}

    li.previous a:before {
	    font-family: FontAwesome;
	    content: "\f060";
	    padding-right: 5px;
	}
    
    
    li.next {
	    float: right;
	    text-align: right;
    }
    
    
/* Mail Chimp */

#mc_embed_signup {
}

.mc_embed_footer {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* Art19 Custom Player Colors */
.art19-web-player.awp-theme-dark-blue .awp .awp-control,
div.art19-web-player.awp-theme-dark-blue .awp .awp-control {
    color: #93261f
}
.art19-web-player.awp-theme-dark-blue .awp .awp-progress .ui-slider-range,
.art19-web-player.awp-theme-dark-blue .awp .awp-volume-slider .ui-slider-range,
div.art19-web-player.awp-theme-dark-blue .awp .awp-progress .ui-slider-range,
div.art19-web-player.awp-theme-dark-blue .awp .awp-volume-slider .ui-slider-range {
    background: #93261f
}
.art19-web-player.awp-theme-dark-blue .awp .awp-ad-progress .ui-slider-range,
div.art19-web-player.awp-theme-dark-blue .awp .awp-ad-progress .ui-slider-range {
    background: #35d477
}
.art19-web-player.awp-theme-dark-blue .awp .awp-ad-skip,
div.art19-web-player.awp-theme-dark-blue .awp .awp-ad-skip {
    color: #35d477!important
}

.art19-web-player.awp-micro .awp-ad-trt, .art19-web-player.awp-micro .awp-trt, div.art19-web-player.awp-micro .awp-ad-trt, div.art19-web-player.awp-micro .awp-trt {
    font-size: 10.5px;
}

	.postad0 {
		width: 402px;
		float:left;
	}
	
	.postad1 {
		width: 302px;
		float: right;
	}
	
	.postad {
		height:252px;
		margin-bottom:20px;
		border: 1px solid #000;
	}
	
	/* Records */
	
	.records-top {
		background: url('img/tlb-records-top.jpg');
		background-repeat: no-repeat;
		height: 180px;
		width: 100%;
		background-position: right center;
		background-size: cover;
	}
	
	.podcasts-top {
		background: url('img/tlb-podcasts-top.jpg');
		background-repeat: no-repeat;
		height: 180px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	
	.all-episodes {
		 font-weight:bold;
		 text-transform:uppercase;
		 letter-spacing:1rem;
		 margin-bottom:2rem;
		 font-family: "proxima-nova";
	}
	
	.hosts-line {
		background: rgba(255,255,255,.6);
		padding: .375rem;
		display: inline-block;
		border-radius: .25rem;
	}
	
	.records-sm-top {
		background: #d18f07  url('img/tlb-records-sm-banner.jpg');
		background-repeat: no-repeat;
		height: 100px;
		width: 100%;
		background-size: cover;
		background-position: left center;
	}
	
	.podcasts-sm-top {
		background: #d18f07 url('img/tlb-podcasts-sm-banner-mobile.jpg');
		background-repeat: no-repeat;
		height: 100px;
		background-position: center;
	}	
	
	#featured_record, #featured_podcast {
		background:#ccc;
		min-height:550px;
	}
	
	#featured_record h1, #featured_podcast h1 {
		font-weight: 700;
		font-family: "proxima-nova";
		color: #fff;
		font-size: 2rem;
	}
	
	.record-info {
		text-align:center;
	}
	
	.record-box {
		font-family: "proxima-nova", sans-serif;
		line-height: 1.1rem;
	}
	
	#record-text {
		text-align: left;
		font-weight: 500;
	}
	
	#record-text p {
		
	}
	
	#record-text a.moreorless.collapsed:after {
		content: '+ More';
	}

	#record-text a.moreorless:not(.collapsed):after {
	  content: '- Less';
	}
	
	#record-text #collapseRecord.collapse:not(.show) {
	  display: block;
	  /* height = lineheight * no of lines to display */
	  height: 4.5em;
	  overflow: hidden;
	}
	
	#record-text #collapseRecord.collapsing {
	  height: 4.5em;
	}

	.release-date {
		font-weight: 500;
	}
	
	.album-comic {
		font-weight: 700;
		font-family: "proxima-nova";
		font-size: 1.8rem;
		color: #fff;
	}
	
	.avail {
		font-family: "proxima-nova";
		color: #222;
		font-size: 1rem;
	}
	
	.avail strong {
		font-size: 1.25rem;
		color: #fff;
	}
	
	.img-cover {
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.tracks-box {
		font-family: "proxima-nova";
		font-weight: 700;
	}
	
	.category-light {
		text-transform: uppercase;
		color: #93261f;
	}
	
	.headline-tease {
		font-family: "proxima-nova";
		font-weight: 400;
		font-size: 1.1rem;
		padding-left: 1rem;
		line-height: 1.4rem;
		color: #333;
	}
	
	.headline-tease a {
		font-style: italic;
		font-weight: 700;
		font-size: 1rem;
	}
	
	.section-head {
		font-weight: 400;
		font-size: 1.4rem;
		text-transform: uppercase;
	}
	
	.section-head span {
		font-weight: 700;
		color: #93261f;
		font-size: 1.8rem;
		text-transform: none;
	}
	
	.episode-title {
		font-family: "proxima-nova";
		font-weight: 700;
	}


@media screen and (min-width: 1000px) {
  .navbar-brand {
    float: left;
    margin-right: 5px;
    margin-left: -15px;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 768px) {
	
	#skinoverlay {
		position: fixed;
		z-index: 0;
		width: 100%;
		height: 100%;
	}

.onscroll {
	background: #fdfcea url(img/TLB-nav_bg.png) repeat center center;
	height: 50px;
}



	.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover {
		color: #fff;
	}
	
	.nav-icon {
/*	    width:30px;
	    height:30px;
*/	    font-size: 17px !important;
	    display: inline-block;
	    text-align: center;	
	}

	/* Search Styles */
	
	.input-group-text {
		background-color: #fff;
	}


	.searchbox{
		position:relative;
		min-width:40px;
		width:0%;
		height:40px;
		float:right;
		overflow:hidden;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		-ms-transition: width 0.3s;
		-o-transition: width 0.3s;
		transition: width 0.3s;
		z-index: 200;
	}
	
	.searchbox .form-control {
		display: none;
	}

	.searchbox-open .form-control{
			top:0;
			right:0;
			border:0;
			outline:0;
			width:100%;
			height:40px;
			margin:0;
			font-size:17px;
			background: transparent;
			display: inline-block;
		}

	.searchbox-icon, .searchbox-submit{
		color: #fff;
		text-align: right;
		min-width: 40px;
	}

	.onscroll .searchbox-icon {
		color: #fff;
	}

	.searchbox-open .searchbox-icon {
		color: #93261f;
		position: absolute;
		top:0;
		right:0;
		height: 20px;
		padding: 10px;
	}

	.searchbox-open{
	    width:100%;
	    position: relative;
	    z-index: 200;
	    background: #fff;
	    color:#93261f;
	}


/* Main Styles */
	
	#main-container {
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		min-height: 600px;
	}
	
	.header {
		padding: 10px 0 0;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		position: relative;
		z-index: 50;
	}
	
	#main_logo {
		position: relative;
		top: 0;
		left: 0px;
/*		width: 230px;
		height: 100px;
		border: 1px solid #93261f;
		padding: 10px;
		z-index: 100;
*/		
	}
	
	
	.navbar {
    	border-radius: 0;
	}

	.navbar-nav>li>a {
		color: #93261f;
		font-size: 14px;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.navbar-text a {
		color: #93261f;		
	}
	
	.home_item {
		min-height: 176px;
	}

	.home_item_main {
		min-height: 364px;
	}
	
	.new_feature_item {
		min-height: 364px;
	}
	
	.home_item_main h2 {
		font-size: 30px;
	}
	
	.new_feature_item h2 {
		font-size: 30px;
		min-height: 78px;
	}
	
	.navbar-start {
	    min-height: 80px;
	}
	
	.onscroll .navbar-nav>li>a:hover {
		background: #222;
		color: #fff !important;
	}
	
	.dropdown-menu>li>a {
		color: #333;
	}
	
	
	.post h1 {
		font-size: 36px;
	}


	

	
	
#the_features {
	margin-top: 12px;
}

.feature_row {
	margin-left: -6px;
	margin-right: -6px;
	min-height: 176px;
}



.feature_area {
	padding-left: 6px;
	padding-right: 6px;
}


	
	.news-home {
	text-align: center;
	}
	
	.news-home-item {
		min-height: 0;
	}
	
	
	.jp-relatedposts-post2 {
		display: block;
	}
	
	.footer_standards_more {
		display: inline-block;
	}
	
	.footer_secondary {
		display: inline-block;
	}
	
	.copyright {
		margin-bottom: 0;
	}
	
	/* Events */
	
	#events {
		padding-top: 15px;
	}
	
	.single-event-date .month {
		display: block;
		font-size: 18px;
		font-weight: normal;	
		padding: 0;
	}

	.single-event-date .day {
		display: block;
		font-size: 30px;
		line-height: 26px;
		font-weight: bold;	
		padding: 0;
	}
	
	.social .push {
		font-size: 20px;
		display: inline;
	}

	
}

@media (min-width: 970px) {
	.navbar-nav>li>a {
		font-size: 17px;
		padding-left: 9px;
		padding-right: 9px;
	}
	
	.new-sidebar {
		min-height: 450px;
	}

	.record-info {
		text-align:left;
	}
	
	.records-top, .podcasts-top {
		height: 368px;
	}

	#featured_record h1, , #featured_podcast h1 {
		font-size: 2.5rem;
	}
	
	.podcasts-sm-top {
		background: #d18f07 url('img/tlb-podcasts-sm-banner.jpg');
		width: 100%;
		background-size: cover;
		background-position: left center;
	}	

}

@media (min-width: 1170px) {
	.navbar-nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}	
	
	.container-fluid {
    	width: 1170px;
	}

}