/*   
Theme Name:     Groba - Prode thema
Theme URI:      
Author:         Prode - Emma
Author URI:     https://www.prode.nl/
*/

/* --------------------------------------------
Algemeen
-------------------------------------------- */

* {
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Open Sans';
	font-size: 13px;
	margin: 0;
}

.container {
	margin: 0 auto;
	width: 1000px;
}

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	outline: 0;
}
#text a {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #313D30;
	font-weight: 400;
}
h1 {
	font-size: 25px;
	margin: 35px 0 18px;
}
.home h1 {
	font-size: 35px;
	margin-top: 18px;
}
.single h1 {
	margin-top: 18px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 25px;
}

.one_half {
	clear: none !important;
	margin-right: 4% !important;
	width: 48% !important;
}
.one_third {
	margin-right: 4% !important;
	width: 30% !important;
}
.two_third {
	margin-right: 3%;
}
.one_fourth {
	margin-right: 4% !important;
	width: 22% !important;
}
.home .one_fourth {
	margin-right: 0 !important;
	width: 25% !important;
}
.last_column {
	margin: 0 !important;
}

img {
	height: auto;
	max-width: 100%;
}
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

iframe {
	max-width: 100%;
}

hr {
	background: #ddd;
	border: none;
	height: 1px;
}

input,
textarea,
select {
	border: 1px solid #eee;
	border-radius: 0;
	font-family: 'Open Sans';
	font-size: 13px;
}
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

.btn, .btn.wit {
	background: #fff;
	border: 1px solid #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	left: 50%;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: 0.25s;
}
.btn.wit:hover {
	background: #e1e1e1;
}
.btn.geel {
	background: #FEE600;
	border-color: #FEE600;
	color: #2D392B;
}
.btn.geel:hover {
	background: #fff;
}

/* --------------------------------------------
Header
-------------------------------------------- */

#top {
	background: #FEE600;
}
#top .container {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 140px;
	position: relative;
}
#logo {
	-webkit-align-self: center;
	align-self: center;
	max-width: 240px;
}
#menu {
	padding-bottom: 20px;
}
#top .lang-switch {
	position: absolute;
	right: 5px;
	top: 20px;
}
#top .lang-switch .wpml-ls {
	padding: 0;
}

#header-afbeelding {
	background-position: center;
	background-size: cover;
	height: 325px;
	position: relative;
}
.home #header-afbeelding {
	height: 480px;
}
#header-afbeelding .slogan {
	background: rgba(1, 50, 32, 0.7);
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	padding: 30px 55px 55px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 470px;
}
#header-afbeelding .slogan .tekst {
	color: #fff;
	font-size: 45px;
}
#header-afbeelding .slogan .tekst p {
	line-height: 120%;
	margin: 0;
}
#header-afbeelding .slogan .btn-header {
	background: #2e392b;
	border: 1px solid #FEE600;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	bottom: -30px;
	color: #2e392b;
	font-size: 25px;
	font-weight: 700;
	overflow: hidden;
	padding: 11px 24px;
	position: absolute;
	right: 40px;    
	transform: perspective(1px) translateZ(0px);
	transition-duration: 0.25s;
	transition-property: color;
}
#header-afbeelding .slogan .btn-header:before {
	background: #FEE600;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(1);
	transform-origin: 50% 50% 0;
	transition-duration: 0.25s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
#header-afbeelding .slogan .btn-header:hover, 
#header-afbeelding .slogan .btn-header:focus, 
#header-afbeelding .slogan .btn-header:active {
	color: #FEE600;
}
#header-afbeelding .slogan .btn-header:hover:before, 
#header-afbeelding .slogan .btn-header:focus:before, 
#header-afbeelding .slogan .btn-header:active:before {
	transform: scaleY(0);
}

#header-tekst h1 {
	color: #000;
	font-size: 45px;
	margin: 60px 0 50px;
}
#header-tekst h1 .product {
	font-weight: 700;
}

#balk {
	background: #eee;
	padding: 10px 0;
}
#balk .container {
	-webkit-align-items: center;
	align-items: center;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#balk .widget:first-of-type {
	width: 50%;
}
#balk .widget h3 {
	display: none;
}
#balk .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#balk .widget ul li {
	display: inline-block;
	font-size: 13px;
	margin-right: 25px;
}
#balk .widget ul li img {
	margin-right: 8px;
	position: relative;
	top: 2px;
}
#balk .widget ul li a:hover {
	text-decoration: underline;
}

