/*

Theme Name: Dignita Academy
Theme URI: http://www.excellutions.nl
Description: Template gemaakt voor de Dignita Academy
Version: 1.0
Author: C.P.M. Bastiaansen
Author URI: http://www.excellutions.nl

*/


/* ----- Kleurcodes
 *
 * Oranje = #f57c37;
 * Donker geel = #fdca30;
 * Donker rood: #8b0226;
 *
 */


/* @import url('css/bootstrap.min.css'); */


@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: 'museo900';
    src: url('fonts/museo-regular/museo900-regular-webfont.eot');
    src: url('fonts/museo-regular/museo900-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo-regular/museo900-regular-webfont.woff2') format('woff2'),
         url('fonts/museo-regular/museo900-regular-webfont.woff') format('woff'),
         url('fonts/museo-regular/museo900-regular-webfont.ttf') format('truetype'),
         url('fonts/museo-regular/museo900-regular-webfont.svg#museo900') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: 'Open Sans', serif!important;
	font-size: 18px!important;
	font-weight: 300;
	line-height: 26px!important;
	color: #222222!important;
	height: 100%;
	width: 100%;
}

* {
	box-sizing: border-box;
}

			p {
				margin-bottom: 26px;
			}

			a:hover, a:focus {
				outline: 0 none!important;
				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 {
				color: #3c441c;
				font-weight: bold;
				padding-bottom: 3px;
				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 {
				text-decoration: none;
				border-bottom: 2px solid #3c441c;
			}

			a img {
				display: block!important;
				border: 0 none;
				max-width: 100%;
				height: auto;
			}


			h1 {
				font-family: 'museo500', sans-serif!important;
				font-size: 32px;
				color: #3c441c;
				margin-bottom: 32px;
			}

h2 {
	font-family: 'EB Garamond', sans-serif!important;
	color: #0B4B71;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 32px;
}

h3 {
	font-family: 'EB Garamond', sans-serif!important;
	color: #0B4B71;
	font-size: 24px;
	margin-bottom: 24px;
}

			h4 {
				font-family: 'museo500', sans-serif!important;
				color: #3a3b35;
				font-size: 22px;
				line-height: 30px;
				margin-bottom: 0px;
			}


			.clear-line {
				width: 100%;
				height: 1em;
				display: block;
			}

			.align-left,
			.alignleftt {
				float: left;
			}

			.align-right,
			.alignright {
				float: right;
			}


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

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

			img.alignleft {
				display: block;
				float: left;
				margin-right: 10px;
			}

			table { 
				width: inherit;
				margin-bottom: 1em;
			}


			blockquote {
				font-size: 16px!important;
				background: #f9f9f9;
				border-left: 5px solid #f3773e;
				margin: 1.5em 10px;
				padding: 0.5em 10px;
				quotes: "\201C""\201D""\2018""\2019";
			}

			.wp-caption.aligncenter {
				max-width: 100%;
				font-size: 16px;
				font-style: italic;
			}

			.wp-caption.alignright {
				font-size: 16px;
				font-style: italic;
				text-align: center;
			}

			table.aligncenter {
				display: block;
				margin-left: auto;
				margin-right: auto;
			}

			iframe {
				display: block;
				margin: 0 auto;
				max-width: 100%;
				margin-bottom: 15px;
			}

			a.yellow-button {
				background-color: #f3773e;
				border-radius: 3px;
				color: #3a3b35;
				cursor: pointer;
				display: inline-block;
				font-size: 100%;
				font-weight: 700;
				left: auto;
				line-height: 1;
				margin: 0;
				overflow: visible;
				padding: 0.618em 1em;
				position: relative;
				text-decoration: none;
				text-shadow: none;
			}

			a {
				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;
			}

			:hover,
			:focus {
				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 ---- */
		#main-menu-wrapper {
			position: fixed;
			top: 0;
			right: -100%;
			height: 100%;
			width: 100%;
			background: rgba( 0, 0, 0, 0.8);
			z-index: 110000;
		}

		#main-menu-wrapper .main-menu-pancake-icon-container {
			position: relative;
			float: right;
			right: 70px;
			height: 70px;
			width: 70px;
			background-image: url('images/pancakes/SKK - Pancake Close - White.svg');
			background-size: 40px auto;
			background-position: right center;
			background-repeat: no-repeat;
			z-index: 125000;
		}

		#main-menu-wrapper .main-menu-pancake-icon-container:hover,
		#main-menu-wrapper .main-menu-pancake-icon-container:focus {
			cursor: pointer;
		}

		#main-menu-wrapper .main-menu-container {
			text-align: right;
			height: 100%;
			width: 100%;
			padding: 150px 70px;
		}

		#main-menu-wrapper .main-menu-container .main-menu-content-container a {
			font-size: 25px;
			line-height: 50px;
			font-weight: normal;
			color: #f1f1f1;
		}





