/*   
Theme Name: Schrijfwedstrijd
Theme URI: http://www.scholieren.com
Description: Thema voor de schrijfwedstrijd.
Author: Richard Homan
Author URI: http://www.scholieren.com/
Version: 20
*/

@import url(////fonts.googleapis.com/css?family=Montserrat);
@import url(////fonts.googleapis.com/css?family=Roboto);

* {
	margin: 0px;
	padding: 0px;
}

.menu_bg {
	height: 40px;
}
	.hoofdmenu {
		width: 1080px;
		margin: 0px auto;
	}

	#menu-hoofdmenu {
		list-style: none;
	}
		.hoofdmenu li {
			float: left;
			padding: 0px 30px;
			text-transform: uppercase;
			text-align: center;
			font-size: 19px;
			font-family: 'Montserrat', sans-serif;
		}

		.hoofdmenu li a {
			color: #000;
			text-decoration: none;
		}		

		.hoofdmenu .current_page_item a {
			color: #FF6e00;
		}
		
		.hoofdmenu a:hover {
			text-decoration: none;
		}

.header_bg {
	height: 264px;
	padding: 32px;
	width: 100%;
	background: url('../../uploads/2015/01/grain_blauw.png');
}

	.header {
		height: 100%;
		width: 1080px;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}

		.logo {
			height: 200px;
		}

.content_bg {
	min-height: 550px;
	width: 100%;
	background: url('../../uploads/2015/01/grain_geel.png');
}

	.contentholder {
		height: 100%;
		width: 1080px;
		margin: 0px auto;
		padding: 32px;
		position: relative;
	}
		
		img.advertorial {
			position: absolute;
			top: 50px;
			right: 0px;
			height: 400px;
		}

		img.veer {
			position: absolute;
			top: 250px;
			right: 0px;
			height: 400px;
		}

		h1.large {
			margin-top: 0px !important;
			font-family: 'Roboto', sans-serif;
			font-size: 38px;
			line-height: 1.2em;
			font-weight: 700;
			color: #1454A1;
		}

		p.text {
			font-family: 'Roboto', sans-serif;
			font-size: 17px;
			line-height: 1.4em;
			font-weight: 700;
			color: #1454A1;
			margin-top: 16px;
		}
	
		.orange {
			color: #FF6e00;
		}

		.blue {
			color: #1454A1;
		}

		.orangebg {
			background: none !important;
			background-color: #FF6e00 !important;
			color: #FFF;
		}

		.bluebg {
			background-color: #1454A1;
			color: #FFF;
		}

		.rounded {
			border-radius: 12px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
		}

		.metro {
			display: inline-block;
			padding: 4px 8px;
			font-family: 'Roboto', sans-serif;
			font-size: 12px;
			font-weight: 700;
			text-transform: uppercase;
			border: 0px;
		}
		.metro:hover {
			text-decoration: none;
			color: #FFF;
		}

		.metroline {
			position: relative;
			width: 550px;
		}

		.line {
			position: absolute;
			top: 12px;
			left: 0px;
			z-index: 1;			
			height: 2px;
			width: calc(100% - 80px);
		}

		.stopone {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 2;
		}

		.stoptwo {
			position: absolute;
			top: 0px;
			left: 200px;
			z-index: 2;
		}

		.stopthree {
			position: absolute;
			top: 0px;
			left: 400px;
			z-index: 2;
		}

		.arrowone {
			position: absolute;
			top: 0px;
			left: 124px;		
			z-index: 2;
		}

		.arrowtwo {
			position: absolute;
			top: 0px;
			left: 335px;		
			z-index: 2;
		}

		h2 {
			display: none;		
		}

		.footer {
			text-align: center;
			padding-bottom: 10px;
		}

		.footer p {
			margin: 10px;
			font-weight: 700;
			font-size: 14px;
		}

		.meedoen {
			width: 100%;
			padding: 10px;
			margin: 20px 0px;
			border-radius: 12px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
			min-height: 30px;
			border: 4px solid #1454A1;
			background: url('../../uploads/2015/01/grain_blauw.png');
			color: #1454A1;
		}

		.voorwaarden {
			width: 100%;
			padding: 10px;
			margin: 20px 0px;
			border-radius: 12px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
			min-height: 30px;
			border: 4px solid #1454A1;
			background: url('../../uploads/2015/01/grain_blauw.png');
			color: #1454A1;
		}

		.postlist .votecount {
			position: absolute;
			top: 143px;
			left: 8px;
			color: #FFF;
			font-size: 14px;
		}

		#usp_form label {
			color: #1454A1;
		}
		
		.voorwaarden ul {
			margin-left: 20px;
		}

		#usp-submit input {
			font-weight: 700;
			padding: 6px 12px;
			border-radius: 12px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
			background-color: #FFF;
		}

		.postlist {
			width: 280px;
			height: 165px;
			border-radius: 18px;
			-webkit-border-radius: 18px;
			-moz-border-radius: 18px;
			background-color: #1454A1;
			margin: 16px 24px;
			position: relative;
			overflow: hidden;
			float: left;
			display: block;
		}
		
		.postline {
			background: url('../../uploads/2015/01/grain_geel.png');
			width: 100%;
			height: 4px;
			position: absolute;
			top: 41px;
			left: 0px;
			z-index: 0;
			display: block;
		}

		.title {
			font-family: 'Roboto', sans-serif;
			font-size: 28px;
			line-height: 1.2em;
			font-weight: 700;
			color: #FFFFFF;
			position: absolute;
			top: 55px;
			left: 0px;
			width: 100%;
			text-align: center;
			display: block;
		}

		.author {
			font-family: 'Roboto', sans-serif;
			font-size: 17px;
			line-height: 1.4em;
			font-weight: 700;
			color: #FFFFFF;
			position: absolute;
			top: 12px;
			left: 12px;
		}

		.read {
			color: #FF6e00;
			position: absolute;
			bottom: 10px;
			right: 10px;
			height: 20px;
			width: 20px;
			border-radius: 12px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
			background-color: #FFFFFF;
			cursor: pointer;
			display: block;
		}

		.read i {
			position: absolute;
			top: -3px;
			left: -3px;
		}

		.postlist h2 {
			position: absolute;
			top: 10px;
			left: 10px;
			display: inline !important;
		}