#searchform input {
	background: #fff;
	border: 1px solid #dfdfdf;
	line-height: 11px;
	margin-left: 4px;
	padding: 6px 10px 7px;
}
#searchform input[type="submit"] {
	transition: 0.25s;
}
#searchform input[type="submit"]:hover {
	background: transparent;
}

/* --------------------------------------------
Content
-------------------------------------------- */

#content {
	border-bottom: 1px solid #ddd;
	font-size: 0;
	margin: 50px auto 0;
	padding-bottom: 50px;
}
.home #content,
.page-template-page-producten #content,
.single-product #content {
	border-bottom: none;
}

.home #content #text {
   width: 100% !important; 
}

#content ul {
	list-style: url(img/Groba-List.png);
	padding-left: 30px;
}

#text,
#sidebar {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}

#text {
	width: calc(70% - 80px);
}

#content blockquote {
	margin: 0;
}
#content blockquote .content-column a {
	background: #fcce00;
	border: 1px solid #fcce00;
	color: #2D392B;
	display: block;
	font-size: 17px;
	font-weight: 600;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
#content blockquote .content-column a:hover {
	background: #fff;
}

#site-main .gallery img {
	border: none;
}
#site-main .gallery .gallery-item {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
#site-main .gallery .gallery-item:last-of-type {
	margin-right: 0;
}
#site-main .gallery .gallery-item:hover {
	opacity: 0.75;
}
#site-main .gallery-columns-3 .gallery-item {
	margin-right: 5%;
	width: 30%;
}
#site-main .gallery-columns-4 .gallery-item {
	margin-right: 4%;
	width: 22%;
}

#sidebar {
	border-left: 1px solid #ddd;
	margin-left: 80px;
	margin-top: 20px;
	width: 30%;
}
#sidebar .widget {
	padding: 10px 10% 25px;
}
#sidebar .widget div {
	background: none;
	margin: 0;
	padding: 0;
}
#sidebar .widget h3 {
	margin: 5px 0 20px;
}
#sidebar .widget ul li {
	font-size: 16px;
	line-height: 28px;
	padding-left: 4px;
}
#sidebar .widget p a {
	background: #F8CF10;
	border: 1px solid #F8CF10;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	padding: 6px 20px 7px;
	transition: 0.25s;
}
#sidebar .widget p a:hover {
	background: #fff;
}

.postid-89 #product-extras {

    display: none;
}


/* --------------------------------------------
Home pagina
-------------------------------------------- */

.home #content #text {
	font-size: 14px;
}
.home #content #text > p:first-of-type img {
	margin-right: 150px;
	margin-top: 60px;
}
.home #content #text .one_half {
	width: 36% !important;
}
.home #content #text h1 {
	color: #000;
	margin-bottom: 0;
}
.home #content #text h2 {
	color: #000;
	margin: 0 0 20px;
}
.home #content #text .last_column p:last-of-type a {
	background: #003a17;
	border: 1px solid #003a17;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 6px 14px 7px;
	text-decoration: none;
}
.home #content #text .last_column p:last-of-type a:hover {
	background: none;
	color: #003a17;
}

#soorten {
	background: #E1E1E1;
	padding: 90px 0 40px;
}
#soorten h2 {
	font-size: 35px;
	margin: 0 0 50px;
	text-align: center;
}
#soorten .blokken {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 50px;
}
#soorten .blok {
	width: 23%;    
}
#soorten .blok .image {
	background-position: center;
	background-size: cover;
	height: 150px;
}
#soorten .blok .naam {
	background: #FEE600;
	color: #003a17;
	font-size: 20px;
	padding: 14px 0;
	text-align: center;
	transition: 0.25s;
}
#soorten .blok:hover .naam {
	background: #fff;
	color: #003a17;
}

#nieuws {
	margin: 60px auto;
}
#nieuws > h3 {
	color: #000;
	margin: 0 0 50px;
}
#nieuws .content-field {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
#nieuws .content-field h3,
#nieuws .content-field h4,
#nieuws .content-field p {
	margin: 0;
}
#nieuws .content-field h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
#nieuws .content-field h4 {
	font-size: 18px;
}

