/*
* Theme Name: 		Sensation Red
* Theme URI:		http://wordpress.laga.nl/sensationred
* Description:		Official Laga wordpress theme 
* GitHub Theme URI:	bbronswijk/sensationred
* Author: 			IT Laga | Bram Bronswijk   
* Author URI: 		http://laga.nl
* Version: 			3.7.1
* License: 			GNU General Public License v2 or later
* License URI: 		http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: 		sensationred
* Tags: 			Red, White, Gray
* 
* TABLE OF CONTENTS
* 1.			Reset
* 2.			Header
* 	2.1		Qtranslate icons
* 	2.2		Custom bg
* 	2.3		Header Logo
* 3. 			Mobile Navigation
* 4.			Container/wrapper
* 5.			Sidebar
* 6.			Content
* 	6.0.5 	BLOG OVERVIEW
* 	6.1		Posts
* 	6.2		Page navigation
* 	6.3		Sponsoren (clickable sponsor logos)
* 	
* 7.			Sponsoren in footer
* 8. 			Footer widgets
* 9.			Footer ( red bar )
* 
* OTHER STYLESHEETS
* content.css								Stylesheet voor alle tekst en content die ook als editor style gebruikt kan worden
*											Alles wat niet in de editor staat moet in style.css
* nav.css									Stylesheet for header en menu ( loaded on all pages )
* homepage_editor/style.css					Stylesheet homepage ( alleen op homepage )
* editor_style.css							Stylesheet to style the text in the text editor in admin
* nggallery.css								Stylesheet for NextGEN Gallery plugin
* recent_newspost/style_recentposts.css		Stylesheet for newspost widget in sidebar
* recent_newspost/style_recentposts.css		Stylesheet for media queries (responsive elements)
* 
* 
*/

/* 1. RESET */
*{
	margin:0;
	padding:0;
}

body {
	background:#e8eee9;
	overflow-x:hidden;
}

body.noscroll{
	overflow: hidden;
}

/* 2. HEADER */
header{
	height:170px;
	width:100%;	
	position:relative;
	margin-top:0;
	z-index:15;
}


.qtranxs_language_chooser{
	padding-top:1em;
	position:absolute; 
	list-style-type:none;
	right:0;
	overflow:auto;
	width:80px;
}

.qtranxs_language_chooser li{
	float:left;
	width:2px;
	padding:0;
}

.qtrans_flag{
	float:left;
}

/* header image */
.banner-bg{
	background: url("/wp-content/themes/bbronswijk-sensationred-7b02be0/images/header.jpg") ;
	top:0;
	position:absolute;
	height:750px;
	width:100%;
	overflow:hidden;
	background-size: cover;
	
}

.banner-bg > .header_gradient{
	position: absolute;
	background: url("/wp-content/themes/bbronswijk-sensationred-7b02be0/images/header_gradient.png") repeat-x;
	bottom:0;
	text-indent:-9999px;
	width:100%;
	height:396px;	
}

.header_logo img {
	max-height:70px;
	height: auto;
	width:auto;
	max-width: calc( 100% - 150px );
	margin:20px 0 20px 20px;
	
}


/* 4. CONTAINER/WRAPPER */
.container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	min-width: 450px; 
	z-index:3;
}

.wrapper{
	position: relative;
	min-height:350px;
	margin-top:100px;
	background:#fff;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom:30px;
}


