/*
Theme Name: Red
Theme URI: https://redonlinemarketing.nl
Description: Red is een online marketing bureau dat zich volledig richt op de reis- en recreatie wereld in Nederland, België, Duitsland en Frankrijk.
Author: Red Online Marketing
Author URI: https://redonlinemarketing.nl
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------*/
/*  Core Styling
/*--------------------------------------------------------------*/

h1, h2, h3, h4 {
    margin: 0;
}
p:last-child {
    margin-bottom: 0;
}
a {
	text-decoration: none;
}
ul, ol {
    margin: 0 0 0 1em;
    padding: 0;
}
:focus {
    outline: 0;
}

/*--------------------------------------------------------------*/
/*  General
/*--------------------------------------------------------------*/

.alignleft {
    float: left;
    margin-right: 1rem;
}
.alignright {
    float: right;
    margin-left: 1rem;
}
.ul-arrows .elementor-widget-container ul {
    margin: 0;
    list-style: none;
}
.ul-arrows .elementor-widget-container ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 34px;
}
.ul-arrows .elementor-widget-container ul li:last-child {
    margin-bottom: 0;
}
.ul-arrows .elementor-widget-container ul li:before {
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #e72d3e;
}
#posts-filter .searchandfilter {
    position: relative;
    margin: 0 auto;
    max-width: 255px;
    height: 60px;
}
#posts-filter .searchandfilter ul {
    margin: 0;
    list-style: none;
}
#posts-filter .searchandfilter > ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}
#posts-filter .searchandfilter > ul > li h4 {
    position: relative;
    padding: 18px 41px 18px 20px;
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer;
}
#posts-filter .searchandfilter > ul > li h4:after {
    content: '\f078';
    position: absolute;
    top: 18px;
    right: 20px;
    transition: transform .3s;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    font-weight: 900;
    color: #e72d3e;
    line-height: 1;
}
#posts-filter .searchandfilter > ul > li h4:hover:after {
    color: #000;
}
#posts-filter .searchandfilter > ul > li.open h4:after {
    transform: rotate(180deg);
}
#posts-filter .searchandfilter ul ul {
    display: none;
}
#posts-filter .searchandfilter ul ul li {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 20px 8px;
}
#posts-filter .searchandfilter ul ul li:last-child {
    margin-bottom: 20px;
}
#posts-filter .searchandfilter ul ul li label {
    flex: 1;
    padding-right: 20px;
    font-weight: 700;
    color: #a1a1a1;
    cursor: pointer;
}
#posts-filter .searchandfilter ul ul li:hover label {
    color: #00aeac;
}
#posts-filter .searchandfilter ul ul li.sf-option-active label {
    color: #00aeac;
}
#posts-filter input {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #a1a1a1;
    border-radius: 3px;
    -webkit-appearance: none;
    cursor: pointer;
}
#posts-filter input:checked {
    background-color: #00aeac;
    border: none;
    color: #fff;
}
#posts-filter input:checked:before {
    content: '\f00c';
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}
.image-slider .swiper-slide {
    opacity: .25;
}
.image-slider .swiper-slide-next, .image-slider .swiper-slide-next + .swiper-slide {
    opacity: 1;
}
.wp-block-quote {
    padding-left: 15px;
    border-left: 2px solid #000;
}
.wp-block-quote p:before,.wp-block-quote p:after {
    content: '\0022';
}
.grecaptcha-badge {
    visibility: hidden;
}

/*--------------------------------------------------------------*/
/*  Header
/*--------------------------------------------------------------*/

#lang-switcher {
    position: relative;
}
#current-lang {
    display: flex;
    cursor: pointer;
}
#current-lang i {
    padding-left: 8px;
    color: #d0d0d0;
}
#lang-switcher ul {
    position: absolute;
    top: 31px;
    background-color: #fff;
    margin: 0;
    padding: 8px 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    list-style: none;
    transition: all .3s;
}
#lang-switcher ul:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
}
#lang-switcher:hover > ul {
    opacity: 1;
    visibility: visible;
}
#lang-switcher ul li {
    text-align: center;
    line-height: 1;
}
#lang-switcher a {
    display: inline-block;
    padding: 7px 0;
}
#lang-switcher img {
    vertical-align: top;
}