#nieuws .overzicht {
	font-size: 0;
	margin-bottom: 30px;
}

#contact {
	background: #CD3284;
	color: #fff;
	padding: 80px 0 100px;
}
#contact .container {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10%;
}
#contact .tekst {
	width: 46%;
}
#contact .links {
	text-align: right;
}
#contact .tekst h3 {
	color: #FEE500;
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	margin: 0;
}
#contact .tekst h4 {
	color: #fff;
	font-size: 20px;
	margin: 5px 0 0;
}
#contact .tekst .gform_wrapper li {
	margin-top: 5px;
	padding-right: 0;
}
#contact .tekst .gform_wrapper label {
	display: none;
}
#contact .tekst .gform_wrapper span {
	padding-right: 15px;
}
#contact .tekst .gform_wrapper .top_label div.ginput_container {
	margin-top: 6px;
}
#contact .tekst .gform_wrapper input {
	padding: 4px 10px;
	width: 100%;
}
#contact .tekst .gform_wrapper input[type="submit"] {
	background: #FEE600;
	border: 1px solid #fee600;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 13px;
	text-transform: lowercase;
	transition: 0.25s;
	width: auto;
}
#contact .tekst .gform_wrapper input[type="submit"]:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}
#contact .tekst .gform_wrapper .gform_footer {
	margin-top: 0;
}

/* --------------------------------------------
Product template
-------------------------------------------- */

#product-content {
	font-size: 13px;
	width: 68%;
}

#filter .controls {
	font-weight: 600;
	margin-bottom: 50px;
}
#filter .controls ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#filter .controls ul li {
	border: 1px solid #003a17; 
	background-color: #003a17;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-left: 20px;
	padding: 10px 15px;
	text-align: center;
}
#filter .controls ul li:before {
	color: transparent;
	content: attr(title);
	display: block;
	font-weight: 600;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	visibility: hidden;
}
#filter .controls ul li:hover {
	font-weight: 600;
}
#filter .controls ul li.active {
	font-weight: 600;
	text-decoration: underline;
}

#Container .mix{
	display: none;
}
#filter .blokken {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#filter .blokken .mix {
	margin-bottom: 40px;
	width: 31.5%;
}
#filter .blokken .mix .wrap-img {
	border: 1px solid #d3d3d3;
	padding: 10px;
}
#filter .blokken .mix .image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 175px;
}
#filter .blokken .mix .naam {
	color: #fff;
	font-size: 18px;
	padding: 15px 30px;
	transition: 0.25s;
}
#filter .blokken .mix:hover .naam {
	opacity: 0.75;
}

/* --------------------------------------------
Product single
-------------------------------------------- */

.product #sidebar {
	border-left: none;
	margin-left: 0;
	margin-right: 40px;
}
.product #sidebar .btn.geel,
.product #sidebar .uitgelichte-content,
.product #sidebar .uitgelichte-afbeelding {
	margin-bottom: 20px;
}
.product #sidebar .btn.geel {
	display: block;
}
.product #sidebar .uitgelichte-content {
	color: #fff;
	padding: 30px 40px;
}
.product #sidebar .uitgelichte-content h2,
.product #sidebar .uitgelichte-content h3 {
	color: #fff;
	margin-top: 0;
}
.product #sidebar .uitgelichte-content ul {
	list-style: url("img/Groba-List-wit.png");
}
.product #sidebar .uitgelichte-content li {
	font-size: 15px;
	margin-bottom: 5px;
}
.product #text {
	width: calc(70% - 40px);
}
.product #text h2 {
	font-weight: 600;
}
.product #text h3 {
	font-size: 16px;
}

#product-extras {
	background: #F0F0F0;
	margin-bottom: 50px;
	padding: 40px 0 20px;
}
#product-extras h3 {
	font-weight: 600;
	margin-top: 0;
}
#product-extras h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
#product-extras .blok {
	margin-bottom: 40px;
}

#product-extras .blok .wp-caption .wp-caption-text {
	font-style: italic;
	margin-top: 5px;
}

