h1, h2, h3 {
    font-family: 'Nunito', sans-serif;
    color: #000;
}

/* Home slider*/
.home-slider .slide-item,
.home-slider .slide-item a {
    position: relative;
}

.home-slider {
    background: #FFFFFF;
}

.unslider {
    position: relative;
    overflow: hidden;
    max-height: 670px;
}

.unslider-wrap.unslider-carousel {
    margin: 0 !important;
    padding: 0 !important;
}

.unslider-wrap.unslider-carousel > li {
    list-style: none;
}

.unslider-arrow {
    position: absolute;
    top: 45%;
    width: 36px;
    height: 48px;
}

.unslider-arrow.prev {
    background-image: url('../image/arrow-left.png');
    background-repeat: no-repeat;
}

.unslider-arrow.next {
    background-image: url('../image/arrow-right.png');
    background-repeat: no-repeat;
}

.unslider-nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 100;
}

.unslider-nav ol li {
    height: 4px;
    width: 66px;
    background: #FFF;
    opacity: 0.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    margin: 0 2px;
}

.unslider-nav ol li.unslider-active {
    opacity: 1;
}

/* /Home slider */

/* Top header wrapper*/
@media only screen and (max-width: 850px) {
    .top-header-wrapper .entry-content {
        text-align: center;
    }
}

/* /Top header wrapper*/

/* Logo header */
.logo-header {
    padding-top: 15px;
    min-height: 80px;
}

.logo-header .logo-header-left,
.logo-header .logo-header-left .home-button,
.logo-header .logo-header-left .logo,
.logo-header .logo-header-right .phone-button,
.logo-header .logo-header-right .mail-button {
    float: left;
}

.logo-header .logo-header-left .home-button,
.logo-header .logo-header-left .logo {
    margin-right: 20px;
}

.logo-header .logo-header-left .logo {
    padding-top: 9px;
}

.logo-header .logo-header-right .mail-button {
    margin-left: 10px;
}

.logo-header .logo-header-right {
    float: right;
}

@media only screen and (max-width: 850px) {
    .logo-header-left,
    .logo-header-left div {
        width: 100%;
        text-align: center;
    }

    .logo-header .logo-header-left .home-button {
        display: none;
    }
    .logo-header .logo-header-right {
        text-align: center;
        margin: 20px;
        width: 100%;
    }
    .logo-header .logo-header-right > div {
        float: none !important;
        display: inline-block;
    }

}

/* /Logo header */

/* Menu */

div.menu-wrapper {
    background: rgba(233, 81, 90, 1);
    background: -webkit-linear-gradient(rgba(221, 62, 71, 1), rgba(233, 81, 90, 1));
    background: -o-linear-gradient(rgba(221, 62, 71, 1), rgba(233, 81, 90, 1));
    background: -moz-linear-gradient(rgba(221, 62, 71, 1), rgba(233, 81, 90, 1));
    background: linear-gradient(rgba(221, 62, 71, 1), rgba(233, 81, 90, 1));
}

.menu-block ul.menu li > a {
    font-family: 'Nunito', sans-serif;

}

.menu-block ul.menu li > a:hover,
.menu-block ul.menu li.current_page_item > a,
.menu-block ul.menu li.current_page_parent > a,
.menu-block ul.menu li.current_page_ancestor > a,
.menu-block ul.menu li.current_page_item > a:hover,
.menu-block ul.menu li.current_page_parent > a:hover,
.menu-block ul.menu li.current_page_ancestor > a:hover,
.menu-block ul.menu li.current-menu-item > a,
.menu-block ul.menu li.current-menu-parent > a,
.menu-block ul.menu li.current-menu-ancestor > a,
.menu-block ul.menu li.current-menu-item > a:hover {
    background: #EBEBEB;
    color: #E9515A;
}

/* Mobile menu */
.ubermenu-main {
    background: none !important;
    background-color: transparent !important;
}

.ubermenu-skin-black-white-2 {
    border: none !important;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main,
.ubermenu .ubermenu-target-text {
    font-family: 'Nunito', sans-serif !important;
    text-transform: none !important;
    font-size: 20px !important;
}

.ubermenu-skin-black-white-2,
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main, .ubermenu-responsive-default.ubermenu.ubermenu-responsive ul li a {
    height: 80px !important;
    padding-top: 30px !important;
}

/* /Menu */

/* Content */

.content-block .entry-content {
    /*padding: 0 15px;*/
}
/*.block-type-content div.entry-content, .block-type-content div.entry-content p {*/
/*color: #303030;*/
/*line-height: 180%;*/
/*font-size: 14px;*/
/*margin-top: 5px;*/
/*}*/

/*.block-type-content div.entry-content a {*/
/*color: #BC2B0B;*/
/*}*/

/*.block-type-content .entry-title,*/
/*.block-type-content h2 {*/
/*font-weight: 700;*/
/*text-transform: uppercase;*/
/*color: #9C2309;*/
/*padding-top: 15px;*/
/*margin: 0 !important;*/
/*}*/

/*.block-type-content .entry-title {*/
/*font-size: 36px;*/
/*}*/

/*.block-type-content h2 {*/
/*font-size: 18px;*/
/*}*/

/* /Content */

/* Footer */
/* /Footer */

/* Welkom pagina */

.vc_row-has-fill > .vc_column_container {
    /*padding: 20px;*/
}

.row-home-projects {
    background-color: #EBEBEB;
    padding-top: 30px;
}

@media only screen and (min-width: 768px) {
    .row-home-projects .vc_gitem_row .vc_gitem-col {
        padding: 0;
    }

    .row-home-projects .vc_grid-item {
        height: 170px;
    }
}
.row-home-projects .vc_gitem_row .wpb_single_image img:hover {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.grid-item-project-title h2 {
    padding-top: 50px;
    line-height: 100% !important;
}

@media only screen and (max-width: 768px) {
    .row-home-projects .vc_col-sm-6.vc_gitem-col {
        width: 170px !important;
        float: left;
    }

    .row-home-projects .vc_grid-item {
        height: 170px;
    }
}

@media only screen and (max-width: 388px) {
    .row-home-projects .vc_col-sm-6.vc_gitem-col {
        width: 142px !important;
        float: left;
    }

    .row-home-projects .vc_grid-item {
        height: 142px;
    }
}

/* /Welkom pagina */

/* Contact pagina */
/* Contactformulier /contact */
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: 100%;
}

.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"],
.wpcf7-form button,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form button:hover {
    color: #ffffff;
    background-color: #E9515A;
    font-family: 'Jaldi', sans-serif;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}

/* /Contact pagina */

/* RESPONSIVE SETTINGS */
@media only screen and (max-width: 1260px) {
    .header-search-form-wrapper {
        top: 50px;
        right: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-search-form {
        width: 150px;
    }

    .header-search-form .search-field {
        width: 115px
    }

    .header-slogan {
        font-size: 13px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 960px) {
    .header-search-form-wrapper {
        display: none;
    }
}

/* Responsive menu */
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main,
.ubermenu-responsive-default.ubermenu.ubermenu-responsive ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Footer */
@media only screen and (max-width: 830px) {
    .footer-wrapper .block-content {
        padding: 15px 0;
    }
}

/* /Footer */

/* Zoekpagina */
@media only screen and (max-width: 600px) {
    body.search .loop .entry-row {
        padding-top: 35px;
    }
}

/* /Zoekpagina */

@media only screen and (max-width: 960px) {

}

.pdf-download-button,
.pdf-download-button a {
    width: 100% !important;
    max-width: 350px;
}