/*--------------------------------------------------------------*/
/*  Table
/*--------------------------------------------------------------*/

table {
    width: 100%;
    border-spacing: 0;
}
table th, table td {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}
table tr:nth-child(odd) td, table tr:nth-child(odd) th {
    background-color: #f4f4f4;
}

/*--------------------------------------------------------------*/
/*  Elementor
/*--------------------------------------------------------------*/

.elementor-icon {
    vertical-align: top;
}
.elementor-icon-list-icon i {
    width: 1em !important;
}
.elementor-widget-icon-list .elementor-icon-list-icon + .elementor-icon-list-text {
	padding-left: 0 !important;
}
.elementor-card-shadow-yes .elementor-post__card, .elementor-card-shadow-yes .elementor-post__card:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25) !important;
}
.elementor-select-wrapper .select-caret-down-wrapper {
    margin-right: 5px;
}
.elementor-select-wrapper .select-caret-down-wrapper i {
    color: #e72d3e;
}
.elementor-select-wrapper .select-caret-down-wrapper i:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
}
.elementor-select-wrapper select.elementor-field-textual {
    padding-right: 48px;
}
.elementor-message {
    margin: 30px 0 0;
}
.elementor-message.elementor-message-success {
    display: none;
}
.elementor-field-type-checkbox:not(.elementor-field-group-optin_email) .elementor-field-subgroup {
    background-color: #fff;
    flex: 1;
    padding: 13px 20px;
    max-height: 182px;
    overflow-y: auto;
    border-radius: 10px;
}
.elementor-field-type-checkbox .elementor-field-subgroup::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 0);
    width: 10px;
}
.elementor-field-type-checkbox .elementor-field-subgroup::-webkit-scrollbar-track, .elementor-field-type-checkbox .elementor-field-subgroup::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-right: 1px solid rgba(255, 255, 255, 0);
    border-left: 1px solid rgba(255, 255, 255, 0);
    border-radius: 20px;
}
.elementor-field-type-checkbox .elementor-field-subgroup::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    margin: 17px 0;
}
.elementor-field-type-checkbox .elementor-field-subgroup::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
}
.elementor-field-type-checkbox .elementor-field-subgroup::-webkit-scrollbar-thumb:hover {
    background-color: #c3c3c3;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {
    display: flex;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option:not(:first-child) {
    margin-top: 9px;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input {
    position: relative;
    top: 4px;
    padding: 0;
    width: 16px;
    height: 16px;
    appearance: none;
    border: 1px solid #000;
    border-radius: 3px;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input:checked {
    background-color: #e72d3e;
    border: none;
    color: #fff;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input:checked:before {
    content: '\f00c';
    position: absolute;
    top: 3px;
    left: 3px;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label {
    padding-left: 7px;
    color: #000;
}

/*--------------------------------------------------------------*/
/*  Sticky header
/*--------------------------------------------------------------*/

#sticky-header.elementor-sticky--effects #main-header {
    padding: 10px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}
#sticky-header.elementor-sticky--effects #main-header #logo img {
    width: 150px;
}

/*--------------------------------------------------------------*/
/*  Fullscreen menu
/*--------------------------------------------------------------*/

.fullscreen-menu .dialog-message {
    -ms-overflow-style: none;
}
.fullscreen-menu .dialog-message::-webkit-scrollbar {
    background: 0 0;
    width: 0;
}
.fullscreen-menu .elementor-nav-menu--main .elementor-nav-menu ul {
    padding: 10px 0;
    min-width: 250px !important;
}

/*--------------------------------------------------------------*/
/*  Search
/*--------------------------------------------------------------*/

#searchbar {
    position: relative;
}
#searchbar-input input, #faq-search .sf-field-search input {
    background-color: #f4f4f4;
    padding: 0 60px 0 20px;
    width: 100%;
    height: 60px;
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}
#searchbar-submit, #faq-search .sf-field-submit {
    position: absolute;
    top: 0;
    right: 0;
}
#searchbar-submit:before, #faq-search .sf-field-submit:before {
    content: '\f002';
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    color: #a1a1a1;
    line-height: 1;
}
#searchbar-submit:hover:before, #faq-search .sf-field-submit:hover:before {
    color: #e72d3e;
}
#searchbar-submit input, #faq-search .sf-field-submit input {
    position: relative;
    background-color: transparent;
    padding: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-indent: -9999px;
}
#faq-search ul {
    position: relative;
    margin: 0;
    list-style: none;
}
#faq-search label {
    width: 100%;
}
#search-results {
    display: none;
}

