/*

Theme Name: Bravo

Theme URI: http://www.novaseptem.nl

Author: Daniel Koops - Nova Septem

Author URI: http://danielkoops.nl

Version: 9999999999999

Description: Bravo WordPress theme by Nova Septem

Text Domain: http://www.novaseptem.nl

License: GNU General Public License v2.0

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.

*/



/** General

******************************************************************/



body {

    margin: 0;

    font-family: 'Montserrat', sans-serif;

    background: url('/wp-content/uploads/2017/01/pexels-photo-48686.jpeg') white;

    background-repeat: repeat;

    background-position: top !important;

    background-attachment: fixed !important;
    background-size: 100%;

    margin-top: 92px;

}

#tsm #form{
    color: white;
}

#tsm #form fieldset legend{
    color: white!important;
    text-align: left;
}

#tsm #form .gform_fields{
    row-gap: 20px;
}

#tsm #form fieldset .gfield_description{
    color: white!important;
}

#tsm #form input[type='submit']{
    background: #3A51A3;
    border-radius: 2px;
}

#tsm #form fieldset.image-choices-field .gfield_checkbox{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#tsm .image-choices-choice-selected label{
    border: 2px solid #3a51a3;
}

#tsm #form fieldset.image-choices-field label{
    background: white!important;
    padding: 20px 0;
}

#tsm #form fieldset.image-choices-field .gfield_checkbox .gchoice{
    width: 100%;
    background: white;
}

#tsm #form fieldset.image-choices-field .gfield_checkbox .gchoice.image-choices-choice-selected{
    background: #ebebeb;
}

#tsm #form fieldset.image-choices-field .gfield_checkbox .gchoice span.image-choices-choice-image-wrap{
    padding: 20px 0;
    background-color: white;
}

#tsm #form fieldset.image-choices-field .gfield_checkbox .gchoice span.image-choices-choice-image-wrap:after{
    content: unset!important;
}

section#content .eapps-widget{
    text-align: left!important;
}

.ti-widget{
    margin-top: 40px;
}

.nf-form-fields-required {
    display: none;
}

#tsm {
    width: 69%;
    float: left;
    padding-right: 1%;
}

#ff {
    width: 29%;
    float: right;
    padding-left: 1%;
}

#ff iframe {
	float: right;
}
#vier {
    background: #b9b9b9;
}

#vier h1,
#vier h3 {
    font-weight: normal;
    color: #333;
}

#viernulvier-menu {
    text-align: center;
    padding: 40px 0;
}

.error404 .menu-404-menu-container ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.error404 .menu-404-menu-container ul li {
    list-style-type: none;
    display: -webkit-inline-box;
}

.error404 .menu-404-menu-container ul li a {
padding: 15px 25px;
    background: #f04f55;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    float: left;
    margin: 20px 20px 0 0;
    border-bottom: 2px solid #ffffff;
    border-radius: 1px;
}

p, a {
    font-family: 'Source Sans Pro', sans-serif;
}

.projecten-template-default #gallery ul a.fancybox {
    display: inline-block;
    width: 18%;
    height: 117px;
    padding-right: 1.75%;
}

.projecten-template-default #gallery ul a.fancybox:nth-child(5n+5) {
    padding-right: 0;
}

.projecten-template-default #gallery ul a.fancybox img {
    width: 100%;
    height: auto;
}

.projecten-template-default #gallery {
    width: 100%;
}

.ms-slide-info {
    position: absolute !important;
    text-align: center;
    color: white;
    width: 70% !important;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.nf-response-msg p {
	color: white;
}

.ms-slide-info h1 {
    font-size: 35px;
}

.ms-slide-info p {
    font-size: 18px;
    line-height: 30px;
    min-height: 120px;
}

.ms-slide-info a {
    font-size: 18px;
    background: #3A51A3;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    border-bottom: 2px solid white;
}

.ms-slide-info a:hover {
    background: #213479;
}

.container {

    width: 80%;

    margin: 0 auto;

        overflow: hidden;

}



#content h1, #content h2, #content h3, #content h4, #content h5, #content p {

    color: #333;

}


#single-page a, #page-contact a, #projecten-page a {

    color: #ca2c2c;

    text-decoration: none;

}



/* =WordPress Core

-------------------------------------------------------------- */

.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

    height: 1px;

    width: 1px;

    overflow: hidden;

}



.screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: bold;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000; /* Above WP toolbar. */

}



/** Header

******************************************************************/

header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
        border-bottom: 1px solid #ebebeb;
}



header:before {

    position: absolute;

    content: '';

    background: black;

    width: 100%;

    height: 100%;

    opacity: 0.3;

    z-index: -1;

}