/* ---- HEADER-WRAPPER --> MAIN-MENU ---- */
#header-wrapper {
	position: fixed;
	display: flex;
	justify-content: flex-end;
	color: #FFFFFF;
	background-color: #0B4B71;
	height: 70px;
	width: 100%;
	padding: 0 30px;
	z-index: 100000;
}

#header-wrapper .header-logo-container {
	display: block;
	height: 70px;
	width: 100%;
	background-image: url('images/logos/dignita-academy/Logo - Dignita Academy - White - Small.png');
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: left center;
}


/* ---- HEADER-WRAPPER ---- */
#header-wrapper #header-main-menu-language-select-wrapper {
	display: flex;
	flex: 0 0 100%;
	flex-direction: row;
	align-content: flex-end;
	justify-content: flex-end;
}

#header-wrapper #header-main-menu-language-select-wrapper #main-menu-content-wrapper {
	height: 70px;
	line-height: 70px;
}

#header-wrapper #header-main-menu-language-select-wrapper #main-menu-content-wrapper ul {
	list-style: none;
	width: 100%;
	flex-direction: row;
	justify-content: flex-end;
	align-content: flex-end;
}

#header-wrapper #header-main-menu-language-select-wrapper #main-menu-content-wrapper ul li {
	position: relative;
	display: inline-block;
	padding: 0 15px;
}

#header-wrapper #header-main-menu-language-select-wrapper #main-menu-content-wrapper ul li:first-child {
	padding-left: 0;
}

/*
#header-wrapper #header-main-menu-language-select-wrapper #main-menu-content-wrapper ul li:last-child {
	padding-right: 0;
}
*/

#header-wrapper #header-main-menu-language-select-wrapper #main-menu-content-wrapper ul li a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-weight: normal;
	padding: 0;
}


/* ---- HEADER-WRAPPER --> TAALKEUZE ---- */
#header-wrapper #header-main-menu-language-select-wrapper {
	height: 70px;
	line-height: 70px;
}

#header-wrapper #header-main-menu-language-select-wrapper .wpml-ls-legacy-list-horizontal {
	border: 0 none;
	padding: 0;
}

#header-wrapper #header-main-menu-language-select-wrapper .wpml-ls-legacy-list-horizontal li a {
	color: #ffffff;
	font-weight: normal;
	line-height: 70px;
	padding: 0;
}



/* ---- HEADER --> INLOGGEN/UITLOGGEN ---- */
.header-loginout-container p {
	font-size: 0;
}

