/*
Theme Name: De Bijschijner
Theme URI: https://www.fromthecity.com/themes/debijschijner
Author: fromthecity
Author URI: https://www.fromthecity.com/
Description: De Bijschijner is a professional-looking multi-purpose WordPress theme. It is a simple, attractive and responsive theme with lots of theme options which helps the user to easily customize the theme.  De Bijschijner theme is also a one-page ready theme, you can easily design this theme on one-page sites too. It includes unique slider section, about section, service section, parallax section, blog section and contact section. Besides, this theme has footer widgets, full screen and responsive slider, sticky menu and many more. De Bijschijner is WooCommerce compatible theme, now you can easily sell your products online. This theme is fully widgetized, so it is easier to operate. If you want to head start by installing demo content it is available through FTC Demo Setup plugin. The code/setup is easy to customize and extend by various hooks offered in the build. This is the ideal WordPress theme for anyone looking to spice-up their site. This theme is child theme ready, cross-browser compatible, responsive and SEO friendly theme.  Support Forum: https://www.fromthecity.com/supports/ Demo: http://www.demo.fromthecity.com/debijschijner/
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.5
Requires PHP: 5.6.20
Text Domain: debijschijner
Tags: e-commerce, portfolio, education, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, footer-widgets, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Post Formats
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Custom CSS

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}
a {
    background: transparent;
    color: #aaa;
}
a:hover,
a:active,
a:focus {
    outline: 0;
    background: transparent;
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark,
ins {
    color: #2d2d2d;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 1.5;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    background: #ffffff;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 15px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
    max-width: 100%;
    padding: 7px;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    font-style: normal;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
entry-header h5 a,
h6,
h6 a {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #2d2d2d;
}

h1 {
    font-size: 26px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}
address {
    margin: 0 0 1.5em;
}
.entry-meta i.fa,
.entry-footer i.fa {
    margin-right: 5px;
}
.row {
    margin-bottom: 50px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
    background: transparent;
    padding: 60px 0 30px 0;
    transition: all 0.2s ease-out 0s;
    z-index: 3000;
}
.navbar-brand > img {
    display: block;
    max-height: 55px;
    max-width: 310px;
}
.navbar-small,
.navbar-no-fs {
    background: rgba(0, 0, 0, 1) !important;
    padding: 5px 0px !important;
}
.navbar .navbar-brand {
    margin: 0 0 0 15px;
    padding: 0;
    max-width: 40%;
}
.no-fs-clearfix {
    height: 50px;
}
.navbar .navbar-toggle {
    background-color: #ffffff;
    color: #2d2d2d;
    font-size: 22px;
    border-radius: 4px;
    margin-bottom: 3px;
    margin-top: 3px;
    outline: medium none;
    transition: all 0.2s ease-out 0s;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #2d2d2d;
}
.navbar-nav > li {
    float: none;
}
.nav > li > a:focus {
    background-color: transparent;
}
/*remove fixed top*/
.navbar-remove-fixed-top {
    position: relative;
    margin: 0;
    padding-bottom: 10px;
    background: #000000;
}

/*main-navigation*/
.main-navigation {
    text-align: right;
    float: right;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    display: inline-block;
    position: relative;
}
.main-navigation a {
    color: #ffffff;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.main-navigation a:hover,
.main-navigation a:focus {
    background: transparent;
}
/*submenu*/
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background: #2d2d2d;
    text-align: left;
}

.main-navigation ul ul ul {
    top: 0;
}
.main-navigation ul ul a {
    font-size: 14px;
    padding: 12px 18px;
    width: 200px;
}

.main-navigation li:hover > a {
    background: rgba(0, 0, 0, 0);
}

.main-navigation ul ul a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.main-navigation ul li:hover > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation li:focus-within > a {
    background: rgba(0, 0, 0, 0);
}

.main-navigation ul ul a:focus-within {
    background: rgba(0, 0, 0, 0.2);
}

.main-navigation ul li:focus-within > ul {
    left: auto;
}
.main-navigation ul ul li:focus-within > ul {
    left: 100%;
}

.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .active > a:before,
.main-navigation .current_page_ancestor > a:before {
    content: "";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .active > a,
.main-navigation .current_page_ancestor > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .main-navigation a {
        font-size: 16px;
        padding: 18px 23px;
    }
}

@media screen and (max-width: 836px) {
    .main-navigation {
        text-align: left;
    }
}
@media screen and (max-width: 1023px) {
    .main-navigation a {
        font-size: 14px;
        padding: 16px 13px;
    }
    .main-navigation li.menu-item-has-children > a,
    .main-navigation li.menu-item-has-children:hover > a,
    .main-navigation li.menu-item-has-children:focus > a {
        padding: 16px 36px 16px 10px;
    }
    .main-navigation ul ul a {
        font-size: 14px;
    }
    .main-navigation ul ul {
        top: 3.2em;
    }
}

@media screen and (max-width: 767px) {
    .main-navigation {
        float: none;
    }
    .navbar {
        margin-bottom: 0;
    }

    .main-navigation li {
        float: none;
        display: block;
        border-top: 1px solid #999;
    }

    .main-navigation {
        background: transparent;
    }

    .main-navigation.toggled .nav-menu {
        background: none repeat scroll 0 0 #2d2d2d;
    }

    .main-navigation ul ul {
        background: none repeat scroll 0 0 #2d2d2d;
        display: block;
        float: none;
        position: static;
        text-align: left;
        box-shadow: none;
    }

    .main-navigation ul ul li {
        padding-left: 25px;
    }

    .main-navigation ul ul li a {
        display: block;
        width: auto;
    }
    .main-navigation ul ul a:hover,
    .main-navigation ul ul a:focus {
        background: rgba(0, 0, 0, 0);
    }
}

@media screen and (min-width: 768px) {
    .navbar-small .main-navigation ul.nav-menu > li > a {
        padding: 23px 12px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.9s ease 0s;
        -moz-transition: all 0.9s ease 0s;
        -o-transition: all 0.9s ease 0s;
        -ms-transition: all 0.9s ease 0s;
    }
}
@media screen and (max-width: 767px) {
    .navbar .container > .navbar-collapse,
    .navbar .container > .navbar-header {
        margin: 0;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*inner page nav fixed*/
.at-inner-nav {
    background: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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;
    display: block;
    font-size: 14px;
    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. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget ul,
.widget ol {
    margin: 0;
    padding: 0;
}
/* Search widget. */
.widget_search .search-submit {
    display: none;
}
.widget_search {
    position: relative;
    width: 100%;
}
/*** CALENDER ***/
#calendar_wrap #wp-calendar {
    width: 100%;
}
#calendar_wrap #wp-calendar caption {
    font-size: 13px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
#calendar_wrap table,
#calendar_wrap th,
#calendar_wrap td,
#calendar_wrap tr {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-collapse: collapse;
    padding: 3px;
}

#calendar_wrap #wp-calendar th,
#calendar_wrap #wp-calendar td {
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
}