.wrapper__404{
	font-size:250px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.wrapper__error{
	text-align:center;
	font-size:20px;
}

.error_link{
	text-align:center;
	margin:25px 0;
}

.error_link a{
	font-size:25px;
	font-weight:bold;
}

.error_link a:hover{
	text-decoration:underline;
}

.error_contact{
	text-align:center;
	padding-bottom:4%;
}

/* 5. SIDEBAR */
.sidebar{
	float:left;
	width:25%;
	padding: 0;
	height:100%;
}

.page-template-sidebar-page .sidebar{
	float: right;
	border-left: 1px solid #ccc;
}

.recentpost_widget .addthis_toolbox{
	display:none;
}

.sidebar_nav{
	padding-left:20px;
	padding-bottom:30px;
}

.sidebar_nav h2 {
	font-size:25px;
	font-weight:bold;
	color:#000;
	margin-bottom:0.5em;
}

.sidebar_nav li{
	margin:0;
}

.sidebar_nav li a:hover{
	color:#ea1a35;
}

.sidebar_nav a{
	color: #000;
}

.sidebar li{
	list-style:none;
}

.sidebar .widget_text{
	padding: 0 5%;
}

.sidebar .widgettitle{
	color: #666;
	font-size:14px; 
	font-weight: 500;
	text-transform: uppercase;
	text-align:center;
	padding-bottom: 10px;
}

.sidebar .widget_nav_menu{
  margin:0;
  padding: 40px 20px;
}

.sidebar .widget_nav_menu .menu {
  margin-bottom: 0;
}

.sidebar .widget_nav_menu .menu .menu-item{
  margin-left: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  list-style-type: decimal;
  list-style-position: inside;
}

.sidebar .widget_nav_menu .menu .menu-item a{
  padding-left: 10px;
}

.sidebar .widget_nav_menu .menu .menu-item.featured{
  text-align: center;
  list-style: none;
  border-bottom: 0;
  margin-top: 15px;
}

.sidebar .widget_nav_menu .menu .menu-item.featured a{
  background: #ea1a35;
  color: #fff;
  padding: 7px 15px;
  font-weight: bold;
  border-radius: 4px;
}

.sidebar .widget_nav_menu .menu .menu-item.featured a:hover{
  background: #ebe9eb;
  color:#515151; 
}


/* 6. CONTENT */
.content{
	padding:4% 6%;
	overflow-y:auto;
	overflow-x:hidden;
	position: relative;
	border-left: 1px solid #ccc;
}

.content_left{
	width: calc( 63% - 1px );
	float:left;	
	overflow:auto;
	border-left: none;
}

h1.page-title{
	font-weight: 300;	
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 40px;
	border-bottom: 1px solid #ccc;
	color: #ea1a35;
}

.user-notification {
    background: #e9b5b5;
    margin: 5px 15px 2px 0px;
    padding: 10px 12px;
    width: 90%;
    border-radius: 3px;
}

/* 6.1 SINGLE POST */
.blog-content{
	padding: 4% 12%;
}

.blog-content .blog_title h1{
	border-bottom: none;
}


.blog_title h1{
	margin-bottom:0.2em;	
	line-height: 1em;
	color: #555;
	text-align: center;
	font-family: PT serif;
}

.blog_date{
	color:#888;
	margin:0;
	padding:0;
	font-style: italic;
	font-size:12px;
	text-align: center;
	padding-bottom: 10px;
}

.blog-content .blog_date{
	padding-bottom: 20px;
}

.blog_post_thumb {
	width:90%;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom:2em;
}

.blog_post_thumb img{
	height:auto;
	width:100%;
	padding:0;
	margin:0;	
}

.blog_post_content{
	overflow:auto;
}

/* 6.1.5 BLOG OVERVIEW */
#blog-container .blog_post{
	width: 30%;
	margin: 1.4%;
	border:1px solid #b8b8b8;
	margin-bottom:10px;
}

#blog-container .blog_post_thumb{
	margin-bottom: 0;
	width: 100%;
}

#blog-container .blog_post_content{	
	padding: 20px;
}


#blog-container .blog_post_content h2 a{
	font-weight: bold;
}

#blog-container .blog_post_content .blog_date{
	margin-bottom: 0;
	text-align: left;
}



/* 6.2 PAGE NAVIGATION */
.page_navigation{
	clear:both;
	padding-top:60px;
}