.subfooter_bg {
	height: 20px;
	width: 100%;
	background: url('../../uploads/2015/01/grain_geel.png');
	position: relative;
}

.subfooter {
	height: 100%;
	width: 1080px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	color: #1454A1;
	margin: 5px auto;
}

.subfooter a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	color: #1454A1;
	margin: 5px auto;
}

.upper {
	text-transform: uppercase;
}

.ml40 {
	margin-left: 40px;
}

.storyheader {
	width: 100%;
	height: 148px;
	position: relative;
}

.storyheader p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	margin: 15px;
}

.storyheader .sh_author {
	width: 402px;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	z-index: 2;
}

.storyheader .sh_meta {
	width: 402px;
	height: 57px;
	position: absolute;
	bottom: 30px;
	left: 0px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	z-index: 2;
}

.storyheader .sh_votes {
	width: 118px;
	height: 118px;
	position: absolute;
	top: 0px;
	left: 406px;
	text-align: center;
	padding: 28px 0px;
	z-index: 2;
}

	.sh_votes p {
		margin: 0px;
	}

	.votescount {
		font-size: 48px;
	}
    
    .views {
        display: none;
    }

.storyheader .sh_socialhead {
	width: 202px;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 528px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	z-index: 2;
}

.storyheader .sh_socialcontent {
	width: 202px;
	height: 57px;
	position: absolute;
	bottom: 30px;
	left: 528px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	z-index: 2;
}

	.sh_socialcontent .facebook {
		font-size: 12px;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 8px 10px 8px 20px;
		padding: 0px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		background: #FFF url('../../uploads/2015/01/grain_geel.png');
		float: left;
		color: #1454A1;
	}

	.sh_socialcontent .whatsapp {
		font-size: 12px;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 8px 10px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		background: #FFF url('../../uploads/2015/01/grain_geel.png');
		float: left;
		color: #1454A1;
	}

.sh_socialcontent .twitter {
		font-size: 12px;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 8px 10px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		background: #FFF url('../../uploads/2015/01/grain_geel.png');
		float: left;
		color: #1454A1;
	}
	.sh_socialcontent .mail {
		font-size: 12px;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 8px 10px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		background: #FFF url('../../uploads/2015/01/grain_geel.png');
		float: left;
		color: #1454A1;
	}

	.sh_socialcontent .facebook i {
		position: absolute;
		top: 9px;
		left: 13px;
	}

	.sh_socialcontent .whatsapp i {
		position: absolute;
		top: 9px;
		left: 10px;
	}

	.sh_socialcontent .twitter i {
		position: absolute;
		top: 9px;
		left: 10px;
	}
	.sh_socialcontent .mail i {
		position: absolute;
		top: 8px;
		left: 8px;
	}

.storyheader .sh_vote {
	width: 118px;
	height: 118px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 6px solid #1454A1;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	background: #FFF url('../../uploads/2015/01/grain_geel.png');
	z-index: 2;
}

.storyheader .l1 {
	position: absolute;
	top: 20px;
	right: 100px;
	width: 150px;
	height: 6px; 
	z-index: 1;
}

.storyheader .l2 {
	position: absolute;
	bottom: 50px;
	right: 100px;
	width: 150px;
	height: 6px; 
	z-index: 1;
}

.storyheader .l3 {
	position: absolute;
	bottom: 0px;
	left: 30px;
	width: 6px;
	height: 40px;
	z-index: 1;
}