/* on Grofit Biggen and Grofit Vleesvarkens */
.postid-86 #product-extras .blok:last-of-type,
.postid-87 #product-extras .blok:last-of-type,
.postid-382 #product-extras .blok:last-of-type, /* ENG */
.postid-373 #product-extras .blok:last-of-type,/* ENG */
.postid-387 #product-extras .blok:last-of-type, /* DU */
.postid-379 #product-extras .blok:last-of-type { /* DU */
	text-align: center;
}
.postid-86 #product-extras .blok:last-of-type a,
.postid-87 #product-extras .blok:last-of-type a,
.postid-382 #product-extras .blok:last-of-type a,/* ENG */
.postid-373 #product-extras .blok:last-of-type a,/* ENG */
.postid-387 #product-extras .blok:last-of-type a, /* DU */
.postid-379 #product-extras .blok:last-of-type a {
	background: #fff;
	border: 1px solid;
	color: #fee600;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	padding: 12px 20px;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.postid-86 #product-extras .blok:last-of-type a:hover,
.postid-87 #product-extras .blok:last-of-type a:hover,
.postid-382 #product-extras .blok:last-of-type a:hover,/* ENG */
.postid-373 #product-extras .blok:last-of-type a:hover,/* ENG */
.postid-387 #product-extras .blok:last-of-type a:hover, /* DU */
.postid-379 #product-extras .blok:last-of-type a:hover {
	color: #fff;
}

/* Galerij */
#product-extras .galerij ul {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
#product-extras .galerij ul li {
	background: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 22.6%;
}
#product-extras .galerij ul li a {
	display: block;
	height: 175px;
	overflow: hidden;
	text-align: center;
	transition: 0.25s;
}
#product-extras .galerij ul li:hover a {
	opacity: 0.75;
}
#product-extras .galerij ul li img {
	height: 100%;
}

/* Extra producten */
#product-extras .extra-producten .overzicht {
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-display: inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#product-extras .extra-producten .overzicht .product {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	width: 49%;
}
#product-extras .extra-producten .overzicht .product .naam {
	font-size: 20px;
}

#product-extras .extra-producten .overzicht .product .last_column {
	padding-bottom: 80px;
}
#product-extras .extra-producten .overzicht .product table.details {
	border-collapse: collapse;
	bottom: 20px;
	min-width: 42%;
	position: absolute;
	right: 20px;
}
#product-extras .extra-producten .overzicht .product table.details td {
	border: 1px solid #000;
	padding: 5px 20px 5px 5px;
	vertical-align: top;
}
#product-extras .extra-producten .overzicht .product table.details td.icoon {
	height: 40px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}
#product-extras .extra-producten .overzicht .product table.details td.icoon img {
	max-height: 100%;
}

#product-extras .extra-producten .overzicht .product.smal {
	height: 50%;
}
#product-extras .extra-producten .overzicht .product.smal .top, 
#product-extras .extra-producten .overzicht .product.smal .details {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
#product-extras .extra-producten .overzicht .product.smal table.details {
	bottom: 0;
	position: relative;
	right: 0;
}

/* Tabel */
#product-extras .tabel-content table {
	border-collapse: collapse;
	width: 100%;
}
#product-extras .tabel-content table tr:first-of-type {
	color: #fff;
}

#product-extras .tabel-content table tr td {
	padding: 8px 10px;
}
#product-extras .tabel-content table tr:nth-child(2n) {
	background-color: #fff;
}

#product-links {
}
#product-links .controls ul {
	margin: 20px 0;
	padding-left: 0;
}
#product-links .controls ul li {
	border-bottom: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-right: 40px;
}
#product-links .controls ul li:hover {
	border-bottom: 1px solid;
}
#product-links #Container {
	border-bottom: 1px solid #ddd;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 40px;
}
#product-links #Container .link {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	padding: 10px;
	width: 30%;
}
#product-links #Container .link:hover {
	opacity: 0.75;
}

/* --------------------------------------------
Product STALKO
-------------------------------------------- */

.stalko #header-tekst h1 {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.stalko #header-tekst img {
	image-rendering: -webkit-optimize-contrast;
	margin-left: 40px;
	max-width: 150px;
	vertical-align: middle;
	float: right;
	margin-top: 7%;
}

