/*
Theme Name: Rogstaekers 2017
Theme URI: http://www.vvrogstaekers.nl
Description: Template voor Rogstaekers
Version: 1.0
Author: Roel Beekmans
Author URI: http://www.skyhighmedia.nl/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
	font-size: 62.5%;
	background:#fff url("images/img-bg-geel2.jpg") fixed top right no-repeat;
}

body {
	position:relative;
    margin : 0 auto;
	padding : 0;
	font-family: 'Open Sans', sans-serif;
	color : #333333; 
	font-size: 1.6em;
	letter-spacing: 0.3px;
    line-height: 160%;
	width:100%;
	height:100%;
	background: url("images/img-bg-blauw2.jpg") fixed bottom left no-repeat;
}

/*

body::before {
	content:""; 
	position:absolute;
	top:0;
	right:0;
	width:613px;
	height:1337px;
    background-image:url("images/img-bg-geel.jpg");
	z-index: -1;
}

body::after {
	content:""; 
	position:absolute;
	bottom:0;
	left:0;
	width:436px;
	height:1652px;
    background-image:url("images/img-bg-blauw.jpg");
	z-index: -1;
}*/

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
	position: relative;
}

nav ul {
    list-style: none;
}

.wrapper {
    margin: 0 auto;
	padding:0 5%;
    max-width: 1400px;
    width: 90%;
	position:relative;
}

.clear {
    clear:both;
}

iframe {
    width: 100%;
	vertical-align: top;
}

/* HEADER ============================================================================= */

#header{
	position:relative;
	min-height:310px;
	background-image:url("images/header-bg.png");
	background-repeat: no-repeat;
	background-position:center top;
	background-size:100%;
}

#headerLogoCon {
	position:absolute;
	top:-10px;
	left:0;
}

#headerCon {
	text-align:right;
	padding:0 0 0 360px;
}

#headerTop {
	padding:60px 0 0;
	height:50px;
	position: relative;
    z-index: 20;
}

#header .blockSocial {
	float:right;
	margin:0 0 0 25px;
}

.blockSocial a:link, .blockSocial a:visited {
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height:40px;
	margin: 0 0 0 5px;
	font-size: 1.4em;
	text-align:center;
	color:#1c367f !important;
	background:#fff;
}

.blockSocial a:hover {
	color:#c2a33a !important;
}

#headerMenu {
	margin:100px 0 0;
	font-family: 'Open Sans';
	letter-spacing: 1px;
	position: relative;
    z-index: 10;
}

.ubermenu-main {
    border-radius: 0 15px 0 0;
}

#headerMenu .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
    right: 5px;
}

.search-form .screen-reader-text {
	display:none;
}

.search-form .search-field {
	padding: 8px 10px;
    width: 100%;
	margin:0 0 10px;
}

#footer .search-form .search-field {
    width: 50%;
}

.search-form .search-submit {
	display:block;
	background: #1e77bc;
    border-radius: 4px;
    padding: 7px 20px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    transition: all 0.6s ease 0s;
}

.search-form .search-submit:hover {
	background: #c2a33a;
}

/* CONTENT ALGEMEEN ============================================================================= */

.block {
	margin:0 0 30px;
}

.blockBlue {
	padding:15px;
	color:#fff;
	background:#1c367f;
}

.blockGold {
	padding:15px;
	color:#fff;
	background:#c8aa32;
}

#content {
	position:relative;
	margin:0;
	z-index:5;
}

#content::before {
	content:"";
	position:absolute;
	top:150px;
	left:1%;
	width:123px;
	height:384px;
	z-index:0;
	background-image:url("images/img-confetti-topleft.png");
}

#content::after {
	content:"";
	position:absolute;
	top:0;
	right:1%;
	width:167px;
	height:540px;
	z-index:-1;
	background-image:url("images/img-confetti-topright.png");
}

#contentBot {
	position:relative;
}