.header-loginout-container a {
	/* font-size: 12px; */
	color: #ffffff;
}





		

		#header-wrapper #header-breadcrumb-wrapper {
			position: relative;
			display: flex;
			height: 70px;
			line-height: 70px;
			padding: 0 30px;
			flex-direction: row;
			align-content: flex-end;
		}

		#header-wrapper #header-breadcrumb-wrapper {
			font-size: 14px;
		}

		#header-wrapper #header-pancake-icon-wrapper {
			position: relative;
			display: flex;
			flex-direction: row;
			align-content: flex-end;
			height: 70px;
			width: 70px;
			opacity: 1;
			background-image: url('images/pancakes/SKK - Pancake - Black.svg');
			background-size: 40px auto;
			background-position: right center;
			background-repeat: no-repeat;
			transition: all .8s ease-in-out;
			-webkit-transition: all .8s ease-in-out;
			-moz-transition: all .8s ease-in-out;
			-ms-transition: all .8s ease-in-out;
			-o-transition: all .8s ease-in-out;
		}

		#header-wrapper #header-pancake-icon-wrapper.hide-pancake {
			opacity: 0;
			transition: all .8s ease-in-out;
			-webkit-transition: all .8s ease-in-out;
			-moz-transition: all .8s ease-in-out;
			-ms-transition: all .8s ease-in-out;
			-o-transition: all .8s ease-in-out;
		}

		#header-wrapper #header-pancake-icon-wrapper:hover,
		#header-wrapper #header-pancake-icon-wrapper:focus {
			cursor: pointer;
		}

			




					

				




					

/* ---- START-SITE ---- */
#site-wrapper {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	min-height: 70vh;
	width: 100%;
	/* padding: 150px 0; */
}