#main-bar {

    height: 130px;

    padding-top: 23px;

    box-sizing: border-box;

}



/** Menu

******************************************************************/



nav {

    text-align: center;

    background: white;

}

nav .menu {

    overflow: hidden;

    padding: 0;

    margin: 0 auto;

    display: inline-block;

    float: right;

}



nav .menu ul {

    padding: 0;

    margin: 0;

}



nav .menu li {

    list-style-type: none;

    float: left;

}



nav .menu li:first-child {

    list-style-type: none;

    float: left;

}



nav .menu li a {

    font-size: 17px;

    color: #333;

    text-decoration: none;

    display: block;

    padding: 39px 17px;

    position: relative;

    text-transform: uppercase;

}

nav .menu li .sub-menu a {
    padding: 20px 17px !important;
}



nav .menu li a:hover {

    position: relative;

}



nav .menu .current-menu-item a {

    position: relative;

}



nav .menu li .sub-menu {

    display: none;

}



nav .menu li:hover .sub-menu {

    display: block;

    z-index: 9999999999;

    position: absolute;

}

nav .menu li:hover .sub-menu li .sub-menu {

display: none;

}

nav .menu li:hover .sub-menu li:hover .sub-menu {

left: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;

}



nav .menu li:hover .sub-menu li {

    float: none;

    z-index: 999999999;

    display: block;

    list-style-type: none;

}



nav .menu li:hover .sub-menu li a {

    background: #5d5d5d;

    z-index: 999999999;

    font-size: 17px;

    color: white;

    text-decoration: none;

    display: block;

    padding: 39px 17px;

    position: relative;

    text-transform: uppercase;

}



nav .menu li:hover .sub-menu li a:hover {

    background: #333;

}



nav .menu li:hover .sub-menu li a:before {

    display: none;

}



nav figure {

    padding: 0;

    margin: 0;

    float: left;

}



nav figure a {

    display: block;

}



nav figure img {
    width: auto;
    height: 80px;
    margin-top: 5px;
    padding-bottom: 3px;
}







/** Section - Slider

******************************************************************/



section#slider {

    position: relative;

       height: auto !important;


}

section#slider .heroslider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

section#slider .heroslider .caption{
    z-index: 2;
    position: relative;
    color: white;
    padding: 80px 0;
}

section#slider .splide__slide:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.52);
	position: absolute;
	top: 0; 
	left: 0;
    z-index: 1;
}

section#slider .splide__slide a.button{
    font-size: 18px;
    background: #3A51A3;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    border-bottom: 2px solid white;
    display: inline-block;
}

section#slider .slide {

    text-align: center;

}



section#slider .project a {

    text-decoration: none;

}



section#slider .project a.read-more {

font-size: 18px;
    background: #3A51A3;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    border-bottom: 2px solid white;
    display: block;
    float: right;

}



section#slider .project a.read-more:before {

    background: url('/wp-content/themes/bravo/images/right-arrow.png');

    content: '';

    height: 35px;

    width: 35px;

    position: absolute;

    top: 7px;

    z-index: 9;

    right: 16px;

    background-size: 35px;

    pointer-events: none;

}

section#slider .ms-view.ms-basic-view.ms-grab-cursor {
    height: auto !important;
}

section#slider .ms-slide-info {
    position: relative !important;
}



section#slider .project a.read-more:after {

    content: '';

    height: 50px;

    width: 2px;

    position: absolute;

    top: 0px;

    right: 65px;

    background-size: 35px;

    background: #ffffff;

    pointer-events: none;

}



section#slider .project a.read-more:hover {

    background: #84d034;

}



section#slider .project a.read-more:last-child {

    margin-left: 20px;

}





section#slider .project h1 {

    text-transform: uppercase;

    color: white;

    font-size: 50px;

    margin: 0;

}



section#slider .project p {

    color: white;

    font-size: 20px;

    width: 50%;

    margin: 0 auto;

    line-height: 30px;

    margin-top: 40px;

}



section#slider .project .text {

    margin-bottom: 40px;

}

section#slider .ms-view {
    height: auto !important;
}



/** Section - Blocks

******************************************************************/



section#blocks {

    padding: 80px 0;

    position: relative;

    overflow: hidden;

    text-align: center;

    background: white;

}



section#blocks .block {

    width: 33.333333333%;

    overflow: hidden;

    float: left;

    box-sizing: border-box;

    padding: 0 20px;

}



section#blocks .block h1 {

    color: #333;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 18px;

}



section#blocks .block a {

    text-decoration: none;

    border-radius: 50%;

    display: block;

    margin: 0 auto;

}



