/*
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: #fdfcea url('img/halftone.png') repeat;
}

/* 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;
}

.header {
	/*background: #fdfcea url(img/top_bg.png) no-repeat center center */;
}

.navbar {
	background: #93261f;
	border: 0;
}

.navbar li {

}

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

.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;
}

/*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;
}

.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;
}



/* Sidebar */

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


.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;
	font-style: oblique;
}

/* Archives */

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

/* 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 {
    border-left: 5px solid #aaa;
}

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;
}

.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;
	}

.joinemail {
	font-size: 29px;
	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 i {
	font-size: 24px;
	font-weight: 400;
}

.social a {
	font-weight: 400;
	display: inline-block;
	margin: 0 0 0 12px;
	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;
	}
	
	.pager li>a, .pager li>span {
    	border-radius: 0;
    	background: #dadada;
    	border: 1px solid #fdfcea;
    }
    
    .pager li>a:hover, .pager li>span:hover {
    	background: #93261f;
    	color: #fff;
    }
    
    .pager 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 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}


@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: #93261f !important;
	height: 50px;
}

.onscroll .navbar-nav>li>a, .onscroll .navbar-text a {
	color: #fff;
}
	
	#main-container {
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	}
	
	.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;
*/		
	}
	
	#mobile_logo {
		margin-left: 41px;
		margin-right: 41px;
	}
	
	.navbar {
    	border-radius: 0;
		background: none;
	}

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

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


	
	/* Search Styles */
	

.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-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:17px;
    background: transparent;
}

.searchbox-icon, .searchbox-submit{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    font-size:17px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:40px;
    text-align:center;
    cursor:pointer;
    background: transparent;
    color: #93261f;
}

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

.searchbox-open .searchbox-icon {
	color: #93261f;
}

.nav-icon {
    width:30px;
    height:30px;
    font-size: 17px !important;
    display: inline-block;
    text-align: center;	
}

.searchbox-open{
    width:83%;
    position: relative;
    z-index: 200;
    background: #fff;
    color:#93261f;
}
	
	
#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;
	}
	
}

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

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

}