/*
	Theme Name: Goede Vis
	Theme URL: http://www.goedevis.nl/
	Author: Jeroen Smeets
	Author URI: http://jeroensmeets.com
	Version: 1.0
	Template: simone

todo:
- media query max-width omschrijven naar mobile first

*/

/*********************************/
/*   general styles              */
/*********************************/

/* colors

header achtergrond: #516a6a

*/

/*********************************/
/*   reset                       */
/*********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    /* background: #b2b2b2; */
	background-image: url(http://vis.eersteblik.nl/wp-content/themes/goedevis/img/bg_visnet.jpg);
}

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

ol, ul {
	list-style-type: none;
	list-style-position: inside;
}

article ol, article ul {
	list-style-position: outside;
	margin-left: 24px;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

a:focus img {
    outline: none; /* 3px dotted #2c86ba; */
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.selfclear:before, .selfclear:after {
    content: "";
    display: table;
}

.selfclear::after {
    clear: both;
}

.selfclear {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*********************************/
/*   WordPress elements          */
/*********************************/

html, body { height:100%; width: 100%; margin:0; padding:0; }
#page { height:100%; width: 100%; }

.edit-link {
    display: none;
}

/***********************************/
/*   shadows, radius and gradients */
/***********************************/

.shadow {
	-webkit-box-shadow: 5px 5px 9px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow:    5px 5px 9px 0px rgba(50, 50, 50, 0.82);
	box-shadow:         5px 5px 9px 0px rgba(50, 50, 50, 0.82);
}

.lettershadow {
	-webkit-text-shadow: rgba(50, 50, 50, 0.82) 5px 5px 9px;
	-moz-text-shadow:    rgba(50, 50, 50, 0.82) 5px 5px 9px;
	text-shadow:         rgba(50, 50, 50, 0.82) 5px 5px 9px;
}

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

.gradient.blue {
	background-image: -webkit-linear-gradient(left, #1077a7, #080914);
	background-image: linear-gradient(to right, #1077a7, #080914);
}

.grey {
	background-color: #e8e8e8;
}

/*********************************/
/*   webfonts                    */
/*********************************/

body {
	font-family: 'Open Sans', sans-serif;	
}

strong, b {
	font-weight: 700;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

article h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 6px;	
}

#filters h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 6px;
	color: #005470;		
}

article h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;	
	margin-bottom: 3px;
}

header#masthead #icon-nav div div {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

header#masthead #menu-extended #menu-extended-inner a {
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-decoration: none;
	font-size: 16px;
}

header#masthead #nav-criteria ul li h3 {
	color: #005470;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

header#masthead #nav-criteria ul li p,
	header#masthead #menu-extended ul#menu-hoofdmenu > li li a {
		color: #20add8;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-weight: 700;	
}

body.single-vissoort article .marktnamen {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: normal;	
}

div#fish-search-bar h1.search-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 23px;
	color: #1586ba;
	/* 	margin etc. are defined under search css below */
}

div#fish-search-bar #extrainfo a {
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
}

#primary a, #primary a:visited {
	text-decoration: none;
	color: black;
}

/*
header#masthead #menu-extended #menu-extended-inner li li a:before,
	#primary a.gt:before {
		font-family: 'FontAwesome';
		font-weight: bold;
		font-style: normal;
		display: inline-block;
		text-decoration: inherit;
		content: "\f105 ";
		padding-right: 4px;
}
*/

body.home #primary .entry-content h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: white;
	text-align: center;
	margin: 36px 0;
}

#primary .entry-content a,
	#primary .entry-content a:visited {
	color: #00a0d2;
	font-weight: bold;
	text-decoration: none;
}

#primary .entry-content a:hover {
	text-decoration: underline;
}

#primary ul.breadcrumbs {
	margin-top: -4px;
	margin-bottom: 20px;
	list-style: none;
}

#primary ul.breadcrumbs {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

#primary ul.breadcrumbs a:before {
	content: "";
}

