/*
Theme Name: Catapult creëert Stijlgids
Theme URI: https://www.catapult.nl
Description: Driven by Catapult creëert
Author: Jurre Hengstman & Hans Nep
Version: 1.0
*/ 
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:600);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');

#wpadminbar {
	top: -50px!important;
}
html {
    margin-top: 0px !important;
}
.fancybox-bg {
    background: #fff !important;
}
/*====================================
KLEUREN

====================================*/
/* 
 donkerBruin: #af7d4b
 lichtBruin: #d7bea5
 donkerWit: #f3ece4
*/

/*====================================
TYPOGRAFIE

====================================*/
.Montserrat {
	font-family: 'Montserrat', sans-serif;
}

/*====================================
	Standaard
====================================*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
  	color:#000;
}
a {
	color: #ff5f00;
}
a:focus {
    outline: none !important;
    outline-offset: -2px !important;
	color: #000 !important;
}
.hoef:hover {
	opacity: 0.80;
}
.center {
	text-align: center;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop30 {
	margin-top: 30px;
}
.margin-top-50 {
	margin-top: 50px;
}

.margin-top-80 {
	margin-top: 80px;
}

.marginBottom10 {
	margin-bottom: 10px;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom25 {
	margin-bottom: 25px;
}
.marginBottom30 {
	margin-bottom: 30px;
}
.marginBottom40 {
	margin-bottom: 40px;
}
.margin-bottom-75 {
	margin-bottom: 75px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}
.spacer {
	padding: 25px;
    display: inline-block;
}
.no-padding {
	padding: 0;
}
.extraPadding {
	padding-left: 15px;
	padding-right: 15px;
}

.paddingLR30 {
	padding-left: 30px;
	padding-right: 30px;
}
.extraPaddingRechts {
	padding-right: 15px;
}
.extraPaddingLinks {
	padding-left: 15px;
}
.center {
	text-align: center;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-30 {
	padding-left: 30px;
}

.arrow {
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px 0;
	transition: 0.4s;
}

.col-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.border-zwart {
	border: 0.5px solid #333;
}
/*====================================
	Iframe
====================================*/
.heading {
	font-family: "Source Code Pro", Courier, monospace;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.5;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}

.heading span {
	display: block;
}

.laptop {
	box-sizing: border-box;
	position: relative;
	width: 94%;
	max-width: 94%;
	height: 550px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1100&h=550&fit=crop&fp-y=.12);
}

.screen-overlay {
	width: 600px;
	height: 500px;
	background-color: #191919;

	/* Transform screen overlay to cover laptop screen image */
	transform: matrix3d(1.11008, 0.108202, 0, 0.000394192, 
						0.224001, 0.803852, 0, -8.80428e-05, 
						0, 0, 1, 0, 
						40, 34, 0, 1);
	transform-origin: 0 0 0;
}

.live-view {
	width: 200%;
	height: 200%;
	transform: scale(0.5);
	transform-origin: top left;

	/* Prevent user interaction with iframe content */
	/* pointer-events: none; */
}
/*====================================
	VLAKKEN
====================================*/
.bgWit {
	background-color: #fff;
}

/*====================================
	TEKST
====================================*/
.montserrat {
	font-family: 'Montserrat', sans-serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}
h1, h2, h3, h4 {
	line-height: 1.3;
	letter-spacing: 1px;
	font-weight: 300;
}
h2 {
	font-size:2.4em;
	margin-bottom: 15px;
	margin-top:0;
}
h3 {
	font-size:2em;
	margin-bottom: 0;
	font-weight: 500;
}

h3 bold {
	font-weight: 600;
}

h2.titel {
	font-size: 40px;
	letter-spacing: 1px;
	color: #AF7D4B;
	margin-bottom: 30px;
}
h1 {
    margin-bottom: 30px;
    line-height: 75px;
    font-size: 60px;
}

h4 {
	font-weight: 700;
}

p {
	line-height: 22px;
	letter-spacing: 0.8px;
}
.txtZwart{
  	color: #000;
}
.txtWit {
	color: #fff;
}


/*====================================
	Header/Navbar
====================================*/
header {
	font-size: 12px;
	background-color: #fff;
	z-index: 999!important;
	box-shadow: 1px 1px 1px #e6e6e6;
	
}

.navbar-right {
	font-size: 14px;
}
.navbar {
    margin-bottom: 0px!important; 
}

header img {
	padding: 7% 0;
	width: 200px;
}

