/*
==  THEME DETAILS  ============================================================
    Theme Name: Kamphof Trappen
	Theme URI: https://www.kamphoftrappen.nl/
    Description: Stylesheet voor Kamphof Trappen
    Version: 1.0
   	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	html {
  		font-size: 20px;
	}

	body {
		font-family: 'Noto Sans', sans-serif;
		font-size: 0.9rem;
	  	line-height: 1.5rem;
		color: #66696A;
		background: #FFF;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}
	
	a, a:hover, .btn, .btn:hover , .transition {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		text-decoration:none;	
	}
	
	p , figure {
		margin: 0;	
	}

	a {
		color: #006AB6;
	}

	a:hover {
		color: #66696A;
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4 {
		color: #313435;
		font-weight: 400;
		line-height: 1;
		margin: 0;
		padding: 0;
	}

	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.75rem;
	}	

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.25rem;
	}

	ul {
		margin: 0;
		padding: 0;
	}

	.uppercase {
		font-family: 'Source Sans Pro', sans-serif;
		text-transform: uppercase;
	}

	.bold {
		font-weight: 700;
	}

	.padding-section {
		padding: 2rem 0;
	}

	@media all and (min-width: 1370px) {
		.container {
			max-width: 1370px !important;
		}	
	}

	@media all and (max-width: 1440px) {
		html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1200px) {
		html {
			font-size: 16px;
		}
	}

	@media all and (max-width: 767px) {
		html {
			font-size: 15px;
		}
	}

	@media all and (max-width: 550px) {
		html {
			font-size: 14px;
		}
	}

/* Buttons -------------------------------------- */
	.btn-primary, 
	.btn-primary:active {
		background: #00B692;
    	color: #FFF;
    	border: none;
	}
	
	.btn-primary:hover {
		background: #009F7F;
		color: #FFF;
		text-decoration:none;
		border: none;
	}

	.btn {
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 1rem;
		padding: 0.8rem 1rem;
		border-radius: 0;
	}
	
	.btn i {
		font-size: 0.8rem;
		padding-left: 0.25rem;
	}

/* Colors -------------------------------------- */
	.bg-blue {
		background: #006AB6;
	}	

	.bg-light-blue {
		background: #ECF0F3;
	}

	.bg-green {
		background: #00B692;
	}

/* Border Hover -------------------------------------- */
	.image-hover {
		display: block;
	}

	.image-hover figure {
		position: relative;
	}
	
	.image-hover figure:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		border: 0 solid #006AB6;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
	}

	.image-hover h4 {
		font-size: 1.2rem;
		font-weight: 700;
		color: #7D746D;
	}
	
	.image-hover p {
		font-size: 0.8rem;
		color: #66696A;
		margin-top: 0.2rem;
	}

	.image-hover:hover figure:before {
		border: 6px solid #006AB6;
	}
	
	.image-hover:hover h4 {
		color: #006AB6;
	}

/*---------------------------------------------- 
	1.2 Content Block
------------------------------------------------*/
	.content-block h1 {
		margin-bottom: 1.5rem;
	}

	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block ul + p ,
	.content-block ul + h3 {
		margin-top: 1.5rem !important;
	}

	.content-block h3 {
		font-weight: 400;
		margin-bottom: 1rem;
	}

	.content-block ul {
		list-style: none;
	  	padding: 0;
	}
	
	.content-block li {
  		position: relative;
		padding-left: 30px;
	}

	.content-block ul li:before {
		content: "\f00c";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 100;
		position: absolute;
    	left: 0;
		color: #00B692;
	}

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

	.content-block .embed-responsive {
		margin: 1.5rem 0;
	}

/* Gallery -------------------------------------- */	
	.content-block .gallery {
		margin: 1.5em 0 !important;
	}
	
	.content-block .gallery .gallery-item {
		padding: 0 5px !important;	
		margin: 0 0 20px 0 !important;
	}
	
	.content-block .gallery img {
		border: none !important;
		max-width: 100% !important;
		height: auto !important;
	}
	
	@media all and (max-width : 1200px) {
		.content-block .gallery img {
			border: 5px solid #FFF !important;
		}
	}

	@media all and (max-width : 767px) {
		.content-block .gallery .gallery-item {
			float: left;
			width: 100% !important;
		}
	}

