/*
Theme Name: TTIP-LEAKS
Author: Hans van Manen
Author URI: http://www.greenpeace.nl
Version: 1.0
*/

html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height:1.3em;
	letter-spacing:0.03em;
	color: #333;
}
p {
	margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: 'Special Elite', cursive;
	text-transform:uppercase;
	line-height:1.2em;
}
.logo_title {
	font-family: 'Patua One', cursive;
	font-size: 21px;
	letter-spacing:0.04em;
}
.petua_tekst {
	font-family: 'Patua One', cursive;
	font-size: 16px;
	letter-spacing:0.04em;
}
.geel {
	color:#F8E815;
}
.oranje {
	color:#FB9E31;
}
.groen {
	color:#5b8f22;
}

/* links */
a:link, a:visited {
	text-decoration:underline;
	color:#fff;
}
a:hover, a:active {
	text-decoration:underline;
	color:#FB9E31;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
a.menu:link, a.menu:visited {
	text-decoration:none;
	color:#FFF;
}
a.menu:hover, a.menu:active {
	text-decoration:none;
	color:#FFF;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
a.link_op_wit:link, a.link_op_wit:visited {
	text-decoration:none;
	color:#cd1805;
}
a.link_op_wit:hover, a.link_op_wit:active {
	text-decoration:underline;
	color:#ccbab8;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
a.categorie:link, a.categorie:visited {
	float:left;
	text-decoration:none;
	color:#FFF;
	background-color:#FB9E31;
	display:block;
	padding:4px 10px 7px 10px;
	text-align:center;
	margin:2%;
}
a.categorie:hover, a.categorie:active {
	background-color:#030303;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}

/* Header */
.header {
	position:fixed;
	width:100%;
	height:auto;
  color: white;
	z-index:99;
}
.bkgd_groen {
	background-color:#5b8f22
}
.bkgd_zwart {
	background-color:#030303
}
.header_logo {
	float:left;
	width:50%;
	padding-top:4px;
}
.sm_ea {
	float:right;
	width:140px;
	text-align:right;
	color:#FFF;
	padding-top:4px;
}
.donatie {
	float:right;
	width:220px;
	text-align:right;
	color:#FFF;
	padding-top:2px;
}
.nav-menu-hor {
	float:left;
	width:75%;
}
.nav-menu-hor ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.nav-menu-hor ul li {
	float: left;
	display: inline-block;
	margin: 0 30px 0 30px;
}
.nav-menu-hor ul li a {
	font-family: 'Special Elite', cursive;
	font-size:1.1em;
	text-decoration: none;
	text-transform:uppercase;
	color: #FFF;
}
.nav-menu-hor ul li a:hover{
	color: #FB9E31;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.dropdown_titel {
	padding: 12px 16px;
	font-family: 'Patua One', cursive;
	font-size: 1.3em;
	color:#FFF;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.search_box {
	float:right;
	width:calc(25% - 30px);
	padding-right:30px;
}
input[type="text"] {
	float:right;
	display:block; 
	width:150px;
	height: 13px;
	border: solid 1px #FFF;
	padding: 2px 2px 5px 4px;
	background-color:rgba(0,0,0,0);
	color:#FFF;
	font-size:1em;
	margin-right:8px;
	-webkit-box-shadow: 0px 1px 12px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 1px 12px 0px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 1px 12px 0px rgba(255, 255, 255, 0.75);;
}
input.search_field:focus {
	outline: none !important;
	border: solid #FB9E31 1px;
}
.header_img {
	width:100%;
	max-width:1200px;
	height:auto;
}

/* dropdown menu */
.dropdown {
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);/*rgba(91, 143, 34, 0.7);*/
	min-width: 160px;
	max-width:610px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#drop_ttip_and_you a {
	padding: 13px 16px 7px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color:#5b8f22;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align:center;
	text-transform:none;
}
#drop_the_leaks a, #drop_news a, #drop_what_is a {
	padding: 13px 16px 7px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color:#5b8f22;
	text-transform:none;
}
#drop_ttip_and_you a:hover, #drop_the_leaks a:hover, #drop_news a:hover, #drop_what_is a:hover {
	background-color:#030303;
	color:#FB9E31;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.show {display:block !important;}

ul.nav-menu-vert_big {
	float:left;
}
ul.nav-menu-vert_big li {
	padding: 4px;
	float:none;
	display: block;
	margin: 0;
} 
ul.nav-menu-vert_basic li {
	padding: 1px 0 1px 0;
	color:#FFF;
	float:none;
	display: block;
	margin: 0;
}
.mobile_menu {
	float:right;
	height:20px;
	cursor:pointer;
	display:none;
}

/* General Layout */
.main_wrapper {
	float:left;
	width:100%;
	height:auto;
}
.content_wrapper {
	max-width:1200px;
	width:96%;
	padding: 1% 2% 1% 2%;
	height:auto;
}
#menu_onder {
	padding: 1.3% 2% 1.3% 2%;
}

/* Page/ Content Layout */
article.pageL {
	float:left;
	margin:1% 2% 1% 0;
	background-color:rgba(91, 143, 34, 0.7);
	width:44%;
	padding:2%;
	color:#FFF;
}
article.page h2 {
	font-size: 225%;
	margin-bottom: 15px;
}
article.pageHomeR {
	float:left;
	margin:1% 0 1% 2%;
	width:48%;
	color:#030303;
}
article.leftOneThird {
	float:left;
	margin:1% 2% 1% 0;
	width:27.33%;
	padding:2%;
	color:#FFF;
}
article.rightTwoThird {
	float:right;
	margin:1% 0 1% 2%;
	background-color:rgba(91, 143, 34, 0.7);
	width:60.66%;
	padding:2%;
	color:#FFF;
}
article.post {
	margin-bottom: 20px;
}
article.post:last-of-type {
	border-bottom: none;
}
.pageWhole {
	margin:1% 0 1% 0;
	background-color:rgba(91, 143, 34, 0.7);
	width:96%;
	padding:2%;
	color:#FFF;
}

/* diversen content dingen */
.button_menu {
	list-style-type: none;
	margin:0;
	padding: 0;
	overflow: hidden;
	text-align:center;
	text-transform:uppercase;
}
.button_menu li a {
	color:#fff !important;
	display:block;
	text-decoration:none;
	padding:18px 16px 12px 16px;
	width:calc(98% - 32px);
	font-family: 'Special Elite', cursive;
	font-size:1.1em;
	margin:1% 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.button_menu1 a:link, .button_menu1 a:visited {
	background-color:#FB9E31;
}
.button_menu2 a:link, .button_menu2 a:visited {
	background-color:#5b8f22;
}
.button_menu1 a:hover, .button_menu2 a:hover, .button_menu1 a:active, .button_menu2 a:active {
	background-color:#030303;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.button_menu3 a:link, .button_menu3 a:visited {
	background-color:#030303;
}
.button_menu3 a:hover, .button_menu3 a:active {
	color:#FFF;
	background-color:#FB9E31;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.frontmenu {
  padding-top: 5px;
  padding-bottom: 5px;
}
.frontmenu:hover {
  background-color: rgba(0,0,0,0.5);;
}
.frontmenu a {
	padding:0 !important;
}
.button_menu4 a {
	padding:0 !important;
	width:100% !important;
	margin:0.5% 0 !important;
	color:#030303 !important;
	text-transform:none !important;
	text-align:left !important;
}
.button_menu4 a:hover {
	color:#FB9E31 !important;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.button_menu5 a {
	padding:8px !important;
	width:100% !important;
	margin:0 !important;
	color:#FFF !important;
	text-transform:none !important;
	text-align:left !important;
}
.button_menu5 a:hover {
	color:#FB9E31 !important;
	background-color:rgba(0,0,0,0.5);
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.button_donatie a {
	float:right !important;
	text-decoration:none !important;
	font-family: 'Special Elite', cursive !important;
	font-size:1em !important;
	color:#FFF !important;
	background-color:#FB9E31 !important;
	display:block !important;
	padding:5px 10px 0px 10px !important;
	text-align:center !important;
	width:120px !important;
}
.button_donatie a:hover {
	background-color:#030303;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.view-full-post-btn {
	clear:both;
	float:left;
  padding:4px 16px;
	margin-top: 4px;
  margin-bottom: 6px;
  color:#FFF;
	background-color:#FB9E31;
	text-decoration:none !important;
}
.view-full-post-btn:hover {
	background-color:#030303;
  color:#FFFFFF;
	text-decoration:none;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.et_pb_post {
	margin-bottom: 100px;
	border-top: 1px solid #e1e1e1;
}
.et_pb_post:first-of-type {
  border-top: none;
}
.view-full-post { 
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.view-more {
	display:none;
}
.menu_homeR {
	width: 94%; 
	padding:2%; 
	background-color:rgba(91, 143, 34, 0.7); 
	color:#fff;
}
.fp_news_img {
  float: left;
  width: 20%;
  height: 60px;
  margin-right: 2%;
  margin-left: 8px;
}
.fp_news_blok {
  float:left; 
  width:68%; 
  height:auto; 
  margin-top:-7px;
	font-family: 'Patua One', cursive;
	font-size: 16px;
	letter-spacing:0.04em;
  line-height: 1.3em;
}

/* Standard Nav Menu */
.site-nav ul {
	margin: 0;
	padding: 0;
}
.site-nav ul:before, 
.site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1; }
.site-nav ul li {
	list-style: none;
	float: left;
}
.site-nav ul li a:link,
.site-nav ul li a:visited {
	display: block;
}

/* Footer */
#site_footer {
	position:fixed;
	bottom:0;
	color:#fff;
}
.footer_logo {
	float:left;
	width:50%;
}
.footer_menu {
	float:right;
	display: block;
	width:50%;
	padding:0;
	margin:0;
	text-align:right;
}
.footer_menu ul { 
	float:right; 
	display:inline;
}
.footer_menu li {
	list-style-type: none; 
	display: inline;
	font-size:0.8em;
}
.footer_menu li a {
	font-family: 'Special Elite', cursive;
	font-size:1.1em;
	text-decoration: none;
	text-transform:uppercase;
	color:#FFF;
	line-height:15px;
	text-decoration:none;
  background-image: url('images/link_out.svg');
  background-position: right;
  background-size: 15px;
  padding-left: 15px;
  padding-right: 19px;
  padding-top: 8px;
  background-repeat: no-repeat;
}
.footer_menu li a:hover {
	color:#FB9E31;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	transition:all .3s ease;
}
.footer_menu li:last-child > a {}

/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* Two Column Title Layout */
div.title-column {
	width: 30%;
	float: left;
}

div.text-column {
	width: 70%;
	float: right;
}

/* Children Links (pagina's) */
.children-links {
	margin-bottom: 20px;
	font-size: 80%;
}
.children-links a:link,
.children-links a:visited {
	text-decoration: none;
	padding-bottom: 2px;
}
.children-links ul {
	float: left;
	padding-top:2px;
}
.children-links li {
	margin-right: 20px;
}
.children-links .parent-link {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #FFF;
	font-size: 120%;
}
.children-links .parent-link a:link,
.children-links .parent-link a:visited {
	color: #030303;
}
.children-links .current_page_item a:link,
.children-links .current_page_item a:visited {
	border-bottom: 1px solid #FFF;
	color: #030303;
	cursor: default;
}
.current_page_item a {
  color: black !important;
  background-color: #FB9E2F !important;
}
.current_page_item a:hover {
  color: black !important;
}
.hor_current_page_item a:link,
.hor_current_page_item a:visited {
	border-bottom: 1px solid #FFF;
	color: #030303;
	cursor: default;
}

/* Post Styles */
.post h2 {
	margin-bottom: 0;
}

p.post-info {
	font-size: 0.8em;
	color: #FFF;
}

/* slideshow correction */
.metaslider .caption-wrap {
	background:#fff !important;
	color:#030303 !important;
}
.metaslider {
	margin-bottom:15px !important;
}
.caption_title {
	text-align:center;
	font-size:1.8em;
}

/* images */
.alignleft {
	float:left;
	margin:0 2% 2% 0;
}
.alignrifht {
	float:left;
	margin:0 0 2% 2%;
}

/* pdf menu */
.pdf_viewer {
	width:100%;
	border: none;
	background-color: white;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.pdf_menu {
	clear:both;
	float:left;
	width:90%;
	padding:4%;
	margin-top:20px;
	background-color:rgba(91, 143, 34, 0.7);
	max-height:600px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align:center;
	color:#fff;
}
.pdf_button_menu {
	list-style-type: none;
	margin:0;
	padding: 0;
	overflow: hidden;
}
.pdf_button_menu li a {
	font-family: 'Patua One', cursive;
	font-size: 16px;
	letter-spacing:0.04em;
  line-height: 1.3em;
	background-color:#FB9E31;
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 12px 16px 12px 16px;
	width: 90%;
	margin: 1% 0 1% 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.pdf_button_menu li a:hover {
	color:#FB9E31;
	background-color:#030303;
}

/* popups */
.poup_achtergrond {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	display:none;
	cursor:pointer;
	z-index:997;
}
#close_popup {
	position:fixed;
	top:20px;
	right:20px;
	display:none;
	cursor:pointer;
	z-index:999;
}

/* diversen */
.clear {
	clear:both;
	width:100%;
	height:0;
}
.highlight {
	color:#FB9E31;
}
.single_button {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin-top:20px;
}
.faq_content_lees_meer {
	display:none;
}

@media screen and (max-width: 900px) {
	.logo_title {
    font-size: 1em;
	}
	.content_wrapper {
		max-width:1200px;
		width:93%;
		padding: 2% 3% 2% 3%;
		height:auto;
	}
	#menu_onder {
		padding: 3%;
	}
	.nav-menu-hor {
		display:none;
	}
	.search_box {
		display:none;
		float:left;
		width:290px;
		clear:both;
	}
	input[type="text"] {
		float:left;
		display:block; 
		width:250px;
		height: 13px;
		border: solid 1px #FFF;
		padding: 2px 2px 5px 4px;
		background-color:rgba(0,0,0,0);
		color:#FFF;
		font-size:1em;
		margin-right:8px;
	}
	.mobile_menu {
		display:block;
	}
	.nav-menu-hor {
		float:left;
		width:100%;
	}
	.nav-menu-hor ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		width:100%;
	}
	.nav-menu-hor ul li {
		float:none;
		display: block;
		margin: 0;
		padding: 1% 0;
	}
	.dropdown {
		display: none;
		position:relative !important;
		float:left;
		margin-top:0 !important;
		margin-bottom:5%;
    padding:4px;
		background-color: rgba(0, 0, 0, 0);/*rgba(91, 143, 34, 0.7);*/
		min-width: 100%;
		-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
	}
	.dropdown > img {
		display:none;
	}
	#drop_ttip_and_you a {
		padding: 10px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
		background-color:#5b8f22;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		text-align:center;
	}
	#drop_the_leaks a, #drop_news a, #drop_what_is a {
		padding: 10px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
		background-color:#5b8f22;
	}
	#drop_ttip_and_you a:hover, #drop_the_leaks a:hover, #drop_news a:hover, #drop_what_is a:hover {
		background-color:#5b8f22;
		color:#FB9E31;
	}
	ul.nav-menu-vert_basic li {
		padding: 1px 0 1px 0 !important;
		color:#FFF;
		float:none;
		display: block;
		margin: 0;
	}
}
@media screen and (max-width: 690px) {
	article.pageL {
		margin:1% 0;
		width:96%;
		padding:2%;
	}
	article.pageR {
		float:left;
		margin:1% 0 1% 2%;
		background-color:rgba(91, 143, 34, 0.7);
		width:44%;
		padding:2%;
		color:#FFF;
	}
	article.pageHomeR {
		margin:1% 0;
		width:100%;
		padding:0;
	}
	.button_menu li a {
		width:calc(100% - 32px);
	}
	.menu_homeR {
		width: 96%;
	}
	article.leftOneThird {
		float:left;
		margin:1% 0 1% 0;
		width:96%;
		padding:2%;
		color:#FFF;
	}
	article.rightTwoThird {
		float:left;
		margin:1% 0 1% 0;
		background-color:rgba(91, 143, 34, 0.7);
		width:96%;
		padding:2%;
		color:#FFF;
	}
}
@media screen and (max-width: 420px) {
	.footer_logo {
		width:100%;
		text-align:center;
	}
	.footer_menu {
		width:100%;
		text-align:center;
	}
	.footer_menu li {
		font-size:0.7em;
	}
}

/* windwows IE10 en hoger */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.footer_menu li a {
    font-family: 'Special Elite', cursive;
    font-size:1.1em;
    text-decoration: none;
    text-transform:uppercase;
    color:#FFF;
    line-height:15px;
    text-decoration:none;
    background-image: url('images/link_out.svg');
    background-position: right;
    background-size: 12px;
    padding-left: 15px;
    padding-right: 19px;
    padding-top: 5px;
    background-repeat: no-repeat;
  }
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 20px 0;
	}
.alignleft, img.alignleft {
	margin-right: 20px;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 20px;
	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: 20px;
	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;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}