header .navbar-nav a, footer .navbar-nav li a {
	padding: 22px 10px;
	color: #000;
} 

header .navbar-nav a:hover, footer .navbar-nav li a:hover {
	background-color: transparent;
	color: #ff5f00;
} 

header .navbar-nav a:focus, footer .navbar-nav li a:focus {
	background-color: transparent;
} 

header .navbar-nav li.devider a, footer .navbar-nav li a{
	padding-left: 10px;
}

header .navbar-nav li.devider:before, footer .navbar-nav li.devider:before {
	position: absolute;
    top: 28%;
    height: 40%;
    border-left: 1px solid #000;
    content: "";
} 

header .navbar-toggle {
	margin-right: 0;
}

header .navbar-toggle .icon-bar {
    background-color: #E65F00;
	height: 3px;
	width: 27px;
}

/*====================================
	HOMEPAGE
====================================*/
.opsomming ul {
	list-style: none;
}
.opsomming li {
	padding-bottom:20px;
}


/*====================================
	VERVOLG
====================================*/

.logoDownload:last-of-type a{
	font-weight: 700;
}

.lijntje-eronder::after{
	content: '';
    position: absolute;
    margin-bottom: -2px;
    bottom: 0;
    left: 15px;
    width: 102%;
    border-bottom: 1px solid #00000026;
}

.logoSoort {
	margin-top:50px;
	margin-bottom:20px;
	font-weight: 700;
}
.logoBlok i, .download-blok i, #typografie i  {
	color:#E55F00;
}


section {
	margin-top: 50px;
	padding-bottom: 30px;
}
#kleuren, #typografie, #huisstijlhandboek {
	margin-top:70px
}
.kleurBlok {
	position: relative;
	height:100%;
	margin-bottom: 30px;
}
.opBodem {
	font-weight: 600;
	position: absolute;
	bottom:0;
	left:0;
	padding: 20px 25px;
	letter-spacing: 0.75px;
}
.opBodem div {
	width:100%;
}
.opBodem td {
	padding:10px 0 10px 0!important;
}

.opBodem td:nth-of-type(1n) {
	padding:10px 12px 10px 0!important;
}

#typografie .font-block {
	padding: 24px 0;
}

#typografie .font {
	font-size: 26px;
}

#typografie a.download-font:focus {
	color: #2f7084;
}

#typografie .font.thin {
	font-weight: 100;
}

#typografie .font.extra-light {
	font-weight: 200;
}

#typografie .font.light {
	font-weight: 300;
}

#typografie .font.lightitalic {
	font-weight: 300;
	font-style: italic;
}

#typografie .font.regular {
	font-weight: 400;
}

#typografie .font.regularitalic {
	font-weight: 400;
	font-style: italic;
}

#typografie .font.medium {
	font-weight: 500;
}

#typografie .font.mediumitalic {
	font-weight: 500;
	font-style: italic;
}

#typografie .font.semi-bold {
	font-weight: 600;
}

#typografie .font.semi-bolditalic {
	font-weight: 600;
	font-style: italic;
}

#typografie .font.bold {
	font-weight: 700;
}

#typografie .font.boldtitalic {
	font-weight: 700;
	font-style: italic;
}

#typografie .font.extra-bold {
	font-weight: 800;
}

#typografie .font.extra-bolditalic {
	font-weight: 800;
	font-style: italic;
}

#typografie .font.black {
	font-weight: 900;
}

#typografie .font.blackitalic {
	font-weight: 900;
	font-style: italic;
}

#uitingen img.uiting-beeld {
	margin-top: 10px;
	width: 100%;
	height: 100%;
}

.logoBlok {
	min-height: 380px;
}

.website-knop {
	padding: 7px 15px;
	background-color: #000!important;
	color: #fff!important;
	display: inline-block;
	margin: 20px 0px 0px 20px;
}

.website-knop:focus {
	color: #fff!important;
}
/*====================================
	CONTACT
====================================*/
.googlemap {
	width: 100%;
}
#map-canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}
section#contact {
	background-color: #f3ece4;
}



/*====================================
	FANCYBOX
====================================*/

.fancybox-bg {
    background: #000;
}
.fancy-image {
	width: 100%;
} 

.fancybox-button--left::after {
    left: 13px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
}

.fancybox-button--right::after {
    right: 13px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
}

.fancybox-close-small:focus {
 	outline: none
}


