/*
Theme Name: SAJOER
Theme URI: http://sajoer.nl
Author: Fleur Glansbeek
Author URI: http://fleurglansbeek.nl
Description: A minimalistic and clean Wordpress template
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* --- FONTS --- 

font-family:'Proxima N W15 Thin Reg';
font-family:'Proxima N W15 Reg';
font-family:'Proxima N W15 Light';
font-family:'Proxima Nova W15 Medium';

*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

input, textarea {
	outline: 0;
}

/* BODY ELEMENTS */

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	display: none;
	padding: 184px 0 0 0;
}

body.home {
	padding: 0;
}

.page-template-page-home header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.home .desktop {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.home .desktop img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	margin-top: 40px;
}

.home .mobile {
	display: none;
}

img {
	width: 100%;
	height: auto;
}

/* NL */

.parent-pageid-454 .en {
	display: none;
}

.parent-pageid-454 .nl-item a {
	color: #5e5e5e !important;
}

/* EN */

.parent-pageid-59 .nl, .page-id-59 .nl {
	display: none;
}

.parent-pageid-59 .en-item a, .page-id-59 .en-item a {
	color: #5e5e5e !important;
}

/* --- HEADER --- */

header {
	width: 100%;
	position: absolute;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
	font-family:'Proxima N W15 Light';
	font-size: 14px;
}

.home header {
	border: 0;
}

.top {
	width: 93.05%; /* 1340px / 1440px */
	margin: 30px auto 20px auto;
}

.top .social {
	float: left;
	margin-top: 42px;
}

.top .social li {
	float: left;
	margin-right: 25px;
}

