/*
Theme Name: Social Brothers Theme
Author: Social Brothers
Author URI: http://socialbrothers.nl
Description: Social Brothers theme.
Version: 1.0
License: Social Brothers
*/

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 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*/
@import url('//fonts.googleapis.com/css?family=Titillium+Web');
* {
	/*font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

.sidebar.left {
	z-index:121;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background: #d41216;
    color:white;
}
.sidebars > .sidebar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
    position: fixed;
    color: white;
    padding: 30px;
    font-size: 2em;
    text-align: center;
}
.sidebar-close-btn:hover {
	color:#d41216 !important;
	background-color:white !important;
}
.sidebar-close-btn {
	margin-top:40px;
	margin-left:40px;
	color: #d41216;
	background-color:white;
	font-size: 20px;
	border:none;
	border-radius:0;
}
.sidebar-close-btn span {
	padding-top:4px;
}
.sidebar-icon-btn:hover {
	color:#d41216 !important;
	border:solid 2px #d41216 !Important;
	background-color:#d41216 !important;
}
.sidebar-icon-btn {
	background-size: 70% 80% !important;
    background-position: center center;
    background-repeat: no-repeat;
	position:absolute;
	top:40px;
	left:40px;
	color:white;
	background-color:#d41216 !important;
	border:none;
	border-radius:0;
	width: 30px;
    height: 30px;
	z-index:120;
}
.sidebar-nav {
	margin-top:20%;
}
.sidebar-contact {
	margin-top:20%;
	padding-right:10%;
	padding-left:10%;
}
.sidebar-contact span {
	padding-bottom:2px;
}
.sidebar-nav ul {
	list-style:none;
	padding-left:10%;
	padding-right:10%;
}
.sidebar-nav a {
	color:white;
	font-weight:bold;
}
.sidebar-nav hr {
	margin-top:10px;
	margin-bottom:10px;
}

#logo_firstslide {   
	max-width: 650px;
    height: 150px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.mainpage-nav {
	list-style-type: none;
	color:white;
	font-weight:bold;
}
.mainpage-nav a {
	padding-left:10px;
	padding-left:10px;
	font-weight:bold;
	display:inline !important;
}
.mainpage-nav li {
	font-weight:bold;
	display:inline !important;
}
/*.wp-post-image {
	position:relative;
	z-index:-1;
	width:100%;
	height:100%;
}*/

.lastpage-footer {
	position:absolute;
	bottom:0;
	color:white;
	background-color:#d41216;
	z-index:15;
	width:100%;
	height:100px;
}
.footer-contact-right {
	float:left;
	vertical-align:middle;
	text-align:left;
	padding-top:10px;
}
.footer-contact-mid {
	float:left;
	width:33%;
	vertical-align:middle;
	text-align:left;
	padding-top:10px;
}
.footer-contact-left {
	float:left;
	width:33%;
	vertical-align:middle;
	text-align:left;
	margin-left:10%;
	padding-top:10px;
}
.footer-contact-left span,.footer-contact-mid span,.footer-contact-right span {
	line-height: 20px;
	vertical-align:middle;
	display: inline-block;
}
h1, ul.mainpage-nav a {
    color: white !important;
    text-shadow: 0px 0px 10px black;
}
ul.mainpage-nav a {
    font-size: 18px;
}
.sidebar-contact {
    bottom: 30px;
    position: absolute;
}
.bottomleft {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.showmore {
    margin-left: 6px;
    width: 100%;
    color: #d41216;
    background-color: white;
    border: none;
    border-radius: 0px;
    left: 0px;
    display: table-caption;   
}

.darkenbody {
background: rgba(0,0,0,1);
}

.message-content {
    color: black;
    left: 10%;
    bottom: 10%;
    background-color: white;
    position: absolute;
    max-width: 450px;
    padding: 20px;
    text-align: left;
    display: none;
	margin-bottom: 40px;
	margin-left: 6px;
}
.popup_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
	letter-spacing: 0.3em;
	padding-right: 42px;
}
.section {
	position: relative;
}
.message-content.open {
	display: block;
    word-break: break-word;
}
.close_popup {
    cursor: pointer;
    background-color: #d41216;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 4px 10px;
    color: white;
    font-weight: bold;
}
.close_menu {
	cursor: pointer;
	position: absolute;
    left: 30px;
    top: 30px;
    padding: 4px 10px;
    color: white;
    font-weight: bold;
}
.bottomleft h1.open {
    display: none;
}
.intro h1 {
	text-align: left;
	text-transform: uppercase;
	word-break: break-word;
	font-weight: 500;
    margin-left: 4px;
    margin-bottom: 10px;
	letter-spacing: 0.3em;
}
.single h2 {
    font-size: 60px;
}
.headerimgsingle {
	height: 400px; 
	width: 100%; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center; 
}

.btn-primary:hover {
    background-color: #D41216 !important;
    border-color: #D41216 !Important;
}
.message-content a {
    color: #D41216;
}
div#logo_firstslide {
    max-width: 650px;
    left: calc(50% - 325px);
    top: 38%;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}