#calendar_wrap th {
    background: rgba(0, 0, 0, 0.03);
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
#calendar_wrap #wp-calendar #today,
#calendar_wrap #wp-calendar #today a {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.inner-main-title {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-color: #2d2d2d;
    text-align: center;
    padding-top: 187px;
}

.inner-main-title .entry-title,
.inner-main-title .page-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
article.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 20px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-reply-title,
.comments-title {
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 15px;
    position: relative;
}
.comment-form input {
    border: 1px solid #d9d9d9;
    color: #b8b8b8;
    font-size: 14px;
    padding: 10px;
    width: 313px;
}
.comment-form-author input,
.comment-form-email input {
    float: left;
    margin: 0 0 16px;
}
.comment-form-author input {
    margin: 0 29px 16px 0;
}
.comment-form-url input {
    clear: both;
    width: 655px;
}
.comment-form textarea {
    width: 77%;
    display: block;
    border: 1px solid #d9d9d9;
    resize: none;
    font-size: 14px;
    padding: 10px;
}
.comment-form .form-submit input,
.read-more {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    padding: 4px 10px;
    width: auto;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.comment-list {
    margin: 0 0 20px 0;
    font-size: 13px;
    list-style-type: none;
}
.comment-list li.comment {
    list-style-type: none;
    clear: both;
}
.comment-list li.comment .comment-body {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    padding: 30px;
    position: relative;
}
.comment-author img {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 50%;
}
.comment-list .fn {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #2d2d2d;
}
.comment-list .fa.fa-clock-o {
    font-size: 14px;
    margin-right: 3px;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
    display: inline-block;
    float: left;
}
.bypostauthor {
    display: block;
}
@media screen and (max-width: 679px) {
    .comment-form input,
    .comment-form-url input,
    .comment-form textarea {
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 2px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*------------------------------------------------------*\
    #Custom CSS
\*--------------------------------------------------------*/
/*-----------------*\
    #HEADER
\*-----------------*/
.site-title,
.site-title a {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}
.site-description,
.site-description a {
    color: #ffffff;
    margin: 0;
}
/*slider*/
#at-banner-slider {
    position: relative;
    width: 100%;
    background-color: #2d2d2d;
}
.home-bxslider {
    overflow: hidden;
    position: relative;
}
.at-featured-text-slider {
    display: none;
}
.text-slider-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 40px;
    transform: translateY(-50%);
}
.text-slider-caption {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 80%;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 18px;
}
.text-slider-wrapper ul {
    margin: 0;
    padding: 0;
}
.bx-wrapper .bx-prev {
    left: 10px;
}
.bx-wrapper .bx-next {
    right: 10px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    opacity: 0;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 9999;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}
.bx-wrapper:focus-within .bx-controls-direction a {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-controls-direction a > i {
    font-size: 4em;
}

.bx-controls-direction a > i:hover,
.bx-controls-direction a > i:focus {
    color: #ffffff;
}

.home-bxslider .lead {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 56px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
}
.scroll-wrap {
    color: #ffffff;
    display: block;
    line-height: 60px;
    right: 50%;
    bottom: 5%;
    text-align: center;
    position: fixed;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}

.scroll-wrap:hover,
.scroll-wrap:focus {
    color: #dddddd;
}

.scroll-wrap .fa {
    line-height: 60px;
    font-size: 3em;
}
/*image slider start*/
.image-slider-container {
    display: none;
}
.home-fullscreen.full-screen-bg,
.home-fullscreen.full-screen-bg .bx-viewport,
.home-fullscreen.full-screen-bg .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100vh !important;
    top: 0;
    left: 0;
    right: 0;
}
.home-fullscreen.full-screen-bg .bx-viewport .text-slider li {
    height: 100% !important;
}

.bx-wrapper .bx-viewport {
    border: none !important;
}
.at-slide-wrap ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.full-screen-bg .at-slide-wrap ul,
.full-screen-bg .at-slide-wrap ul li {
    height: 100% !important;
}

.image-slider-wrapper ul li {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    left: 0;
}

.at-slide-wrap ul li img {
    width: 100%;
    vertical-align: top;
}
.at-slide-wrap .bx-wrapper .bx-controls-direction a {
    top: 50%;
}
.home-fullscreen.image-slider .scroll-wrap {
    z-index: 99;
}

/*image slider end*/
@media only screen and (max-width: 767px) {
    .home-bxslider .lead {
        font-size: 36px;
        margin-bottom: 0;
    }
}

/*Image slider Responsive*/
.home-bxslider.responsive-img img {
    width: 100%;
}
.num-1.responsive-img .bx-controls.bx-has-controls-direction {
    display: none !important;
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
    .home-bxslider .lead {
        font-size: 28px;
    }
    .text-slider-caption,
    .banner-title-line.line > span {
        display: none;
    }

    .home-bxslider .bx-wrapper .bx-controls-direction a {
        top: 25%;
    }
}

@media only screen and (max-width: 479px) {
    .text-slider-caption,
    .banner-title-line.line > span {
        display: none;
    }
    .text-slider-caption,
    .banner-title-line.line > span {
        display: none;
    }
}

/*button style*/
.at-btn-wrap {
    margin-bottom: 50px;
    text-align: center;
}
.btn {
    border-radius: 0;
    padding: 10px 35px;
    font-size: 15px;
}

.btn-primary {
    color: #ffffff;
    display: inline-block;
    margin: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background: transparent;
    border: none;
}

.btn-primary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.btn-primary:hover:before,
.btn-primary:focus:before {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}

.bsforms-submit {
    background-color: #fbc531 !important;
    border-color: #f7b80d !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}

.bsforms-submit:hover {
    background-color: #f7b80d !important;
}

/*circle*/
.circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.circle:hover,
.circle:focus {
    background: #2d2d2d;
}
.circle .fa {
    color: #ffffff;
}
/*line border*/
.line {
    text-align: center;
    margin-bottom: 10px;
}

.line > span {
    display: inline-block;
    width: 170px;
    height: 2px;
}
/*main title*/
.main-title {
    margin: 50px 0;
    text-align: center;
    color: #000;
    position: relative;
}

.main-title > div {
    text-transform: uppercase;
    font-weight: normal;
    color: #707070;
}

.main-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.main-title p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}
/*about section*/
.about-item {
    margin-bottom: 50px;
}

.about-item i {
    font-size: 25px;
    line-height: 50px;
}
.about-item h4,
.about-item p {
    margin-left: 70px;
}
.about-item h4 {
    font-weight: 700;
}
.about-item p {
    font-size: 16px;
}

/*service*/
.service-item {
    padding: 0 20px;
    text-align: center;
}
.service-item .circle {
    line-height: 60px;
}
@media only screen and (max-width: 1023px) {
    .service-item {
        margin-bottom: 40px;
    }
}

/*parallax*/
.featured-section {
    width: 100%;
    background-position: center 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}

.featured-section h1,
.featured-section h2,
.featured-section h3,
.featured-section p {
    color: #fff;
}
.at-overlay {
    background: rgba(45, 45, 45, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
/*blog*/
.blog-item {
    text-align: center;
}
.blog-item h3 {
    margin-bottom: 0;
}
.blog-item .entry-header {
    margin-bottom: 5px;
}
.blog-item .blog-img a {
    overflow: hidden;
    display: block;
}
.blog-img img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.blog-img img:hover {
    transform: scale(1.1);
}
/*contact form*/
.contact-form {
    background-attachment: fixed;
    background-image: url("/images/debijschijner/assets/img/continents-bg.png");
    background-position: center 35px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form .form-control {
    background-color: transparent;
    margin-bottom: 20px;
    color: #fff;
    border-width: 2px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    height: 45px;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.site-footer {
    padding: 20px;
    background: #2d2d2d;
    color: #ffffff;
    position: relative;
}

.site-footer .socials a,
.site-footer .socials a:hover,
.site-footer .socials a:focus {
    color: #ffffff;
}

.site-footer .socials {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.site-footer .socials li {
    display: inline-block;
    padding: 10px;
}

.socials li a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

.socials li.facebook a:hover,
.socials li.facebook a:focus {
    background: #3e5993;
}

.socials li.twitter a:hover,
.socials li.twitter a:focus {
    background: #00c3f8;
}

.socials li.youtube a:hover,
.socials li.youtube a:focus {
    background: #cc181e;
}
.socials li.google-plus a:hover,
.socials li.google-plus a:focus {
    background: #ea4335;
}
/*footer fixed*/
.site-footer h1,
.site-footer h1 a,
.site-footer h2,
.site-footer h2 a,
.site-footer h3,
.site-footer h3 a,
.site-footer h4,
.site-footer h4 a,
.site-footer h5,
.site-footer h5 a,
.site-footer h6,
.site-footer h6 a,
.site-footer .main-title,
.site-footer li,
.site-footer li a,
.site-footer .widget li a {
    color: #ffffff;
}
.site-footer select {
    color: #777;
}
/*back to top*/
.sm-up-container {
    display: none;
    height: auto;
    right: 3px;
    margin-right: 22px;
    margin-top: auto;
    padding: 3px 6px;
    position: fixed;
    top: 85%;
    width: 44px;
    z-index: 60;
}
.sm-up {
    display: block;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 2px;
    text-align: center;
    vertical-align: middle;
}

/***** Sidebars  *****/
.site-content {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.site-content-full-screen {
    margin: 0 auto;
    width: 98%;
}

#primary {
    float: left;
    width: 69.5%;
    display: block;
    margin-bottom: 60px;
}

.secondary-sidebar {
    float: right;
    width: 28%;
    margin-top: -24px;
}

@media only screen and (max-width: 1170px) {
    .site-content {
        width: 96%;
    }
    .site-content-full-screen {
        width: 92%;
    }
}

.secondary-sidebar .container {
    max-width: 100%;
}
.secondary-sidebar .container .row > div,
.secondary-sidebar .form-group > div {
    width: 100%;
}
/*** RIGHT-SIDEBAR ***/
.right-sidebar #primary {
    float: left;
}
.right-sidebar .secondary-sidebar {
    float: right;
}
/*** LEFT-SIDEBAR ***/
.left-sidebar #primary {
    float: right;
}
.left-sidebar .secondary-sidebar {
    float: left;
}
/*** NO-SIDEBAR ***/
.no-sidebar #primary {
    width: 100%;
}
/*** BOTH-SIDEBAR ***/
.both-sidebar #primary-wrap {
    float: left;
    width: 73%;
}
.both-sidebar #primary-wrap #secondary-left {
    float: left;
    width: 32%;
}
.both-sidebar #primary-wrap #primary {
    float: right;
    width: 65%;
}
.both-sidebar #secondary-right {
    float: right;
    width: 25%;
}
/*middle column*/
.middle-col #primary {
    float: none;
    margin: 0 auto;
    width: 70%;
    padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .site-content {
        margin-top: 2em;
    }
    .inner-main-title {
        margin-bottom: 30px;
    }
}