body.single-beoordeling article .entry-title,
body.single-vissoort h1.entry-title,
	body.single-post h1.entry-title,
	article.type-page h1.entry-title {
		font-family: 'Oswald', 'Open Sans', sans-serif;
		font-size: 36px;	
}

ul#fish-list li h1 {
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #005470;
}

ul#fish-list li.vissoort h2 a, ul#fish-list li.beoordeling h2 a {
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #00a0d2; /*  #1586ba;	 */
}

ul#fish-list li.vissoort h2 a:before {
	content: "";
}

ul#fish-list li.vissoort .beoordeling a {
	color: white;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

ul#fish-list > li.beoordeling div {
/* 	color: white; */
	font-family: 'Montserrat', sans-serif;
/*
	text-transform: uppercase;
	font-weight: bold;	
*/
}

ul#fish-list > li.beoordeling p {
	color: black;
	font-family: 'Montserrat', sans-serif;
/* 	font-size: 15px; */
}

.widget h1.widget-title {
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #005470;
}

footer#colophon #footer-inner {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

footer#colophon #footer-inner a,
	footer#colophon #footer-inner a:visited {
		text-decoration: none;
		color: white;
		font-weight: bold;
}

/***********************/
/* links to dictionary */
/***********************/

a.dict {
	position: relative;
/* 	font-style: italic; */
	text-decoration: underline !important;
	color: inherit !important;
	font-size: 12px;
}

/*
a.dict:after {
	font-family: FontAwesome;
	content: "\f02d";
	margin-left: 6px;
}
*/

a.dict span {
	display: none;
	position: absolute;
	bottom: 20px; left: 50px;
	background-color: #516a6a;
	padding: 12px; width: 250px; height: auto;
	font-style: normal;
}

a.dict:hover span {
	display: block;
/*
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
    border-radius: 6px;
*/
    color: white;
    font-weight: normal;

}

/************************************************************/
/*   these elements are centered below (under responsive)   */
/*   and their padding is set to zero
/************************************************************/

header#masthead #header-inner,
	header#masthead #menu-extended #menu-extended-inner,
	div#content,
	footer#colophon #footer-inner {
		width: 100%; max-width: 100%;
		padding: 0 18px;
}

/*********************************/
/*   header                      */
/*********************************/

body {
	margin-top: 0 !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	transition: background 1.6s linear;
}

div#primary {
/* 	min-height: 484px; */
}

header#masthead {
	background-color: #819998; /* was #516a6a */
	background-image: url('img/verloop-groenrood-1600.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	min-height: 112px;
	margin-bottom: 16px;
}

#menu-extended-inner > div {
	display: none;
}

header#masthead h1.site-title {
	margin-top: 6px;
	float: left;
}

header#masthead h1.site-title-mobile {
	display: none;
}

/**********************************/
/*   navigation                   */
/**********************************/

header#masthead #icon-nav {
	margin-top: 18px;
    float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

header#masthead #icon-nav > div {
	margin-left: 16px;
	max-width: 66px;
}

header#masthead #icon-nav > div a,
	header#masthead #icon-nav > div a:visited {
	text-decoration: none;
	color: black;
}

header#masthead #icon-nav svg {
/* 	margin-left: 4px; */
	margin-bottom: 8px;
	height: 34px;
}

header#masthead #icon-nav > div {
	color: white;
}

header#masthead #icon-nav > div:hover {
	opacity: .7;
	cursor: pointer;
}

header#masthead #icon-nav > div div {
	text-align: center;
}

header#masthead #icon-nav svg path {
	fill: white;
}

header#masthead #icon-nav svg ellipse {
	stroke: white;
}

header#masthead #icon-nav > div:hover svg path {
/*     fill: #00a0d2; */
}

header#masthead #nav-criteria ul li {
	width: 24%; height: 100%;
	padding: 12px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid white;
}

header#masthead #nav-criteria ul li:first-child {
	border-left: 0;
}

header#masthead #nav-criteria ul li svg {
	float: left; margin-top: -6px; margin-right: 8px;
	width: 30px; height: 30px;
}