/* ---- FRONTPAGE ---- */
#fp-content-wrapper {
	display: flex;
	height: 100vh; /* 100%; */
	width: 100vw; /* 100%; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#fp-content-wrapper .fp-content-container {
	display: flex;
	flex: 0 0 100%;
	flex-direction: column;
	align-content: center;
	justify-content: center;	
}

#fp-content-wrapper .fp-content-container .fp-loginout-container {
	position: relative;
	display: block;
	background: rgba( 255, 255, 255, 0.8);
	padding: 125px 30px 30px 30px;
	border-radius: 10px;
	margin: 0 auto;
	min-width: 400px;
}

#fp-content-wrapper .fp-content-container .fp-loginout-container:before {
	position: absolute;
	content: '';
	background-image: url('images/logos/dignita-academy/Logo - Dignita Academy - Blue - Small.png');
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 30px;
	left: 30px;
	height: 70px;
	width: calc( 100% - 60px );
}

#fp-content-wrapper .fp-content-container .fp-loginout-container ul {
	list-style: none;
	padding-left: 0;
}

.gform_wrapper.gravity-theme .gfield input {
	min-width: 100%;
}

											

						/* ---- FRONTPAGE - SLIDESHOW ---- */
						#fp-slider-container {
							padding-bottom: 70px;
							background-color: #ffffff;
						}

						#fp-slider-container #slider .carousel-inner {
							position: relative;
							width: 100%;
							max-width: 2000px;
							height: 530px;
							margin: 0 auto;
							overflow: hidden; 
						}

						#fp-slider-container #slider .carousel-inner .carousel-item {
							background-position: center;
							background-size: cover;
							height: 530px;
							width: 100%;
							max-width: 2000px;
						}

						#fp-slider-container #slider .carousel-inner .carousel-item .slider-image img {
							position: relative;
							height: 530px;
							width: 100%;
							object-fit: cover;
							overflow: hidden;
						}


					

					/* ---- FRONTPAGE --> Carousel --> FADE IMAGES ---- */
					.carousel-fade .carousel-inner .item {
						opacity: 0;
						transition: opacity 1s ease-in-out;
						-webkit-transition: opacity 1s ease-in-out;
						-moz-transition: opacity 1s ease-in-out;
						-o-transition: opacity 1s ease-in-out;
					}

					.carousel-fade .carousel-inner .active {
						opacity: 1;
					}

					.carousel-fade .carousel-inner .active.left,
					.carousel-fade .carousel-inner .active.right {
						left: 0;
						opacity: 0;
						z-index: 1;
					}

					.carousel-fade .carousel-inner .next.left,
					.carousel-fade .carousel-inner .prev.right {
						opacity: 1;
					}

					.carousel-fade .carousel-control {
						z-index: 2;
					}


					#fp-slider-container .carousel-indicators {
						bottom: 30px;
						left: 10px;
						margin-left: 20px;
						text-align: left;
						z-index: 150000;
					}




					/* ---- FRONTPAGE --> BLOKKEN ---- */
					.fp-single-block-container {
						border: 1px solid #f1f1f1;
						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;
					}

					.fp-single-block-title {
						padding: 15px;
						background-color: #f3773e;
					}

					h2.fp-single-block-title {
						font-family: 'Open Sans';
						font-size: 18px;
						font-weight: normal;
						text-align: center;
						margin: 0;
					}

					.fp-single-block-image {
						height:  0;
						padding-bottom: 50%;
						width: 100%;
						background-size: cover;
						background-repeat: no-repeat;
						background-position: center;
					}

					.fp-single-block-content {
						position: relative;
						font-size: 16px;
						padding: 15px;
						min-height: 150px;
					}

					a.fp-single-block-link {
						color: #333333;
					}

					a.fp-single-block-link:hover {
						text-decoration: none;
					}

					a.fp-single-block-link:hover .fp-single-block-container {
						border-color: #f3773e;
						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;
					}

					.fp-single-block-content a,
					.fp-single-block-button {
						position: absolute;
						display: inline-block;
						font-weight: 700;
						color: #3a3b35;
						text-align: center;
						text-transform: uppercase;
						padding: 5px 30px;
						margin: 0 auto;
						width: auto;
						bottom: 15px;
						left: 50%;
						transform: translate(-50%, 0);
						background-color: #f1f1f1;
						border-radius: 5px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						-ms-border-radius: 5px;
						-o-border-radius: 5px;
						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.fp-single-block-link:hover .fp-single-block-button,
					.fp-single-block-content a:hover {
						background-color: #f3773e;
						text-decoration:  none;
						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;
						
					}

					/* ---- FRONTPAGE --> TEKST ---- */
					#frontpage-content-wrapper {
						margin-bottom: 30px;
						padding-bottom: 30px;
						border-bottom: 1px solid #eaeaea;
					}




					/* ---- FRONTPAGE --> CURSUSAANBOD ---- */
					h2.cursus-aanbod-title {
						font-size: 24px;
						color: #f3773e;
					}

					#fp-product-wrapper {
						padding-top: 30px;
						padding-bottom: 30px;
						background-color: #eeeeee;
					}
						
					.fp-single-product-container {
						display: block;
						height: auto;
						overflow: hidden;
						background-color: #ffffff;
						border: 1px solid #999999;
						margin-bottom: 30px;
					}

					.fp-single-product-content-container {
						position: relative;
						height: 150px;
						overflow: hidden;
						padding-top: 15px;
						padding-bottom: 15px;
						padding-right: 15px;
					}

					.fp-single-product-content-container h3 {
						font-size: 22px;
						margin-top: 0;
					}

					.fp-single-products-buttons-container {
						position: absolute;
						bottom: 15px;
						right: 15px;
					}

					a.fp-view-course-button {
						font-size: 16px;
						font-weight: normal;
						text-transform: uppercase;
						color: #3a3b35;
						background-color: #f1f1f1;
						padding: 5px 10px;
						border-radius: 7px;
						-webkit-border-radius: 7px;
						-moz-border-radius: 7px;
						-ms-border-radius: 7px;
						-o-border-radius: 7px;
					}

					a.fp-buy-course-button {
						font-size: 16px;
						font-weight: bold;
						text-transform: uppercase;
						color: #3a3b35;
						background-color: #f3773e;
						padding: 5px 10px;
						margin-left: 15px;
						border-radius: 7px;
						-webkit-border-radius: 7px;
						-moz-border-radius: 7px;
						-ms-border-radius: 7px;
						-o-border-radius: 7px;
					}

					.fp-to-all-courses-overwiew-container {
						margin-bottom: 60px;
						text-align: center;
					}