section#blocks .block .text {

    text-align: center;

}



section#blocks .block .text p {

    color: #333;

    font-size: 14px;

        line-height: 30px;

}



section#blocks a img {

    transition: all .2s ease-in-out;

}



section#blocks a img:hover {

    transform: scale(0.9);

}



/** Section - Content

******************************************************************/



section#content {

    position: relative;

    text-align: center;

    padding: 40px 0;

    background: white;

}



section#content h1 {

    color: #333;

    text-transform: uppercase;

    font-size: 45px;

}



section#content p {

    color: #333;

    line-height: 30px;

}



/** Section - Divider

******************************************************************/

section#divider {
    padding: 80px 0;
        background: rgba(0, 0, 0, 0.52);
}

section#divider .divider-wrapper #text {
    float: left;
}

section#divider .divider-wrapper #text h1 {
    font-size: 35px;
    color: white;
    text-transform: uppercase;
    margin: 0;
}

section#divider .divider-wrapper a {
    font-size: 18px;
    background: #3A51A3;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    border-bottom: 2px solid white;
    display: block;
    float: right;
}

section#divider .divider-wrapper a:hover {
    background: #213479;
}

/** Section - Projecten

******************************************************************/


/** PROJECTEN 2 **/

section#projecten {
    position: relative;
    overflow: hidden;
}

section#projecten h1.entry-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
    background: url(images/bgs.jpg) #efe6dd bottom;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0;
    margin: 0;
}

section#projecten .project {
    width: 25%;
    float: left;
    height: auto;
    transition: all .2s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #333;
    padding: 10px;
    box-sizing: border-box;
}

section#projecten .project a {
    display: inline;
}

section#projecten .project img:hover {
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}

section#projecten .project img {
    transition: all .2s ease-in-out;
    display: -webkit-box;
}

section#projecten .project h2 {
    position: absolute;
    color: white;
    text-transform: uppercase;
    top: 0;
    display: none;
}

section#projecten .project .overlay {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}

section#projecten .project span {
    display: none;
    position: absolute;
    color: white;
    transition: all .2s ease-in-out;
    left: 0;
    font-size: 30px;
    text-align: center;
    width: 100%;
    z-index: 9;
    top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
}

@media screen and (max-width: 1450px) {
	#ff {
		display: none;
	}

	#tsm {
		width: 100%;
		padding-right: 0;
	}

	nav .menu li a {
		    padding: 39px 9px;
	}
}

@media screen and (max-width: 1300px) {

	nav .menu li a {
		    font-size: 15px;
	}

}

@media screen and (max-width: 1200px) {

	nav .menu {
		float: none;
	}

    .fancybox-opened {
        top: 220px !important;
    }

	nav figure {
		float: none;
	}

	body {
		margin-top: 194px;
	}

	nav .container {
		width: 100% !important;
	}

}

@media screen and (max-width: 1000px) {

    section#projecten .project {
        width: 50%;
    }

}

@media screen and (max-width: 600px) {

    section#projecten .project {
        width: 100% !important;
    }

}
/** PROJECTEN 2 END **/

/** Section - Contact

******************************************************************/



section#contact {

    background: #78746f;

    overflow: hidden;

    position: relative;

    padding: 80px 0;

    float: left;
    width: 100%;


}



section#contact #text {

    text-align: center;

}



section#contact #text h1 {

    color: white;

    font-size: 30px;

    text-transform: uppercase;

    font-weight: bold;

    margin-top: 0;

}



section#contact #text p {

    color: white;

    line-height: 24px;

}



section#contact #social-media {

   width: 100%;

   overflow: hidden;

   text-align: center;

   padding: 40px 0;

}



section#contact #social-media ul {

   margin: 0 auto;

   display: inline-block;

   overflow: hidden;

}



section#contact #social-media ul li {

    float: left;

    color: white;

    list-style-type: none;

    padding: 20px 60px;

    box-sizing: border-box;

    position: relative;

}



section#contact #social-media ul li:first-child:before {

    position: absolute;

    content: '';

    background: url('images/wassap-logo-button.png');

    height: 40px;

    width: 40px;

    background-size: 100%;

    left: 0;

    top: 9px;

}



section#contact #social-media ul li:nth-child(2):before {

    position: absolute;

    content: '';

    background: url('images/email.png');

    height: 40px;

    width: 40px;

    background-size: 100%;

    left: 0;

    top: 9px;

}



section#contact #social-media ul li:last-child:before {

    position: absolute;

    content: '';

    background: url('images/facebook-logo.png');

    height: 40px;

    width: 40px;

    background-size: 100%;

    left: 0;

    top: 9px;

}