/* Landscape phone to portrait tablet */
@media screen and (max-width: 767px) {
    /*** SIDEBAR ***/
    #primary,
    .both-sidebar #primary,
    .middle-col #primary,
    .both-sidebar #primary-wrap #primary,
    .left-sidebar #primary {
        margin: 0 0 20px;
        width: 100%;
    }
    .secondary-sidebar,
    .both-sidebar #primary-wrap,
    .both-sidebar #primary-wrap #secondary-left,
    .both-sidebar #secondary-right,
    .middle-col .secondary-sidebar,
    .right-sidebar .secondary-sidebar,
    .left-sidebar .secondary-sidebar,
    .no-sidebar .secondary-sidebar {
        clear: both;
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
}
/*** COMMON WIDGETS ***/
.widget-title {
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
}
.widget-title span {
    display: block;
}
.widget li {
    border-top: 1px solid #d7d7d7;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.widget li a {
    color: #2d2d2d;
}
.widget select {
    background: #ffffff;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 15px;
}
/*tags*/
.tagcloud a {
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 8px;
    margin-right: 4px;
    padding: 5px;
}
/*search*/
.widget .search-block {
    width: 85%;
    float: none;
}
.search-block {
    display: inline-block;
    float: right;
    margin: 7px 10px;
    position: relative;
    width: 185px;
}
.error404 #primary .page-content .search-block,
.search-no-results #primary .page-content .search-block {
    float: none;
    width: 50%;
}
.search-block input#menu-search,
.widget_search input#s {
    font-size: 13px;
    line-height: 31px;
    height: 31px;
    padding: 2px 23px 2px 8px;
    width: 100%;
}
.search-block #searchsubmit,
.widget_search #searchsubmit {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 20px;
    height: 25px;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 25px;
}

/*Inner Pages*/
.single-thumb-full,
.single-thumb-full img {
    width: 100%;
}
.posted-on,
.cat-links,
.comments-link,
.edit-link {
    margin-right: 15px;
    display: inline-block;
}
.posted-on a,
.cat-links a,
.comments-link a,
.edit-link a,
.tags-links a,
.byline a,
.nav-links a {
    color: #2d2d2d;
    font-size: 13px;
}