.storyheader .l4 {
	position: absolute;
	bottom: 0px;
	left: 270px;
	width: 6px;
	height: 40px;
	z-index: 1;
}

.storyheader .l5 {
	position: absolute;
	bottom: 0px;
	left: 664px;
	width: 6px;
	height: 40px;
	z-index: 1;
}


.singlestory {
	padding: 0px 73px;
}

.storycontainer {
	position: relative;
}

.storycontent {
	width: 100%;
	border-left: 4px solid #1454A1;
	border-top: 4px solid #1454A1;
	border-right: 9px solid #1454A1;
	border-bottom: 9px solid #1454A1;
	background-color: #FFFFFF;
	min-height: 500px;
	z-index: 1;
	padding: 24px;
}

.storyshadow1 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	background: url('../../uploads/2015/01/grain_geel.png');
	z-index: 2;
}

.storyshadow2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 5px;
	height: 5px;
	background: url('../../uploads/2015/01/grain_geel.png');
	z-index: 2;
}

.storytitle {
	color: #1454A1;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	margin: 10px 0px 35px 0px;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.storycontent p {
	color: #000;
	font-family: Georgia, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	text-align: justify;
}

.sh_vote .init {
	color: #1454A1;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-left: 11px;
	cursor: pointer;
}

.sh_vote .novoting {
	color: #1454A1;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-left: 11px;
	cursor: pointer;
}

.sh_vote .success {
	display: none;
	color: #1454A1;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
	margin: 25px 15px 15px 7px;
}

.sh_vote .voter {
	display: none;
	height: 100%;
	width: 100%;
	padding: 26px 15px;
}

.voter form {
	height: 50px;
	width: 100%;
	position: relative;
}

.voter .emailaddress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	border: 4px solid #FF6e00;
	width: 255px;
	padding: 15px;
	color: #1454A1;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.voter a,
.voter a:hover,
.voter a i,
.voter a i:hover {
	color: #1454A1;
}

.voter .votesubmit {
	position: absolute;
	top: 0px;
	left: 255px;
	height: 50px;
	border-top: 8px solid #FF6e00;
	border-bottom: 8px solid #FF6e00;
	border-left: 4px solid #FF6e00;
	border-right: 4px solid #FF6e00;
	background-color: #FF6e00;
	width: 110px;
	padding: 2px 5px 2px 5px;
	color: #1454A1;
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
}

.voter .error {
	background-color: #FFEEEE;
}

.footerlogo1,
.footerlogo2,
.footerlogo3,
.footerlogo4,
.footerlogo5,
.footerlogo6,
.footerlogo7 {
	height: 110px;
	margin: 25px 15px;
}

.prize_left,
.judge_left {
	width: 100%;
	height: 150px;
	margin-bottom: 50px;
	background-color: #FFF;
	position: relative;
	padding: 10px 10px 10px 160px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	border: 6px solid #1454A1;
	overflow: hidden;
}

	.prize_left img,
	.judge_left img {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 150px;
		height: 150px;
	}

.prize_right,
.judge_right {
	width: 100%;
	background-color: #FFF;
	height: 150px;
	margin-bottom: 50px;
	position: relative;
	padding: 10px 160px 10px 10px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	border: 6px solid #1454A1;
	overflow: hidden;
}

	.prize_right img,
	.judge_right img {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 150px;
		height: 150px;
	}

.prize_left .name,
.prize_right .name,
.judge_left .name,
.judge_right .name {
	color: #1454A1;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	font-weight: 700;
	text-transform: uppercase;
}


.prize_left .text,
.prize_right .text,
.judge_left .text,
.judge_right .text {
	color: #000;
	font-family: 'Georgia', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	margin: 5px 0px;
}

.hide-on-desktop *,
.hide-on-desktop {
	display: none !important;
}

.design {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 200px;
	text-align: right;
	color: #1454A1;
}

.prize_left br,
.prize_right br,
.judge_left br,
.judge_right br {
	display: none;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.nostories {
    margin: 16px 40px;
    font-size: 16px;
    color: #1454A1;
}

.sfblock {
    font-size: 16px;
    color: #1454A1;
    height: 65px;
    width: 936px;
    margin: 0px 24px 16px 24px;
    background-color: #1454A1;
    border-radius: 16px;
}

.sfblocksub {
    height: 65px;
    width: 994px;
    margin: 0px -24px;
}

.sfblocksub div {
    width: 33%;
    height: 30px;
    float: left;
    padding: 16px 48px;
}

.sfblocksub div input,
.sfblocksub div select {
    width: 100%;
    padding: 4px;
    height: 32px;
}

.prize img,
.judge img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    float: left;
    margin-right: 20px;
}

.prize .name,
.judge .name {
	margin: -20px 0px 5px 0px !important;
}

#usp-success-message {
    font-size: 16px;
    font-weight: 700;
}