section#contact #form nf-fields-wrap nf-field:first-child {
    float: left;
    width: 48%;
    margin-right: 4%;
}

section#contact #form nf-fields-wrap nf-field:nth-child(2),
section#contact #form nf-fields-wrap nf-field:nth-child(3),
section#contact #form nf-fields-wrap nf-field:nth-child(4),
section#contact #form nf-fields-wrap nf-field:nth-child(5),
section#contact #form nf-fields-wrap nf-field:nth-child(6) {
    float: left;
    width: 48%;
}

section#contact #form nf-fields-wrap nf-field textarea,
section#contact #form nf-fields-wrap nf-field input {
    padding: 15px 20px;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

section#contact #form nf-fields-wrap nf-field:nth-child(7) input {
    font-size: 18px;
    background: #3A51A3;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    border-bottom: 2px solid white;
    display: block;
    float: right;
    cursor: pointer;
    width: 100%;
        -webkit-appearance: none;
}

section#contact #form nf-fields-wrap nf-field textarea {
	min-height: 288px;
}

section#contact nf-field .nf-field-container {
	margin-bottom: 15px !important;
}

section#contact #form nf-fields-wrap nf-field:nth-child(7) {
	float: left;
	width: 100%;
}

section#contact #form #nf-field-7-wrap .nf-field-label {
    width:  100%;
}

section#contact #form #nf-field-7-wrap .nf-field-element {
    width: auto;
    float: left;
    order: 20;
}

section#contact #form #nf-field-7-wrap .nf-field-description {
    width: auto;
    float: left;
    order: 25;
    margin-left:    10px;
}


/** Singlepage

******************************************************************/



#single-page {

    background: #efefef;

    padding: 60px 0;

}



#single-page h1, 

#single-page h2, 

#single-page h3, 

#single-page h4,

#single-page h5, 

#single-page p {

    font-weight: normal;

    color: #333;

}

 

#single-page p {

    line-height: 25px;

}



#single-page .row.blue {

    padding: 80px 0;

}



#single-page .row p {

    line-height: 30px;

    color: #333;

}



#single-page .row:first-child {

    padding: 40px 0;

}



#single-page .row:first-child p {

    border-left: 1px solid #333;

    padding-left: 20px;

}



#single-page .row:nth-child(4) .text {

    width: 70%;

    float: right;

    padding: 20px;

    box-sizing: border-box;

}



#single-page .row:nth-child(4) .image {

    margin-top: 60px;

    width: 30%;

    float: left;

}



#single-page .row:nth-child(4) .image img {

    padding: 20px;

    box-sizing: border-box;

    width: 100%;

}



#single-page .row:nth-child(2) {

    background: #e6e6e6;

    padding: 80px 0;

    box-shadow: inset 0px 0px 30px #bbbbbb;

}



#single-page .row:nth-child(4) {

    background: #2c5dca;

    padding: 80px 0;

    color: white;

    box-shadow: inset 0px 0px 10px #797979;

}



#single-page .row:nth-child(4) h1, .row:nth-child(3) p {

    color: white;

}



#single-page #divider {

    text-align: center;

    padding: 80px 0;

    box-sizing: border-box;

    background: url('images/bgs.jpg');

    background-size: 100%;

    background-position: 0 60%;

    position: relative;

    background-repeat: no-repeat;

    background-attachment: fixed;

    z-index: 0;

}



#single-page #divider:before {

    position: absolute;

    content: '';

    background: black;

    opacity: 0.5;

    width: 100%;

    height: 100%;

    left: 0;

    z-index: -1;

    top: 0;

}



#single-page section#divider.single:before {

    position: absolute;

    content: '';

    background: none;

    opacity: 1;

    width: 100%;

    height: 100%;

    left: 0;

    z-index: -1;

    top: 0;

}



#single-page section#divider.single {

    margin: 0;

    box-shadow: inset 0px 0px 30px #bbbbbb;

    border: 0;

    padding: 40px 0 !important;

}



#single-page section#divider.single #text {

   color: #333;

}



#single-page section#divider.single a {

    background: #2c5dca;

    color: white;

    font-weight: bold;

    cursor: pointer;

    border: none;

    border-bottom: 4px solid #072f88;

    text-transform: uppercase;

    position: relative;

    padding-right: 110px;

}



#single-page section#divider.single a:before {

    background: url('/wp-content/themes/delta/images/eye-dark.png');

    content: '';

    height: 35px;

    width: 35px;

    position: absolute;

    top: 17px;

    z-index: 9;

    right: 17px;

    background-size: 35px;

    pointer-events: none;

}



