/*
 Theme Name:	DSG WEB
 Theme URI:
 Description:	DSG WEB Theme
 Author:	DSG WEB
 Theme URI:	http://www.dsgweb.nl
 Template:	nisarg
 Version:	1.0.0
*/
@import url("../nisarg/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.glossary-term-bar,
.glossary-term-list .glossary-letter {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
}
.glossary-term-bar a {
	text-decoration: underline;
}
.glossary-term-list {
	margin-top: 25px;
}
.glossary-link-initial-item,
.glossary-no-link-initial-item {
	margin-left: 2px;
	margin-right: 2px;
	display: inline-block;
}

.glossary-term-list.grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.glossary-term-list.grid .glossary-block {
	width: 250px;
}
.glossary-term-list.grid .glossary-block .glossary-letter {
	width: 99%;
	display: block;
	background: #c6c6c6;
	padding: 4px;
	line-height: 1.9rem;
}
.glossary-term-list.grid .glossary-block ul {
	margin-left: 20px;
}

.glossary-term-list.summary .glossary-block {
	clear: both;
}
.glossary-term-list.summary .glossary-letter {
	float: left;
	background: #d2d2d2;
	border-radius: 50%;
	text-align: center;
}
.glossary-term-list.summary .glossary-block ul {
	float: right;
	width: 65%;
	margin-top: 0;
}

.glossary-term-list.glossary-accordion .glossary-block ul {
	display:none;
}
.glossary-term-list.glossary-accordion .glossary-block ul.open {
	display:block;
	transform: scaleY(1);
	transform-origin: top;
	transition: transform 0.4s ease;
}
.glossary-term-list.glossary-accordion .glossary-letter {
	cursor:pointer;
}

.gt-search-bar {
	margin-top: 15px;
	margin-bottom: 15px;
	top: 100px;
}
.gt-search-bar.is-fixed {
	margin-top: 40px;
}
.gt-search {
	border: 3px solid;
	height: 60px;
}
.gt-search-bar button.gt-next,
.gt-search-bar button.gt-prev {
	border: 3px solid;
	width: 60px;
	height: 60px;
}
.gt-search-bar button.gt-next {
	margin-right: 2px;
}
mark[data-markjs] {
	background: yellow;
}
.glossary-li-accordion .glossary-list-term-excerpt, .glossary-li-accordion .glossary-list-term-content {
	display:none;
}


.single-post #breadcrumbs *{
	color: #fe6751!important;
}

.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents {
    border: 1px solid #000;
}

.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents h2 {
    border-bottom: 1px solid;
    padding: 10px 20px;
    margin: 0;
    font-size: 22px;
}
.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents ul {
    list-style: auto;
    padding:10px 20px 10px 40px;
}

.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents ul li{
    font-size:16px;
    padding: 5px 0;
}

.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents ul a {
    text-decoration:none;
    font-weight:400;
    line-height: 1.1!important;
}

.schema-faq-section .schema-faq-answer{
    display: none;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px!important;
}

.schema-faq-section .schema-faq-answer *{
    font-size: 18px!important;
}

.schema-faq-section .schema-faq-question{
    font-size: 18px;
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    padding-right: 20px;
}

.schema-faq-section .schema-faq-question:after{
    content: "\2b";
    font-family: fontawesome;
    position: absolute;
    right: 0;
}

.schema-faq-section .schema-faq-question.active:after{
    content: "\f068";
}

.wp-block-cover:not(.is-light) .schema-faq-section{
    border-color: #fff!important;
}

.schema-faq-section{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 102, 76);
    border-image: initial;
    margin: 8px 0;
    padding: 15px;
    border-radius: 13px;
}

.wp-block-cover.diensten a{
    text-decoration: none;
}

.post-type-archive-case .blog-item .date{
    display: none;
}

.google-review{
    text-decoration: none!important; 
    color:#000; 
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
}

.google-review .fa{
    color: #ffe234;
}

body:not(.archive) .alm-btn-wrap{
    margin-top: 20px;
}

footer#colophon .google-review{
    color: #fff;
    font-size: 13px;
}

.single-post #secondary{
    width: 100%!important;
}

.is-style-list-light,
.is-style-list-dark{
	display:block!important;
}

.single-post .col-md-9{
	padding: 0 50px;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{
    content: unset!important;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper{
    border-radius: 13px;
    overflow: hidden;
}

.wp-block-cb-carousel-v2.center .swiper-wrapper {
    align-items: center;
}

.wp-block-cb-carousel-v2.center .cb-pagination.swiper-pagination-horizontal{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}

.archive.author img.avatar{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 28%;
    width: 100%;
}

.slide-content *{
    color: #0f1b2b!important
}

.wp-block-cover.diensten:hover{
	background:#0f1b2b
}

.wp-block-cover.diensten:hover *{
	color:#fff;
}

.wp-block-cover.diensten div.is-style-list-light > .wp-block-button__link.wp-element-button{
    margin-top: 5px!important;
    white-space: nowrap;
}

.wp-block-cover.diensten:hover div.is-style-list-light > .wp-block-button__link.wp-element-button:hover{
	background:#ff664c!important;
	color:#fff!important;
}

.wp-block-cover.diensten:hover .wp-block-button.is-style-list-light .wp-block-button__link:before {
    background-image: url(/wp-content/themes/searchuser/assets/images/raket-licht.svg)!important;
}

.wp-block-heading{
    font-family: 'Work Sans', sans-serif!important;
    font-optical-sizing: auto;
}

div#mega-menu-wrap-primary {
    position: absolute;
    right: 15px;
    bottom: 0;
}

#navigation_menu{
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-button a.mega-menu-link,
button.gform_button,
.alm-load-more-btn{
    background: #ff664c!important;
    height: 40px;
    margin: auto 0;
    line-height: 40px;
    border-radius: 22px;
    padding: 0 22px;
    color: #0f1b2a!important;
    font-size: 17px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-button a.mega-menu-link:hover,
button.gform_button:hover,
.alm-load-more-btn:hover{
    background: #0f1b2a!important;
    color: #fff!important;
    border-radius: 22px;
}

div#mega-menu-wrap-primary li.mega-button a::after,
button.gform_button span::after,
.alm-load-more-btn::after{
    content: " " !important;
    height: 15px;
    width: 23px;
    background-size: contain;
    display: inline-block !important;
    background-repeat: no-repeat;
    margin-left: 10px;
    background-image: url(/wp-content/themes/searchuser/assets/images/raket-donker.svg);
}

div#mega-menu-wrap-primary li.mega-button a:hover::after,
button.gform_button:hover span::after,
.alm-load-more-btn:hover::after{
    background-image: url(/wp-content/themes/searchuser/assets/images/raket-licht.svg);
}

html{
    overflow-x: hidden;
}

.post-content{
    background: transparent;
}

body {
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html #wpadminbar {
    position: fixed;
}

.post-content, .single-post-content, .post-comments, .comments-area, #secondary .widget {
    box-shadow: none;
}

#breadcrumbs {
    font-size: 12px;
    color: #aaa;
}