header#masthead #nav-criteria ul li p {
	padding: 4px 0;
	clear: left;
}
header#masthead #menu-extended {
	padding: 18px 0 36px;
	display: none;
	clear: both;
}

header#masthead #menu-extended ul#menu-hoofdmenu {
	list-style-position: inside;
}

header#masthead #menu-extended ul#menu-hoofdmenu > li {
	width: 25%; height: 100%;
	padding: 12px;
	vertical-align: top;
	float: right;
	border-right: 1px solid white;
}

header#masthead #menu-extended ul#menu-hoofdmenu > li:first-child {
	border-right: 0;
}

header#masthead #menu-extended ul#menu-hoofdmenu > li > a {
	color: #005470;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

header#masthead #menu-extended ul#menu-hoofdmenu > li ul {
	margin-top: 6px;
}

header#masthead #menu-extended ul#menu-hoofdmenu > li li {
/* 	margin-left: 8px; */
}

nav#footer-navigation {
	padding-bottom: 16px;
	border-bottom: 4px solid #667a7a;
}

nav#footer-navigation ul li {
	display: inline; margin-right: 16px;
}

ul.sub-menu li.menu-item:hover > a {
	color: #516a6a !important;
}

/**********************************/
/*   news & archive               */
/**********************************/

article.post {
	font-size: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 26px;
	clear: left;
}

article.post h2 {
	font-size: 21px;
	line-height: 23px;
	font-weight: bold;
	margin: 6px 0 12px;
}

#primary article.post h2 a, #primary article.post h2 a:visited {
	color: #1586ba;
}

article.post img.attachment-small-thumb.wp-post-image {
	float: left;
	margin: 0 24px 0 0;
/* 	margin: -68px 0 0 -240px; */
}

/**********************************/
/*   404                          */
/**********************************/

body.error404 h1.entry-title {
	font-size: 28px;
	color: #ff0000;
}

body.error404 h1.page-title {
	font-size: 28px;
	margin: 28px 0 18px;	
}

body.error404 h1.page-title, 
	body.error404 div.index-box {
		padding-left: 250px;
}

body.error404 div.index-box p {
	margin: 16px 0;
	font-size: 15px;
}

/**********************************/
/*   fish search form             */
/**********************************/

div#fish-search-bar {
	width: 100%;
	height: 130px;
/* 	margin: 60px 0; */
}

div#fish-search-bar .search {
	float: left;
	margin-left: 12px;
	border-right: white;
	width: 64%;
}

div#fish-search-bar h1.search-title {
	width: 100%;
	margin-top: 24px;
	margin-left: 24px;
}


div#fish-search-bar input#fish-search {
	font-size: 1.8em;
	width: 100%;
	color: #333;
	margin: 16px 0;
	padding: 8px;
	margin-left: 24px;
}

div#fish-search-bar #extrainfo {
	float: right;
	display: table;
	border-collapse: collapse;
	width: 26%;
	height: 100%;
	border-left: 1px solid white;
}

div#fish-search-bar #extrainfo div {
	display: table-row;
	height: 50%;
}

div#fish-search-bar #extrainfo div a {
	line-height: 64px;
	margin-left: 24px;
	color: #005470 !important;
}

div#fish-search-bar #extrainfo div:first-child {
	border-bottom: 1px solid white;
}
div#fish-search-bar #extrainfo #atoz {
	
}

div#fish-search-bar #extrainfo #duurzaamheid {

}

/**********************************/
/*   search results               */
/**********************************/

body.page-template-fish-search article {
	background-color: white;
	width: 100%;
/* 	margin: 60px 0; */
	padding: 8px 8px 8px 24px;
}

body.page-template-fish-search article .entry-title {
	color: #00a0d2;
	margin: 0;
	padding: 0;
/* 	border-bottom: 1px solid black; */
	clear: both;
}

body.page-template-fish-search article .entry-header {
/* 	margin-left: 240px; */ margin-top: 0;
}