/*---------------------------------------------- 
	2.1 Header
------------------------------------------------*/
	#header {
		padding: 1rem 0;
	}

	#header .btn i {
		padding-right: 0.25rem;
		padding-left: 0;
	}

/*---------------------------------------------- 
	2.2 Navigation
------------------------------------------------*/	
	#navigation #hoofdmenu li a {
		font-size: 0.8rem;
		font-weight: 600;
		color: #7D746D;
		line-height: 1;
		padding: 0;
		background: none;
	}

	#navigation #hoofdmenu li a:hover ,
	#navigation #hoofdmenu li.active a {
		color: #006AB6;
	}

	#navigation #hoofdmenu li + li {
		margin-left: 1rem;
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	#navigation-mobile .cd-dropdown-trigger {
		display: block;
    	position: relative;
    	padding: 0;
		font-size: 1.25rem;
    	line-height: 2em;
		height: 2em;
		width: 2em;
    	background: #313435; 
		color: #FFF;	
		border: none;	
		border-radius: 0;
		text-align: center;
		float: right;
		margin: 0;
		z-index: 99;
	}
	
	#navigation-mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	#navigation-mobile .cd-dropdown-content a,
	#navigation-mobile .cd-dropdown-content ul a {
		font-size: 1rem;
		color: #7D746D;	
		font-weight: 600;
		text-align: left !important;
	}

	#navigation-mobile .cd-dropdown-content li.mobile-head a {
		color: #FFF;
	}
	
	#navigation-mobile .current_page_item a {
		color: #006AB6;
	}

	#navigation-mobile .cd-dropdown {
		background: #ECF0F3; 
		z-index: 999;
	}
	
	#navigation-mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	#navigation-mobile ul {
		padding-left: 0;
	}
	
	#navigation-mobile .cd-dropdown-content a, 
	#navigation-mobile .cd-dropdown-content ul a {
		border-top-width: 1px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: #FFF;
    	border-style: solid;	
	}
	
	#navigation-mobile .cd-dropdown-content .go-back a {
		background: #FFF;
		color: #000;
	}

	.go-back a::before, .go-back a::after {
		background: #000 !important;	
	}
	
	#navigation-mobile .cd-secondary-dropdown > a,
	#navigation-mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: #FFF;
	}

	#navigation-mobile .has-children > a::before, 
	#navigation-mobile .has-children > a::after, 
	#navigation-mobile .go-back a::before, .go-back a::after ,
	.cd-dropdown .cd-close::after, 
	.cd-dropdown .cd-close::before {
		background: #000 !important;
	}

	#navigation-mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

/*---------------------------------------------- 
	3.1 Presentation
------------------------------------------------*/
	#presentation {
		padding: 1.5rem 0;
	}

	#presentation .overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: '';
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
		display: block;
		opacity: 0.6;
		z-index: 2;
	}

	#presentation .item {
		height: 400px;
		position: relative;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	#presentation .item .content {
		position: relative;
		z-index: 3;
		width: 35%;
		padding: 1.5rem;
	}

	#presentation .item .content h2 {
		font-size: 3.5rem;
		font-weight: 700;
		color: #FFF;
	}

	@media all and (max-width: 992px) {
		#presentation .item .content {
			width: 60%;
		}
	}

	@media all and (max-width: 767px) {
		#presentation .item {
			height: 300px;
		}
		#presentation .item .content {
			width: 100%;
		}
	}

/*---------------------------------------------- 
	4.1 Page Content
------------------------------------------------*/
	#page-content h1 {
		color: #006AB6;
	}

	#page-content .module + .module {
		margin-top: 1.5rem;
	}