.entry-title {
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #00A99D;
    text-transform: none;
    text-align: left;
    overflow: visible;
    margin: 5px 0 15px;
}

.entry-header, .entry-content, .entry-summary, .entry-footer {
    padding: 0;
    text-align: left;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Work Sans, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 100px;
}

h2.has-large-font-size {
    font-size: 63px!important;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 18px;
}

body, button, input, select, textarea {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 1.1;
}

.container,
footer#colophon .site-info,
footer#colophon .site-credits span{
    max-width: 1600px;
}

input, select, textarea{
    background: #ededed;
    color: #333;
    border: 0;
    border-radius: 3px;
}

.wp-block-button__link.has-large-font-size{
    font-size: 24px!important;
    border-radius: 28px!important;
}

.wp-block-button__link.has-large-font-size:after{
    height: 20px;
    width: 33px;
}

div:not(.is-style-list-dark):not(.is-style-list-light) > .wp-block-button__link.wp-element-button:after,
div.is-style-list-dark > .wp-block-button__link.wp-element-button:before,
div.is-style-list-light > .wp-block-button__link.wp-element-button:before{
    content: "";
    height: 16px;
    width: 33px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 10px;
}

body .is-layout-flex .wp-block-button.is-style-list-light .wp-block-button__link,
body .is-layout-flex .wp-block-button.is-style-list-dark .wp-block-button__link{
    text-align: left;
}

body .is-layout-flex div.is-style-list-dark,
body .is-layout-flex div.is-style-list-light{
    flex-basis: 100%;
}

div.is-style-list-dark,
div.is-style-list-light{
    margin-left: -25px!important;
    margin-right: 25px!important;
}

div.is-style-list-dark > .wp-block-button__link.wp-element-button,
div.is-style-list-light > .wp-block-button__link.wp-element-button{
    padding: 12px 15px!important;
}

.entry-summary, .entry-content{
    color: #333;
}

a.btn .fa {
    color: white;
    font-weight: 400;
}

.entry-content a,
#secondary .widget a {
    color: #333;
    text-decoration: underline;
}

.entry-content a:hover,
#secondary aside.widget a:hover {
    color: #666;
}

.navbar .contact-bar span a,
footer#colophon a {
    color: white;
}

.navbar .contact-bar span a:active,
.entry-title a:active,
h2.entry-title a:active,
footer#colophon a:active,
footer#colophon a:active .fa,
.navbar .contact-bar span a:focus,
.entry-title a:focus,
h2.entry-title a:focus,
footer#colophon a:focus,
footer#colophon a:focus .fa,
.navbar .contact-bar span a:hover,
.entry-title a:hover,
h2.entry-title a:hover,
footer#colophon a:hover,
footer#colophon a:hover .fa {
    color: #333;
    text-decoration: underline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.btn,
a.btn:visited,
div.news-block .read-more {
    display: inline-block;
    border-radius: 4px;
    border: 0;
    background: #333;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px;
    text-decoration: none;
    margin: 0 0 10px 0;
}

button:active,
button:focus,
button:hover,
html input[type="button"]:active,
html input[type="button"]:focus,
html input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
a.btn:active,
a.btn:focus,
a.btn:hover,
div.news-block .read-more:active,
div.news-block .read-more:focus,
div.news-block .read-more:hover {
    border-radius: 4px;
    border: 0;
    background: #666;
    color: white;
}

button.search-submit {
    margin: 0;
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=image],
.gform_wrapper form .gform_footer input[type=submit] {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 3px;
}

a.btn-default:hover,
a.btn-default:focus {
    border: 0;
}

section.error-404 {
    margin-bottom: 60px;
}

input[type="search"].search-field {
    width: calc(100% - 35px);
}

button.search-submit {
    border-radius: 0 3px 3px 0;
    width: 35px;
}

.search-submit:before {
    line-height: 35px;
}

div.youtube-supercontainer {
    position: relative;
    max-width: unset !important;
    width: 100%;
}

div.youtube-supercontainer div.youtube-container {
    position: relative;
    height: 0;
    padding-top: 65%;
}

div.youtube-supercontainer div.youtube-container > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

/* Header
=========================================== */

#masthead {
    margin-bottom: 0px;
}

#spacer {
    display: none;
}

.navbar {
    width: 100%;
    box-shadow: none;
    margin: 0;
}

.navbar .contact-bar {
    background: #BE3F47;
    width: 100%;
    z-index: 20000;
}