/* ---- MAIN-CONTENT-CONTAINER ---- */
#main-content-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

#page-wrapper a {
	color: #7b9221;
}

#page-wrapper a:hover {
	color: #7b9221;
}


					
/* ---- SENSEI ---- */
ul.course-progress-navigation {
	padding-left: 0;
}

ul.course-progress-lessons {
	padding-left: 0;
}



/* ---- SENSEI --> WIDGET ---- */
.widget_sensei_course_progress ul.course-progress-navigation li a {
	font-size: 12px;
}

/* ---- COURSES ---- */
.course, 
.course-container, 
.course-container .course {
	border: 0 none;
}







/* ---- FOOTER-WRAPPER ---- */
#footer-wrapper  {
	font-size: 14px;
	line-height: 18px;
	color: #f1f1f1;
	padding: 70px 0;
	height: auto;
	min-height: 200px;
	background-color: #0B4B71;
}

					#footer-wrapper h2.footer-title {
						font-size: 24px;
						color: #f1f1f1;
					}

					#footer-wrapper p {
						font-size: 14px;
						line-height: 18px;
					}


/* ---- FOOTER --> FOOTER-POSITION-1 ---- */
#footer-wrapper .footer-position-1-logo-container {
	height: 60px;
	width: 100%;
	background-image: url('images/logos/dignita-academy/Logo - Dignita Academy - White - Small.png');	
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 40px;
	margin-bottom: 15px;
}


					/* ---- FOOTER --> FOOTER-POSITION-2 ---- */
					#footer-wrapper .footer-position-2 {
						padding: 20px 0;
					}


				/* ---- FOOTER --> FOOTER-POSITION-3 ---- */
				#footer-wrapper .footer-position-3 {
					padding: 15px 0;
					text-align: right;
				}

				#footer-wrapper .footer-position-3 .footer-title {
					display: none;
				}

				#footer-wrapper .footer-position-3 h4 {
					font-size: 18px;
					color: #d7a900;
					margin-bottom: 0;
				}

					#footer-wrapper .footer-position-3 ul {
						list-style: none;
						padding-left: 0!important;
						text-align: right;
					}

					#footer-wrapper .footer-position-3 ul li {
						line-height: 30px;
					}

					#footer-wrapper .footer-position-3 ul li a {
						font-size: 12px;
						color: #ffffff;
					}

					#footer-wrapper .footer-position-3 ul li a:hover,
					#footer-wrapper .footer-position-3 ul li a:focus {
						color: #138980;
						text-decoration: none;
					}



/* ---- FOOTER --> DISCLAIMER ---- */
#footer-wrapper .disclaimer h2.title {
	display: none;
}

#footer-wrapper .disclaimer ul {
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 0;
}

#footer-wrapper .disclaimer ul li {
	display: inline-block;
}

#footer-wrapper .disclaimer ul li::before {
	display: inline-block;
	content: '\00B7';
	margin: 0 7px;
}

#footer-wrapper .disclaimer ul li:first-child:before {
	margin-left: 0;
}

#footer-wrapper .disclaimer ul li:last-child:after {
	display: inline-block;
	content: '\00B7';
	margin: 0 0 0 7px;
}

#footer-wrapper .disclaimer ul li a {
	font-weight: normal;
	color: #606060;
	display: inline-block;
	padding: 0;
}