/*.stalko #top {
	background: #003a17;
}
.stalko #menu ul.dropdown a,
.stalko #menu ul.dropdown li.uitgelicht:hover a {
	color: #fff;
}
.stalko #menu ul.dropdown li:hover > a,
.stalko #menu ul.dropdown li.current-menu-item > a {
	border-color: #fff;
}*/

/* --------------------------------------------
Archive
-------------------------------------------- */

.archive #site-main {
	margin-top: 50px;
}

#berichten {
	font-size: 0;
}

article.post {
	display: inline-block;
	margin: 0 25px 20px 0;
	vertical-align: top;
	width: calc(25% - 19px);
}
article.post:nth-child(4n) {
	margin-right: 0;
}

article.post .featuredimage {
	display: block;
	height: 170px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
article.post .featuredimage img {
	bottom: -100%; 
	left: 0;
	margin: auto;
	position: absolute;
	right: 0; 
	top: -100%; 
	width: 100%;
}

article.post .postdate,
article.post .postdate a {
	font-size: 12px;
	font-weight: 600;
}

article.post h2 {
	font-size: 24px;
	margin: 5px 0;
}
article.post h2 a {
	font-weight: 600;
}

article.post .entry {
	font-size: 13px;
}

#site-main .navigation {
	margin-bottom: 40px;
	text-align: center;
}
#site-main .navigation h2 {
	display: none;
}
#site-main .navigation a,
#site-main .navigation span {
	border: 1px solid #eee;
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
}
#site-main .navigation span,
#site-main .navigation a:hover {
	background: #eee;
}

/* --------------------------------------------
Single
-------------------------------------------- */

#postdate .post-categories {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#postdate .post-categories li {
	display: inline-block;
}
#featuredimagegroot {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 50%;
}

/* --------------------------------------------
Contact
-------------------------------------------- */

.wpseo-location h3 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}
.wpseo-location .wpseo-address-wrapper {
	margin-bottom: 13px;
}

#content ul.gform_fields {
	padding-left: 0;
}
.gform_wrapper .gform_footer input[type="submit"] {
	padding: 5px 10px;
}

/* --------------------------------------------
Footer
-------------------------------------------- */

#site-footer .gegevens {
	font-size: 15px;
	text-align: center;
	padding: 40px 0px 0px 0px !important; 
}
.home #site-footer .gegevens {
	padding-top: 130px;
}
#site-footer .gegevens .wpseo-phone + br {
	display: none;
}
#site-footer .gegevens h3 {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
}
#site-footer .gegevens h3,
#site-footer .gegevens .wpseo-address-wrapper,
#site-footer .gegevens .wpseo-address-wrapper .street-address {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 4px;
}
#site-footer .gegevens .wpseo-address-wrapper .street-address:after {
	content: ", ";
}
#site-footer .gegevens .wpseo-address-wrapper .locality {
	text-transform: uppercase;
}
#site-footer .gegevens .wpseo-phone {
	margin-right: 4px;
}
#site-footer .gegevens .wpseo-phone:before {
	content: "\A";
	white-space: pre; 
}
#site-footer .gegevens p {
	line-height: 26px;
	margin: 0;
}
#site-footer .gegevens img {
	margin-top: 20px;
}
#site-footer a:hover {
	text-decoration: underline;
}

#copy {
	background: #FEE600;
	margin: 0 auto;
	padding: 40px 25px;
	text-align: center;
}

#copy p {
	font-size: 12px;
}

#copy img {
	margin: 0 15px;
	max-height: 55px;
	width: auto;
}

footer#site-footer {
	background-color: #FEE600;
}

/* --------------------------------------------
Menu
-------------------------------------------- */