#contentBot::before {
	content:"";
	position:absolute;
	bottom:0;
	left:1.5%;
	width:104px;
	height:104px;
	z-index:0;
	background-image:url("images/img-confetti-botleft.png");
}

#contentBot::after {
	content:"";
	position:absolute;
	bottom:100px;
	right:2%;
	width:83px;
	height:308px;
	z-index:0;
	background-image:url("images/img-confetti-botright.png");
}

.borderR,
.rsOverflow {
	border-radius: 0px 25px 0px 0px;
	-moz-border-radius: 0px 25px 0px 0px;
	-webkit-border-radius: 0px 25px 0px 0px;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: none;
}

.rsUni .rsGCaption {
	font-family: 'Open Sans', sans serif;
	font-weight: bold;
	letter-spacing: 1px;
    background:rgba(28,54,127,0.9);
    border-radius: 0;
    bottom: 0;
    font-size: 10px;
    left: 0;
    padding: 15px;
	font-size: 1.4em;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget{
	margin:0 0 25px;
}

ul.menuSub {
	list-style:none;
	margin:0 0 25px;
	background:#1c367f;
	border-radius: 0px 25px 0px 0px;
	-moz-border-radius: 0px 25px 0px 0px;
	-webkit-border-radius: 0px 25px 0px 0px;
}

ul.menuSub li{
	color: #fff;
	margin:0;
	padding:0;
	cursor: pointer;
}

ul.menuSub li:first-child{
	border-radius: 0px 25px 0px 0px;
	-moz-border-radius: 0px 25px 0px 0px;
	-webkit-border-radius: 0px 25px 0px 0px;
}

ul.menuSub li a{
	display: block;
	text-decoration:none;
	padding:10px 15px;
	color:#fff;
}

ul.menuSub li:hover,
ul.menuSub li.current_page_item {
	background:#1e77bc;
}

ul.menuSub li ul li:first-child{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

ul.menuSub li ul li:hover {
	background:#3b94d9;
}

.widget_recent_entries,
.widget_archive,
.widget_tag_cloud {
	padding:15px;
	background:#1c367f;
	border-radius: 0px 25px 0px 0px;
	-moz-border-radius: 0px 25px 0px 0px;
	-webkit-border-radius: 0px 25px 0px 0px;
}

.widget_recent_entries h3,
.widget_archive h3,
.widget_tag_cloud h3 {
	color:#fff;
}

.widget_recent_entries ul,
.widget_archive ul,
.widget_tag_cloud ul{
	list-style:none;
	margin:0;
}

.widget_recent_entries li,
.widget_archive li,
.widget_tag_cloud a{
	margin: 0 10px 10px 0;
    padding: 0;
	cursor: pointer;
	display:inline-block;
}

.widget_recent_entries li a:link,
.widget_archive li a:link,
.widget_tag_cloud a:link,
.widget_recent_entries li a:visited,
.widget_archive li a:visited,
.widget_tag_cloud a:visited{
	color:#fff;
	background:#03569b;
	padding:5px 7px;
	text-decoration:none !important;
	display: block;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_tag_cloud a:hover{
	color:#1c367f;
	background:#fff;
	text-decoration:none !important;
}

.widget_tag_cloud a{
	font-size: 1em !important;
}

/* CONTENT PAGINA ============================================================================= */

.postsSidebar .post {
	margin-bottom:25px;
}

/* HOME ============================================================================= */

.postCon {
	display:block;
	position: relative;
	overflow:hidden;
	line-height: 0; /*when there is only an image in a div some browsers leave a little space below the image. This gets rid of that space*/
	width: 100%;
	height:325px;
	background-repeat: no-repeat !important;    
	background-position: center center !important;	
	-webkit-background-size: cover !important;	
	-moz-background-size: cover !important;	
	-o-background-size: cover !important;	
	background-size: cover !important;
	background-image:url("images/img-nieuws-standaard.jpg");
  }

.postCon h1,
.postCon h3 {
	position:absolute;
	bottom:0;
	color:#fff;
	width:100%;
	padding:15px 60px 15px 15px;
	min-height:70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.postNieuws h3 {background:rgba(194,163,58,0.9);}
.postEvent h1, .postEvent h3 {background:rgba(28,54,127,0.9);}
    
.postConOverlay {
	position: absolute; /*absolute position so that this div can sit over the image*/
	top: 100%; /*pushes the div to the bottom of the relatively positioned image-wrap div*/
	background: #c2a33a;
	width: 100%; /*width and height are offset by the padding. Total should add to 100% if you want the overlay to cover the entire image*/
	height: 100%;
	padding:15px;
	color: #fff;
	transition:200ms; /*This is the speed you want the overlay to retract when moving the mouse off*/
	-webkit-transition:200ms;
	-moz-transition:200ms;
	-o-transition:200ms;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

.postNieuws .postConOverlay {background:#c2a33a;}
.postEvent .postConOverlay {background:#1c367f;}
  
.postCon:hover > .postConOverlay {
	top: 0; /*when the post-wrap div is hovered, the overlay div moves from it's original position (top:100%) to this position*/
	transition:500ms; /*This is the speed you want the overlay to slide up on hover*/
	-webkit-transition:500ms;
	-moz-transition:500ms;
	-o-transition:500ms;
 }

.postCon img {
	position:absolute;
	bottom:20px;
	right:15px;
 }

#blockIchbin {
	background-image:url("images/img-ichbinrogstaeker.jpg");
	background-position:left bottom;
}

#blockGuldenhumor {
	background-image:url("images/img-guldenhumor2021.jpg");
	background-position:left bottom;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: #fff;
}

.borderPlatina,
.borderGoud,
.borderZilver {
	padding:15px;
	background:#fff;
}

.borderPlatina{border:2px solid #bebfc1;}
.borderGoud{border:2px solid #c2a33a;}
.borderZilver{border:2px solid #a7a7a7;}

#stiepels h3 {
	font-size:1.9em;
	padding: 50;
	text-align: center;
}

.borderPlatina h3{color:#bebfc1;}
.borderGoud h3{color:#c2a33a;}
.borderZilver h3{color:#a7a7a7;}

/* EVENEMENTEN ============================================================================= */

.colCon2 :nth-child(2n+1) {
	margin-left: 0;
}

table.blockInfo {
    margin: 0;
    width: auto;
}

table.blockInfo tr td:first-child {
    padding-right: 15px;
}

table.blockInfo td p {
    margin-bottom:0;
}

table.blockInfo a:link, table.blockInfo a:visited{
	color:#fff;
	text-decoration: underline;
}

table.blockInfo a:hover, table.blockInfo a:active{
	color:#c2a33a;
	text-decoration: underline;
}



/* FOOTER ============================================================================= */

#footer {
    background: #003382;
    color: #fff;
    width: 100%;
	margin:100px 0 0;
	padding:1.5em 0 0;
	position:relative;
}

#footer::before{
	content:""; 
	position:absolute;
	width:100%;
	height:192px;
	top:-192px;
	background-image:url("images/footer-bg2.png");
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size:100%;
}

#footer a:link, #footer a:visited{
	color:#fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color:#c2a33a;
	text-decoration: none;
}

#footer h3,
#footer h4 {
	color:#fff;
}

#footer ul {
	list-style:none;
    margin:0;
	padding:0;
}

#footer li {
	font-weight: 300;
    margin:0;
	padding:0;
	line-height: 1.5em;
}

#footer  #mc_embed_signup form {
    padding: 0 0 10px 0;
}

#footer .alignright p {
    display:inline;
}

.footerIsm {
	font-size:2em;
	padding: 0 15px;
}

#footer #mc_embed_signup .button {
    background-color: #1e77bc;
}

#footer #mc_embed_signup .button:hover {
    background-color: #c2a33a;
}