.navbar .contact-bar > div {
    padding: 5px 15px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navbar .contact-bar .fa,
.navbar .contact-bar span {
    color: white;
    text-transform: none;
}

.navbar .contact-bar span {
    line-height: 30px;
    display: inline-block;
}

.navbar .contact-bar span:not(:last-child) {
    margin-right: 50px;
}

.navbar .contact-bar a {
    text-decoration: underline;
}

.navbar .contact-bar button,
.navbar .contact-bar input {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    border-radius: 0;
    border: 0;
    margin: 4px 0;
}

.navbar .contact-bar .widget .search-submit:before {
    line-height: 26px;
}

.navbar-header {
    height: 120px;
    position: relative;
    float: none;
}

.navbar-default {
    background: transparent;
    border-bottom: 0;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.navbar-default.scrolled{
    background: #f8efe6;
}

body:not(.home):not(.page-id-310) #spacer{
    display: none;
}

body:not(.home):not(.page-id-310) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.mega-button) > a.mega-menu-link{
    color: #fff;
}

body:not(.home):not(.page-id-310) .navbar-default.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.mega-button) > a.mega-menu-link{
    color: #0f1b2b;
}

body:not(.home):not(.page-id-310) .navbar-default:not(.scrolled) .navbar-brand img{
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

.navbar-default .navbar-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333;
    border-radius: 5px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    background: #fff!important;
}

.navbar-collapse.collapse {
    position: relative;
    display: none;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

#masthead .navbar-brand {
    position: absolute;
    bottom: 10px;
    z-index: 10000;
    padding: 0;
    margin: 0;
    height: auto;
    max-width: calc(100% - 75px);
    width: 160px;
}

.navbar-brand img {
    margin: 0;
    max-width: 100%;
}

.navbar-nav {
    position: absolute;
    right: 0;
    bottom: 40px;
    transform: translateY(50%);
}

.navbar-default .navbar-nav > li > a {
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 31px 0 0 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    line-height: 2;
    text-decoration: none;
    padding: 3px 15px;
}

.navbar-default .navbar-nav .dropdown-menu > .active > a,
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
    background-color: #BE3F47;
    color: #fff;
}

.navbar.navbar-default .navbar-nav > .active > a, .navbar.navbar-default .navbar-nav > .active > a:hover, .navbar.navbar-default .navbar-nav > .active > a:focus {
    border: 0;
    background: #BE3F47;
    background-size: 100% 100%;
    color: #fff;
    padding: 5px 10px;
}

.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus {
    color: #BE3F47;
}

.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    background: #BE3F47;
    color: white;
}

.dropdown-toggle {
    width: auto;
    background: none;
    height: 20px;
}

.dropdown-toggle:after {
    background-color: transparent;
    content: "";
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    background: none;
}

.navbar .caret {
    display: none;
}

.nav > li:not(.active):last-child > a {
    margin-right: -15px;
}

.dsg-header .youtube-container {
	position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.dsg-header .youtube-container iframe {
	position: absolute;
    top: -4.65%;
    left: 0;
    height: 109.4%;
    width: 100%;
    border: 0;
}

.dsg-header.large-header .image-container,
.dsg-header.large-header{
    height: 650px!important;
}

.headerfade {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#222222',GradientType=0 );
    height: 40px;
    margin-top: -40px;
    z-index: 3;
    position: relative;
}

/* Footer
=========================================== */

footer#colophon {
    background: #0f1b2b;
    padding: 0;
}

footer#colophon .site-info {
    margin: 0 auto;
    padding: 15px 35px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;

}

footer#colophon .widget {
    padding: 10px 0;
}

footer#colophon a{
    font-weight: 400;
}

footer#colophon a:hover,
footer#colophon a:hover .fa,
footer#colophon a:active,
footer#colophon a:active .fa,
footer#colophon a:focus,
footer#colophon a:focus .fa{
    color: #fff;
}

footer#colophon .widget {
    vertical-align: top;
}

footer#colophon .widget-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
}

footer#colophon .fab {
    color: white;
    text-transform: none;
    font-size: 30px;
}

footer#colophon .fa-phone,
footer#colophon .fa-envelope {
    font-size: 15px;
}

footer#colophon .site-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer#colophon > .site-info > .widget {
    max-width: 23%;
}

footer#colophon .site-credits {
    margin: 0;
    padding: 0 20px;
    background: #0f1b2b;
}

footer#colophon .site-credits span {
    display: block;
    margin: auto;
    padding: 0 15px;
    font-size: 12px;
    line-height: 40px;
    text-decoration: underline;
}

.sub-menu {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

footer .menu{
    padding-left: 0;
}

footer .menu > li:before{
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 10px;
}

.sub-menu > li > a {
    padding: 0;
}

footer h3{
    color: #fff;
}

/* Sidebar
=========================================== */

#secondary .widget,
#secondary .widget ul,
#secondary .widget li {
    border: 0;
    padding: 0;
}

#secondary .widget-title {
    margin: 0 0 20px;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

#secondary h4.widget-title::after {
    content: none;
}

/* Blog/Archive
=========================================== */

.blog article,
.archive article {
    margin-bottom: 15px;
}

.blog article > *,
.archive article > * {
    vertical-align: top;
}

.has-post-thumbnail .featured-image {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.has-post-thumbnail .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}

.has-post-thumbnail .article-container {
    display: inline-block;
    width: 50%;
}

article .entry-meta,
.read-more {
    text-align: left;
    text-transform: none;
}

.read-more a {
    font-size: 20px;
}

article .entry-meta {
    font-weight: 400;
    color: #424242;
}

article .entry-meta a {
    color: #00A99D;
    text-decoration: underline;
}

article .entry-meta a:hover {
    color: #666;
}

.entry-header .entry-meta::after {
    content: none;
}

/* Shortcodes
====================================================================================== */
p.is-style-resizer.has-x-large-font-size p {
    transition: font-size 0.2s;
}