#single-page section#divider.single a:after {

    content: '';

    height: 67px;

    width: 2px;

    position: absolute;

    top: 0px;

    right: 67px;

    background-size: 35px;

    background: #072f88;

    pointer-events: none;

}





#single-page section#divider.single a:hover {

    background: #4c8bff;

}



#single-page #divider h1 {

    color: white;

}



#single-page #divider #form {

    width: 1260px;

    margin: 0 auto;

    margin-top: 40px;

}

.single-projecten #gallery ul {
    margin: 0;
    padding: 0;
}



#single-page #divider #form .field-wrap {

    width: 300px;

    float: left;

    margin-right: 20px;

    margin-bottom: 0 !important;

    position: relative;

}



#single-page #divider #form .field-wrap label {

    display: none;

}



#single-page #divider #form .field-wrap:last-child {

    margin-right: 0 !important;

}



#single-page #divider #form .field-wrap input {

    padding: 20px 10px;

    box-sizing: border-box;

    width: 100%;

    border-radius: 5px;

    font-family: 'Montserrat', sans-serif;

    font-size: 18px;

    color: white;

    border: none;

    border: 2px solid white;

    background: rgba(0, 0, 0, 0.28);

}



#single-page #divider #form .field-wrap:last-child input {

    background: #2c5dca;

    color: white;

    font-weight: bold;

    cursor: pointer;

    border: none;

    border-bottom: 4px solid #072f88;

    text-transform: uppercase;

    padding-right: 70px;

}



#single-page #divider #form .field-wrap:last-child:before {

    background: url('/wp-content/themes/delta/images/send-button-dark.png');

    content: '';

    height: 35px;

    width: 35px;

    position: absolute;

    top: 14px;

    z-index: 9;

    right: 14px;

    background-size: 35px;

    pointer-events: none;

}



#single-page #divider #form .field-wrap:last-child:after {

    content: '';

    height: 67px;

    width: 2px;

    position: absolute;

    top: 0px;

    right: 67px;

    background-size: 35px;

    background: #072f88;

    pointer-events: none;

}



#single-page #divider #form .field-wrap:last-child input:hover {

    background: #4c8bff;

}



#single-page #divider #form .ninja-forms-required-items {

    display: none;

}



#single-page #divider .ninja-forms-req-symbol {

    display: none;

}



#single-page #divider ::-webkit-input-placeholder {

    color: white;

}



/** Singlepage - Webhosting

******************************************************************/



#blocks .block table {

    width: 100%;

}



#blocks .block table tr td:first-child {

    background: #2c5dca;

    width: 40%;

    padding: 20px;

    color: white;

    text-align: left;

}



#blocks .block table tr td {

    background: white;

}



#blocks .block table tr:first-child td {

    background: #2c5dca;

    width: 20%;

    color: white;

}



#blocks .block table tr td img {

    width: 35px;

}



/** Singlepage - Process

******************************************************************/



section#process {

    padding: 80px 0;

}



section#process h1 {

    text-align: center;

    text-transform: uppercase;

    color: #333;

    margin: 0 0 50px 0;

    font-size: 30px;

}



section#process #text {

    width: 50%;

    float: left;

    padding: 20px;

    box-sizing: border-box;

}



section#process #text h1 {

    margin: 0;

    font-size: 20px;

    text-align: left;

    color: white;

    text-transform: capitalize;

}





section#process #text ul {

    margin: 0;

}



section#process #text ul li {

    list-style-type: none;

    padding: 25px 20px;

    position: relative;

    background: #2c5dca;

    box-sizing: border-box;

    margin-bottom: 20px;

    color: white;

    line-height: 25px;

}



section#process #exp {

    width: 50%;

    float: left;

}



section#process #exp ul {

    margin: 0;

}



section#process #exp ul li {

    list-style-type: none;

    padding: 100px 0;

    position: relative;

    padding-left: 200px;

    box-sizing: border-box;

}



section#process #exp ul li:first-child {

    margin-top: 40px;

}



section#process #exp ul li:nth-child(2), section#process #exp ul li:nth-child(3), section#process #exp ul li:last-child {

    margin-top: 20px;

}



section#process #exp ul li:before {

    position: absolute;

    content: '';

    height: 150px;

    width: 150px;

    background-size: 150px;

    top: 0;

    left: 0;

    border: 2px solid #bbb;

    border-radius: 50%;

}



section#process #exp ul li:after {

    position: absolute;

    content: '';

    background: #bbb;

    height: 66px;

    width: 2px;

    left: 75px;

    bottom: -20px;

}