.single-feat {
    width: 100%;
    position: relative;
    text-align: center;
}

.single .entry-content {
    line-height: 22px;
    padding: 0 0 10px 0;
}
.single article.post .entry-content,
.single article.page .entry-content {
    width: auto;
    padding: 0;
}
article.post .content-wrapper,
article.page .content-wrapper {
    padding: 0px;
}
article.post .entry-footer,
article.page .entry-footer {
    clear: both;
}
article.post .entry-header,
article.page .entry-header {
    margin: 0 0 10px;
}
article.post .entry-header .entry-title,
article.page .entry-header .entry-title {
    margin: 0 0 10px;
}
article.post .entry-content,
article.page .entry-content {
    margin: 0;
}
article.post .content-wrapper .post-thumb {
    float: left;
    margin-right: 10px;
    width: 38%;
}
article.post .post-thumb,
article.page .post-thumb {
    text-align: center;
    width: 100%;
}
article.post,
article.page {
    padding: 0 0 10px;
    background-color: #fff;
}
article.post.sticky {
    padding: 8px;
}
.comments-link,
.edit-link {
    border-left: 1px solid #cccccc;
    margin-left: 12px;
    padding-left: 10px;
}
article.post .read-more,
article.page .read-more {
    display: block;
    float: right;
    margin-bottom: 16px;
    width: 100px;
}
/*archive pages*/
.nav-links div {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.nav-next {
    float: right;
}
.nav-previous > a::before,
.nav-next a::after {
    content: "\f100";
    font-family: fontawesome;
    padding: 5px;
}
.nav-next a::after {
    content: "\f101";
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
    color: #000000;
    background-color: rgba(251, 197, 49, 1);
    margin: 0;
    padding: 12px 15px 12px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: normal;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #000000;
    background-color: rgba(247, 184, 13, 1);
}

/*BLOG TYPES*/
/*** BLOG-no-image ***/
.blog-no-image article .entry-content {
    padding: 0 2% 0 0;
}
/*** ERROR404 ***/
.error404 #primary {
    text-align: center;
    width: 100%;
}
.error404 #primary .not-found {
    min-height: 400px;
    padding-top: 100px;
}
/*Contact form 7*/
.wpcf7-form input,
.wpcf7-form .your-message textarea {
    background: #f2f2f2;
    color: #2d2d2d;
    border: 1px solid #dddddd;
    outline: medium none;
    padding: 5px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wpcf7-form input.wpcf7-submit {
    border: medium none;
    color: #ffffff;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    transform: translateZ(0px);
    width: 200px;
}
.wpcf7-form input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:focus {
    border: medium none;
    color: #ffffff;
}
.wpcf7-form input.wpcf7-submit::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.3s;
    transition-property: top, right, bottom, left;
}
.wpcf7-form input.wpcf7-submit:hover::before,
.wpcf7-form input.wpcf7-submit:focus::before {
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}
.wpcf7-response-output {
    clear: both;
}
.wpcf7-form p {
    text-align: center;
}
/*breadcrumbs*/
.breadcrumb {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
}
.breadcrumb::after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 0;
}
.breadcrumbs {
    margin-bottom: 20px;
}
#debijschijner-breadcrumbs {
    background: #eeeeef;
    padding: 0;
    margin-left: 38px;
}
#debijschijner-breadcrumbs .breadcrumb-trail li {
    display: block;
    float: left;
    list-style: outside none none;
    padding: 5px 0 5px 10px;
}
#debijschijner-breadcrumbs .breadcrumb-trail li a {
    display: inline-block;
}
#debijschijner-breadcrumbs a:hover,
#debijschijner-breadcrumbs a:focus {
    text-decoration: underline;
}
#debijschijner-breadcrumbs .breadcrumb-trail li.trail-item.trail-end::after {
    display: none;
}
#debijschijner-breadcrumbs .breadcrumb-trail li::after {
    color: #ddd;
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
}
#debijschijner-breadcrumbs .breadcrumb-trail .trail-items {
    margin: 0;
    padding: 0;
}
/********************************************
				WOOCMMERCE
********************************************/
.woocommerce nav.woocommerce-pagination ul {
    display: inline !important;
}
.woocommerce-pagination .page-numbers {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    margin: 15px 3px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    width: 44px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: transparent;
    color: #000000;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #ffffff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #2d2d2d;
    color: #fff;
}
.woocommerce #content #primary ul.products li.product .button {
    color: #ffffff;
    display: inline-block;
    margin: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
}

.woocommerce #content #primary ul.products li.product .button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.woocommerce #content #primary ul.products li.product .button:hover:before {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}
.woocommerce .quantity .qty {
    padding: 7px;
}

/*header*/
.at-woo .menu-primary-menu-container {
    float: left;
}
.at-woo .user-login a {
    float: left;
    margin-left: 11px;
}
.at-woo .user-login {
    float: right;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -mz-transition: all 0.5s;
    transition: all 0.5s;
    padding-right: 16px;
}
.at-woo .user-login .button,
.at-woo .cart-contents {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: bolder;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -mz-transition: all 0.3s;
    transition: all 0.3s;
}
.at-woo .cart-contents {
    background: transparent;
    font-weight: normal;
}
.main-navigation .user-login .button.menu {
    display: none;
}

/*extra small device*/
@media (max-width: 767px) {
    .at-woo .user-login {
        width: 100%;
        text-align: center;
        padding: 7px 15px;
    }
    .at-woo .user-login a {
        float: none;
    }
    .at-woo .menu-primary-menu-container {
        float: none;
    }

    .easy-notification-bar-message {
        font-size: 11px;
        font-weight: bold;
    }
}
/*extra small device*/
@media (max-width: 640px) {
    .woocommerce .actions input {
        font-size: 11px;
    }

    .easy-notification-bar-message {
        font-size: 10px;
    }

    .site-title,
    .site-title a {
        font-size: 16px;
    }

    .site-description {
        font-size: 14px;
    }

    .inner-main-title {
        height: 110px !important;
        padding-top: 110px !important;
    }

    .site-content {
        margin-top: 0;
    }

    .site-content-full-screen {
        margin-top: 0;
    }

    .inner-main-title .entry-title {
        font-size: 20px;
        margin-top: 10px;
    }

    .logo-container .custom-logo-link {
        padding: 0px;
    }

    .logo-container .custom-logo {
        padding: 10px;
        width: 50%;
    }
}

.entry-content p a,
.comment-content p a,
.comment-content li a,
.textwidget a {
    text-decoration: underline;
}