@keyframes rocketFly {
    0% {
        transform: translateX(-0%);
        opacity: 1;
    }
    25% {
        transform: translateX(15%);
        opacity: 1;
    }
    50% {
        transform: translateX(-15%);
        opacity: 1;
    }
    75% {
        transform: translateX(20%);
        opacity: 1;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.wp-block-button,
#mega-menu-wrap-primary #mega-menu-primary li.mega-button a.mega-menu-link, button.gform_button {
    position: relative; /* Needed to position the rocket within */
    overflow: hidden; /* Keeps the rocket inside the button area */
}

.wp-block-button .wp-block-button__link:hover:after,
.case-item:hover .content .read-more-container a:after, 
.vacature-item:hover .content .read-more-container a:after,
.blog-item:hover .content .read-more-container a:after, 
.post:hover .entry-summary .read-more-container a:after,
div#mega-menu-wrap-primary li.mega-button:hover a:after,
button.gform_button span:hover:after,
div.is-style-list-light > .wp-block-button__link.wp-element-button:hover:before,
.case:hover .entry-summary .read-more-container a:after,
.alm-load-more-btn:hover::after{
    transform: translateY(-50%);
    animation: rocketFly 2s ease-in-out infinite;
    font-size: 1rem;
    pointer-events: none;
}

.alm-btn-wrap{
    text-align: center;
    margin-bottom: 30px;
}

.alm-load-more-btn.done{
    opacity: 0.6;
}

section.bg-section {
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
}

section.bg-section .bg {
    position: absolute;
    height: 100%;
    min-width: 100vw;
    max-width: none;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    z-index: 0;
    background-size: cover;
    background-position: 50%;
}

section.bg-section * {
    position: relative;
    z-index: 1;
}

div.news-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}

div.news-block article {
    margin-bottom: 50px;
    width: 30%
}

div.news-block article > a {
    max-width: 400px;
    flex-wrap: wrap;
    text-decoration: none;
    color: inherit;
}

div.news-block .article-thumbnail {
    width: 100%;
    margin-bottom: 15px;
}

div.news-block .content {
    width: 100%;
}

div.news-block .title {
    font-size: 20px;
}

div.news-block .read-more {
    margin-top: 15px;
}

.timeline .items{
    margin-left: 25px;
}
.werkwijze .timelineitem{
    width: calc(50% - 40px);
}

.werkwijze .timelineitem:nth-child(even){
    left: 100%;
    transform: translateX(-100%);
    margin: -6% 0;
}

.werkwijze .timelineitem:nth-child(odd):before{
    right:-45px;
    left: unset;
}

.werkwijze .timelineitem:before{
    left: -45px;
}

.werkwijze .timelineitem:not(:last-of-type):after{
    height: calc(100% - 26%);
}

.werkwijze .timelineitem:nth-child(odd):not(:last-of-type):after{
    right: -37px;
    left: unset;
}

.werkwijze .timelineitem:not(:last-of-type):after{
    left: -45px;
}

.werkwijze .timelineitem:hover:nth-child(odd):before{
    right: -60px;
}

.werkwijze .timelineitem a{
    display: none;
}

.timelineitem:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #ff664b;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    left: -53px;
    border-radius: 100%;
    z-index: 1;
}

.timelineitem:not(:last-of-type):after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% + 37.5px);
    background: #fff;
    left: -53px;
    top: 50%;
    z-index: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.timelineitem:hover {
    margin-top: -10px;
}

.timelineitem:hover:before{
    width: 25px;
    height: 25px;
    background: #fff;
    border: 5px solid #ff664b;
    border-radius: 100%;
}

.timelineitem{
    position: relative;
}

.timelineitem > div {
    background: #fff;
    color: #0f1b2a;
    border-radius: 13px;
    display: flex;
    width: 93%;
    margin-left: 2%;
    position: relative;
    align-items: center;
}

.timelineitem:hover > div{
    background: #ff664c;
    color: #fff;
    width: 100%;
    margin-left: 0%;
}

.timelineitem h3{
    font-size: 20px;
}

.timelineitem:hover h3{
    font-size: 25px;
}

.timelineitem p{
    font-size: 13px;
}

.timelineitem:hover p{
    font-size: 16px;
}

.timelineitem .img,
.timelineitem .imghover{
    aspect-ratio: 1 / 1;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: auto;
    flex: 1 0 20%;
    margin: 30px;
    max-width: 20%;
}

.timelineitem .imghover{
    display: none;
    margin: 15px;
    flex: 1 0 25%;
}

.timelineitem:hover .imghover{
    display: block;
    max-width: 25%;
}

.timelineitem:hover .img{
    display: none;
}

.cases-block:not(.slide-slider),
.blogs-block{
    display: grid;
    gap: 20px;
    grid-auto-flow: dense;
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
}

.cases-block.slide-slider a{
    max-width: unset!important;
    border-radius: 13px 13px 13px 0px;
    overflow: hidden;
}

.cases-block.slide-slider .case-item a .article-thumbnail{
    aspect-ratio: 4/3!important;
}

.cases-block.slide-slider .case-item .content {
    max-width: 90%;
}

.slider{
    margin: 50px 0;
}

article.case-item,
article.blog-item{
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}


article.case-item:nth-child(6n+1) {
    grid-column: 1;
    grid-row: span 1;
}

article.case-item:nth-child(6n+2) {
    grid-column: 1;
    grid-row: span 1;
}

article.case-item:nth-child(6n+3) {
    grid-column: 2;
    grid-row: span 2;
}

article.blog-item:nth-child(6n+1){
    grid-column: 1;
    grid-row: span 2;
}
article.blog-item:nth-child(6n+2){
    grid-column: 2;
    grid-row: span 1;
}
article.blog-item:nth-child(6n+3){
    grid-column: 2;
    grid-row: span 1;
}

article.case-item:nth-child(6n+6) {
    grid-column: 2;
    grid-row: span 1;
}

article.case-item:nth-child(6n+5) {
    grid-column: 2;
    grid-row: span 1;
}

article.blog-item:nth-child(6n+6){
    grid-column: 2;
    grid-row: span 2
}
article.blog-item:nth-child(6n+5){
    grid-column: 1;
    grid-row: span 1;
}
article.blog-item:nth-child(6n+4){
    grid-column: 1;
    grid-row: span 1;
}