section#process #exp ul li:first-child:before {

    background: url('images/deal.png');

    background-size: 150px;

}



section#process #exp ul li:nth-child(2):before {

    background: url('images/checklist.png');

    background-size: 150px;

}



section#process #exp ul li:nth-child(3):before {

    background: url('images/settings.png');

    background-size: 150px;

}



section#process #exp ul li:last-child:before {

    background: url('images/trophy.png');

    background-size: 150px;

}



section#process #exp ul li .h-line:before {

    position: absolute;

    content: '';

    height: 2px;

    background: #bbb;

    width: 533px;

    left: 154px;

    top: 77px;

}



section#process #exp ul li:last-child:after {

    display: none;

}



/** Projecten - Single Page

******************************************************************/



#projecten-single .case {

    font-style: italic; 

    font-size: 13px;

}



#projecten-single .row.info {

    padding: 80px 0;

}



#projecten-single .grey {

    background: #e6e6e6;

    padding: 80px 0;

    box-shadow: inset 0px 5px 30px #bbbbbb;

}



#projecten-single .grey h1, 

#projecten-single .grey h2, 

#projecten-single .grey h3,

#projecten-single .grey h4, 

#projecten-single .grey h5,

#projecten-single .grey p {

    color: #333;

}



#projecten-single p {

    line-height: 30px;

}



#projecten-single .blue h1, 

#projecten-single .blue h2, 

#projecten-single .blue h3,

#projecten-single .blue h4, 

#projecten-single .blue h5,

#projecten-single .blue p {

    color: white;

}



#projecten-single .blue {

    background: #2c5dca;

    padding: 80px 0;

    position: relative;

}



#projecten-single .showcase {

    padding: 40px 0;

}



#projecten-single .showcase .image {

    float: left;

}



#projecten-single .showcase .ref .image img {

    width: 350px;

}



#projecten-single .showcase .bubble {

    position: relative;

    width: 250px;

    height: auto;

    padding: 0px;

    background: #2c5dca;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 5px;

    float: left;

    margin: 50px 50px 0 0;

    padding: 20px;

    border-bottom: 3px solid #4c8bff;

}



#projecten-single .showcase .bubble:after {

    content: '';

    position: absolute;

    border-style: solid;

    border-width: 15px 0 15px 15px;

    border-color: transparent #2c5dca;

    display: block;

    width: 0;

    z-index: 1;

    right: -15px;

    top: 22px;

}



#projecten-single .showcase .bubble p {

    color: white;

    margin: 0;

}



#projecten-single .showcase .ref {

    float: right;

}



#projecten-single .showcase .project-image img {

    width: 587px;

}



#projecten-single .info-two {

    background: #e6e6e6;

    padding: 80px 0;

    box-shadow: inset 0px 5px 30px #bbbbbb;

}



#projecten-single .info-two .image {

    width: 50%;

    float: left;

    height: 600px;

    overflow-y: hidden;

    overflow-x: hidden;

}



#projecten-single .info-two .image img {

    width: 100%;

    height: auto;

}



#projecten-single .info-two .text {

    width: 50%;

    float: left;

    padding: 40px 40px 40px 0;

    box-sizing: border-box;

    padding-top: 0;

}



#projecten-single .info-two .text h1 {

    margin-top: 0;

    color: #333;

}



#projecten-single .more-projects {

    padding: 80px 0;

    position: relative;

}



#projecten-single .more-projects a h1 {

    color: #333;

}



#projecten-single .bx-wrapper {

    pointer-events: inherit !important;

}



#projecten-single .info-four {

    padding: 80px 0;

}



#projecten-single .info-four .image {

    float: left;

    width: 50%;

}



#projecten-single .info-four .text {

    float: right;

    width: 50%;

    padding: 20px;

    box-sizing: border-box;

}



.info {

    position: relative;

}



.info:before {

    position: absolute;

    content: '';

    width: 50%;

    height: 0;

    border-left: 20px solid transparent;

    border-right: 20px solid #2c5dca;

    border-bottom: 20px solid #2c5dca;

    right: 0;

    top: -16px;

}



.info:after {

    position: absolute;

    content: '';

    width: 50%;

    height: 0;

    border-right: 20px solid transparent;

    border-left: 20px solid #2c5dca;

    border-top: 20px solid #2c5dca;

    left: 0;

    bottom: -16px;

}



#projecten-single .info-three:before {

    background: url('/wp-content/themes/delta/images/triangle.png');

    content: '';

    height: 30px;

    width: 100%;

    background-repeat: repeat-x;

    position: absolute;

    top: -20px;

    background-size: 30px;

    transform: rotate(180deg);

}