/* TEXT ============================================================================= */

p {
    line-height: 1.3em;
    margin-bottom: 1em;
	font-weight:300;
}

td p {
    font-size: 1.0em;
}

ul {
    margin:0 0 20px 1.5em;
	padding:0;
}

li {
    margin:0;
	padding:0 0 0 1em;
	line-height: 1.5em;
}

a { 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:link, a:visited{
	color:#1e77bc;
	text-decoration: underline;
}

a:hover, a:active{
	color:#1c367f;
	text-decoration: underline;
}

h1 {
	font-family: 'Open Sans', sans serif;
	font-weight: bold;
    color: #333333;
    font-size: 2.0em;
	padding:0 0 15px;
	line-height:1.2em;
	letter-spacing: 1px;
}

.home h1 {
	font-size: 1.5em;
    font-weight: 500;
}

h2 {
	font-family: 'Open Sans', sans serif;
	font-weight: bold;
    color: #333333;
    font-size: 1.6em;
    padding: 10px 0 25px;
	letter-spacing: 1px;
	line-height: 1em;
}

h2:first-child{
	padding-top:0;
}

h3 {
	font-family: 'Open Sans', sans serif;
	font-weight: bold;
    color: #333333;
    font-size: 1.4em;
    padding: 0 0 15px;
	letter-spacing: 1px;
	line-height: 1em;
}

h4 {
	font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 1.0em;
    letter-spacing:0.05em;
    padding: 0;
    font-weight: 500;
	line-height: 1.2em;
}

.gallery {
    margin: 0 0 1.5em 0 !important;
}

.alignright {
    text-align:right;
}

.aligncenter {
    text-align:center;
}

.button:link,
.button:visited,
button,
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	position: relative;
	display:inline-block;
	color:#fff;
    background: #1c367f;
    border: 0 none;
	padding: 12px 15px;
	margin:0 0 10px;
    color: #fff;
    font-size: 1.0em;
	text-transform: none;
    overflow: hidden;
	text-decoration: none;
    transition: all 0.6s ease 0s;
	border-radius: 0px 25px 0px 0px;
	-moz-border-radius: 0px 25px 0px 0px;
	-webkit-border-radius: 0px 25px 0px 0px;
}