/* Breadcrumb -------------------------------------- */	
	.breadcrumb {
		background: none;
		padding: 0;
		margin: 0 0 2.5rem 0;
	}

	.breadcrumb span {
		font-size: 0.8rem;		
	}

	.breadcrumb span.sep {
		padding: 0 0.25rem;		
	}

/* Sidebar Menu -------------------------------------- */
	#page-content .sidebar .sidebar-menu li {
		background: #006AB6;
		display: block;
		width: 100%;
		padding: 0 0.75rem;
	}

	#page-content .sidebar .sidebar-menu li + li {
		border-top: 2px solid #0061A6;
	}

	#page-content .sidebar .sidebar-menu li a {
		font-size: 0.8rem;
		color: #FFF;
		padding: 0;
		line-height: 2.5rem;
		cursor: pointer;
	}

	#page-content .sidebar .sidebar-menu li a:hover {
		color: #AECEE5;
	}

	#page-content .sidebar .sidebar-menu li.active {
		background: #ECF0F3;
	}

	#page-content .sidebar .sidebar-menu li.active a {
		color: #313435;
	}

	#page-content .sidebar .contact .btn {
		font-size: 0.9rem;
		width: 100%;
	}

/* Sidebar Contact -------------------------------------- */
	#page-content .sidebar .content {
		padding: 1.5rem 1rem;
	}

	#page-content .sidebar .content h4 {
		font-weight: 700;
		color: #FFF;
	}

	#page-content .sidebar .content p , 
	#page-content .sidebar .content ul li {
		color: #FFF;
	}

	#page-content .sidebar .content p + p {
		margin-top: 1rem;
	}

	#page-content .sidebar .content ul li a {
		color: #AECEE5;
		padding: 0;
	}

	#page-content .sidebar .content ul li a:hover {
		color: #FFF;
	}

/*---------------------------------------------- 
	4.2 Page Contact
------------------------------------------------*/
	form {
		margin-top: 2em;
	}

	form .form-group {
		width: 100%;
		margin-bottom: 0;
	}
	
	form .form-group + .form-group {
		margin-top: 1.5rem;
	}
	
	form label {
		font-weight: 700;
		margin-bottom: 0.4rem;	
	}
	
	form .form-control {
    	background-color: #ECF0F3 !important;
		height: 50px;
    	font-size: 16px;
    	line-height: 1.5;
    	background-image: none;
		padding-left: 1em;
		padding-right: 1em;
    	border: 0;
		margin: 0;
		box-shadow: none;
    	border-radius: 0;
	}
	
	form textarea.form-control {
		height: auto;
	}
		
	form .btn input {
		background: none !important;
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		text-align: center !important;
		cursor: pointer;
		color: #FFF !important;
	}

	form .btn {
		margin-top: 1.25em;
	}

	form .btn:hover input {
		color: #FFF !important;
	}
	
	div.wpcf7 .ajax-loader {
		display: none;
		width: 0 !important;
	}
	
	div.wpcf7-mail-sent-ok {
		border: none !important;
	}
	
	div.wpcf7-validation-errors {
		border: none !important;
	}
	
	div.wpcf7-response-output {
		margin: 0;
		padding: 0;
	}

	.grecaptcha-badge {
		display: none !important;
		visibility: hidden !important;
	}
		
/*---------------------------------------------- 
	5. USP
------------------------------------------------*/
	#usp .item i {
		color: #006AB6;
		margin-right: 0.5rem;
	}
	
/*---------------------------------------------- 
	6.1 Footer 
------------------------------------------------*/
	#footer {
		padding: 2.5em 0 3em 0;
	}

	#footer h4 {
		color: #FFF;
		font-weight: 400;
	}

	#footer ul li {
		font-size: 0.8rem;
		color: #FFF;
	}

	#footer ul li a {
		color: #AECEE5;
		padding: 0;
	}

	#footer li a:hover {
		color: #FFF;
	}

/*---------------------------------------------- 
	6.2 Footer Base 
------------------------------------------------*/
	#footer-base span {
		font-size: 0.75rem;
		display: block;
	}