/** Projecten - Page

******************************************************************/

#projecten-page {
    background: #efefef;
    padding: 80px 0;
}

#projecten-page #content {

    text-align: center;


}

#projecten-page .project {
    padding: 20px;
    box-sizing: border-box;
    float: left;
    width: 33.33333%;
    min-height: 444px;
}



#projecten-page #content .project h1 {

    color: #333;

    font-weight: normal;
    font-size: 20px;

    min-height: 48px;

}

#projecten-page #content a.btn {
    font-size: 18px;
    background: #3A51A3;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    border-bottom: 2px solid #213479;
    display: block;
}

#projecten-page #content a:hover {
    background: #213479;
}


#projecten-page #content h1 {

    color: #333;

    font-weight: normal;

}



#projecten-page #content p {

    color: #333;

    line-height: 30px;

}



#projecten-page .case {

    float: left;

    width: 33.33333%;

}

.pagination {
    padding: 20px 0;
}

.pagination a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #c3bdbd;
    color: #333;
    text-decoration: none;
}

.pagination a:hover {
    background: #c3bdbd;
}



#projecten-page .case .image img {

    width: 100%;

}



#projecten-page .case {

    text-align: center;

}       



#projecten-page .case .read-more {

    color: #ffffff;

    background: #2c5dca;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: bold;

    padding: 15px;

    display: inline-block;

    border-radius: 5px;

    text-decoration: none;

    border-bottom: 4px solid #072f88;

}       



#projecten-page .case .read-more:hover {

    background: #4c8bff;

}       



#projecten-page .case .text a {

    text-decoration: none;

}     



#projecten-page .case .text a h1 {

    color: #333;

}



#projecten-page #cases {

    padding: 0 0 40px 0;

} 



/** Page - Scan

******************************************************************/



#page-scan {

    padding: 80px 0;

}



#page-scan h1 {

    color: #333;

    font-weight: 100;

    margin: 0;

}



#page-scan p {

    color: #333;

    line-height: 30px;

}



#page-scan #content {

    float: left;

    width: 70%;

    padding: 0 40px;

    box-sizing: border-box;

}



#page-scan section#scan {

    float: left;

    width: 30%;

    background: #4c8bff;

    padding: 20px;

    box-sizing: border-box;

    position: relative;

}



#page-scan #form .ninja-forms-required-items {

    display: none;

}



#page-scan #form .ninja-forms-req-symbol {

    display: none;

}



#page-scan #form .textarea-wrap {

    width: 100%;

    padding-right: 20px;

    box-sizing: border-box;

}



#page-scan #form .textarea-wrap textarea {

    border: none;

    padding: 15px 20px;

    box-sizing: border-box;

    font-size: 14px;

    font-family: 'Montserrat', sans-serif;

    color: #333;

}



#page-scan #form .field-wrap {

    width: 100%;

    box-sizing: border-box;

    margin-bottom: 30px;

    color: white;

    line-height: 30px;

    font-size: 17px;

}



#page-scan #form .field-wrap input {

    padding: 15px 20px;

    box-sizing: border-box;

    font-size: 14px;

    border: none;

    color: #333;

    font-family: 'Montserrat', sans-serif;

}



#page-scan #form #ninja_forms_field_2_div_wrap {

    margin-top: 20px;

}



#page-scan #form .submit-wrap input {

    color: #ffffff;

    background: #2c5dca;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: bold;

    padding: 15px;

    display: block;

    border-radius: 5px;

    text-decoration: none;

    border-bottom: 4px solid #072f88;

    cursor: pointer;

    width: 100%;

}



#page-scan #form .submit-wrap input:hover {

    background: #072f88;

    border-bottom: 4px solid #2c5dca;

}



#page-scan #form .field-wrap:last-child {

    margin-bottom: 0 !important;

    position: relative;

}



#page-scan #form .submit-wrap #nf_submit_7:before {

    background: url('/wp-content/themes/delta/images/send-button.png');

    content: '';

    height: 35px;

    width: 35px;

    position: absolute;

    top: 10px;

    right: 20px;

    background-size: 35px;

    pointer-events: none;

}



#page-scan #form .field-wrap:last-child:after {

    content: '';

    height: 54px;

    width: 2px;

    position: absolute;

    top: 0px;

    right: 74px;

    background-size: 35px;

    background: #4c8bff;

    pointer-events: none;

}



#page-scan #form .submit-wrap input {

    padding-right: 64px;

}



/** Page - Contact

******************************************************************/



#page-contact {

    text-align: center;

    background: white;

    padding: 40px 0;

}



