/*
Theme Name: FrituurWereld
Theme URI: http://www.excellutions.nl
Author: C.P.M. Bastiaansen
Description: Wordpress Theme speciaal gemaakt voor FrituurWereld
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


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.
*/

@font-face {
    font-family: 'museo100';
    src: url('fonts/museo-regular/museo100-regular-webfont.eot');
    src: url('fonts/museo-regular/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo-regular/museo100-regular-webfont.woff2') format('woff2'),
         url('fonts/museo-regular/museo100-regular-webfont.woff') format('woff'),
         url('fonts/museo-regular/museo100-regular-webfont.ttf') format('truetype'),
         url('fonts/museo-regular/museo100-regular-webfont.svg#museo100') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo300';
    src: url('fonts/museo-regular/museo300-regular-webfont.eot');
    src: url('fonts/museo-regular/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo-regular/museo300-regular-webfont.woff2') format('woff2'),
         url('fonts/museo-regular/museo300-regular-webfont.woff') format('woff'),
         url('fonts/museo-regular/museo300-regular-webfont.ttf') format('truetype'),
         url('fonts/museo-regular/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo500';
    src: url('fonts/museo-regular/museo500-regular-webfont.eot');
    src: url('fonts/museo-regular/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo-regular/museo500-regular-webfont.woff2') format('woff2'),
         url('fonts/museo-regular/museo500-regular-webfont.woff') format('woff'),
         url('fonts/museo-regular/museo500-regular-webfont.ttf') format('truetype'),
         url('fonts/museo-regular/museo500-regular-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('fonts/museo-regular/museo700-regular-webfont.eot');
    src: url('fonts/museo-regular/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo-regular/museo700-regular-webfont.woff2') format('woff2'),
         url('fonts/museo-regular/museo700-regular-webfont.woff') format('woff'),
         url('fonts/museo-regular/museo700-regular-webfont.ttf') format('truetype'),
         url('fonts/museo-regular/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3');
	src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}




html,
body {
	/* display: table; */
	height: 100%;
	width: 100%;
}

body {
	display: block;
	position: relative;
	font-family: 'Fira Sans', sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	text-align: left;
	height: auto;
	background-color: #ffffff;
}




* {
	box-sizing: border-box;
}

p {
	margin-bottom: 28px;
}

a {
	color: #253081;
	border-bottom: 1px solid #ffdd00;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

a:hover,
a:focus {
	outline: 0 none;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #253081;
	text-decoration: none;
	border-bottom: 1px solid #253081;
}

a:visited {
	color: #253081;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0px!important;
}

h1 {
	font-family: 'Open Sans';
	font-size: 2.0em; /* 40px / 16px */
	line-height: 1.2em;
	font-weight: 300;
	
}


h2 {
	font-family: 'Museo700';
	font-size: 32px;
	color: #253081;
	letter-spacing: 1px;
	margin-bottom: 24px;
}

h3 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 24px;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

.cols {
	padding-right: 15px;
}



.aligncenter {
	margin: 0 auto;
}

iframe {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

img.alignright {
	float: right;
	margin-left: 15px;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.border-1px {
	padding: 10px;
	box-sizing: content-box;
	background-color: #ffffff;
	border: 1px solid #666666;
}

blockquote {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	border-left: 5px solid #253081;
	width: 70%;
	height: 100%;
	overflow: hidden;
	padding: 5px 10px;
	margin: 30px auto; 
	background-color: #f1f1f1;
}

blockquote.did-you-know {
	display: block;
	font-size: 34px;
	line-height: 42px;
	text-align: center;
	border-left: 5px solid #e37b00;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 5px 10px;
	/* margin: 30px auto; */
	background-color: #f1f1f1;
}




#background-website {
	display: block;
	height: 100vh;
	width: 100vw;
	background-image: url(images/backgrounds/Foto_Cover_FrituurWereld.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#site-wrapper {
	position: absolute;
	top: 0;
	height: auto;
	width: 100vw;
}


/* ---- HEADER-WRAPPER ---- */
.header-wrapper.header-pages {
	background-image: url(images/backgrounds/Foto_Cover_FrituurWereld.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-menu.header-front-page {
	display: none;
}

.header-menu.header-pages {
	display: inherit;
	background: rgba( 0, 0, 0, 0.5);
}

.header-menu ul {
	display: table;
	list-style: none;
	padding: 0;
	margin: 15px auto;
}

.header-menu ul li {
	display: inline-block;
	margin-right: 30px;
}

.header-menu ul li.current_page_item a {
	border-bottom: 2px solid #ffdd00;
}

.header-menu ul li a {
	font-size: 20px;
	line-height: 20px;
	color: #ffdd00;
	border-bottom: 0 none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}

.header-menu ul li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #ffdd00;
}



/* ---- LOGO ---- */
.logo-wrapper {
}

.logo-wrapper.pages {
	
}

.logo-container.front-page {
	display: block;
	height: 200px;
	width: 800px;
	background-image: url(images/logos/Logo_FrituurWereld_incl_footnote.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.logo-container.pages {
	display: block;
	height: 200px;
	width: 800px;
	background-image: url(images/logos/Logo_FrituurWereld.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}



/* ---- HOOFDMENU ----- */
.main-menu {
}

.main-menu ul {
	list-style: none;
	text-align: right;
}

.main-menu ul li {
	margin-bottom: 30px;
}

.main-menu ul li a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 30px;
	color: #253081;
	font-weight: 500;
	font-style: italic;
	border-bottom: 0;
	text-shadow: 0 0 5px #ffffff;
	-webkit-text-shadow: 0 0 5px #ffffff;
	-moz-text-shadow: 0 0 5px #ffffff;
	-ms-text-shadow: 0 0 5px #ffffff;
	-o-text-shadow: 0 0 5px #ffffff;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.main-menu ul li a:before {
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 24px;
	color: #ffdd00;
	margin-right: 10px;
}

.main-menu ul li a:hover {
	color: #ffdd00;
	text-shadow: 0 0 5px #253081;
	-webkit-text-shadow: 0 0 5px #253081;
	-moz-text-shadow: 0 0 5px #253081;
	-ms-text-shadow: 0 0 5px #253081;
	-o-text-shadow: 0 0 5px #253081;
}








/* ---- MAINNAV ---- */
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.main-nav-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	min-height: 50px;
	border-top: 1px solid #e37b00;
	border-bottom: 1px solid #e37b00;
}

.main-nav-wrapper > ul {
	clear: both;
	float: none;
	display: table;
	margin: 0 auto;
}

.main-nav-wrapper > ul > li > a {
	font-family: 'Josefin Sans';
	font-size: 17px;
	line-height: 67px;
	font-weight: bold;
	text-transform: uppercase;
	color: #505050;
	padding: 0 15px;
}
	
.main-nav-wrapper > ul > li:hover > a {
	color: #ffffff;
	background-color: #e37b00!important;
}

.main-nav-wrapper > ul > li.current-menu-item > a,
.main-nav-wrapper > ul > li.current-menu-ancestor > a {
	color: #ffffff;
	background-color: #8da72d;
	/* border-bottom: 2px solid #728012; */	
}

.main-nav-wrapper > ul > li > a:focus {
	color: #ffffff;
	background-color: #8da72d;
}


/* ---- PAGES ---- */
.content-content {
	height: auto;
	min-height: 70vh;
	padding-top: 30px;
	padding-bottom: 30px;
}





/* ---- FOOTER ---- */
.footer-wrapper {
	position: relative;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #ffffff;
	height: auto;
	width: 100%;
	min-height: 150px;	
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #5ea7a7;
	background-color: #000000;
	z-index: 10;
	
}





	
	
/* ---- FOOTER ---- */
.footer-wrapper {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #f1f1f1;
}

.footer-wrapper h2.footer-title {
	font-family: 'Museo500';
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #ffffff;
}

.footer-wrapper h4 {
	font-family: 'Fira Sans';
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 0;
}

.footer-wrapper p {
	margin-bottom: 14px;
}

.footer-wrapper a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.footer-wrapper a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffdd00;
}

.footer-wrapper div[class*="footer-"] {
	padding-bottom: 30px;
}




/* ---- FORMULIER ---- */
.gform_body {
	
}

.gform_wrapper {
	/*display:block!important; */
}

.gform_wrapper ul li.gfield  {
	clear: inherit!important;
	padding-left: 0;
}

.gform_wrapper ul li.clear-fix {
	clear: both!important;
}

.gform_wrapper .gfield_label {
	font-weight: inherit!important;
	color: #666666;
	margin-top: 24px!important;
	margin-bottom: 0!important;
}

.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium {
	width: 100%!important;
}

.gform_wrapper li.hide-label label.gfield_label {
	display: none;
}

.gform_wrapper textarea.small,
.gform_wrapper textarea.medium,
.gform_wrapper textarea.large,
.gform_wrapper div.ginput_container {
	width: 100%!important;
	margin-top: 15px;
}

.gform_wrapper .inline ul li {
	/*	display: inline-block; */
}

.gform_wrapper li.label-w275 label {
	width: 275px;
}

.gform_wrapper h2 {
	color: #000000;
	margin-bottom: 0;
	/* text-indent: 15px; */
}

.gform_wrapper li.gsection {
	margin-top: 40px!important;
	margin-bottom: 0!important;
}

.gform_wrapper .gsection h2 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 30px!important;
	color: #253081;
}


.gform_wrapper ul li.gfield.hidden-field {
	display: none!important;
}

.gform_wrapper .gform_page_footer {
	border-top: 0 none!important;
}



.gform_wrapper input, 
.gform_wrapper button,
.gform_wrapper select,
.gform_wrapper textarea {
	border: 1px solid #253081;
}


.gform_wrapper .hidden_label input.large, 
.gform_wrapper .hidden_label select.large, 
.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large {
	min-width: 100%;
	max-width: 100%;
	margin-top: 0;
}

.gform_wrapper input[type="email"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="text"],
.gform_wrapper input[type="textarea"], 
.gform_wrapper input[type="url"] {
	letter-spacing: 1px!important;
	color: #000000;
	opacity: 1!important;
}

.gform_button.button {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	margin: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #253081;
	background-color: #ffdd00;
	border: 0 none;
	/*n border-bottom: 3px solid #f98866; */
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	/*
	box-shadow: 5px 5px 5px 0px rgba( 0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 5px 0px rgba( 0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 5px 0px rgba( 0, 0, 0, 0.4);
	-ms-box-shadow: 5px 5px 5px 0px rgba( 0, 0, 0, 0.4);
	-o-box-shadow: 5px 5px 5px 0px rgba( 0, 0, 0, 0.4);
	*/
}

.gform_button.button:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #253081;
	/*n border-bottom: 3px solid #f98866; */
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}



/* ---- WOOCOMMERCE ---- */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #faa627;
	color: #3a3b35;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #3a3b35;
	color: #faa627;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.woocommerce .product_meta {
	display: none;
}

.woocommerce .woocommerce-shipping-destination {
	display: none;
}

h1.page-title {
	color: #253081;
    font-family: "Museo700";
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 24px;
}






.sbttBacktotop {
	height: 40px!important;
	width: 40px!important;
	z-index: 1500!important;
}




@media (max-width: 767px) {
	blockquote {
		width: 100%;
	}
	
	.logo-container.front-page { 
		width: auto;
		max-width: 100%;
		height: auto;
		min-height: 100px;
		margin-bottom: 50px;
	}
	
	.logo-container.pages { 
		width: auto;
		max-width: 100%;
		height: auto;
		min-height: 100px;
		margin-bottom: 50px;
	}
	
	.mobile-menu-text {
		position: relative;
		float: right;
		color: #ffdd00;
		line-height: 50px;
		text-transform: uppercase;
	}
	
	.mobile-menu-text:after {
		font-family: 'FontAwesome';
		content: "\f054";
		margin-left: 10px;
		margin-right: 5px;
	}
	
	
	/* ---- MAIN-NAV --- */
	.navbar-toggle {
		position: relative;
		float: right;
		background-image: url(images/icons/icon_pancake_menu.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.navbar-collapse {
		width: auto;
		min-width: 100%;
		max-width: 100%;
	}
	
	.navbar-nav > li {
		width: 100%;
		margin-right: 0!important;
	}
	
	.navbar-nav > li > a {
		float: left;
		font-size: 20px;
		line-height: 28px;
		color: #505050;
		padding-left: 0;
		border-bottom: 0;
	}
	
	
	.dropdown .dropdown-menu {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		max-height: 0;
		display: block;
		overflow: hidden;
		opacity: 0;
	}
	
	.dropdown.open .dropdown-menu {
		max-height: 3000px;
		opacity: 1;
	}

	.dropdown-menu {
		padding: 0;
	}
	
	.dropdown-menu.open {
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
	}
	
	.navbar-nav .open .dropdown-menu > li > a, 
	.navbar-nav .open .dropdown-menu .dropdown-header {
		font-size: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-menu > li > a {
		background: none;
	}
	
	.header-menu ul li:hover a {
		background: none;
		border-bottom: 0 none;
		text-decoration: underline;
	}
	
	.header-menu > .active > a,
	.header-menu > .active > a:hover, 
	.header3-menu > .active > a:focus {
		background-color: transparent!important;
		color: #8da72d;
	}
	
	.dropdown-menu > li {
		max-width: 100%;		
	}
	
	.dropdown-menu > li > a {
		white-space: inherit;
	}
	
	.dropdown-menu > li.active {
		background-color: transparent;
	}
	
	.dropdown-menu > li.active > a {
		color: #e37b00;
	}
	
	.dropdown-menu .dropdown-menu {
		display: block;
	}
	
	
		
	 
	
	
	
	
	
	
	
	
	
	
	/* ---- FOOTER --> FOOTER MENU ALGEMEEN ---- */
	.footer-wrapper [class^="menu-menu-"] {
		margin-bottom: 60px;
	}
	
	

	.gform_wrapper {
		width: 100%!important;
		max-width: 100%!important;
	}
	
	.gform_wrapper li.hide-label label.gfield_label {
		display: inherit;
		width: 50%;
	}

	.gform_wrapper .ginput_complex .ginput_left, 
	.gform_wrapper .ginput_complex .ginput_right {
		min-width: 100%!important;
		max-width: 100%!important;
		margin-left: 0!important;
	}
	
	.gform_wrapper .top_label input.medium, 
	.gform_wrapper .top_label select.medium {
		width: 100%!important;
	}
	
	.gform_wrapper ul li.gfield  {
		padding-right: 0;
	}
	
}





@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    
	.navbar-toggle {
        display: block;
    }
    
	.navbar-collapse {
		padding-top: 15px;
        border-top: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
 
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (min-width: 767px)
	and ( max-width: 1200px)
	and ( orientation: portrait ) {
		h2 {
			font-size: 24px;
			margin-bottom: 18px;
		}
		
		.logo-container.front-page { 
			width: auto;
			max-width: 100%;
			height: auto;
			min-height: 100px;
			margin-bottom: 50px;
			margin-top: 25px;
		}
		
		.logo-container.pages { 
			width: auto;
			max-width: 100%;
			height: auto;
			min-height: 100px;
			margin-bottom: 50px;
			margin-top: 25px;
		}
		
		
		
	}
	
@media (min-width: 768px)
	and ( max-width: 1024px)
	and ( orientation: landscape ) {
		h2 {
			font-size: 24px;
			margin-bottom: 18px; 
		}
		
		.desktop-menu > ul > li.cols > ul { 
			left: 100px;
		}
	
		.desktop-menu > ul {
			
			
		}
		
		/*
		.desktop-menu > ul > li {
			display: table-cell;
			text-align: center;
			vertical-align: top;			
			max-width: 200px;
			padding: 50px 15px;
		}
			
			.desktop-menu > ul > li.cols {
				display: inherit;
				text-align: inherit;
				vertical-align: inherit;			
				max-width: inherit;
				padding: inherit;
			}
		*/
		
		.desktop-menu > ul > li.cols > ul
			left: 50px;
		}
		
		.desktop-menu > ul > li > a {
			display: inline-table;
			font-size: 16px;
			line-height: 20px;
			text-align: center;
			padding: 60px 15px;
			max-width: 170px;		
			vertical-align: top;	
		}
		
		/* ---- RECHTER KOLOM ---- */
		.trainingsdata-container .name-training {
			font-size: 16px;
			line-height: 20px;
		}
		
		.other-blogs-title {
			font-size: 14px;
			line-height: 20px;
		}
		
	}