.top .social li a:hover {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.facebook a {
	width: 14px;
	height: 14px;
	background: url(images/facebook_grey.png);
	background-size: 100% auto;
	text-indent: -9999px;
	display: block;
}

.facebook a:hover {
	background: url(images/facebook_hover.png);
	background-size: 100% auto;
}

.instagram a {
	width: 14px;
	height: 14px;
	background: url(images/instagram_grey.png);
	background-size: 100% auto;
	text-indent: -9999px;
	display: block;
}

.instagram a:hover {
	background: url(images/instagram_hover.png);
	background-size: 100% auto;
}

.pinterest a {
	width: 14px;
	height: 14px;
	background: url(images/pinterest_grey.png);
	background-size: 100% auto;
	text-indent: -9999px;
	display: block;
}

.pinterest a:hover {
	background: url(images/pinterest_hover.png);
	background-size: 100% auto;
}

.twitter a {
	width: 14px;
	height: 14px;
	background: url(images/twitter_grey.png);
	background-size: 100% auto;
	text-indent: -9999px;
	display: block;
}

.twitter a:hover {
	background: url(images/twitter_hover.png);
	background-size: 100% auto;
}

.top .language {
	float: right;
	margin-top: 45px;
	font-family:'Proxima N W15 Reg';
	font-size: 13px;
	letter-spacing: 1px;
}

.top .language li {
	float: left;
	margin-left: 15px;
}

.top .language .separator {
	width: 1px;
	height: 10px;
	background: #5e5e5e;
	margin-top: 1px;
}

.top .language li a {
	color: #d0d0d2;
}

header h1 a {
	width: 220px;
	height: 108px;
	background: url(http://sajoer.nl/wp-content/uploads/2017/03/sajoer_logo_def_2.jpg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	margin: 0 auto;
}

.menu, .submenu, .menu_mobile {
	width: 100%;
	clear: both;
	font-family:'Proxima N W15 Reg';
	text-transform: uppercase;
}

.menu {
	letter-spacing: 2px;
}

.menu ul {
	display: table;
	margin: 30px auto 15px auto;
}

.menu ul li {
	float: left;
	margin: 0 30px;
}

.menu ul li a, .submenu ul li a, .menu_mobile ul li a {
	color: #9c9c9c;
}

.language li a:hover, .menu ul li a:hover, .submenu ul li a:hover, .current_page_item a, .active, .menu_mobile ul li a:hover {
	color: #5e5e5e !important;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.menu_mobile {
	display: none;
}

/* --- FOOTER --- */

footer {
	width: 100%;
	height: 38px;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	font-size: 12px;
}

.submenu {
	letter-spacing: 1.25px;
}

.submenu ul {
	display: table;
	margin: 14px auto 0 auto;
}

.submenu ul li {
	float: left;
	margin: 0 15px;
}

/* --- SLOWJUICEN --- */

.slow {
	width: 83.33%; /* 1200px / 1440px */
	margin: 75px auto;
}

.slow .content {
	width: 102.5%; /* 1200px / 1230px */
	display: inline-block;
}

.slow .post {
	width: 22.56%; /* 227.5px / 1230px */
	float: left;
	margin: 0 2.43% 2.43% 0; /* 30px / 1230px */
	position: relative;
}

.slow .post h3 {
	font-family: 'Proxima N W15 Reg';
	color: #5e5e5e;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.title {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	margin-top: -5px;
}

.highlight {
	opacity: 0.1;
}

/* --- SAPPEN --- */

.single .single {
	width: 55.55%; /* 800px / 1440px */
	margin: 75px auto;
}

.single .image {
	width: 46.87%; /* 375px / 800px */
	float: left;
	margin-right: 5.62%; /* 45px / 800px */
}

.single .entry {
	width: 46.87%; /* 375px / 800px */
	float: left;
}

.single .post {
	font-family:'Proxima N W15 Light';
	font-size: 16px;
	line-height: 24px;
	color: #5e5e5e;
}

.single .post h3 {
	font-family: 'Proxima N W15 Reg';
	color: #5e5e5e;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.single .post h4 {
	font-family: 'Proxima N W15 Reg';
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.single .post p {
	margin-bottom: 20px;
}

.single .post ul {
	margin-bottom: 20px;
}

.single .post ul li {
	list-style-type: circle;
	margin-left: 19px;
}

.exit {
	position: absolute;
	top: 255px;
	right: 55px;
	width: 30px; /* 30px / 1440px */
	height: 30px;
	background: url(images/close_black.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	display: block;
}

/* --- SOUPS / SALADS --- */

.products {
	width: 83.33%; /* 1200px / 1440px */
	margin: 75px auto;
}

.products .content {
	width: 102.5%; /* 1230px / 1200px */
	display: inline-block;
}

.products article {
	width: 22.56%; /* 277.5px / 1230px */
	float: left;
	margin: 0 2.43% 2.43% 0; /* 30px / 1230px */
}

.products article:nth-child(5) {
	clear: both;
}

.products article p {
	margin-bottom: 20px;
}

.products article h4 {
	font-family: 'Proxima N W15 Reg';
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

/* --- DETOX --- */

.detox {
	width: 83.33%; /* 1200px / 1440px */
	margin: 60px auto;
}

.detox .content {
	display: inline-block;
}

.detox article {
	width: 30.83%; /* 370px / 1200px */
	float: left;
}

.detox article:nth-child(1), .detox article:nth-child(2) {
	margin-right: 3.75%; /* 45px / 1200px */
}

.detox .content p {
	margin-bottom: 20px;
}

.content h3 {
	font-family: 'Proxima N W15 Reg';
	color: #5e5e5e;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.detox .content ul, .products .content ul {
	margin-bottom: 20px;
}

.detox .content ul li, .products .content ul li {
	list-style-type: circle;
	margin-left: 19px;
}

.detox blockquote {
	padding: 25px 30px 5px 30px;
	border: 1px solid #5e5e5e;
	margin-bottom: 10px;
}

.detox .signup-link {
	width: 100%;
	background: #fff;
	border: 1px solid #5e5e5e;
	display: block;
	padding: 16px 0 14px 0;
	font-family: 'Proxima N W15 Reg';
	font-size: 13px;
	color: #5e5e5e;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.detox .signup:hover {
	background: #5e5e5e;
	color: #fff;
}

.contact .wpcf7-submit:hover, .detox .signup:hover {
	background: #5e5e5e;
	color: #fff;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

/* --- MENU --- */

.the-menu {
	width: 55.55%; /* 800px / 1440px */
	margin: 75px auto;
}

/*
.the-menu .content {
	display: inline-block;
}
*/

.the-menu .content {
	width: 100%;
}

.the-menu article {
	width: 46.87%; /* 375px / 800px */
	float: left;
	padding: 50px 0;
}

.the-menu article:first-child {
	padding-right: 3.12%; /* 25px / 800px */
}

.the-menu article:last-child {
	padding-left: 3.12%; /* 25px / 800px */
}

.the-menu article p {
	margin-bottom: 20px;
}

/*
.the-menu article strong {
	color: #9c9c9c;
}
*/

.the-menu article ul {
	width: 100%;
}

.the-menu article ul li {
	width: 100%;
}

.the-menu ul li strong {
	float: right;
	text-align: right;
}

.the-menu ul li em {
	font-size: 14px;
	color: #9c9c9c;
}

/*
.the-menu article li:nth-child(even) {
	width: 30%;
	float: left;
	text-align: right;
}

.the-menu article li:nth-child(odd) {
	width: 70%;
	float: left;
}
*/

.the-menu article ul {
	margin-bottom: 30px;
	display: inline-block;
}

/* --- SAJOER --- */

.page-id-441 .detox {
	margin: 60px auto 0 auto;
}

.page-id-441 .content p {
	text-align: center;
}

/* --- CONTACT --- */

.contact {
	width: 55.55%; /* 800px / 1440px */
	margin: 75px auto;
}

.content {
	font-family:'Proxima N W15 Light';
	font-size: 16px;
	line-height: 24px;
	color: #5e5e5e;
}

.contact article {
	width: 50%;
	float: left;
}

.contact article p {
	margin-bottom: 20px;
}

.contact article li:nth-child(even) {
	width: 70%;
	float: left;
}

.contact article li:nth-child(odd) {
	width: 30%;
	float: left;
}

.spacing {
	margin-left: 16px;
}

.wpcf7 input, .wpcf7 textarea {
	width: 91%; /* 364px / 400px */
	padding: 16px 4.5% 15px 4.5%;
	background: #f6f6f6;
	border: 0;
	font-family: 'Proxima N W15 Reg';
	font-size: 12px;
	color: #5e5e5e;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	background: #f0f0f0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.contact form p {
	margin-bottom: 10px;
}

.contact .wpcf7-submit {
	width: 37.5%; /* 150px / 400px */
	background: #d0d0d2;
	margin-top: -5px;
	font-size: 13px;
	cursor: pointer;
}

.wpcf7-submit {
	font-family: 'Proxima Nova W15 Medium' !important;
}

.contact .wpcf7-not-valid-tip, .contact .wpcf7-response-output {
	display: none !important;
}

div.wpcf7 img.ajax-loader {
	display: none;
}

/* --- AANMELDFORMULIER --- */

.signup {
	width: 34.72%; /* 500px / 1440px */
	margin: 75px auto;
}

.signup form {
	margin-top: 25px;
}

.signup form p {
	margin-bottom: 25px;
}

.signup .your-name input {
	margin-bottom: -15px;
}

.signup .wpcf7-checkbox input {
	width: 20px;
}

.signup .wpcf7-list-item {
	width: 100% !important;
	display: block;
	clear: both !important;
	margin: 0 0 0 -2px;
}

.signup .line {
	width: 100%;
	height: 1px;
	background: #f6f6f6;
	margin: 40px 0 35px 0;
	display: block;
}

.signup .date-228 input {
	margin-top: 5px;
}

.signup .date-994 input {
	margin-bottom: 10px;
}

.signup .textarea-922 textarea {
	margin-top: 5px;
}

.signup .wpcf7-submit {
	width: 37.5%; /* 150px / 400px */
	background: #d0d0d2;
	margin-top: 5px;
	font-size: 13px;
	cursor: pointer;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
	border: 0 !important;
}

div.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
}

/* MEDIA QUERIES */

@media (min-width: 1500px {

	.home .desktop img {
		padding-top: 225px;
	}
}

@media (max-width: 1000px) {

	.menu ul li {
		margin: 0 20px;
	}

	.products article {
		width: 47.56%;
		margin: 0 2.43% 2.43% 0;
	}

	.products article:nth-child(3) {
		clear: both;
	}

	.detox article {
		width: 100%;
		float: left;
		margin-bottom: 25px;
	}

	.the-menu, .contact {
		width: 70%;
	}

}

@media (max-width: 800px) {

	.menu {
		display: none;
	}

	.menu_mobile {
		display: initial;
		text-align: center;
		line-height: 24px;
	}

	.parent-pageid-454 .menu_en {
		display: none;
	}

	.parent-pageid-59 .menu_nl, .page-id-59 .menu_nl {
		display: none;
	}

	.menu_mobile h5 {
		width: 40px;
		height: 46px;
		background: url(images/menu.png) no-repeat;
		background-size: 100% auto;
		text-indent: -99999px;
		display: block;
		margin: 0 auto;
	}

	.menu_mobile ul {
		width: 100%;
		padding: 25px 0 50px 0;
		background: #fff;
		position: absolute;
		z-index: 200;
		left: 0;
	}

	.slow .post {
		width: 30.89%;
		margin: 0 2.43% 2.43% 0;
	}

	.single .single {
		width: 80%;
	}

	.exit {
		top: 215px;
		right: 25px;
	}

	.the-menu, .contact {
		width: 80%;
	}

}

@media (max-width: 600px) {

	.page-template-page-home {
		background: none;
		padding: 204px 0 0 0 !important;
	}

	.page-template-page-home header {
		position: absolute;
	}

	.home .desktop {
		display: none;
	}

	.home .mobile {
		display: initial;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 25px;
		display: inline-block;
	}

	.home img {
		margin-bottom: 10px;
	}

	.wpcf7-text, .wpcf7-date, textarea, .wpcf7-submit {
    	-webkit-appearance: none;
    	border-radius: 0;
	}

	.top {
		width: 90%;
	}

	.top .social, .top .language {
		margin-top: -35px;
	}

	.top .social li {
		margin-right: 20px;
	}

	header h1 a {
		margin: 50px auto 10px auto;
	}

	header h1 a {
		width: 180px;
		height: 88px;
		background: url(http://sajoer.nl/wp-content/uploads/2017/03/sajoer_logo_def.jpg) no-repeat;
		background-size: 100% auto;
	}

	.menu_mobile h5 {
		width: 30px;
		height: 35px;
	}

	.slow .post {
		width: 47.56%;
		margin: 0 2.43% 2.43% 0;
	}

	.single .single {
		width: 90%;
		margin: 75px auto;
	}

	.slow, .products, .detox, .the-menu, .contact, .signup {
		width: 90%;
		margin: 50px auto;
	}

	.single .image {
		width: 100%;
		margin: 0 0 25px 0;
	}

	.single .entry {
		width: 100%;
		padding-bottom: 75px;
	}

	.exit {
		top: 215px;
		right: 15px;
	}

	.products .content {
		width: 100%;
	}

	.products article {
		width: 100%;
		margin: 0;
	}

	.the-menu article {
		width: 100%;
		padding: 0 !important;
	}

	.the-menu article:last-child {
		padding-bottom: 50px !important;
	}

	.contact article {
		width: 100%;
		margin-bottom: 25px;
	}

	.contact .wpcf7-submit, .signup .wpcf7-submit {
		width: 50%;
	}

	.contact form {
		padding-bottom: 75px;
	}

	.contact article li:nth-child(even) {
		width: 50%;
	}

	.contact article li:nth-child(odd) {
		width: 50%;
	}

	.single .post, .content {
		font-size: 14px;
		line-height: 22px;
	}

	.signup {
		padding-bottom: 25px;
	}

	.wpcf7-checkbox input {
		padding: 0;
		background: #f6f6f6;
		border: 1px solid #9c9c9c;
		color: #5e5e5e;
	}

	.detox article {
		width: 100%;
		float: none;
	}

}