.button:hover,
button:hover,
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	color:#fff;
    background: #1e77bc;
    cursor: pointer;
	text-decoration: none;
}

/* FORMULIEREN ============================================================================= */

.gform_wrapper form li, .gform_wrapper li {
    padding:0;
}

.gform_wrapper h2 {
	padding:0;
}

input[type="email"], 
input[type="text"], 
textarea {
	padding:10px 15px;
}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.alignleft {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}

img.alignright {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

.wp-caption {
    position: relative;
	width:auto !important;
}

.wp-caption-text {
    background: #283E76;
    bottom: 0;
    color: #ffffff;
    display: block;
    left: 0;
	margin:0;
    padding: 0.5%;
    position: absolute;
    width: 99%;
}


.gallery img {
    border: none !important;
}

/* TABELLEN ============================================================================= */

/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		border-collapse: collapse;
		margin: 0 0 1em;
	}
	
	table img{ 
		padding: 0 2em 0 0;
	}
	
	/* Zebra striping
	tr:nth-of-type(even) { 
		background: #474747; 
	}*/
	th { 
		font-weight: bold; 
	}
	td, th { 
		padding: 5px 20px 5px 0; 
		line-height:1.3em;
		border: none; 
		text-align: left; 
		vertical-align:top;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
		border-bottom: 1px solid grey; 
	}
	
	.page-id-5 table tr:first-child {
		display:none;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: none; 
		position: relative;
		padding: 5px 10px;
		
	}
	
}