.timeline-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@supports (-webkit-overflow-scrolling: touch) {
    .inner-main-title,
    .full-screen-bg {
        background-attachment: scroll !important;
        background-position: right top !important;
    }
}

.logo-container .custom-logo-link {
    height: 100%;
    width: 100%;
    background-color: white;
    display: block;
    border-radius: 10px;
}

.logo-container .custom-logo {
    padding: 11px;
}

.bg-white {
    background-color: white;
    display: block;
    border-radius: 10px;
    padding: 25px;
    margin: auto;
    margin-top: 35px;
}

.entry-header {
    display: none;
}
/* block 1 */

img.smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* block 2 */

.block-audio :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.is-dark-theme .block-audio :where(figcaption) {
    color: #ffffffa6;
}

.block-audio {
    margin: 0 0 1em;
}

.block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: 0.8em 1em;
}

.block-embed :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.is-dark-theme .block-embed :where(figcaption) {
    color: #ffffffa6;
}

.block-embed {
    margin: 0 0 1em;
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.is-dark-theme .blocks-gallery-caption {
    color: #ffffffa6;
}

:root :where(.block-image figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.is-dark-theme :root :where(.block-image figcaption) {
    color: #ffffffa6;
}

.block-image {
    margin: 0 0 1em;
}

.block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em;
}

.block-pullquote cite,
.block-pullquote footer,
.block-pullquote__citation {
    color: currentColor;
    font-size: 0.8125em;
    font-style: normal;
    text-transform: uppercase;
}

.block-quote {
    border-left: 0.25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
}

.block-quote cite,
.block-quote footer {
    color: currentColor;
    font-size: 0.8125em;
    font-style: normal;
    position: relative;
}

.block-quote.has-text-align-right {
    border-left: none;
    border-right: 0.25em solid;
    padding-left: 0;
    padding-right: 1em;
}

.block-quote.has-text-align-center {
    border: none;
    padding-left: 0;
}

.block-quote.is-large,
.block-quote.is-style-large,
.block-quote.is-style-plain {
    border: none;
}

.block-search .block-search__label {
    font-weight: 700;
}

.block-search__button {
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
}

:where(.block-group.has-background) {
    padding: 1.25em 2.375em;
}

.block-separator.has-css-opacity {
    opacity: 0.4;
}

.block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
}

.block-separator.has-alpha-channel-opacity {
    opacity: 1;
}

.block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px;
}

.block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px;
}

.block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px;
}

.block-table {
    margin: 0 0 1em;
}

.block-table td,
.block-table th {
    word-break: normal;
}

.block-table :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.is-dark-theme .block-table :where(figcaption) {
    color: #ffffffa6;
}

.block-video :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.is-dark-theme .block-video :where(figcaption) {
    color: #ffffffa6;
}

.block-video {
    margin: 0 0 1em;
}

:root :where(.block-template-part.has-background) {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em;
}

/* block 3 */

/*! This file is auto-generated */
.block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}

/* Process post timeline block */

.timeline-wrapper {
    margin-top: 30px !important;
}

.process-post-item {
    position: relative;
    margin: 0;
}

.process-post-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 6px;
    background: #eee;
    transform: translateX(-50%);
}

.process-post-item .timeline-item {
    padding-top: 0px;
    padding-bottom: 50px;
}

.process-post-item .single-item-wrap {
    position: relative;
}

.process-post-item .timeline-item-circle {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    background: #bdbdbd;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px rgba(189, 189, 189, 0.95);
    transform: translateX(-50%);
    z-index: 2;
}

.process-post-item.single-item-0 .timeline-item-circle {
    background: #fbc531 !important;
    box-shadow: 0 0 0 1px rgba(251, 197, 49, 0.95);
}

.process-post-item .timeline-item-time {
    position: absolute;
    top: 16px;
    z-index: 2;
    font-weight: 700;
    color: #fbc531;
    letter-spacing: 0.01em;
    line-height: 1;
}

.process-post-item.timeline-right .timeline-item-time {
    right: calc(50% + 50px);
    text-align: right;
}

.process-post-item.timeline-left .timeline-item-time {
    left: calc(50% + 50px);
    text-align: left;
}

.process-post-item .single-item-wrapper {
    width: calc(50% - 12px);
    max-width: 560px;
}

.process-post-item.timeline-left .single-item-wrapper {
    margin-right: auto;
    padding-right: 44px;
}

.process-post-item.timeline-right .single-item-wrapper {
    margin-left: auto;
    padding-left: 44px;
}