article.case-item:nth-child(6n+4) {
    grid-column: 1;
    grid-row: span 2;
}

.case-item .article-thumbnail {
    aspect-ratio: 16 / 9;
    width: 100%;
    background-size: cover;
}

.blog-item .article-thumbnail{
    aspect-ratio: 16 / 9;
    width: 100%;
    background-size: cover;
}

.case-item:nth-child(6n+3) .article-thumbnail,
.blog-item:nth-child(6n+1) .article-thumbnail  {
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
}

.case-item:nth-child(6n+4) .article-thumbnail,
.blog-item:nth-child(6n+6) .article-thumbnail  {
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
}

.case-item .content,
.blog-item .content{
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: #ff664c;
    border-top-right-radius: 13px;
}

.blog-item .content p{
    font-size: 16px;
}

.case-item .content .klant,
.post-type-archive-case .blog-item .klant,
.case-item .content .read-more-container,
.blog-item .content .categorie,
.blog-item .content .read-more-container,
.post .entry-meta a,
.post .entry-summary .read-more-container{
    font-size: 16px;
    line-height: 1.2;
}

.case-item .content h3,
.blog-item .content h3{
    margin-top: 10px;
}

.case-item:hover .content,
.blog-item:hover .content{
    background: #0f1b2a;
    color: #f8f0e6;
}

.case-item:hover .content *,
.blog-item:hover .content *{
    color: #f8f0e6!important;
}

.post .entry-meta{
    letter-spacing: 0;
}

.post .entry-meta a {
    text-decoration: none;
    color: #0f1b2a;
    text-transform: unset;
    font-weight: 400;
}

.case-item .content .read-more-container a,
.blog-item .content .read-more-container a,
.post .entry-summary .read-more-container a,
.case .entry-summary .read-more-container a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0f1b2a;
    font-size: 16px!important;
}

.case-item .content .read-more-container a:after,
.blog-item .content .read-more-container a:after,
.post .entry-summary .read-more-container a:after,
.case .entry-summary .read-more-container a:after {
    content: "";
    height: 16px;
    width: 33px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 10px;
    background-image: url(/wp-content/themes/searchuser/assets/images/raket-donker.svg);
    vertical-align: -2px;
}

.case-item:hover .content .read-more-container a:after,
.blog-item:hover .content .read-more-container a:after{
    background-image: url(/wp-content/themes/searchuser/assets/images/raket-licht.svg);
}

body.blog article.blog-item:nth-child(1 + 6n),
body.archive article.blog-item:nth-child(1 + 6n){
    grid-column: 1;
    grid-row: 1/3;
}

body.blog article.blog-item:nth-child(2 + 6n),
body.archive article.blog-item:nth-child(2 + 6n){
    grid-column: 2;
    grid-row: 1;
}

body.archive article.blog-item:nth-child(3 + 6n),
body.post-type-archive-case article.blog-item:nth-child(3 + 6n){
    grid-column: 2;
    grid-row: 2;
}

body.post-type-archive-case article.blog-item:nth-child(3 + 6n){
    grid-column: 2;
    grid-row: 1/3;
}

body.post-type-archive-case article.blog-item:nth-child(1 + 6n){
    grid-column: 1;
    grid-row: 1;
}

body.post-type-archive-case article.blog-item:nth-child(2 + 6n){
    grid-column: 1;
    grid-row: 2;
}

body.blog article.blog-item:nth-child(4 + 6n),
body.archive article.blog-item:nth-child(4 + 6n){
    grid-column: 1;
    grid-row: 1/3;
}

body.blog article.blog-item:nth-child(5 + 6n),
body.archive article.blog-item:nth-child(5 + 6n){
    grid-column: 2;
    grid-row: 1;
}

body.archive article.blog-item:nth-child(6 + 6n),
body.post-type-archive-case article.blog-item:nth-child(6 + 6n){
    grid-column: 2;
    grid-row: 2;
}

body.post-type-archive-case article.blog-item:nth-child(6 + 6n){
    grid-column: 2;
    grid-row: 1/3;
}

body.post-type-archive-case article.blog-item:nth-child(4 + 6n){
    grid-column: 1;
    grid-row: 1;
}

body.post-type-archive-case article.blog-item:nth-child(5 + 6n){
    grid-column: 1;
    grid-row: 2;
}

body.blog .blog-item:nth-child(1) .content,
body.archive .blog-item:nth-child(1) .content,
body.post-type-archive-case .blog-item:nth-child(1) .content{
    max-width: 90%;
}

body.blog .blog-item .content,
body.archive .blog-item .content,
body.post-type-archive-case .blog-item .content{
    max-width: 90%;
}

body.blog .blog-item:not(:nth-child(1)) .article-thumbnail,
body.post-type-archive-case .blog-item:not(:nth-child(3)) .article-thumbnail{
    aspect-ratio: 16/9;
    background-position: center;
}

body.blog .blog-item:nth-child(1) .article-thumbnail,
body.post-type-archive-case .blog-item:nth-child(3) .article-thumbnail{
    height: 100%;
    background-position: center;
}

body.blog article.post:nth-child(odd),
body.post-type-archive-case article.case:nth-child(odd) {
    margin-right: 1%;
}

body.blog article.post,
body.post-type-archive-case article.case {
    width: 49.2%;
    display: inline-flex;
    border: 1px solid;
    border-radius: 13px;
    overflow: hidden;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.blog article.post > a,
body.post-type-archive-case article.case > a{
    width: 50%;
    flex: 1;
}

body.blog article.post .article-thumbnail,
body.post-type-archive-case article.case .article-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center!important;
}

body.blog article.post .article-container,
body.post-type-archive-case article.case .article-container {
    padding: 20px;
}

body.blog article.post p,
body.post-type-archive-case article.case p{
    font-size: 16px;
}