#footer-wrapper .disclaimer ul li a:hover,
#footer-wrapper .disclaimer ul li a:focus {
	color: #c59217;
	border: 0 none;
}


					/* ---- SUBFOOTER ---- */
					#sub-footer-wrapper {
						display: block;
						height: auto;
						min-height: 75px;
						background-color: #222222;
					}

					/* ---- SUBFOOTER --> COPYRIGHT --> LEFT ---- */
					#sub-footer-wrapper .copyright-content-container.left {
						position: relative;
						display: table;
						height: 70px;
						width: 100%;
						font-size: 11px;
						font-weight: 500;
						line-height: 70px;
						text-align: center;
					}

					#sub-footer-wrapper .copyright-content-container.left .copyright-content-content {
						position: relative;
						display: table-cell;
						width: 100%;
					}


					#sub-footer-wrapper .copyright-content-container.left span.copyright-text {
						position: relative;
						float: left;
						color: #8a8d8e;
					}

					#sub-footer-wrapper .copyright-content-container.left .copyright-logo {
						position: relative;
						display: table;
						height: 70px;
						vertical-align: middle;
					}

					#sub-footer-wrapper .copyright-content-container.left .copyright-logo a {
						position: relative;
						display: table-cell;
						vertical-align: middle;
					}

					#sub-footer-wrapper .copyright-content-container.left .copyright-logo img {
						position: relative;
						vertical-align: middle;
						height: 60px;
						width: auto;
						margin-left: 5px;
					}


					/* ---- SUBFOOTER --> COPYRIGHT --> RIGHT ---- */
					#sub-footer-wrapper .copyright-content-container.right {
						position: relative;
						display: table;
						height: 70px;
						width: 100%;
						font-size: 11px; 
						font-weight: 500;
						color: #8a8d8e;
						line-height: 70px;
						text-align: right;
					}











/* ---- PAGES ---- */
#page-wrapper {
	padding: 140px 0 70px 0;
	min-height: 60vh;
}

#content {
	padding: 140px 0 70px 0;
}

					.content-container {
						/* min-height: 50vh; */
					}



					/* ---- FOOTER ---- */




					/* ---- FOOTER --> POSITIE 1 (LINKS) ---- */
					#footer-wrapper .footer-position-1 {
						padding-top: 15px;
					}

					#footer-wrapper .footer-position-1 p {
						font-size: 12px;
						line-height: 16px;
					}



					#footer-wrapper .footer-position-3 h3 {
						color: #f3773e;
						font-size: 24px;
						margin-top: 20px;
					}


					/* ---- FOOTER --> DISCLAIMER ---- */
					.disclaimer {
						border-top: 1px solid #606060;
						border-bottom: 1px solid #606060;
						padding-top: 14px;
						padding-bottom: 14px;
					}

					.disclaimer h2 {
						color: #B3B3B3;
						font-size: 16px;
						margin-bottom: 5px;
						border: none;
						margin: 0;
					}

					.disclaimer p {
						font-size: 11px;
						color: #929292;
						line-height: normal;
						font-style: italic;
						margin: 0;
					}







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

					.gform_wrapper {
						margin: 0!important;
						max-width: 100%!important;
					}

					.gform_wrapper ul li {
						padding-left: 15px;
						padding-right: 0;
					}

					.gform_wrapper ul li.clear-fix {
						padding-left: 0;
						padding-right: 0;
					}

					.gform_wrapper ul li.gfield  {
						clear: inherit!important;
					}

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

.gform_wrapper .gfield_label {
	font-weight: inherit!important;
	color: #000000;
	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 div.ginput_container {
						width: 100%;
					}

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

					.gform_wrapper ul li textarea {
						width: 100%!important;
					}

					.gform_wrapper ul li input,
					.gform_wrapper ul li textarea {
						border: 1px solid #999999;
					}

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

					.gform_wrapper li.gsection {
						background-color: #f1f1f1;
						padding: 15px 0;
						border-bottom: 0 none;
						border-left: 5px solid #ffa627;
					}

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

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

					.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%;
					}

					.gform_wrapper li.no-border input {
						border: 0 none;
						text-indent: 0;
					}

.gform_button.button {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	margin: 10px 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #0B4B71;
	border: 0 none;
	border-right: 3px solid #999999;
	transition: all ease-in-out .2s;
}