.process-post-item .single-item-content {
    position: relative;
    background: #eee;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.process-post-item .single-item-content::before {
    content: "";
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

.process-post-item.timeline-right .single-item-content::before {
    left: -14px;
    border-right: 14px solid #eee;
}

.process-post-item.timeline-left .single-item-content::before {
    right: -14px;
    border-left: 14px solid #eee;
}

.process-post-item .timeline-item-duration {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #4e4e4e;
    letter-spacing: 0.01em;
}

.process-post-item .single-item-title {
    margin: 0 0 12px;
    color: #fbc531;
    font-family: "Work Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.process-post-item .single-item-desc {
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

/* Prices block */

.prices-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 30px;
}

/* Reviews carousel block */

.reviews-carousel {
    position: relative;
    display: block;
    margin-top: 30px;
}

.reviews-viewport {
    overflow: hidden;
    width: 100%;
}

.reviews-nav-row {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}

.reviews-track {
    display: flex;
    gap: 24px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.review-card {
    flex: 0 0 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    min-height: 100%;
}

.review-card-media {
    position: relative;
    min-height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-card-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}

.review-card-overlay {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
}

.review-card-text {
    margin: 0;
    padding: 16px 20px 18px;
    line-height: 1.55;
    flex: 1 1 auto;
    color: #6f7685;
    font-size: 16px;
}

.review-card-name {
    position: static;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    background: none;
    margin-top: 10%;
}

.review-card-button-text {
    position: static;
    margin: 0;
    margin-top: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: fit-content;
}

.review-card-button {
    display: inline-block;
    color: #000000;
    background-color: #fbc531;
    text-decoration: none;
    margin: 20px 0 0 0;
    padding: 12px 15px 12px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 22px;
    width: fit-content;
}

.review-card-button:hover,
.review-card-button:focus {
    background: #e5b124;
    color: #000000;
}

.reviews-nav {
    width: 30px;
    height: 30px;
    border: 0;
    background: #000000;
    color: #ffffff;
    border-radius: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reviews-nav:hover,
.reviews-nav:focus {
    background: #1e1e1e;
}

.prices-wrapper > .price-card {
    display: flex;
    height: 100%;
}

.prices-wrapper .price-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(239, 239, 239, 1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.14);
    padding: 5px;
}

.prices-wrapper .price-card-media {
    position: relative;
}

.prices-wrapper .price-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.prices-wrapper .price-card-price {
    position: absolute;
    left: 14px;
    bottom: 5px;
    background: #fbc531;
    color: #fff;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 3px;
    padding: 25px;
}

.prices-wrapper .price-card-price span {
    font-size: 50%;
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 14px;
}

.prices-wrapper .price-card-price strong {
    font-size: 28px;
    line-height: 1;
}

.prices-wrapper .price-card-title {
    margin: 0;
    padding: 16px 22px 10px;
    color: #091e42;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.prices-wrapper .price-card-text {
    margin: 0;
    padding: 0 22px 18px;
    flex: 1 1 auto;
    color: #838b9e;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.prices-wrapper .price-card-button {
    display: inline-block;
    color: #000000;
    background-color: #fbc531;
    text-decoration: none;
    margin: 0 22px 22px;
    padding: 12px 15px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
}

.prices-wrapper .price-card-button:hover,
.prices-wrapper .price-card-button:focus {
    background: #e5b124;
    color: #000000;
}

/* block 4 */

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
        135deg,
        rgba(6, 147, 227, 1) 0%,
        rgb(155, 81, 224) 100%
    );
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
        135deg,
        rgb(122, 220, 180) 0%,
        rgb(0, 208, 130) 100%
    );
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
        135deg,
        rgba(252, 185, 0, 1) 0%,
        rgba(255, 105, 0, 1) 100%
    );
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
        135deg,
        rgba(255, 105, 0, 1) 0%,
        rgb(207, 46, 46) 100%
    );
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
        135deg,
        rgb(238, 238, 238) 0%,
        rgb(169, 184, 195) 100%
    );
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
        135deg,
        rgb(74, 234, 220) 0%,
        rgb(151, 120, 209) 20%,
        rgb(207, 42, 186) 40%,
        rgb(238, 44, 130) 60%,
        rgb(251, 105, 98) 80%,
        rgb(254, 248, 76) 100%
    );
    --wp--preset--gradient--blush-light-purple: linear-gradient(
        135deg,
        rgb(255, 206, 236) 0%,
        rgb(152, 150, 240) 100%
    );
    --wp--preset--gradient--blush-bordeaux: linear-gradient(
        135deg,
        rgb(254, 205, 165) 0%,
        rgb(254, 45, 45) 50%,
        rgb(107, 0, 62) 100%
    );
    --wp--preset--gradient--luminous-dusk: linear-gradient(
        135deg,
        rgb(255, 203, 112) 0%,
        rgb(199, 81, 192) 50%,
        rgb(65, 88, 208) 100%
    );
    --wp--preset--gradient--pale-ocean: linear-gradient(
        135deg,
        rgb(255, 245, 203) 0%,
        rgb(182, 227, 212) 50%,
        rgb(51, 167, 181) 100%
    );
    --wp--preset--gradient--electric-grass: linear-gradient(
        135deg,
        rgb(202, 248, 128) 0%,
        rgb(113, 206, 126) 100%
    );
    --wp--preset--gradient--midnight: linear-gradient(
        135deg,
        rgb(2, 3, 129) 0%,
        rgb(40, 116, 252) 100%
    );
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined:
        6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex > :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid > :is(*, div) {
    margin: 0;
}

:where(.block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(
        --wp--preset--color--luminous-vivid-orange
    ) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(
        --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
    ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(
        --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
    ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(
        --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
    ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(
        --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
    ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(
        --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
    ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

/* block 5 */

.inner-main-title {
    background-image: url("/images/uploads/2024/09/cropped-Meer-Primair-foto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center !important;
}

a:hover,
a:active,
a:focus,
.btn-primary:hover,
.widget li a:hover,
.posted-on a:hover,
.cat-links a:hover,
.comments-link a:hover,
.edit-link a:hover,
.tags-links a:hover,
.byline a:hover,
.nav-links a:hover,
.bx-controls-direction a:hover i,
.scroll-wrap.arrow:hover span,
.at-woo .cart-contents:hover,
.btn-primary:focus,
.widget li a:focus,
.posted-on a:focus,
.cat-links a:focus,
.comments-link a:focus,
.edit-link a:focus,
.tags-links a:focus,
.byline a:focus,
.nav-links a:focus,
.bx-controls-direction a:focus i {
    color: #fbc531;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus,
.main-navigation .fromthecity-normal-page .current_page_item > a:before,
.main-navigation .fromthecity-normal-page .current-menu-item > a:before,
.main-navigation .active > a:before,
.main-navigation .current_page_ancestor > a:before,
.comment-form .form-submit input,
.read-more,
.btn-primary,
.circle,
.line > span,
.wpcf7-form input.wpcf7-submit,
.wpcf7-form input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:focus,
.breadcrumb,
.woocommerce #content #primary ul.products li.product .button,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.at-woo .user-login .button {
    background-color: #fbc531;
}

.blog article.sticky,
.btn-primary:before {
    border: 2px solid #fbc531;
}

.comment-form .form-submit input,
.read-more,
.at-woo .user-login .button,
.at-woo .cart-contents {
    border: 1px solid #fbc531;
}

.wpcf7-form input.wpcf7-submit::before {
    border: 4px solid #fbc531;
}

.breadcrumb::after {
    border-left: 5px solid #fbc531;
}

.rtl .breadcrumb::after {
    border-right: 5px solid #fbc531;
    border-left: medium none;
}

/* block 6 */

.easy-notification-bar {
    background: #fbc531;
    color: #000;
}

/* block 7 */

[class*="wp-block-"] {
    color: rgba(255, 255, 255, 1);
}

[class*="wp-block-"] a {
    color: rgba(251, 197, 49, 1);
}

[class*="wp-block-"] a:hover {
    color: rgba(247, 184, 13, 1);
}

#section-3b86120e-0a57-494e-a3c0-a1e3138eee51 {
    background-color: #fcfcfc;
    padding: 40px 0 40px 0;
}

#section-3b86120e-0a57-494e-a3c0-a1e3138eee51 .single-item .cms-richtext {
    color: #838383;
    font-size: 16px;
    line-height: 2;
}

#section-3b86120e-0a57-494e-a3c0-a1e3138eee51 .cms-image {
    margin: 0 0 30px 0;
}

/* Custom Gutenberg frontend */

.wp-block-image {
    margin-bottom: 15px;
    overflow: hidden;
}

.alignleft img {
    float: left;
}

.alignright img {
    float: right;
}

.wp-block-embed__wrapper iframe {
    width: 100% !important;
}

.entry-content .wp-block-gallery,
.wp-block-gallery {
    margin: 0;
    padding: 0;
}

.panel-layout {
    clear: both;
    margin-bottom: 1.5em;
}

/* Shared CMS content */

.cms-quote {
    margin: -20px 0 40px 0;
    padding: 20px 20px 20px 20px;
}

.element-icon .element-icon-box {
    color: #ededed;
    margin: 0 0 -30px -20px;
    font-size: 40px;
}

.section-cms-quote.element-advanced-text .text {
    margin: 0 0 30px 0;
    color: #000;
    font-family: Georgia;
    font-size: 21px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
}

.element-advanced-text .text {
    margin: 0 0 0 0;
    color: #000000;
    font-family: Verdana;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

/* block 8 */

.easy-notification-bar {
    z-index: 3001;
}

/* block 9 */

.container-core-columns-is-layout-1 {
    flex-wrap: nowrap;
}

/* block 10 */

[class*="wp-block-"] {
    color: rgba(255, 255, 255, 1);
}
[class*="wp-block-"] a {
    color: rgba(251, 197, 49, 1);
}
[class*="wp-block-"] a:hover {
    color: rgba(247, 184, 13, 1);
}
#section-g-v03mrwo .section-title .title {
    color: #fbc531;
}

#section-g-v03mrwo {
    background-color: #2d2d2d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#section-g-v03mrwo .single-item .cms-richtext {
    color: #ffffff;
}

/* block 11 */

#section-07c12c9c-d70e-4faa-8898-7253e666fc41 .section-title .title {
    color: #fbc531;
}

#section-07c12c9c-d70e-4faa-8898-7253e666fc41 {
    background-color: #2d2d2d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 0 20px 0;
}

#section-07c12c9c-d70e-4faa-8898-7253e666fc41 .single-item {
    background: #2d2d2d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0 11px 0 11px;
}
#section-07c12c9c-d70e-4faa-8898-7253e666fc41 .single-item:hover {
    background: #2d2d2d;
    border-color: rgba(251, 197, 49, 1);
}