#page-contact p {

    line-height: 30px;

}



/** Projecten Single - Projecten No Slider

******************************************************************/



#projecten-single section#cases {

    display: none;

}



#projecten-single .case {

    float: left;

    width: 33.33333%;

    text-align: center;

    font-style: normal;

}



#projecten-single .case .image img {

    width: 100%;

}



#projecten-single .case {

    text-align: center;

}       



#projecten-single .case .read-more {

    color: #ffffff;

    background: #2c5dca;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: bold;

    padding: 15px;

    display: inline-block;

    border-radius: 5px;

    text-decoration: none;

    border-bottom: 4px solid #072f88;

}       



#projecten-single .case .read-more:hover {

    background: #4c8bff;

}       



#projecten-single .case .text a {

    text-decoration: none;

}     



#projecten-single .case .text a h1 {

    color: #333;

}



/** Gallery

******************************************************************/

#gallery-1 img{

    border: 10px solid #fff !important;

}



#gallery-1 .gallery-item {

width:25% !important;

text-align: left !important;

}





/** General

******************************************************************/



footer {

    background: #5d5d5d;

    padding: 40px 0;

    color: #afafaf;
        overflow: hidden;
    float: left;
    width: 100%;

}

footer #copyright a {
    color: white;
}

#contact #social-media a {
    color: white;
}


footer #copyright {

    float: left;

    margin-top: 11px;

}



footer ul {

    float: right;

    margin: 0;

}



footer ul li {

    float: left;

    list-style-type: none;

    margin-right: 20px;

}



footer ul li:last-child {

    float: left;

    list-style-type: none;

    margin-right: 0;

}



footer ul li img {

    height: 40px;

}

@media screen and (max-width: 1440px) {

    #projecten-page .project img {
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width: 1024px) {

    #ff {
        display: none;
    }

    nav .menu li a {
        padding: 39px 10px;
        font-size: 14px;
    }

    #tsm {
        width: 100%;
        padding-right: 0 !important;
    }

    #projecten-page .project {
        width: 50%;
    }

    section#projecten .project span {
        font-size: 20px;
    }

}

@media screen and (max-width: 768px) {

    section#blocks .block {
        width: 100%;
        margin-top: 20px;
        border-bottom: 1px solid #ebebeb;
    }

    section#blocks .block:first-child {
        margin-top: 0 !important;
    }

    section#blocks .block:last-child {
        border-bottom: none !important;
    }

    .single-projecten #projecten-single .text {
        width: 100%;
        float: left;
        padding: 0;
    }

    .single-projecten #projecten-single .image {
        display: none;
    }

    #responsive-menu-container {
        top: 92px !important;
    }

    #responsive-menu-search-box {
        display: none !important;
    }

    #responsive-menu-container {
        display: table !important;
        width: 100% !important;
    }

    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        font-size: 15px !important;
        border-bottom: 1px solid #ebebeb !important;
    }

    footer #copyright {
        margin: 0 auto;
        display: table;
        padding: 0;
        overflow: hidden;
        float: none;
        margin-bottom: 20px;
    }
    
    footer ul {
        margin: 0 auto;
        display: table;
        padding: 0;
        overflow: hidden;
        float: none;
    }

    body {
    	margin-top: 93px;

    }


}

@media screen and (max-width: 550px) {

	nav .container {
		width: 90% !important;
	}

	nav figure img {
		float: left !important
	}

	body {
		margin-top: 88px !important;
	}

}

@media screen and (max-width: 425px) {

    #projecten-page .project {
        width: 100%;
    }

    .fancybox-wrap {
        width: 90% !important;
    }

    .projecten-template-default #gallery ul a.fancybox {
        height: auto;
    }

    section#content h1 {
        font-size: 30px;
    }

    #projecten-single .info-two {
        padding: 40px 0;
    }

    section#divider .divider-wrapper a {
        width: 100%;
        float: left;
        text-align: center;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .fancybox-inner {
        width: 100% !important;
        height: auto !important;
    }

    #ff {
        display: block;
        float: left;
        width: 100%;
        padding-left: 0 !important;
    }

    section#contact #social-media ul li {
        padding: 20px 20px 20px 60px;
    }

    section#contact #form nf-fields-wrap nf-field {
        width: 100% !important;
    }

    section#contact #form nf-fields-wrap nf-field:nth-child(4) input {
        float: left;
        width: 100%;
    }

    section#divider .divider-wrapper #text {
        width: 100%;
    }

    section#divider .divider-wrapper #text h1 {
        text-align: center;
    }

}

@media screen and (max-width: 375px) {

    #ff iframe {
        display: none;
    }

}