/*--------------------------------------------------------------*/
/*  Posts widget
/*--------------------------------------------------------------*/

.posts-widget .elementor-posts .elementor-post__thumbnail__link {
    order: 1;
}
.posts-widget .elementor-posts .elementor-post__card .elementor-post__meta-data {
    order: 2;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none;
}
.posts-widget .elementor-posts .elementor-post__text {
    order: 3;
}
.posts-widget .elementor-posts .elementor-post__badge {
    background-color: #00aeac;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.posts-widget .elementor-posts .elementor-post__badge i {
    vertical-align: top;
    margin-right: 5px;
    font-size: 12px;
    line-height: 28px;
}
.posts-widget .elementor-posts .elementor-post__card .elementor-post__read-more-wrapper {
    background-color: #f4f4f4;
    margin: 0 -30px;
    width: calc(100% + 60px);
}
.posts-widget .elementor-posts .elementor-post__card .elementor-post__read-more {
    display: block;
    padding: 13px 30px;
    text-align: center;
}

/*--------------------------------------------------------------*/
/*  Branches
/*--------------------------------------------------------------*/

#branche-usp p {
    margin: 0 auto;
    max-width: 240px;
}
#branche-usp p:before {
    content: '\f00c';
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

/*--------------------------------------------------------------*/
/*  Cases
/*--------------------------------------------------------------*/

.case-achievement {
    margin-top: -10px;
    padding: 15px 0 30px;
    border-top: 1px solid #000;
    font-size: 20px;
    color: #00aeac;
}
.case-achievement i {
    font-size: 16px;
}

/*--------------------------------------------------------------*/
/*  Blogs
/*--------------------------------------------------------------*/

#blog-reading-time {
    text-align: center;;
}
#blog-reading-time span {
    display: inline-block;
    margin: 0 auto;
    padding: 0px 15px;
    background-color: #00aeac;
    border-radius: 20px 20px 20px 20px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}
#blog-reading-time span i {
    vertical-align: top;
    margin: 8px 5px 0 0;
    font-size: 12px;
}
#blog-author-box.hide {
	display: none;
}
#blog-author-thumb img {
    border-radius: 20px;
}
#blog-author-content {
    padding: 30px;
}
#blog-author-content span {
    display: block;
}
#blog-author-title {
    margin-bottom: 30px;
    font-weight: 700;
    color: #00aeac;
}
#blog-author-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}
#blog-author-heading ul {
    display: flex;
    align-self: center;
    gap: 8px;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#blog-author-heading span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
#blog-author-link a {
    background-color: #fff;
    display: block;
    padding: 18px 30px;
    border-radius: 0 0 20px 20px;
    font-weight: 700;
}
.blog-categories, .blog-categories ul {
    margin: 0;
    list-style: none;
}
.blog-categories > li:not(:first-child) {
    margin-top: 30px;
}
.blog-categories > li a {
    margin-top: 30px;
    color: #00aeac;
}
.blog-categories ul li a {
    color: #000;
}
.blog-categories ul li a:hover {
    color: #e72d3e;
}
.blog-categories ul li {
    position: relative;
    margin-top: 5px;
    padding-left: 24px;
}
.blog-categories ul li:before {
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*--------------------------------------------------------------*/
/*  Team
/*--------------------------------------------------------------*/

.team-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
}
.team-heading ul {
    display: flex;
    align-self: center;
    gap: 8px;
    margin: 0;
    list-style: none;
}
.team-heading ul li {
    line-height: 1;
}
#team-header h1 {
    font-size: 50px;
}
#team-header.team-heading {
    gap: 10px 15px;
}
#team-header.team-heading ul {
    gap: 15px;
}
#team-details ul {
    margin: 0;
    list-style: none;
}
#team-details ul li:not(:last-child) {
    margin-bottom: 30px;
}
#team-details ul li i {
    display: block;
    margin-bottom: 8px;
    color: #e72d3e;
}
#team-nav {
    display: flex;
    align-items: center;
    gap: 50px 30px;
    margin: 0;
    list-style: none;
}
#team-nav li a {
    display: flex;
    align-items: center;
    gap: 15px;
}
#team-nav-next {
    margin-left: auto;
}
.team-nav-thumb {
    flex-shrink: 0;
}
.team-nav-thumb img {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}
.team-nav-info .team-heading {
    justify-content: flex-start;
    margin-bottom: 5px;
}
#team-nav-next .team-heading {
    justify-content: end;
}
.team-nav-info span {
    display: block;
    color: #e72d3e;
}
#team-nav-next .team-nav-info span {
    text-align: right;
}