#section-07c12c9c-d70e-4faa-8898-7253e666fc41
    .single-item
    .single-item-icon-box {
    font-size: 36px;
    color: #ffffff;
}
#section-07c12c9c-d70e-4faa-8898-7253e666fc41
    .single-item
    .single-item-icon-box
    .social-icon {
    color: #ffffff;
}
#section-07c12c9c-d70e-4faa-8898-7253e666fc41
    .single-item:hover
    .single-item-icon-box {
    color: #f7b80d;
}
#section-07c12c9c-d70e-4faa-8898-7253e666fc41
    .single-item
    .single-item-icon-box
    .social-icon:hover {
    color: #f7b80d;
}

.cms-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cms-quote {
    padding-right: 30px;
    padding-left: 30px;
}

.cms-richtext {
    color: #838383;
    padding: 0 0 0 0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    font-style: normal;
    text-align: left;
}

.cms-richtext h4 {
    margin-top: 3em;
}

.cms-richtext p {
    margin-bottom: 1.5em;
}

.cms-image-text {
    padding: 15px;
    background-color: #fcfcfc;
}

.cms-homepage-tekst {
    padding: 30px 45px 30px 45px;
    scroll-margin-top: 80px;
}

.cms-homepage-tekst h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0a0a0a;
    line-height: 1.4;
}

.block-shape-top span svg path {
    fill: #fbc531;
}

/* Reviewer detail */

.cms-reviewer-detail h3 {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    line-height: 1.4;
    font-style: italic;
    text-transform: uppercase;
}

.cms-reviewer-detail .cms-richtext {
    color: #838383;
    font-size: 16px;
    line-height: 1.8;
}

.cms-reviewer-detail .cms-container {
    background-color: #fcfcfc;
    padding: 30px;
    margin-top: 30px;
}

.cms-reviewer-detail .cms-copy {
    margin-right: 30px;
}

.cms-reviewer-detail-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cms-reviewer-detail-nav-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    background-color: #fbc531;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.cms-reviewer-detail-nav-button:hover,
.cms-reviewer-detail-nav-button:focus {
    background: #e5b124;
    color: #000000;
}

.cms-reviewer-detail-nav-next {
    margin-left: auto;
}

.cms-reviewer-detail-nav-arrow {
    font-size: 18px;
    line-height: 1;
}

/* Publications */

.cms-publications-index {
    padding: 30px 15px 60px 15px;
}

.cms-publications-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.cms-publication-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cms-publication-card-image {
    display: block;
}

.cms-publication-card-image img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.cms-publication-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.cms-publication-card-content h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 1.35;
    min-height: 20%;
}

.cms-publication-card-content h3 a {
    color: #0a0a0a;
    text-decoration: none;
}

.cms-publication-card-text {
    color: #838383;
    font-size: 16px;
    line-height: 1.7;
    flex: 1 1 auto;
}

.cms-publication-card-text p:last-child {
    margin-bottom: 0;
}

.cms-publication-card-button {
    display: inline-block;
    margin-top: 20px;
    color: #000000;
    background-color: #fbc531;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    width: fit-content;
}

.cms-publication-card-button:hover,
.cms-publication-card-button:focus {
    background: #e5b124;
    color: #000000;
}

.cms-publication-detail .cms-container {
    background-color: #f6f6f6;
    margin-top: 30px;
    padding: 30px;
}

.cms-publication-hero img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 8px;
}

.cms-publication-body {
    max-width: 860px;
    margin: 30px auto 0 auto;
}

.cms-publication-body h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Form template and native forms */

.cms-form-template .cms-container {
    margin-top: 30px;
    padding: 30px;
}

.cms-form-block-header h2 {
    margin: 0 0 30px 0;
    font-size: 34px;
    line-height: 1.25;
    color: #111111;
}

.cms-form-block-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    gap: 30px;
    align-items: start;
}

.cms-form-block-form .bsforms-container {
    margin: 0;
}