body.page-template-fish-search article img {
	float: left;
	max-width: 200px;
}

body.page-template-fish-search article .entry-content {
	font-size: 17px;
/* 	margin-left: 240px; */
}

ul#fish-list {
	list-style: none;
	width: 100%;
}

ul#fish-list > li {
	margin: 24px 0;
	padding: 24px;
}

ul#fish-list > li h1 {
	color: #1586ba;
}

ul#fish-list > li.visgroep {
	background-color: white;
}

ul#fish-list > li.visgroep .excerpt {
	font-size: 17px;
	line-height: 23px;
}

ul#fish-list > li.visgroep img {
	float: right;
}

ul#fish-list > li.vissoort {
	position: relative;
	background: transparent url(img/verloop-wittransparant-960.png) top left repeat-y;
/*
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .7));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .7));
    background-image: -webkit-gradient(linear, 0 0, 100% 1, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .7));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .7));
    background-image: linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .7));;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, .7)', GradientType=1);
*/
}

ul#fish-list > li.vissoort h2 {
	border-bottom: 1px solid black;
	margin-left: 240px;
	margin-bottom: 4px;
	line-height: 33px;
}

ul#fish-list > li.vissoort .excerpt {
	font-size: 16px;
	margin-left: 240px;
	font-style: italic;
}

ul#fish-list > li.vissoort .beoordeling {
	float: right;
	background-color: #1586ba;
	padding: 8px;
	margin-top: 24px;
}

ul#fish-list > li.vissoort .beoordeling a {
	font-size: 14px;
}

ul#fish-list > li.vissoort img {
	float: left;
	margin-right: 24px;
}

ul#fish-list > li.beoordeling.red {
	background-color: #ff0000;
}

ul#fish-list > li.beoordeling.yellow {
	background-color: #ffcc00;
}

ul#fish-list > li.beoordeling.green { /* 0 176 80 */
	background-color: #00b050;
}

ul#fish-list > li.beoordeling.cert {
	background-color: #00b2a9;
}

ul#fish-list > li.beoordeling.wild {
	background-color: #0759A3;
}

ul#fish-list > li.beoordeling.kweek {
	background-color: #00b2a9;
}

ul#fish-list > li.beoordeling img.attachment-fish-search-thumb {
/*
	float: right;
	margin: 0 0 24px 24px;
*/
}

ul#fish-list > li.beoordeling div.fishimg {
	position: absolute;
	top: 42px; right: 24px;
	display: none;
}

ul#fish-list > li.beoordeling {
	padding: 0;
	position: relative;
}

ul#fish-list > li.beoordeling .beoordeling-icon {
	margin: 12px 0 0 24px; float: left;
	width: 57px;
}

ul#fish-list > li.beoordeling .beoordeling-icon div {
	color: white;
	text-transform: uppercase;
}

ul#fish-list > li.beoordeling .whitebg {
	float: right;
	width: 82%; /* fallback */
	width: calc( 100% - 104px );
	min-height: 160px;
	padding: 12px 24px;
	background-color: white;
/* 	background: transparent url(img/verloop-wittransparant-960.png) top left repeat-y; */
}

ul#fish-list > li.beoordeling .whitebg h2 {	
	margin-bottom: 8px;
	margin-top: -4px;
}

ul#fish-list > li.beoordeling div.latin {
	font-size: 12px;
	font-style: italic;
	margin-top: 12px; margin-right: 8px;
	color: #999;
	float: right;
}

ul#fish-list > li.beoordeling .whitebg .fa-arrow-down,
	ul#fish-list > li.beoordeling .whitebg .fa-arrow-up {
		margin-top: 8px; margin-left: 47%;
		font-size: 2em;
}

ul#fish-list > li.beoordeling .excerpt {
	display: none;
	margin-top: 24px;
	font-weight: normal;
}

ul#fish-list > li.beoordeling .excerpt h2 {
	display: inherit;
}

ul#fish-list > li.beoordeling h3 {
	margin-left: 180px;
}