.wp-block-cover.alignfull{
    overflow-x: visible;
}

.wp-block-cover.alignfull .wp-block-cover__background,
.wp-block-cover.alignfull .wp-block-cover__image-background{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.ewd-ufaq-faqs {
    margin: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.wp-block-cover.is-light .ewd-ufaq-faq-div{
    border: 1px solid #ff664c;
}

.ewd-ufaq-faq-div {
    flex: 0 0 100%;
    margin-bottom: 1% !important;
    height: min-content;
    border: 1px solid #f8efe6;
    border-radius: 13px;
    padding: 10px !important;
}

.ewd-ufaq-faq-div.ewd-ufaq-post-active {
    background: #f8efe6;
    color: #0f1b2a;
}

.ewd-ufaq-faq-div.ewd-ufaq-post-active h4{
    color: #0f1b2a;
}

.ewd-ufaq-faq-div h4{
    color: inherit;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
    float: right!important;
}

.ewd-ufaq-faq-div div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    background: #f8efe6;
    border-radius: 100%;
    color: #0f1b2a;
    padding: 6px;
}

.ewd-ufaq-faq-div.ewd-ufaq-post-active div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    background: #0f1b2a;
    border-radius: 100%;
    color: #f8efe6;
    padding: 6px;
}

div.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{
    font-size: 20px;
    line-height: 1;
}

div.ewd-ufaq-faq-body {
    padding: 10px 5px 0;
}

.has-media-on-the-right .wp-block-media-text__content{
    padding-left: 0;
}

.wp-block-media-text >.wp-block-media-text__media img{
    border-radius: 13px;
}

.wp-block-font-awesome-icon.has-background{
    border-radius: 100%;
    text-align: center;
    color: #f8efe6;
    font-size: 18px;
    padding: 10px!important;
}

.slider.review .slide a:not(.btn){
    max-width: unset;
    line-height: inherit;
}

.slider.review .slide.align-center:nth-child(2){
    scale: 1.1;
}

.slider.review .slide.align-center:nth-child(2) .slide-content {
    background: #fff;
}

.slider.review .slide.align-center .slide-content {
    background: rgba(255,255,255,0.8);
    padding: 60px 20px;
    border-radius: 13px;
}

.slider.review .slide.align-center {
    margin: 20px 0;
}

.slider.review .arrow {
    position: relative;
    left: calc(50% - 20px) !important;
    display: inline-block !important;
    transform: translateX(-50%);
    background: #0f1b2b;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -20px;
}

.slider.review .arrow .fa{
    line-height: 30px;
}