/* Top level Unordered list */
#menu ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul.dropdown li {
	display: inline-block;
	position: relative;
}
#menu ul.dropdown a {
	border: 1px solid transparent;
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 6px 14px 7px;
	text-decoration: none;
}
#menu ul.dropdown li.uitgelicht a {
	background: #003a17;
	color: #fff;
}
#menu ul.dropdown li.uitgelicht.current-menu-item a {
	background: #003a17 !important;
	color: #fff !important;
}
#menu ul.dropdown li.uitgelicht:hover a {
	background: transparent;
	color: #000;
}
#menu ul.dropdown li:hover a,
#menu ul.dropdown li.current-menu-item a,
#menu ul.dropdown li.current_page_parent a {
	border-color: #003A17;
}
#menu ul.dropdown ul {
	padding: 0;
	position: absolute;
	width: auto;
	z-index: 5;
}
#menu ul.dropdown li ul a {
	color: #fff;
	display: block;    
	min-width: 180px;
} 
#menu ul.dropdown ul,
#menu ul.dropdown li:hover ul ul,
#menu ul.dropdown ul li:hover ul ul { 
	display: none;
}
#menu ul.dropdown ul.sub-menu li a,
#menu ul.dropdown li:hover ul.sub-menu li a,
#menu ul.dropdown ul.sub-menu ul.sub-menu li a {
	background: #003a17;
	border: 1px solid #003a17;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 8px 16px;
	text-transform: none;
}
#menu ul.dropdown li:hover ul,
#menu ul.dropdown ul li:hover ul ,
#menu ul.dropdown ul li ul li:hover ul {
	display: block;
}
#menu ul.dropdown li * a:hover,
#menu ul.dropdown li li:hover a,
#menu ul.dropdown li li.current-menu-item a,
#menu ul.dropdown li li.current-product-ancestor a,
#menu ul.dropdown ul.sub-menu ul.sub-menu li a:hover {
	background: #fff;
	color: #003a17;
	text-decoration: none;
}
#menu .dropdown li > a:after {
	content: '▾';
	margin-left: 2px;
}
#menu .dropdown li > a:only-child:after,
#menu ul.dropdown li li:hover a:after {
	content: '';
}
#menu ul.dropdown ul.sub-menu ul.sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
}
#menu ul.dropdown ul.sub-menu li.menu-item-has-children > a:after {
	content: '►';
	font-size: 7px;
	margin-left: 5px;
	vertical-align: middle;
}










/* Mobile Devices */

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

	.container {
		width: 90%;
	}

	/* --------------------------------------------
	Header
	-------------------------------------------- */

	#top {
		text-align: center;
	}
	#top .container {
		height: auto;
	}

	#logo {
		margin: 0 auto;
		max-width: 170px;
		padding: 10px 0;
	}

	#menu {
		display: none;
	}
	
	#header-afbeelding {
		height: 100px;
	}
	.home #header-afbeelding {
		height: 70vh;
	}
	#header-afbeelding .container {
		display: none;
	}
	.home #header-afbeelding .container {
		display: block;
	}
	#header-afbeelding .slogan {
		padding: 20px 25px 30px;
		width: 90%;
	}
	#header-afbeelding .slogan .tekst {
		font-size: 30px;
	}
	#header-afbeelding .slogan .btn-header {
		font-size: 16px;
	}
	
	#header-tekst h1 {
		font-size: 28px;
		margin: 30px 0;
	}
	
	#balk .widget_search {
		display: none;
	}

	/* --------------------------------------------
	Content
	-------------------------------------------- */

	.home h1 {
		font-size: 25px;
	}
	#soorten h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	
	.home .one_fourth {
		display: none;
	}
	.home #content #text > p:first-of-type img {
		display: none;
	}
	.home #content #text .one_half {
		width: 100% !important;
	}

	#nieuws .content-field h4 {
		margin-bottom: 30px;
	}
	
	#soorten .blokken {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#soorten .blok {
		margin-bottom: 10px;
		width: 48%;
	}
	#soorten .blok .image {
		height: 100px;
	}
	#soorten .blok .naam {
		font-size: 15px;
		padding: 12px 0;
	}
	
	#contact {
		padding: 40px 0;
	}
	#contact .container {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	#contact .tekst {
		text-align: center;
		width: 100%;
	}
	#contact .tekst h3 {
		font-size: 40px;
		line-height: 50px;
	}
	#contact .tekst .gform_wrapper span {
		padding-right: 0;
	}
	
	#filter .controls ul li {
		font-size: 14px;
		margin: 0 0 5px;
		padding: 7px;
		vertical-align: top;
		width: 49%;
	}
	#filter .blokken .mix {
		width: 48%;
	}
	#filter .blokken .mix .naam {
		font-size: 16px;
		padding: 15px;
	}
	
	#text{
		display: block;
		width: 100% !important;
	}

	.content-column {
		margin: 0 !important;
		width: 100% !important;
	}

	#sidebar {
		border-left: none;
		margin: 0;
		margin-top: 30px;
		width: 100%;
	}
	.product #sidebar {
		margin: 0;
	}

	#sidebar .widget {
		padding: 25px 0;
	}
	
	#product-extras .extra-producten .overzicht .product {
		width: 100%;
	}
	#product-links .link {
		font-size: 15px;
		width: 48%;
	}

	/* --------------------------------------------
	Nieuws
	-------------------------------------------- */

	article.post {
		margin: 0 0 30px;
		width: 100%;
	}

	#featuredimagegroot {
		float: none;
		margin: 0;
		max-width: 100%;
	}

	#featuredimagegroot img {
		height: auto;
		width: 100%;
	}

	/* --------------------------------------------
	Footer
	-------------------------------------------- */

	.home #site-footer .gegevens {
		padding-top: 70px;
	}
	
	#site-footer .items {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	#site-footer .widget {
		width: 100%;
	}

	#copy {
		text-align: center;
	}

}