.cms-native-form {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.cms-native-form-row {
    display: grid;
    gap: 18px;
}

.cms-native-form-row-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-native-form-field {
    margin-bottom: 18px;
}

.cms-native-form-field label {
    display: block;
    margin-bottom: 8px;
    color: #111111;
    font-weight: 700;
    font-size: 15px;
}

.cms-native-form-field input,
.cms-native-form-field textarea,
.cms-native-form-field select {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    background: #ffffff;
}

.cms-native-form-field textarea {
    resize: vertical;
    min-height: 160px;
}

.cms-native-form-field input:focus,
.cms-native-form-field textarea:focus,
.cms-native-form-field select:focus {
    outline: none;
    border-color: #fbc531;
    box-shadow: 0 0 0 3px rgba(251, 197, 49, 0.18);
}

.cms-native-form-error {
    margin: 8px 0 0 0;
    color: #b71c1c;
    font-size: 14px;
}

.cms-native-form-honeypot {
    position: absolute !important;
    overflow: hidden !important;
    display: inline !important;
    height: 1px !important;
    width: 1px !important;
    z-index: -1000 !important;
    padding: 0 !important;
}

.cms-native-form-honeypot input {
    visibility: hidden;
}

.cms-native-form-actions {
    margin-top: 10px;
}

.cms-native-form-submit {
    border: 0;
    color: #000000;
    background-color: #fbc531;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.cms-native-form-submit:hover,
.cms-native-form-submit:focus {
    background: #e5b124;
}

.cms-form-info-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.cms-form-info-card {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.cms-form-info-card h3 {
    margin: 0 0 14px 0;
    color: #fbc531;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.cms-form-info-card-text {
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
}

.cms-form-info-card-text p:last-child {
    margin-bottom: 0;
}

.cms-form-block-header h2 {
    margin: 0 0 14px 0;
    color: #fbc531;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

/* Responsive overrides */

/* Tablet and down */

@media (max-width: 991px) {
    .process-post-item::before {
        left: 12px;
        transform: none;
    }

    .process-post-item .timeline-item-circle {
        left: 12px;
        transform: translateX(-50%);
    }

    .process-post-item .timeline-item-time {
        left: 34px;
        right: auto;
        text-align: left;
    }

    .process-post-item .single-item-wrapper {
        width: 100%;
        margin: 0;
        padding: 0 0 0 34px;
    }

    .process-post-item.timeline-left .single-item-wrapper,
    .process-post-item.timeline-right .single-item-wrapper {
        margin: 0;
        padding: 0 0 0 34px;
    }

    .process-post-item .single-item-content::before,
    .process-post-item.timeline-left .single-item-content::before,
    .process-post-item.timeline-right .single-item-content::before {
        left: -14px;
        right: auto;
        border-right: 14px solid #eee;
        border-left: 0;
    }

    .review-card {
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }

    .prices-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cms-form-block-grid {
        grid-template-columns: 1fr;
    }

    .cms-publications-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Small mobile */

@media (max-width: 640px) {
    .review-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .reviews-nav {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 18px;
    }

    .prices-wrapper {
        gap: 18px;
    }

    .prices-wrapper {
        grid-template-columns: 1fr;
    }
}

/* Tablet and up */

@media only screen and (min-width: 768px) {
    .middle-col .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 49.6vw);
        width: auto;
        max-width: 1000%;
    }

    .middle-col .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }

    .middle-col .alignwide img,
    .middle-col .alignfull img {
        display: block;
        margin: 0 auto;
    }

    .middle-col .alignfull img {
        width: 100vw;
    }

    .middle-col .alignwide iframe,
    .middle-col .alignfull iframe {
        display: block;
        margin: 0 auto;
        width: 100% !important;
    }

    #section-3b86120e-0a57-494e-a3c0-a1e3138eee51 {
        padding: 20px 0 40px 0;
    }

    #section-3b86120e-0a57-494e-a3c0-a1e3138eee51 .single-item .cms-richtext {
        font-size: 18px;
    }

    .cms-quote {
        margin: 0 0 50px 0;
        padding: 10px 0 0 0;
    }

    #section-07c12c9c-d70e-4faa-8898-7253e666fc41 {
        padding: 20px 0 20px 0;
    }

    #section-07c12c9c-d70e-4faa-8898-7253e666fc41 .single-item {
        margin: 0 13px 0 13px;
    }
}

/* Desktop and up */

@media only screen and (min-width: 992px) {
    #section-3b86120e-0a57-494e-a3c0-a1e3138eee51 {
        padding: 20px 0 40px 0;
    }

    #section-3b86120e-0a57-494e-a3c0-a1e3138eee51 .single-item .cms-richtext {
        font-size: 18px;
    }

    #section-g-v03mrwo .grid-item-wrap {
        margin: 0 0 0 0;
    }

    #section-g-v03mrwo {
        height: 200px;
    }

    #section-07c12c9c-d70e-4faa-8898-7253e666fc41 .section-title .title {
        margin: 0 0 10px 0;
    }

    #section-07c12c9c-d70e-4faa-8898-7253e666fc41 {
        height: 200px;
        padding: 20px 0 20px 0;
    }

    #section-07c12c9c-d70e-4faa-8898-7253e666fc41 .single-item {
        margin: 0 10px 0 10px;
        padding: 0 0 0 0;
    }
}

/* Mobile and down */

@media (max-width: 767px) {
    .cms-form-template .cms-container {
        padding: 5px;
        margin-top: 10px;
    }

    .cms-native-form-row-split {
        grid-template-columns: 1fr;
    }

    .cms-form-block-header h2 {
        font-size: 28px;
    }

    .cms-form-info-cards {
        grid-template-columns: 1fr;
    }

    .cms-form-info-card {
        min-height: auto;
    }

    .cms-publications-grid {
        grid-template-columns: 1fr;
    }

    .cms-publication-card-image img {
        height: 200px;
    }

    .cms-publication-detail .cms-container {
        padding: 20px;
    }

    .cms-publication-body h2 {
        font-size: 28px;
    }

    .cms-homepage-tekst {
        padding: 10px 0 0;
        margin-bottom: 20px;
    }

    .timeline-item-time {
        right: 0 !important;
        position: absolute !important;
        left: 65px !important;
        text-align: left;
        float: left;
        width: fit-content;
        margin-bottom: 10px !important;
        top: 10px !important;
        color: #0a0a0a !important;
    }

    .timeline-item-content {
        margin: 10px;
    }

    .timeline-wrapper {
        margin: 0 !important;
    }

    .prices-wrapper {
        margin: 10px;
    }

    .cms-image-text {
        padding: 0;
    }

    .cms-reviewer-detail .cms-container {
        margin-top: 5px;
        padding: 5px;
    }

    .cms-reviewer-detail .cms-copy {
        margin-right: 0px;
    }

    .inner-main-title {
        height: 85px !important;
        padding-top: 85px !important;
    }

    .cms-image {
        margin-bottom: 30px;
    }

    .cms-publications-index {
        padding: 10px 0 0;
    }

    .cms-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cms-form-block-header h2 {
        font-size: 24px;
    }

    .cms-native-form {
        padding: 6px;
        box-shadow: none;
        border: none;
    }

    .cms-native-form-row {
        gap: 0;
    }

    .cms-native-form-field {
        margin-bottom: 5px;
    }

    .cms-native-form-field textarea {
        min-height: auto;
    }

}