div#logo_firstslide.scrolled {
    position: absolute;
    width: 100%;
    left: calc(50% - 200px);
    top: 35px;
    max-width: 400px;
    z-index: 10;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}
.carousel-indicators {
	bottom:20%;
}
.carousel-caption {
	    position: relative;
	opacity:1;
	color:white;
	top:50%;
}
.carouselslide h3 {
	color:white;
	font-size:30px;
}
.carouselslide a {
	color:#d41216;
	font-size:30px;
}
.carouselslide a:hover {
	color:white;
	font-size:30px;
}
.carousel-inner {
	opacity:1;
	top:10%;
	left:-20%;
}
.social-buttons {
	max-width:48px;
}
.event {
	padding: 15px;
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 375px;
    color: black;
    margin: 10px auto;
    min-height: 100px;
    text-align: left;
}
.event_titel {
    font-weight: bold;
    text-transform: uppercase;
}
.event_ondertitel {
	color: #d41216;
}
.event_img {
    background-size: cover;
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
.sidebar-nav {
    margin-top: 125px;
    padding: 10px;
}



/* Grid styling */
					.thirdsection * {
					  -webkit-box-sizing: border-box;
					     -moz-box-sizing: border-box;
					          box-sizing: border-box;
					}
					.grid:after {
					  content: '';
					  display: block;
					  clear: both;
					}
					.grid-sizer,
					.grid-item {
					  width: 20%;
					 border: 1px solid white;
					}
					.grid-item {
					  float: left;
					}
					.grid-item img {
					  display: block;
					  max-width: 100%;
					}
					.grid-item img:hover {
					    opacity: 0.1;
					}
					.itemwrap:hover > .fb_text {
					    display: block;
					}
					.fb_text {
					    position: absolute;
					    top: 0px;
					    left: 0px;
					    width: 100%;
					    height: 100%;
					    background-color: #d41216;
					    display: none;
					    opacity: 0.9;
					    color: white;
					    padding: 10px;
					}
					.grid-item:nth-child(3n+3) .itemwrap {
					    min-height: 225px;
					}
					.grid-item:nth-child(3n+2) .itemwrap {
					    min-height: 175px;
					}
					.fb_text p {
					    border-bottom: 1px solid white;
					    width: 100%;
					    float: left;
					    padding-bottom: 5px;
					}
					.innercontentfb {
					    margin-top: 36px;
					    text-align: left;
					}
					.itemwrap {
					    min-height: 275px;
					    background-size: cover;
					    background-position: center center;
					    background-repeat: no-repeat;
					}
h1 { font-size: 4em; }
.intro h1 {
	font-size: 3em;
}
@media (max-width: 991px){
.grid-sizer, .grid-item {	
	width: 25%;
}
}
@media (max-width: 768px){
.grid-sizer, .grid-item {	
	 width: 33.3333%;
}
}
@media (max-width: 550px){
.grid-sizer, .grid-item {
	 width: 50%;
}
.intro h1 {
    font-size: 30px !important;
}
.message-content.open {
    width: 100%;
    left: 0px;
}
div#logo_firstslide {
    width: calc(100% - 50px) !Important;
    left: 25px !Important;
    right: 25px !Important;
    /*top: 75px !important;*/
    top: 145px !important;
}
}
@media (max-width: 400px){
.grid-sizer, .grid-item {	
	 width: 100%;
}
}


.sidebar-contact img {
    width: 30px;
}
.sidebar-contact {
    width: 100%;
    display: flex;
    padding-left: 25px;
    
    justify-content: space-around;
}
.fp-controlArrow {
	display: none;
}
.event a {
    max-width: 100%;
    float: left;
    background-color: #D41216;
    padding: 4px 24px;
    margin-right: 4px;
    margin-top: 2px;
    color: white;
}
.bg_contact {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
}
.contact_innerblock {
    color: white;
    background-color: #D41216;
    padding: 25px 100px;
    text-align: center;
}
.contact_innerblock h2 {
    font-size: 22px;
    color: white;
}
.contact_innerblock .social-buttons {
    max-width: 25px;
    margin: 4px;
    margin-top: 25px;
}







/* random shit */
.event {
    min-height: 160px;
	padding-bottom: 45px;
}   
.event_img {
    height: 130px;
    cursor: pointer;
}
.modal-dialog {
    width: 75%;
    margin: 8% auto;
	text-align: center;
}
.modal-content {
    display: inline-block;
}
.modal.fade.in {
    cursor: pointer;
}
a.redfb {
    padding: 0px;
}
a.redfb img {
    width: 28px;
}
.red_past {
	max-width: 100%;
	float: left;
	background-color: #D41216;
	padding: 4px 24px;
	margin-right: 4px;
	margin-top: 2px;
	color: white;
}
a.ade_tickets.scrolled, .page-template-page-agenda .ade_tickets, .page-template-page-pastevents .ade_tickets {
	display: none;
}