ul#fish-list > li.beoordeling table.texts {
	margin-bottom: 6px;
	width: 100%;
}

ul#fish-list > li.beoordeling table.texts td {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
/* 	color: #20add8; */
	width: 30%; min-width: 30%;
}

ul#fish-list > li.beoordeling table.texts td:first-child {
	padding-right: 24px;
	width: 30%;
}

ul#fish-list > li.beoordeling table.texts tr.title td {
	font-family: 'Oswald', 'Open Sans', sans-serif;
	text-transform: uppercase;
}

ul#fish-list > li.beoordeling .excerpt {
	font-family: 'Open Sans', sans-serif;
	clear: left;
	font-size: 12px;
}

ul#fish-list > li.beoordeling .excerpt h2 {
	font-family: 'Oswald', 'Open Sans', sans-serif;
	text-transform: uppercase;	
}

ul#fish-list > li.beoordeling .excerpt p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal !important;
	margin-bottom: 12px;
}

ul#fish-list > li.beoordeling .excerpt img {
	display: none; float: right;
	width: 180px; height: 120px;
	margin: 24px 0 16px 16px;
}

ul#fish-list > li.beoordeling .excerpt a {
	color: white;
}

ul.scores {
	list-style-type: none !important;
	position: absolute;
	top: 52px; right: 184px;
}

ul.scores li {
	float: left;
}

li .circle {
	width: 24px; height: 24px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
    border-radius: 12px;
}

ul.scores li .circle {
	margin-left: -8px;
}

li .circle.red {
	background-color: #ff0000;
}

li .circle.yellow {
     background-color: #ffcc00;
}

li .circle.green { /* 0 176 80 */
     background-color: #00b050;
}

li .circle.cert {
	background-color: #0491b2;
}

.strikethrough {
	position: relative;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;

	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}

#filters {
	background-color: white;
	margin-top: 8px;
/* 	padding: 24px; */
}

#filters .filterbox {
	float: left;
	margin-right: 24px;
	font-size: 12px;
}

#filters #inputfields {
	width: 88%; float: right;
}

#filters input[type=text], #filters select {
	max-width: 100%;
	font-size: 16px;
}

/*
#filter_options {
	float: right;
	padding: 14px 0;
	min-height: 72px;
}
*/

#filter_options .lbl {
	margin: 12px 24px;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
}

ul.scorecount, ul.prodmethod {
	list-style: none;
	margin-left: 0;
/* 	clear: left; */
}

ul.scorecount li {
	float: left;
	margin: 0 6px 14px 0;
	cursor: pointer;
}

ul.scorecount li.hide {
	opacity: .3;
	transition: opacity .7s;
}

ul.scorecount li div {
	width: auto; height: 42px;
	padding: 0 2px 2px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
    border-radius: 4px;
    text-align: center;
    color: white;
    font-size: 21px;
}

ul.scorecount li div.red {
	background-color: #ff0000;
}

ul.scorecount li div.yellow {
     background-color: #ffcc00;
}

ul.scorecount li div.green { /* 0 176 80 */
     background-color: #00b050;
}

ul.scorecount li div.cert {
/* 	background-color: #00b2a9; */
}

ul.scorecount li div.wild {
/* 	background-color: #0759A3; */
	width: auto;
}

ul.scorecount li div.kweek {
/* 	background-color: #00b2a9; */ /* #0491b2 */
}

ul.scorecount li div img {
	margin: 0; padding: 0;
	max-height: 42px; height: 42px;
}

ul.prodmethod li {
	cursor: pointer;
	max-width: 40%;
	display: inline-block;
	margin-right: 4px;
}

ul.prodmethod li .rectangle {
	width: auto; height: 42px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
    border-radius: 8px;
    padding: 10px 24px 10px 4px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border: 2px solid transparent;
}

ul.prodmethod li.wildvangst .rectangle {
	background-color: #b5b493;
}

ul.prodmethod li.kweek .rectangle {
	background-color: #48582e;
}