.nav_button a{
	padding:0.5em;
	background:#eeeeee;
	border-radius:3px;
	width:150px;
	text-align: center;
	color:#999;
	display:inline-block;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.nav_button_left{
	float:left;
}

.nav_button_right{
	float:right;
}

.nav_button a:hover{
	background:#ea1a35;
	color:#fff;
}

.previous_post_button a{
	color:#fff;
	background:#ea1a35;
	padding:5px 0px;
	position:absolute;
	right:12%;
	width:200px;
	text-align:center;
}

.previous_post_button a:hover{
	color:#999;
	background:#eee;
}

.previous_blog_link a{
	position:absolute;
	right:12%;
	margin-top:-20px;
	color:#999;
}

.next_post_button a{
	color:#fff;
	background:#ea1a35;
	padding:5px 0;
	position:absolute;
	margin-left:0;
	width:200px;
	text-align:center;
}

.next_post_button a:hover{
	color:#999;
	background:#eee;
}

.next_blog_link a{
	position:absolute;
	margin-left:10px;
	margin-top:-20px;
	color:#999;
}

/* COUNTDOWN CLOCK HEADER */
.countdown{
	width:430px;
	margin-top: 30px;
	margin-bottom: -40px;
	height:66px;
	position: absolute;
	position: relative;
	left: calc( 50% - 215px );
}

.countdown-color{
	color: #fff;	
}

.home .countdown{
	margin-top: 20px;
}

.countdown_section{
	display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 10px;
    width:85px;
}

.countdown_sep{
    font-size: 42px;
    line-height: 48px;
	font-family: Open Sans;
    float: left;
    display: inline-block;
    text-align: center;
    width: 30px
}

.countdown_amount{
    font-size: 42px;
    line-height: 48px;
	font-family: Open Sans;
    color:inherit;
}

.countdown h3{
	font-size: 12px;
	letter-spacing: 4px;
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
	text-align: center;
}


/* 6.3 SPONSOREN/CHARITY POSTS -> charity en sponsoren hebben de zelfde class */
.sponsoren_overview{
	text-align: center;
}

.sponsoren_overview h1.title{
	text-align: left;
}

.sponsoren_title{
	clear:both;	
	width:100%;
	text-align:center;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	margin-top:40px;
	text-transform: uppercase;
}

.sponsor_posts{
	border-top:none;
	width:200px;
	line-height: 0;
}

.sponsor_posts img{
	margin:30px 10px;
	height:auto;
	width:200px;
	padding:0;
	cursor:pointer;
	vertical-align: middle;
}

.sponsor_post_content{
	float:left;
	margin:30px 0;
	display:none;
	width:90%;
	width: calc(100% - 40px);
	background-color:#fff;
	border: 1px solid #a9a9a9;
	padding:20px;
	text-align:left;
}

.sponsor_post_content img{
	float:left;
	width:200px;
	margin-top:50px;
}

.sponsor_text{
	float:left;
	margin-left:30px;
	width:calc(100% - 270px);
	line-height: 1.5em;
}

.sponsor_text h1{
	line-height:1em;
	margin-bottom:0;
}

.sponsor_text h3{
	color: #666;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom:5px;
}

/* driehoekje dat vanuit de contentbox naar het sponsor logo wijst */
.box{
	position:absolute;
	background:#fff;
	border-top:1px solid #a9a9a9;
	border-left:1px solid #a9a9a9;
	height:20px;
	width:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	position: absolute;
	margin-top:-32px;
	z-index:2;
}

/* Single sponsor post ( when logo in footer is clicked ) */
.single_sponsor_post_thumb img{
	max-width:100%;
	height:auto;
	width:auto;
	max-height:250px;
	margin:0 auto;
}

/* 7. SPONSOREN IN FOOTER */ 
.white_gradient{
	background:url('/wp-content/themes/bbronswijk-sensationred-7b02be0/images/gradient_white.png');
	height:397px;
	width:100%;
	position: absolute;
	margin-top:-390px;
	z-index:1;
	text-indent:-9999px;	
}

.background_footer{
	position:relative;
	background:#fff;
	width:100%;
	clear:both;
	overflow: auto;
	overflow-x:hidden;
}

.sponsoren{
	clear:both;
	padding:30px 0;
	padding-left:20px;
	overflow:auto;
	border-top:1px solid #b8b8b8;
	height:120px;
	overflow: hidden;
	background:#fff;
}

.sponsoren h4{
	color: #666;
	font-size:14px; 
	font-weight: 500;
	text-transform: uppercase;
}

.hoofd_sponsor{
	margin-right:20px;
	float:left;
	width:200px;
}

.hoofd_sponsor a> img{
	float:left;
	margin: 20px 0;
	display:none;
	border:none;
	height:50px;
	width:auto;
}

.sub_sponsor{
	float:left;
	overflow: hidden;
	height: 120px;
}

.sub_sponsor a> img{
	float:left;
	margin:20px ;
	display:none;
	border:none;
	height:50px;
	width:auto;
}


/* 8. FOOTER WIDGETS */
.footer_widgets{
	background:#fff;
	clear:both;
	border-top:1px solid #b8b8b8;
	padding: 30px 0 50px 0;
	font-size:12px;
}

.footer_widgets .widget{
	position: relative;
}


.footer_widgets .widget{
	float:left;
	font-size:12px;
	width: 160px;
	padding-left:40px;
	margin:0;
	padding-bottom:50px;
}

.footer_widgets .widgettitle{
	font-size: 14px; 
	font-weight:100;
	text-transform: uppercase;
	color:#7c7c7c;
}

.footer_widgets .widget_text p, .footer_widgets .widget_text p a{
	font-size: 12px;
	line-height: 18px;
}

/* hardcoded laga logo */
.footer_widgets .widget:first-of-type{
	padding-left: 0;
}

.footer_widgets img{
	width:160px; 
}

/* HARDCODED SOCIAL media widget */
.footer_widgets .social-media{
	text-align: center;
}

.footer_widgets .social-media h2{
	margin-bottom: 15px;
}

.footer_widgets .social-media a{
	background: #ddd;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	height: 30px;
	line-height: 32px;
	margin: 5px;
}

.footer_widgets .social-media a i{
	color: #393939;
}

.footer_widgets .social-media a:hover{
	background: #393939;
}

.footer_widgets .social-media a:hover i{
	color: #ddd;
}

/* navigatie menu */
.footer_widgets li{
	list-style: none;
}

.footer_widgets .widget_nav_menu ul{
	padding-top:0.7em;
}

.footer_widgets .widget_nav_menu li{
	margin:0;	
	border-top: 1px solid #cacaca;
}

.footer_widgets .widget_nav_menu li:last-of-type{
	border-bottom: 1px solid #cacaca;
}

.footer_widgets .widget_nav_menu li a{
	display: block;
	color:#4c4c4c;
	padding: 6px 12px;
	font-size: 13px;
	width: 100%;
}

.footer_widgets .widget li a:hover{
	color:#ea1a35;
}

.footer_widgets .widget:last-child{
	float: right;
	margin-right: 30px;
}

/* 9. FOOTER ( red bar ) */
footer{
	display:block;
	box-sizing: border-box;
	overflow-x:hidden;
	overflow-y:auto;
	background:#ea1a35;
	max-width:100%;
	padding:10px 0;
	z-index: 999;
}

footer a{
	color:#fff;
	text-decoration: none;
	font-size: 12px;
}

footer .links{
	float:left;
	font-size: 12px;
	color:#fff;
	width:250px;
	margin-left:20px;
}

footer .copyright{
	width:400px;
	float:right;
	color:#fff;
	font-size:12px;
	text-align:right;
	padding-right:20px;
}