.slider.review .slide-content{
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

.wp-block-columns .wp-block-column img{
    margin-bottom: 0;
}

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

.slide-slider.team-block{
    display: block;
}

.team-block.slide-slider .team-item{
    margin: 0!important;
    padding: 0 15px!important;
}

.team-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-block:not(.slide-slider) .team-item {
    width: 23%;
    margin-bottom: 2%;
}

.team-block .team-item .article-thumbnail {
    aspect-ratio: 3/4;
    background-size: cover;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.team-block .team-item .content {
    background: #ff664c;
    padding: 20px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.team-block .team-item .content h3{
    font-size: 23px;
}

.team-block .team-item .content p {
    font-size: 16px;
}

.team-block .team-item .content a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.2;
    margin: 0!important;
    width: 100%;
    white-space: nowrap;
}

.team-block .team-item .content * {
    color: #fff;
}

.team-block:not(.slide-slider) .team-item:nth-child(n + 5):nth-child(-n + 8) .content,
.team-block:not(.slide-slider) .team-item:nth-child(n + 13):nth-child(-n + 16) .content {
    background-color: #0f1b2b; /* or whatever style you want */
}

.single .entry-meta{
    letter-spacing: 0;
}

.single .entry-meta i{
    color: #ff664c;
}

.single .entry-meta i:not(:first-child){
    margin-left: 20px;
}

.single .postlinks{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.single .postlinks a{
    font-weight: 600;
    font-size: 17px;
    color: #000;
}

.single .postlinks a[rel="prev"]:before{
    content: " " !important;
    height: 15px;
    width: 23px;
    background-size: contain;
    display: inline-block !important;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-image: url(/wp-content/themes/searchuser/assets/images/raket-donker.svg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.single .postlinks a[rel="next"]:after{
    content: " " !important;
    height: 15px;
    width: 23px;
    background-size: contain;
    display: inline-block !important;
    background-repeat: no-repeat;
    margin-left: 10px;
    background-image: url(/wp-content/themes/searchuser/assets/images/raket-donker.svg);
}

.single .authorbox{
    border-radius: 13px;
    background: #ff664c;
    display: flex;
    align-items: center;
    padding-right: 50px;
    justify-content: space-between;
}

.single .authorbox .avatar{
    width: 25%;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.single .authorbox .content{
    padding: 10px 20px;
    width: 70%;
}

.single .authorbox .content *{
    color: #fff;
}

.single .authorbox .content a{
    color: #fff!important;
    display: block;
    text-decoration: none!important;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.single .authorbox .content a i{
    font-size: 20px;
}

#secondary .widget{
    background: transparent;
}

.moreposts a{
    display: block;
    margin-bottom: 20px;
    text-decoration: none!important;
    font-weight: 400;
    line-height: 1.2;
}

.moreposts a:before{
    content: " " !important;
    height: 15px;
    width: 23px;
    background-size: contain;
    display: inline-block !important;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-image: url(/wp-content/themes/searchuser/assets/images/raket-kleur.svg);
}

#secondary h2{
    font-size: 42px;
}

.swiper{
    width: 61vw;
    overflow-x: clip;
}

.wp-block-columns.alignfull{
    overflow-x: visible;
}

.swiper-pagination
{
    width: 61vw!important;
    bottom: -40px!important;
}

.swiper-pagination > span,
body .slider .pagination-container .page-dot {
    border-radius: 0;
    height:2px;
    margin: 0!important;
    background: var(--wp--custom--carousel-block--pagination-bullet-color,#999)!important;
}

body .slider .pagination-container .page-dot{
    margin: 0 -5px!important;
    height: 8px;
}

.swiper-pagination > span.swiper-pagination-bullet-active,
body .slider .pagination-container .page-dot.current{
    background: #ff664c!important;
}
    /* Slider
    -------------------------------------------------------------- */
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
    margin-right: 0!important;
    margin-left: 15px!important;
}
.slider {
    position: relative;
}

.slider .slide-container {
    position: relative;
    margin: 30px auto;
    padding: 0 20px;
}

.slider .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 5px;
    font-size: 24px;
    line-height: 1;
    display: none;
}

.slider .arrow.left {
    left: 0;
}

.slider .arrow.right {
    right: 0;
}

.slider .slide-slider {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slider .slide {
    display: inline-block;
    width: 20%;
    white-space: normal;
    position: relative;
    left: 0;
    padding: 0 1%;
}

.slider .slide a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.slider .slide .img {
    width: 100%;
    padding-top: 100%;
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
}

.slider .pagination-container {
    height: 30px;
}

.slider .pagination-container .page-dot {
    width: 13px;
    height: 13px;
    background: #00A99D;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

.slider .pagination-container .page-dot:not(.current):not(:hover) {
    background: #00C9BD;
}

body .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span{
	width: 49%;
}

.single-post .entry-meta div{
    display: inline-block;
    margin-right: 10px;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper textarea,
.gform_wrapper label{
    font-size: 17px!important;
}

/* Browser Responsiveness
=========================================== */

@media (max-width: 1299px) {
    footer#colophon > .site-info > .widget {
        max-width: 48%;
        min-width: 300px;
    }
    
    .wp-block-group.is-style-header .is-style-cloud {
        position: relative;
    }
    
    .wp-block-group.is-style-header .is-style-cloud:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.4);
    }
}

@media (max-width: 992px) {
    .slider.review .slide.align-center:nth-child(2) {
        scale: 1;
    }

    .single-post .entry-meta div{
        display: block;
        margin-bottom: 10px;
    }

    .slider.review .slide.align-center .slide-content {
        background: #fff !important;
    }

    .werkwijze .timelineitem {
        width: calc(100% - 40px);
        transform: translateX(-100%) !important;
        left: 100%;
    }

    .werkwijze .timelineitem:before {
        left: -45px!important;
        right: unset!important;
        top: 50%;
    }

    .werkwijze .timelineitem:not(:last-of-type):after {
        left: -45px!important;
        right: unset!important;
        top: 50%;
        height: 108%;
    }
    
}
@media (max-width: 807px) {
    
    .wp-block-group.is-style-header .is-style-cloud {
        margin-top: -150px;
        position: relative;
    }
    
    .wp-block-group.is-style-header h1{
        margin-top: 50px;
    }
    
    .wp-block-cover.is-style-header .is-style-cloud {
        position: absolute;
        bottom: 0;
        right: -65px;
    }
    
    .wp-block-cover.alignfull.is-style-header {
        align-items: flex-end;
        height: 260px;
        min-height: unset;
    }
    
    .wp-block-image.is-style-cloud {
        mask-image: url(/wp-content/themes/searchuser/assets/images/wolk.svg);
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
        width: 100%;
        position: relative;
        display: block;
        right: -35px;
    }

    .single-post .content-area{
        width: 100%!important;
        margin: 0!important;
    }
    
    .wp-block-cover p{
        padding: 0!important;
    }
    
    .single .authorbox{
        flex-direction: column;
        padding-right: 0!important;
    }
    
    .single .authorbox .avatar,
    .single .authorbox .content{
        width: 100%!important;
    }
    
    .single .authorbox .content{
        padding: 40px;
    }

    .authorbio.wp-block-columns{
        margin-bottom: 50px!important;
    }

    .swiper-slide{
        padding: 0 10% 0 0;
        text-align: center;
    }

    .wp-block-cover.has-aspect-ratio{
        aspect-ratio: unset!important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        background:#f8efe6!important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-button {
        padding-top: 10px !important;
        display: block;
    }

    .team-block:not(.slide-slider) .team-item{
        width: 100%;
        margin-right: 0!important;
    }

    .authorlinkedin{
        margin-top: 20px;
        display: inline-block;
    }
    .wp-block-cover.diensten{
        padding: 10px!important;
    }

	body .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span{
		width: 100%;
	}
    .home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    .home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    .home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        background: #0f1b2b;
    }

    .home #spacer{
        display: block;
    }
    .navbar-header{
        height: 80px;
    }

    #masthead .navbar-brand{
        width: auto;
        height: calc(100% - 20px);
    }

    .navbar-brand img{
        max-height: 100%;
    }

    .timelineitem:hover {
        margin-top: 0px;
    }

    .entry-content .wp-block-cover:nth-child(1) .wp-block-heading strong,
    .posts .wp-block-cover:nth-child(1) .wp-block-heading strong,
    .single-post .container .wp-block-cover:nth-child(1) .wp-block-heading strong,
    .home .entry-content .wp-block-columns:nth-child(1) .wp-block-heading strong{
        display: none;
    }

    .timelineitem:before,
    .timelineitem:hover:before{
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .timelineitem *{
        z-index: 2;
    }

    .timelineitem:not(:last-of-type):after,
    .timelineitem:hover:not(:last-of-type):after{
        left: 50%;
        z-index: 1;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }

    .timeline .items{
        margin-left: 0;
    }

    .timelineitem > div{
        flex-direction: column;
        width: 92%;
        margin-left: 4%;
    }

    .timelineitem .img, .timelineitem .imghover{
        margin: 30px auto;
        width: 20%;
    }

    .timelineitem .content{
        padding: 0 20px;
    }

    p.is-style-resizer.has-x-large-font-size{
        height: 324px;
    }

    p.is-style-resizer.has-x-large-font-size p {
        display: block;
        width: 100%;
        text-align: center;
    }

    .has-x-large-font-size:not(.is-style-resizer){
        font-size: 30px!important;
    }

    .has-xx-large-font-size:not(.is-style-resizer){
        font-size: 50px!important;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        margin: 0;
        width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
    }

    h1,
    .is-style-header h2{
        font-size: 40px!important;
    }

    h2{
        font-size: 35px;
    }

    h2.has-large-font-size {
        font-size: 31px !important;
    }

    .wp-block-column.is-style-autowidth h2{
        white-space: normal;
    }

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

    .wp-block-heading.is-style-wider{
        width:100%;
        text-indent: 0em;
        padding-left: 0em;
    }

    .cases-block, .blogs-block{
        display: block!important;
    }

    .case-item,
    .blog-item{
        margin-bottom: 20px;
    }

    .case-item .article-thumbnail,
    .blog-item .article-thumbnail{
        aspect-ratio: 4/3!important;
    }

    .case-item .content,
    .blog-item .content,
    body.post-type-archive-case article.blog-item:nth-child(1) .content,
    body.post-type-archive-case article.blog-item .content,
    body.blog .blog-item .content,
    body.blog .blog-item:nth-child(1) .content{
        max-width: 100%!important;
        position: relative;
        border-top-right-radius: 0;
        border-bottom-left-radius: 13px;
    }

    .cases-block.slide-slider a{
        border-bottom-right-radius: 0!important;
    }

    .cases-block.slide-slider .case-item .content{
        border-bottom-right-radius: 13px!important;
    }

    body.blog article.post,
    body.blog article.post > a,
    .has-post-thumbnail .article-container{
        width: 100%;
        flex-direction: column;
    }

    body.blog article.post .article-thumbnail{
        aspect-ratio: 4/3;
    }

    .team-block .team-item {
        width: 100%;
        margin-bottom: 10%;
    }

    .swiper,
    .swiper-pagination{
        width: calc(100vw - 35px)!important;
    }

    .ewd-ufaq-faq-div{
        flex-basis: 100%;
    }

    footer#colophon > .site-info > .widget {
        max-width: 100%;
        min-width: 300px;
    }

    .navbar-nav{
        transform: none;
    }

    .dsg-header .owl-caption, .dsg-header .header-caption{
        width: 100%!important;
    }

    .container {
        width: auto;
        padding: 0 35px;
    }

    html {
        overflow-x: hidden;
    }

    .navbar-nav {
        margin: 0;
        position: static;
    }

    .navbar-fixed-top,
    .admin-bar .navbar-fixed-top {
        top: 0;
        position: relative;
        margin-bottom: -80px;
    }

    .navbar-fixed-top.menuout,
    .admin-bar .navbar-fixed-top.menuout {
        margin-bottom: -202px;
    }

    .navbar-collapse {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 5px;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 4px;
        margin-bottom: 4px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 !important;
    }

    .nav > li {
        display: table;
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 5px 15px 0;
    }

    .navbar.navbar-default .navbar-nav > .active > a,
    .navbar.navbar-default .navbar-nav > .active > a:hover,
    .navbar.navbar-default .navbar-nav > .active > a:focus {
        margin-top: 5px;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
        color: #999;
        line-height: 20px;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus {
        background: #00A99D;
        color: white;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #00A99D;
        background: transparent;
    }

    .navbar-nav .dropdown .dropdown-menu > li > a,
    .navbar-nav .dropdown .dropdown-menu .dropdown-header {
        padding: 0 15px 0 25px;
    }

    #cc_spacer {
        display: none;
    }

    .news-block article {
        width: 100%;
    }

    .slider .slide {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    h1{
        font-size: 35px;
    }

    h2{
        font-size: 30px;
    }

    h2.has-large-font-size {
        font-size: 33px !important;
    }
}

@media (min-width: 600px) {



}

@media (min-width: 808px) {
    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 90%;
    }

    #spacer {
        display: block;
        height: 175px;
    }

    /*
        .navbar .contact-bar {
            position: fixed;
        }

        .navbar > .container {
            margin-top: 50px;
        }
    */
    .navbar-default .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-nav {
        max-width: calc(97.5% - 150px);
    }

    .navbar-nav > li {
        margin: 7px 0;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    /*
        ul.nav li.dropdown:hover > ul.dropdown-menu {
            border: 1px solid #999;
            border-top: 0;
        }
    */

    footer#colophon .site-info {
        padding: 25px 15px;
    }

    footer#colophon aside.widget:not(:nth-child(2n)) {
        margin-right: 2.5%;
    }

    @media (max-width: 1031px) {
        #masthead .navbar-brand {
            bottom: 15px;
            width: 150px;
        }

        .navbar-default .navbar-nav > li > a,
        .navbar.navbar-default .navbar-nav > .active > a,
        .navbar.navbar-default .navbar-nav > .active > a:hover,
        .navbar.navbar-default .navbar-nav > .active > a:focus {
            padding: 0 10px;
        }

        .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
            padding: 3px 10px;
        }

        .nav > li:not(.active):last-child > a {
            margin-right: -10px;
        }
    }
}

@media (min-width: 1032px) {

    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 90%;
    }

    .navbar-nav {
        max-width: calc(97.5% - 200px);
    }

    footer#colophon aside.widget:not(:nth-child(4n)) {
        margin-right: 2.5%;
    }

    .col-md-9 section.bg-section .bg {
        margin-left: 120px;
    }
}

@media (min-width: 1240px) {

    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 90%;
    }

    .col-md-9 section.bg-section .bg {
        margin-left: 140px;
    }
}

/* Columns
=========================================== */

.col-sm-1,
.col-md-1,
.col-lg-1,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    width: 100%;
    float: none;
}

@media (min-width: 808px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1032px) {
    
    .col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1240px) {
    .col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