/* Tablet Devices */

@media only screen and (min-width: 501px) and (max-width: 800px) {

	.container {
		width: 90%;
	}

	/* --------------------------------------------
	Header
	-------------------------------------------- */

	#top{
		text-align: center;
	}

	#logo {
		margin: 0 auto;
	}

	#menu {
		display: none;
	}

	/* --------------------------------------------
	Content
	-------------------------------------------- */

	#text {
		display: block;
		width: 100% !important;
	}
	.home #content #text .one_half {
		margin-right: 0;
		width: 100% !important;
	}
	.home #content #text > p:first-of-type img {
		margin-right: 75px;
		margin-top: 0;
	}
	#nieuws .content-field h4 {
		margin-bottom: 30px;
	}

	.one_half {
		margin: 0 !important;
		width: 100% !important;
	}

	#sidebar {
		margin: 0 !important;
		width: 100%;
	}

	#sidebar .widget {
		background: #eee;
		display:inline-block;
		margin-bottom: 20px;
		margin-right: 5%;
		padding: 10px 3% 25px;
		vertical-align:top;
		width: 41%;
	}

	#sidebar .widget:nth-child(2n) {
		margin-right: 0;
	}
	
	#product-links .link {
		font-size: 15px;
	}
	
	#product-extras .extra-producten .overzicht .product.smal .top, 
	#product-extras .extra-producten .overzicht .product.smal .details {
		width: 100%;
	}
	#product-extras .extra-producten .overzicht .product table.details td.icoon {
		padding: 5px 3px;
	}

	/* --------------------------------------------
	Nieuws
	-------------------------------------------- */

	article.post {
		margin: 0 1% 30px;
		width: 47.6%;
	}

	/* --------------------------------------------
	Footer
	-------------------------------------------- */

	#copy {
		text-align: center;
	}

}










/* Medium Devices */

@media only screen and (min-width: 801px) and (max-width: 1044px) {
	
	.container {
		width: 90%;
	}

	/* --------------------------------------------
	Header
	-------------------------------------------- */

	#logo {
		max-width: 180px;
	}
	
	#menu ul.dropdown a {
		font-size: 16px;
		padding: 6px 10px 7px;
	}
	
	/* --------------------------------------------
	Content
	-------------------------------------------- */

	.home h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 24px;
	}
	.home #content #text .one_half {
		width: 31.5% !important;
	}
	
	#soorten .blok .naam {
		font-size: 18px;
	}
	
	#contact .tekst h3 {
		font-size: 46px;
		line-height: 59px;
	}
	
	.product #sidebar .uitgelichte-content {
		padding: 30px 25px;
	}
	
	/* --------------------------------------------
	Nieuws
	-------------------------------------------- */

	article.post .featuredimage {
		height: 120px;
	}
	article.post {
		margin: 0 1% 30px;
		width: 22.6%;
	}
	article.post h2 {
		font-size: 20px;
	}

	/* --------------------------------------------
	Footer
	-------------------------------------------- */
}