ul.prodmethod li .rectangle.selected {
	border: 2px solid black;
}

div.scorebadge {
	width: 140px;
	height: 78px;
	float: left;
	text-align: center;
	margin-right: 24px;
	padding-top: 54px;
	background: transparent url('img/fish-wit.svg') top center no-repeat;
	background-size: 80px 50px; /* 56px 36px; */
}

div.scorebadge.red {
	background-color: #ff0000;
}

div.scorebadge.yellow {
     background-color: #ffcc00;
}

div.scorebadge.green {
     background-color: #00b050;
}

div.scorebadge.cert {
	background-color: #00b2a9;
}

/**********************************/
/*   page                         */
/**********************************/

/*
	this layout is for page.php and one-column.php
	both have article.vispage
*/

#content {
/* 	padding-bottom: 250px !important; */
}

#content-inner {
	background-color: white;
/* 	width: 100%; */
	margin: 10px 0 60px;
	padding: 24px;
	position: relative;
}

body.page #content-inner {
	margin: 60px 0;
}

body.single-vissoort #content-inner, body.single-beoordeling #content-inner {
/* 	opacity: 0.85; */
}

article.vissoort .entry-content {
	font-size: 17px;
}

article.vissoort img.attachment-fish-search-medium {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	height: auto;
}

#main ol {
	list-style-type: decimal;
}

#main ul {
	list-style-type: square;
}

#main ul.scorecount, #main ul#fish-list {
	list-style: none;
}

article.vispage #header-outer {
	position: relative;
	margin-bottom: 8px;
}

article.vispage #side {
	float: left;
	max-width: 180px;
}

article.vispage #side a {
	color: #00a0d2;
	font-size: 16px;
}

article.vispage picture img {
	width: 100%;
	max-width: 100%;
	max-height: 240px; overflow: hidden;
	padding-bottom: 16px;
	border-bottom: 1px solid grey;
	margin-top: 0;
	margin-bottom: 24px;
}

article.vispage header.entry-header {
	position: absolute;
	bottom: 10px; left: 50%;
	margin-left: -25%;
	width: auto; height: auto;
	background-color: white;
	padding: 6px 24px 0;
}

article.vispage header.entry-header .entry-title {
	color: #00a0d2;
	margin: 4px 0;
}

article.vispage .entry-content {
	font-size: 15px;
	line-height: 20px;
	float: right;
	width: 75%;
	padding-left: 24px;
}

article.vispage #sidebar-navigation ul {
	list-style-type: none;
	display: inline-block;
}

article.vispage #sidebar-navigation ul li {
}

/* only for screen large enough to support two columns, see media queries at bottom of this stylesheet */
/*
article.two-columns .entry-content {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
	padding-right: 24px;
}
*/

.entry-content p,
	.entry-content blockquote,
	.entry-content img {
		margin: 12px 0;
}

.entry-content p:first-child {
	margin: 0 0 12px;
}

nav#sidebar-navigation {
	float: left;
	max-width: 23%;
}

article.vispage ul#sidebar-menu, article.vispage ul#sidebar-menu ul {
	margin-left: 0;
}

article.vispage ul#sidebar-menu li {
	display: none;
	margin-left: 6px;
}

article.vispage ul#sidebar-menu > li {
	margin-left: 0;
}

article.vispage ul#sidebar-menu li.current-menu-ancestor,
	article.vispage ul#sidebar-menu li.current-menu-parent li {
		display: block !important;
}

article.vispage ul#sidebar-menu li a {
	font-size: 13px;
	font-weight: 700;
	color: #00a0d2;
	padding: 3px 0;
	display: block;
	width: 100%;
}

article.vispage ul#sidebar-menu li.current_page_ancestor a {
	color: #005470;
}

article.vispage ul#sidebar-menu ul.sub-menu li a {
	color: #20add8;	
}

/*
article.vispage ul#sidebar-menu li.current_page_ancestor,
	article.vispage ul#sidebar-menu li.current_page_ancestor ul.sub-menu li {
	display: block;
}
*/