.gform_button.button:hover {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	border-right: 3px solid #0B4B71;
	transition: all ease-in-out .2s;
}

					.gform_wrapper li.total-field label {
						background-color: #f1f1f1;
						border-left: 3px solid #3a3b35;
						padding: 10px;
					}


					.gform_wrapper .gf_step span.gf_step_number {
						display: hidden!important;
					}



					/* ---- GRAVITY FORMS/SENSEI --> INLOGGEN ---- */
					.gform_wrapper.gf_login_form ul li {
						padding-left: 0!important;
					}

.gform_wrapper.gf_login_form ul li input,
#my-courses #loginform.login.sensei input[type="text"],
#my-courses #loginform.login.sensei input[type="password"] {
	width: 300px;
	height: 40px;
	line-height: 40px;
	border-color: #0B4B71;
}

					#my-courses #loginform.login.sensei input[type="password"] {
						magrin-botton: 30px;
					}

					.gform_wrapper.gf_login_form .gfield_label {
						margin-top: 0!important;
					}

					nav.gf_login_links a {
						font-size: 12px!important;
						color: #666666!important;
						margin-top: 15px!important;
					}

					#my-courses h2 {
						display: none;
					}

					#my-courses #loginform.login.sensei label {
						font-weight: normal;
					}

					#my-courses #loginform.login.sensei input[type="submit"] {
						display: inline-block;
						position: relative;
						padding: 10px 20px;
						margin: 10px 0;
						font-size: 16px;
						color: #000000;
						background-color: #0eb1aa;
						border: 0 none;
						border-right: 3px solid #138980;
						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); */
					}

					#my-courses #loginform.login.sensei input[type="submit"]:hover {
						color: #ffffff;
						text-decoration: none;
						background-color: #138980;
						/* border-right: 3px solid #0eb1aa; */
						transition: all ease-in-out .2s;
					}

					#my-courses #loginform.login.sensei .sensei-login-submit a {
						position: relative;
						display: block;
						font-size: 12px!important;
						color: #666666!important;
						margin-top: 15px!important;
					}

					.gform_wrapper.gf_login_form .ginput_container_checkbox,
					#my-courses #loginform.login.sensei .remember_me {
						display: none;
					}


@media(max-width: 767px) {
	#header-wrapper .header-logo-container {
		background-size: 100% auto;
	}
}




					/* ---- CHANGE BREAKPOINT TABLET-PORTRAIT ---- */
					@media (max-width: 991px) {
						.navbar-header {
						float: none;
						}
						
						.navbar-left,.navbar-right {
						float: none !important;
						}
						
						.navbar-toggle {
						display: block;
						}
						
						.navbar-collapse {
						border-top: 1px solid transparent;
						box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
						}
						
						.navbar-fixed-top {
						top: 0;
						border-width: 0 0 1px;
						}
						
						.navbar-collapse.collapse {
						display: none!important;
						}
						
						.navbar-nav {
						float: none!important;
						margin-top: 7.5px;
						}
						
						.navbar-nav>li {
						float: none;
						}
						
						/*
						.navbar-nav > li >a {
							padding-top: 10px;
							padding-bottom: 10px;
						}
						*/
						
						.collapse.in{
						display: table!important; 
						}
					}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
}



@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
							
}




					/* ---- COOKIE ALERT ---- */
					#cookie-notice {
						z-index: 1000000!important;
					}

					.cn-button.bootstrap.button.knowledgemonk {
						color: #ffffff;
						background-image: linear-gradient(to bottom, #0eb1aa, #138980);
					}

					.cn-button.bootstrap.button.knowledgemonk:hover {
						color: #ffffff;
						background-color: #138980;
					}




/* ---- SIMPLE BACK TO TOP BUTTON ---- */
#sbttBacktotop img {
	height: 50px;
	width: auto;
}