/*====================================
	BUTTONS
====================================*/
.button {
	display: block;
	font-size: 14px;
	padding: 3px;
	border: none;
	text-decoration: none;
	letter-spacing: 1px;
}
.button-zw {
    display: inline-block; 
	color: #000; 
	font-size: 14px; 
	padding: 5px 10px 5px 0px; 
	font-weight: 600; 
	margin: 0 auto;
	letter-spacing: 1px;
}
/*.button-zw:hover {
	color: #fff; 
	background-color: #E55F00;
	border: 1px solid #E55F00;
}*/

.button-zw.kleuren-down {
	margin-top: 0;
	margin-bottom: 20px;
}

.button-oranje {
    display: block; 
	width: 275px; 
	color: #fff !IMPORTANT;
	font-size: 14px; 
	padding: 5px 10px; 
	font-weight: 600; 
	margin: 0 auto; 
	border: 1px solid #E55F00;
	margin-top: 25px;
	letter-spacing: 1px;
	background-color: #E55F00;
}
a.button-oranje:focus {
	color: #fff !IMPORTANT;
}
.button-zwart {
    display: block; 
	width: 300px; 
	color: #fff; 
	font-size: 14px; 
	padding: 5px 10px; 
	font-weight: 600; 
	margin: 0 auto; 
	background-color: #000;
	letter-spacing: 1px;
}
.button-zwart:hover {
    display: block; 
	width: 300px; 
	color: #000; 
	font-size: 14px; 
	padding: 5px 10px; 
	font-weight: 600; 
	margin: 0 auto; 
	background-color: #fff;
	letter-spacing: 1px;
}


/*====================================
	EFFECTEN
====================================*/
.hoef:hover {
	opacity:0.75;
	}
a:hover, a:focus {
    color: #8EA5B5;
    text-decoration: none;
}


/*====================================
	FORM
====================================*/

input.wpcf7-text, textarea.wpcf7-textarea {
    background-color: #F5F5F5;
    border: none;
    padding: 5px;
    margin-top: 0px !IMPORTANT;
	margin-bottom: 5px !IMPORTANT;
}
div.wpcf7 {
    margin: 25px 0;
    padding: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    color: #fff;
    background-color: #AF7D4B;
    border: none;
    padding: 5px 10px;
	font-weight: 600;
}
input[type="submit"]:hover {
    cursor: pointer;
    color: #000;
    background-color: #fff;
    border: none;
    padding: 5px 10px;
}

input.wpcf7-text, textarea.wpcf7-textarea {
    background-color: #F5F5F5;
    border: none;
    padding: 10px;
    margin-top: 0px;
	margin-bottom: 5px;
    width: 100%;
}

/*====================================
	ISOTOPE
====================================*/
.grid .grid-item {
	padding: 0;
}

.grid .hoog.grid-item .image-blok, .grid .groot.grnavid-item .image-blok{
	height: 570px;
}

.grid .grid-item .gutter {
	padding: 15px;
}

.grid .grid-item .image-blok{
	background-size: cover!important;
	background-position: center!important;
	height: 270px;
}

/*====================================
	FOOTER
====================================*/
footer {
    color: #000;
	width: 100%;
    background-color: #f3f3f3;
    padding: 50px 30px;
    margin-top: 30px;
}
footer a, footer a:link, footer a:visited {
    color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
}
footer a:hover {
    color: #000;
}

.footer-tekst a {
	color: #ff5f00!important;
}

/*====================================
	404
====================================*/
.viernulvier {
	text-align: center;
	width: 100%;
	font-size: 300%;
}
.viernulvier h1 {
	font-size: 80px;
}
.viernulvier h3 {
	font-size: 45px !important;
}
.viernulvier a:hover {
	text-decoration: none;
}
.searchform label {
	display: none;
}
.searchform input {
	font-size: 16px;
}

img {
    max-width: 100%;
}

.galerij_item {
    position: relative;
    border-bottom: 1px solid #00000026;
}
.galerij_item_buttons {
    margin-top: 5px;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {			
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	}
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {	
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    }
    /* extra Large Devices */
    @media only screen and (min-width : 1600px) {
    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
    }
	

	/*==========  Non-Mobile First Method  ==========*/
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.content-veld {
			text-align: center;
			padding: 0 30px;
		}
		
		.content-veld h2 {
			font-size: 42px;
			font-weight: 400;
		}
	}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		#menu-hoofdmenu li {
			display: block;
			margin: 10px 0;
		}
		#menu-hoofdmenu li a{
			font-size: 16px;
		}		
		.menu li:after {
			content: "";
		}
	}

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    }