/*
article.vispage ul#sidebar-menu li.current_page_ancestor > ul.sub-menu li:before {
	padding-right: 4px;
}

article.vispage ul#sidebar-menu li.current_page_ancestor > ul.sub-menu > li:before {
	content: ">";
}

article.vispage ul#sidebar-menu li.current_page_ancestor ul ul > li {
	margin-left: 8px;
}

article.vispage ul#sidebar-menu li.current_page_ancestor ul ul > li:before {
	content: "-";
}
*/

/**********************************/
/*   vissoort                     */
/**********************************/

body.single-vissoort article {
	background-color: white;
	width: 100%;
/* 	margin: 60px 0; */
	padding: 24px 24px 0;
}

body.single-vissoort article .entry-title {
	color: #00a0d2;
	margin: 16px 0;
	clear: both;
}

/**********************************/
/*   beoordeling                  */
/**********************************/

body.single-beoordeling article {
	background-color: white;
	width: 100%;
/* 	margin: 60px 0; */
	padding: 24px;
}

body.single-beoordeling article .entry-title {
	clear: left;
	color: #00a0d2;
	margin: 16px 0;
}

body.single-beoordeling article .entry-content {
	font-size: 17px;
}

body.single-beoordeling article .entry-content img {
	float: left;
	width: 45%;
	margin-right: 8%;
}

body.single-beoordeling article div.extrainfo {
	min-height: 96px;
}

body.single-beoordeling article .scorebadge {
	margin-right: 44px;
}

body.single-beoordeling article .extrainfo table {
	margin-right: 60px;
}

body.single-beoordeling article .extrainfo table th {
	width: 140px;
	font-size: 16px;
	font-weight: bold;
}

body.single-beoordeling article .extrainfo table td {
}

body.single-beoordeling article .extrainfo table td span.deelgebied {
/* 	font-size: 12px; */
	color: #20add8;
}

body.single-beoordeling article .summary {
	margin-top: 24px;
	margin-left: 184px;
}

body.single-beoordeling article .summary p {
	font-size: 15px;
	margin-right: 48px;
	margin-bottom: 40px;
}
/**********************************/
/*   widget areas                 */
/**********************************/

.widget {
	padding: 24px 8px;
	background: white url('img/verloop-groenrood-280.png') top center no-repeat;
	-webkit-background-size: auto cover;
	-moz-background-size: auto cover;
	-o-background-size: auto cover;
	background-size: auto cover;
	border: 2px solid white;
	font-size: 18px;
}

.widget h1.widget-title {
	margin-bottom: 6px;
}

#primary .widget a, #primary .widget a:visited {
	color: #1586ba;
}

.widget a::before, .widget a:before {
	color: #a0cfe3;
}

.widget ul {
	list-style-type: none;
}

.widget ul li {
	border-bottom: 1px solid #a0cfe3;
	padding: 6px 0;
}

/* start for small screens */
#frontpage-widgets {
	width: 100%;
	margin: 0;
}

#frontpage-widgets .widget {
	margin: 0 0 32px;
	min-height: 270px;
	float: left;
	width: 100%;
}

#frontpage-widgets .widget:first-child {
}

#frontpage-widgets .widget img {
	max-width: 100%;
}


/**********************************/
/*   footer                       */
/**********************************/

footer#colophon {
}

#footer-wave {
	margin: 48px 0 0;
	width: 100%;
	height: 35px;
	opacity: 0.8;
}

footer#colophon {
	margin-top: -2px;
	padding: 16px 0;
/*     height: 110px; */
    width: 100%;
    background-color: #516a6a;
	opacity: 0.8;
}

footer#colophon #footer-inner {
	padding-top: 24px;
	padding-bottom: 48px;
	color: white;
}

footer#colophon #footer-logo {
	margin-top: 16px;
}

footer#colophon ul#footer-buttons {
	float: right;
	margin-top: 24px;
	list-style: none;
}