/*--------------------------------------------------------------*/
/*  Elementor team skin
/*--------------------------------------------------------------*/

.team-card-thumbnail-hover {
    position: absolute;
    top: 0;
    z-index: 9;
    opacity: 1;
    transition: opacity .6s;
}
.elementor-post__thumbnail__link:hover .team-card-thumbnail-hover {
    opacity: 0;
}
.elementor-posts--languages-bottom .team-heading {
    flex-direction: column;
}

/*--------------------------------------------------------------*/
/*  Clients
/*--------------------------------------------------------------*/

#clients {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.client {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    border-radius: 20px;
    
}

/*--------------------------------------------------------------*/
/*  Partners
/*--------------------------------------------------------------*/

#partners-widget .elementor-post__thumbnail {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: 180px;
    border-radius: 20px;
}
#partners-widget .elementor-post__thumbnail img {
    width: auto;
    max-width: 100%;
    max-height: 120px;
}
#partners-widget .elementor-post__read-more {
    background-color: #fff;
    display: block;
    margin: 0 -30px;
    padding: 13px 30px;
    width: calc(100% + 60px);
    text-align: center;
}
#partners-widget .elementor-post__read-more:hover {
    color: #000;
}

/*--------------------------------------------------------------*/
/*  Contact
/*--------------------------------------------------------------*/

#contact-team {
    position: relative;
    background-color: #f4f4f4;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}
#contact-team > .contact-team-item {
    cursor: pointer;
}
#contact-team > .contact-team-item:hover .contact-team-arrow {
    color: #000;
}
.contact-team-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    font-size: 20px;
}
.contact-team-thumb {
    flex-shrink: 0;
}
.contact-team-thumb img {
    border-radius: 50%;
}
.contact-team-content span {
    font-weight: 700;
    color: #00aeac;
}
.contact-team-arrow {
    margin-left: auto;
    transition: transform .3s;
    font-size: 24px;
    color: #e72d3e;
}
#contact-team.open .contact-team-arrow {
    transform: rotate(180deg);
}
#contact-team-list {
    background-color: #f4f4f4;
    display: none;
    border-radius: 0 0 20px 20px;
}
#contact-team-list-wrapper {
    padding: 15px 0;
}
#contact-team-list-inner {
    max-height: 370px;
    overflow-y: auto;
    -ms-overflow-style: none;
}
#contact-team-list-inner::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 0);
    width: 10px;
}
#contact-team-list-inner::-webkit-scrollbar-track, #contact-team-list-inner::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-right: 1px solid rgba(255, 255, 255, 0);
    border-left: 1px solid rgba(255, 255, 255, 0);
    border-radius: 20px;
}
#contact-team-list-inner::-webkit-scrollbar-track {
    background-color: #e8e8e8;
}
#contact-team-list-inner::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
}
#contact-team-list-inner::-webkit-scrollbar-thumb:hover {
    background-color: #c3c3c3;
}
#contact-team-list-inner .contact-team-item:first-child {
    padding-top: 0;
}
#contact-team-list-inner .contact-team-item:last-child {
    padding-bottom: 0;
}

/*--------------------------------------------------------------*/
/*  Responsive
/*--------------------------------------------------------------*/

@media (max-width: 991px) {
    .image-slider .swiper-slide {
        opacity: 1;
    }
    #clients {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    #team-nav {
        flex-direction: column;
    }
    #team-nav-next {
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    .fullscreen-menu .elementor-nav-menu--main .elementor-nav-menu ul {
        margin: 30px 0 0 !important;
    }
    #team-header h1 {
        font-size: 38px;
    }
    #clients {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .image-slider .swiper-slide-next + .swiper-slide {
        opacity: .25;
    }
}