/* RESPONSIVE GRID SYSTEM */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote {
    color: #333333;
    font-size: 2.3em;
    padding: 25px 50px 30px 175px;
	margin:0 0 40px;
    font-weight: 500;
	line-height: 1.2em;
	background: #f2f2f2;
}

blockquote::before {
	content: "\201D";
	display: block;
    font-family: arial;
    font-size: 5.5em;
    height: 0;
    left: -130px;
    position: relative;
    top: 70px;
}

blockquote p {
    margin:0;
}

blockquote em {
	display: block;
    font-size:0.5em;
}

blockquote a:link, blockquot a:visited {
    text-decoration:none;
	display:block;
}

blockquote a:hover {
	color:#a44292;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 30px 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 0.7% 0 0.7% 1.4%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/*  GRID OF TWO  */
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 49.3%;}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.2%; }
.span_1_of_3 { width: 32.4%; }

/*  GRID OF FOUR  */
.span_4_of_4 {width: 100%;}
.span_3_of_4 {width: 74.65%;}
.span_2_of_4 {width: 49.3%;}
.span_1_of_4 {width: 23.95%;}

/*  GRID OF FIVE  */
.span_5_of_5 {width: 100%;}
.span_4_of_5 {width: 79.72%;}
.span_3_of_5 {width: 59.44%;}
.span_2_of_5 {width: 39.16%;}
.span_1_of_5 {width: 18.88%;}

/*  MEDIA Q */

@media only screen and (max-width: 1800px) {
	#header{
		background-size:auto;
	}
}

@media only screen and (max-width: 1400px) {
	#headerTop {
		margin: 0 75px 0 0;
		padding: 42px 0 0;
	}
	
	#headerTop .ubermenu-responsive-toggle {
		display:none;
	}
	#headerCon {
		padding: 0;
		text-align: left;
	}
	#headerMenu {
		margin: 0;
		position:absolute;
		top:0;
		right:0;
		width:100%;
	}
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
		background: #1c367f;
	}
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		color: #fff;
		background: #1c367f;
	}
	.ubermenu-skin-trans-black-hov.ubermenu-responsive-toggle {
		font-size: 25px;
		font-weight: normal;
		width: 75px;
		float: right;
		margin: 30px 30px 0 0;
	}
	#headerMenu .ubermenu-main {
		-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.75);
		box-shadow: 0 0 15px 0px rgba(0,0,0,0.75);
		background: #1c367f;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#headerLogoCon {
		max-width: 350px;
	}
	
	#headerCon {
		padding: 0 0 0 300px;
		
	}
}

@media only screen and (max-width: 768px) {
	.col { margin: 2% 0 2% 0% !important;}
	.span_2_of_2, .span_1_of_2 { width: 100% !important; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100% !important; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100% !important; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {width: 100% !important;}
	
	body {
		overflow-x: hidden;
		background:none;
	}
	
	#content::before,
	#content::after,
	#contentBot::before,
	#contentBot::after {
		background-image:none;
	}
	
	#header {
		min-height: 225px;
	}
	
	#headerLogoCon {
		max-width: 300px;
		padding-right: 100px;
	}
	
	#header .blockSocial {
		display:none;
	}
	
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		font-size: 18px;
	}
	
	.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target, .ubermenu-main .ubermenu-tab > .ubermenu-target {
		font-size: 16px;
	}
	
	h1 {
		font-size: 1.5em;
	}
	
	h2 {
		font-size: 1.3em;
	}
	
	.rsUni .rsGCaption,
	h3 {
		font-size: 1.2em;
	}
	
	#stiepels h3 {
		font-size: 1.9em;
		padding: 0;
		text-align: center;
	}
	
}

@media only screen and (max-width: 480px) {
	
}

/*  FONTS   ==================================================================== */

@font-face {
    font-family: 'riffic-book';
    src: url('fonts/riffic-book-webfont.woff2') format('woff2'),
         url('fonts/riffic-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}