footer#colophon ul#footer-buttons li {
	float: left;
	margin-left: 16px;
	padding-top: 3px;
	text-align: center;
	width: 32px; height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
	background-color: #08083b;
}

footer#colophon ul#footer-buttons li.app {
	width: auto;
	-webkit-border-radius: 16px; 
	-moz-border-radius: 16px; 
	border-radius: 16px;
	padding: 3px 12px;
}
footer#colophon ul#footer-buttons li a {
	font-size: 20px;
}

/***********************************/
/*   responsive for bigger screens */
/***********************************/




/*********************************/
/*   center main parts of page   */
/*********************************/

@media screen and (min-width: 480px) {

	#frontpage-widgets .widget {
		margin: 0 18px 32px 0;
		float: left;
		width: 46%;
	}

}

@media screen and (min-width: 640px) {

	article.two-columns .entry-content {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 1.5em;
		-moz-column-gap: 1.5em;
		column-gap: 1.5em;
		padding: 0 0 0 24px;
	}

	body.blog article.post, body.archive article.post, body.error404 article.post {
		min-height: 140px;
		padding-left: 250px;
	}

	body.blog article.post img.attachment-small-thumb.wp-post-image,
		body.archive article.post img.attachment-small-thumb.wp-post-image,
		body.error404 article.post img.attachment-small-thumb.wp-post-image {
		margin: -68px 0 0 -240px;
	}

}

@media screen and (min-width: 760px) {

	#filters #inputfields, #filter_options {
	}

	body.page-template-fish-search article .entry-title {
		margin: 0;
		clear: none;
	}

	ul#fish-list > li.beoordeling table.texts {
		width: 60%;
	}

	ul#fish-list > li.beoordeling .excerpt img {
		display: none;
	}

	ul#fish-list > li.beoordeling .excerpt p {
		max-width: 75%;
	}

	ul#fish-list > li.beoordeling div.fishimg {
		display: block;
	}

}

@media screen and (min-width: 960px) {

	#frontpage-widgets {
		margin: 0 -15px;
	}

	#frontpage-widgets .widget {
		margin: 0 15px 32px;
		width: 290px;
		float: left;
	}

	body.page-template-fish-search article {
/* 		padding: 24px 24px 8px 142px; */
	}

}

@media screen and (min-width: 960px) {

	header#masthead #header-inner,
		header#masthead #menu-extended #menu-extended-inner,
		div#content,
		footer#colophon #footer-inner {
			max-width: 960px;
			margin: 0 auto;
			padding: 0 0;
	}

}


@media screen and (max-width: 900px) {

	div#fish-search-bar .search {
/*
	    float: left;
	    margin-left: 12px;
	    border-right: white;
*/
	    width: 80%;
	}

	div#fish-search-bar #extrainfo {
		display: none;
	}

}




@media screen and (max-width: 760px) {

	header#masthead h1.site-title {
		display: none;
	}

	header#masthead h1.site-title-mobile {
		display: block;
		padding-top: 12px;
	}
	
	header#masthead #menu-extended ul#menu-hoofdmenu > li {
		width: 50%;
	}

	header#masthead #nav-criteria ul li {
		width: 48%;
	}

	div#fish-search-bar {
		height: 75px;
	}

	header#masthead #fish-search-bar h1.search-title {
		display: none;
	}
	
	div#fish-search-bar #extrainfo {
		display: none;
	}

	h2.lettershadow {
		display: none;
	}
	
	article.vispage header.entry-header {
		position: relative;
		left: 0; bottom: auto;
		margin-left: 0;
		width: auto; height: auto;
		background-color: transparent;
		padding: 6px 12px 0;
	}
	
	article.vispage .entry-content {
		float: none;
		width: 100%;
	}

	article.vispage nav#sidebar-navigation {
		float: none;
		margin-left: 16px;
		margin-bottom: 42px;
		width: 100%;
	}

}

@media screen and (max-width: 360px) {

	h1.site-title-mobile img {
		max-width: 80px;
	}

	footer#colophon ul#footer-buttons li {
		margin-left: 4px;
	}
}