/*
Theme Name: Maatwerk Online
Theme URI: https://www.maatwerkonline.nl
Version: 1.0.0
Author: Maatwerk Online
Author URI: https://www.maatwerkonline.nl/contact/
Description: This Theme is designed and developed by Maatwerk Online
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maatwerkonline
Domain Path: /languages
*/

/* Add your custom styles here */

:root {
  --eplusicon-graduation-cap: "\f19d";
}


html {
    scroll-behavior: smooth;
    /* Ensures compatibility with Safari and iOS */
    -webkit-overflow-scrolling: touch;
}

/* Optional: Add some padding to account for fixed headers */
:target {
scroll-margin-top: 175px; /* Adjust this value based on your header height */
}

/* Elementor changes */
.elementor-widget-jet-engine-maps-listing .elementor-widget-container > div {
    display: none;
}

.elementor-widget-jet-engine-maps-listing .elementor-widget-container .jet-map-listing {
    display: block !important;
}

.gw-mm-item__link a {
    font-family: 'Synonym' !important; 
}

#top-bar-wrap {
    z-index: unset !important;
}

#site-header {
    z-index: unset !important;
}

.footer__menu_container__columns__menu_columns {
    gap: 0px !important;
}

p a {
    text-decoration: underline;
}

.header__top_banner a {
    color: #a8b387;
}

picture {
    display: inline-block;
    height: inherit;
    overflow: hidden;
    width: inherit;
}

picture img {
    width: inherit;
    height: 100% !important;
    object-fit: cover;
}

.wp-block-cover picture {
    height: 100%;
}

/* General changes Block Editor */

@media (max-width: 767.98px) {
    .block-visibility-hide-small-screen {
        display: none !important;
    }
}

p i.icon.arrow-right {
    font-size: 8px;
    margin-left: 5px;
}

.wp-site-blocks {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.wp-block-image .components-resizable-box__container {
    max-width: 100% !important;
}

.wp-block-cover__image-background {
    width: 100% !important;
}

.ep-custom-list li::before {
    margin-right: 20px;
}

.responsive-video-wrap {
    margin: 0px !important;
}

.eplus-styles-uid-29110e li::before {
    content: var(--eplusicon-check-circle);
    color: #666d54;
}

.eplus-styles-uid-29110e {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/* Change the aligment of text in list item */
/* .ep-custom-list li strong {
    text-wrap: nowrap;
} */

@media (max-width: 772px) {
    .ep-custom-list li strong {
        text-wrap: wrap;
    }
}

.ep-custom-icon-list li {
    display: unset !important;
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}

.eplus-wrapper::before {
    position: absolute;
    left: 0px;
}

/* Header */

.header__container.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
}

.header__desktop_menu .gw-mm__wrapper
{
    width: 100%;
}

.gw-mm__content--my-account,
.gw-mm__content--meeting {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .gw-mm__toggle-wrapper {
        display: block !important;
    }

    .my-account-link {
        display: none;
    }

    .gw-mm__content--my-account,
    .gw-mm__content--meeting {
        padding: 10px;
        color: #000;
        display: flex;
    }

    .gw-mm__content--my-account svg {
        margin-right: 10px;
    }

    .gw-mm__content--my-account a{
        color: #000;
        font-family: 'Synonym';
        font-size: 16px;
        align-self: center;
        line-height: 1;
    }
}

.gw-mm__toggle::after {
    content: 'Menu';
    position: absolute;
    z-index: 20;
    color: #5a5a5a;
    top: 35px;
    font-size: 11px;
    left: 6px;
}

.header__desktop_menu .gw-mm__content {
    justify-content: space-between;
}

.header__desktop_menu .gw-mm__content .block-editor-block-list__layout {
    justify-content: space-between;
}

.header__desktop_menu .gw-mm-item__dropdown-wrapper {
    width: 100vw;
    max-width: 100vw;
}

.upgraded_menu .header__desktop_menu .gw-mm-item__dropdown-wrapper {
    width: 100vw;
    max-width: 100vw;
}

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

    .header__desktop_menu .gw-mm-item__dropdown-wrapper {
        width: 1336px !important;
    }
}

.header__desktop_menu .block-editor-inner-blocks {
    width: 100%;
}

.header__desktop_menu .gw-mm-item__link a {
    color: #1D1D1B;
    font-size: 18px;
}

.gw-mm-item__link a:active {
    color: #a8b387 !important;
}

.header__desktop_menu .gw-mm-item__dropdown ul {
    padding-left: 0px;
    list-style: none;
    color: #1D1D1B;
}

.header__desktop_menu .gw-mm-item__dropdown ul li,  
.header__desktop_menu .gw-mm-item__dropdown ul li a 
{
    margin: 15px 0px;
    font-size: 13px;
    color: #1D1D1B;
}

.header__desktop_menu .gw-mm-item__toggle {
    display: none !important;
}

.block-editor-inner-blocks .has-children .gw-mm-item__dropdown {
    opacity: 1 !important;
    max-height: 100vw !important;
    padding: unset !important;
    z-index: 10000 !important;
}

.block-editor-inner-blocks .gw-mm-item__dropdown {
    overflow: visible !important;
    max-height: 100vw !important;
    padding: unset !important;
    z-index: 10000 !important;
}

.gw-mm-item__link a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
    color: #a8b387;
}

.gw-mm-item__dropdown-content a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
    color: #a8b387;
}

.header-test-button .wp-block-button__link {
    padding: 4px 40px 4px 0px !important;
    font-weight: bold;
    border: unset !important;
}

.header-test-button .wp-block-button__link:hover {
    border: none !important;
    background-color: unset !important;
    background: unset !important;
    color: #a8b387 !important;
}

.header-test-button .wp-block-button__link:hover i {
    color: #a8b387 !important;
}

.header-test-button .wp-block-button__link:focus-visible {
    border: none !important;
    outline: unset !important;
}

.header-test-button .wp-block-button__link i {
    font-size: 11px !important;
}

.header__mega_menu {
    z-index: 10000000 !important;
}

.header__desktop_menu {
    position: relative;
    z-index:100;
}

.header__desktop_menu .gw-mm-item__dropdown {
    box-shadow: unset;
}

.header__desktop_menu .gw-mm-item__dropdown-wrapper {
    overflow: unset;
}

.header__desktop_menu  .gw-mm-item__dropdown-content {
    padding-top: 25px;
}

.header__container.wp-block-columns {
    flex-wrap: wrap!important;
    gap: 0px !important;
}

.header__container .wp-block-search__inside-wrapper {
    border-radius: 8px;
    border-color: #f6f6f6;
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: space-between;
    background-color: #f6f6f6;
}

.header__container .wp-block-search__inside-wrapper input[type=search] {
    border: unset;
    font-size: 16px;
    background-color: #f6f6f6;
}

.header__container .wp-block-search__inside-wrapper button[type=submit] {
    background-color: unset;
    border: unset;
}

.header__container .wp-block-search__button {
    padding: 3px 15px;
}

.header__container .wp-block-search__button i {
    color: #5A5A5A;
    font-size: 24px;
    line-height: 1;
    margin-top: 6px;
}

.header__container .wp-block-getwid-megamenu {
    font-family: var(--wp--preset--font-family--synonym) !important;
}

.active-top-banner {
    padding-top: 56px;
}

.active-top-banner .header__top_banner {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10000001;
}

.open-mobile-menu.active-top-banner .header__top_banner {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 640px) {
    .active-top-banner {
        padding-top: 43px;
    }
    
}

.jet-ajax-search__form, .jet-ajax-search-block .jet-ajax-search__form {
    min-height: 50px !important;
}

.jet-ajax-search__field:focus {
    outline: unset !important;
}

.jet-ajax-search__spinner, .jet-ajax-search-block .jet-ajax-search__spinner {
    color:#E18735 !important;
}

.jet-ajax-search-block {
    z-index: 100;
    position: relative;
}

.jet-ajax-search__item-thumbnail-img, .jet-ajax-search-block .jet-ajax-search__item-thumbnail-img {
    height: auto !important;
}

.jet-ajax-search {
    border-radius: 8px;
    border-color: #f6f6f6;
    background-color: #f6f6f6;
}

.jet-ajax-search__submit {
    height: 50px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: #f6f6f6 !important;
    font-size: 21px !important;
    color: #1D1D1B !important;

}

.jet-ajax-search__field {
    border: unset !important;
    background-color: unset !important;
    font-size: 16px !important;
    color: #757575 !important;
    font-family: 'synonym' !important;
}

.gw-mm__top {
    display: none;
}
.gw-mm__banner {
    display: none;
}

.wp-block-site-logo img {
    max-width: 200px !important;
    height: auto !important;
}

.block-editor-block-list__block .jet-ajax-search__results-area {
    display: none;
}

.block-editor-block-list__block .jet-ajax-search__form {
    display: flex;
    justify-content: space-between;
}

.block-editor-block-list__block .jet-ajax-search__field {
    width: 500px;
}

.block-editor-block-list__block  .jet-ajax-search__fields-holder {
    align-self: center;
}

.block-editor-block-list__block .jet-ajax-search__submit {
    border: unset;
}

.header__desktop_menu .gw-mm-item__dropdown ul li, .header__desktop_menu .gw-mm-item__dropdown ul li a {
    color: #1D1D1B;
    margin-bottom: 0px;
    margin-top: 0px;
}

.header__desktop_menu .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #1D1D1B;
    font-size: 14px;
}

.header__desktop_menu .gw-mm-item__dropdown {
    padding: 0px;
}

@media only screen and (min-width: 1200px) {
    .header__desktop_menu .has-children:hover .gw-mm-item__dropdown {
        padding-right: 0px;
        max-height: 600px;
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
    }
    
    .header__desktop_menu .has-children .gw-mm-item__dropdown {
        max-height: 0px;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition:    all .4s ease-in-out;
        -o-transition:      all .4s ease-in-out;
        -ms-transition:     all .4s ease-in-out;
        transition:         all .4s ease-in-out;
    }
    
    .header__desktop_menu .gw-mm-item__dropdown {
        padding: 0px;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition:    all .2s ease-in-out;
        -o-transition:      all .2s ease-in-out;
        -ms-transition:     all .2s ease-in-out;
        transition:         all .2s ease-in-out;
    }
}

.wp-block-search__input {
    width: 100%;
}


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


    .header__container.wp-block-columns {
        flex-wrap: nowrap !important;
    }
    
    .header__container__shop .wp-block-buttons {
        display: none;
    }

    .header__middle_menu {
        padding-top: 25px;
        padding-right: 25px !important;
        padding-bottom: 20px;
        padding-left: 25px !important;
    }

    .header__container.wp-block-columns :nth-child(1) { 
        order: 2; 
        flex-basis: 80% !important;
    }

    .header__container.wp-block-columns :nth-child(2) { 
        order: 3; 
        flex-basis: 10% !important;
    }

    .header__container.wp-block-columns :nth-child(3) { 
        order: 1; 
        flex-basis: 10% !important;
    }

    .header__container.wp-block-columns :nth-child(4) { 
        order: 1; 
        flex-basis: 10% !important;
    }

    .gw-mm__toggle {
        color: #ffffff;
        border: unset;
        padding: unset;
        background: unset !important;
        position: absolute;
        left: 24px;
        top: -85px;
    }

    .gw-mm__toggle .dashicons {
        color: #5A5A5A;
        font-size: 40px;
        display: inline;
    }

    .gw-mm__content-wrapper {
        position: fixed;
        top: 0px;
        z-index: 10000;
        left: 0px;
        width: 100vw !important;
        max-width: 0px !important;
        overflow-x: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .is-opened .gw-mm__content-wrapper {
        max-width: 100vw !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .gw-mm.is-mobile .gw-mm__content-wrapper {
        justify-content: unset !important;
        display: block !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .gw-mm.is-mobile .gw-mm-item__dropdown-wrapper {
        position: relative;
        height: auto;
    }

    .wp-block-search__input {
        min-width: unset;
        padding: 0px !important;
    }

    .header__container .wp-block-search__inside-wrapper {
        border-radius: unset;
        border-color: unset;
        background-color: unset;
        padding: 0px;
        border: unset;
        position: relative;
    }

    .header__middle_menu .wp-block-search__button-inside.aligncenter {
        display: block;
        width: 35px;
        margin-right: 0px !important;
    }

    .header__container .wp-block-search__inside-wrapper input[type=search] {
        border: unset;
        font-size: 16px;
        background-color: #f6f6f6;
        position: absolute;
        right: 35px;
        width: 0px;
    }

    .header__container .wp-block-search__inside-wrapper button[type=submit] {
        padding: 0px;
        margin-left: 0px;
    }

    .header__logo_column {
        text-align: center;
    }

    .header__container.wp-block-columns img {
        width: 180px;
    }

    .header__top_banner {
        gap: 0px;
    }

    .header__top_banner p {
        font-size: 12px !important;
    }

    .gw-mm__content-wrapper {
        position: fixed !important;
        left: 0px;
        top: 0px !important;
        align-items: unset !important;
    }

    .gw-mm.is-mobile .gw-mm__content {
        margin-left: 0px !important;
        margin-right: 0px !important;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 100vh;
        width: 100vw !important;
    }

    .header__desktop_menu .has-children:hover .gw-mm-item__dropdown {
        max-height: unset !important;
    }

    .header__desktop_menu .wp-block-columns {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-top: 0px !important;
    }

    .header__desktop_menu  .gw-mm-item__dropdown-content {
        padding-top: 0px !important;
        max-height: 0px !important;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .gw-mm.is-mobile .gw-mm-item__dropdown-wrapper.active .gw-mm-item__dropdown-content {
        padding-top: 0px !important;
        max-height: 2000px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .header__desktop_menu  .gw-mm-item__dropdown-content .wp-block-group{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #wpadminbar {
        display: none !important;
    }

    .gw-mm-item__link {
        border-bottom: 1px solid #787f6538;
    }

    .has-children .gw-mm-item__link {
        position: relative;
    }

    .has-children .gw-mm-item__link::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 25px;
        width: 15px;
        height: 15px;
        background-image: url(assets/images/carrot-down.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .has-children .gw-mm-item__link.active::after {
        transform: rotate(180deg);
        top: 21px;
    }

    .header__desktop_menu .gw-mm-item__dropdown ul li, .header__desktop_menu .gw-mm-item__dropdown ul li a {
        font-size: 16px;
    }

    .gw-mm__top__close {
        align-self: center;
        padding-left: 20px;
    }

    .gw-mm__top__close svg {
        fill: #787f65 !important;
    }

    .gw-mm__top {
        display: block;
        padding-top: 20px;
        width: 100vw;
        display: flex;
        justify-content: space-between;
    }

    .gw-mm__banner {
        display: block;
        width: 100vw;
        justify-content: space-between;
    }

    .gw-mm__top__logo img {
        width: 150px;
        height: auto;
    }

    .gw-mm__top__search {
        padding-right: 20px;
        align-self: center;
        font-size: 24px;
        color: #fff;
    }

    .gw-mm.is-mobile .gw-mm__content-wrapper {
        overflow: hidden !important;
    }

    .header__mega_menu {
        padding-bottom: 0px !important;
    }

    .jet-ajax-search__fields-holder {
        position: absolute;
        right: 20px;
        width: 280px;
        background-color: #f6f6f6;
        height: 50px;
    }

    .jet-ajax-search__results-area {
        right: 0px !important;
        position: absolute !important;
        width: 88vw !important;
        left: unset !important;
    }

    .header__container.wp-block-columns .jet-ajax-search__item-thumbnail {
        flex-basis: 40% !important;
    }

    .jet-ajax-search__item-thumbnail img {
        width: 90px !important;
        height: auto;
    }

    .header__container.wp-block-columns .jet-ajax-search__field {
        flex-basis: 100% !important;
    }

    .header__container.wp-block-columns .jet-ajax-search__fields-holder {
        width: 0px;
        margin-right: 10px;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    body:not(.rtl) .jet-ajax-search__submit[type="submit"], body:not(.rtl) .jet-ajax-search-block .jet-ajax-search__submit[type="submit"] {
        margin-left: 0px !important;
    }

    .jet-ajax-search__submit {
        background-color: unset !important;
        outline: unset !important;
    }

    .jet-ajax-search {
        background-color: unset !important;
    }

    .jet-ajax-search__fields-holder.active {
        width: 230px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .gw-mm.is-mobile .gw-mm__content {
        max-width: 100vw !important;
    }

    .header__container .wp-block-search__inside-wrapper input[type=search] {
        border: unset;
        font-size: 14px;
        background-color: #f6f6f6;
        position: absolute;
        right: 40px;
        width: 0px;
        height: 35px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .header__container .wp-block-search__inside-wrapper.active input[type=search] {
        width: 220px;
        z-index: 1000;
        padding: 10px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }
}


/* Links for header */

.links {
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 10px;
}

.links__link {
    padding: 25px 0px 25px 0px;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.links:hover .links__link {
    opacity: 0.4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.links .links__link:hover {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.links__link a {
    display: flex;
    color:#5a5a5a !important;
    font-size: 18px;
    font-family: var(--wp--preset--font-family--synonym) !important;
    position: relative;
    padding-right: 25px;
}

.links__link:nth-child(n+2){ 
    border-top: 1px solid #fdf7f2;
}

.links__link__logo img {
    max-width: 80px;
}

.links__link p {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 80%;
}

.links__link svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.links__link svg path {
    stroke: #666d54;
}

.links__link:hover svg {
    margin-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
} 

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

    .links__link:nth-child(n+2) {
        border-top: 1px solid #DCC0A8;
    }

}

/* Adjustments foor header */

.header__mega_menu .links {
    padding: 0px;
    border-radius: unset !important;
}

.header__mega_menu .links__link {
    padding: 15px 0px;
}

.header__mega_menu .links__link svg {
   margin-top: 0px;
}

.header__mega_menu .links__link:nth-child(n+2) {
    border-top: 1px solid #d7d7d7;
}

/* adjustments for a/b test */

.upgraded_menu .links {
    padding: 20px;
    background-color: #fff7ee;
    border-radius: 5px !important;
}

.upgraded_menu .links__link a {
    font-size: 14px;
    font-weight: bold;
}

.upgraded_menu .links__link:nth-child(n+2) {
    border-top: unset !important;
}

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

    .upgraded_menu .links__link {
        padding: 10px 0px;
    }

    .upgraded_menu .links__link svg {

    }

}

/* a/b test menu changes */

.upgraded_menu .gw-mm-item__dropdown-content .wp-block-group {
    padding-top: 20px !important;
    padding-left: 23px !important;
    padding-right: 23px !important;
}

.upgraded_menu .header__menu_heading { 
    margin-top: 0px;
}

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

    .upgraded_menu .header__menu_heading {
        padding: 0px;
        color: #393939;
        font-weight: bold;
        margin-bottom: 18px;
        font-size: 15px;
        margin-top: 0px;
        position: relative;
    }

    .upgraded_menu .header__menu_heading::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 16px;
        width: 15px;
        height: 15px;
        background-image: url('assets/images/carrot-down.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .upgraded_menu .header__menu_heading.active::after {
        transform: rotate(180deg); 
        top: 5px;
    }

    .upgraded_menu .header__nav ul {
        max-height: 0px;
        width: 100%;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .upgraded_menu .header__nav ul li {
        width: 100%;
        display: block;
    }

    .upgraded_menu .header__nav.active ul {
        max-height: 800px;
        gap: 20px;
        margin-top: 0px !important;
        margin-bottom: 30px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    } 

    .upgraded_menu .wp-block-columns {
        gap: 0px;
    }

    .upgraded_menu .links {
        margin-top: 10px;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .upgraded_menu .wp-block-columns .wp-block-column:nth-child(1) { order: 4; }
    .upgraded_menu .wp-block-columns .wp-block-column:nth-child(2) { order: 1; }
    .upgraded_menu .wp-block-columns .wp-block-column:nth-child(3) { order: 2; }
    .upgraded_menu .wp-block-columns .wp-block-column:nth-child(4) { order: 3; }

    .upgraded_menu .wp-block-cover {
        margin-bottom: 20px;
    }
}


/* Breadcrumbs */
.yoast-breadcrumbs {
    color: #5A5A5A !important;
    font-family: 'Synonym';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
}

.yoast-breadcrumbs a {
    color: #5A5A5A !important;
    opacity: 0.5;
    transition: .2s linear;
    font-family: 'Synonym';
}

.yoast-breadcrumbs a:hover {
    opacity: 1;
}

.yoast-breadcrumbs .breadcrumb_last {
    color: #a8b387;
    font-family: 'Synonym';
    font-size: 14px;
    font-style: normal;
    line-height: 125%;
}

/* Footer */

.footer__additional_menu_items .wp-block-navigation__container {
    gap: 25px;
}

.footer__additional_menu_items .wp-block-navigation__container a:hover {
    color: #a8b387;
}

.wp-block-navigation-item__content:hover {
    color: #a8b387 !important;
}

.footer__usps i {
    color: #ffffff !important;
    align-self: center;
}

.footer__tablet_image {
    margin-top: -170px !important;
    position: relative;
    z-index: 111;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    display: flex;
}

.footer ul i {
    margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
    .footer {
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .footer__newsletter {
        border-radius: unset !important;
        padding-top: 80px !important;
        padding-right: 25px !important;
        padding-bottom: 50px !important;
        padding-left: 25px !important;
    }

    .footer__menu_container {
        padding-top: 0px !important;
        padding-right: 25px !important;
        padding-bottom: 25px !important;
        padding-left: 25px !important;
    }

    .footer__newsletter h2 {
        text-align: center;
    }

    .footer__newsletter p {
        text-align: center;
    }

    .footer .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 0px;
    }

    .footer .gform_wrapper input[type="submit"] {
        width: 100%;
    }

    .footer .gform_footer {
        padding: 5px 0px !important;
    }

    .footer__menu_heading {
        padding: 25px 0px;
        color: #393939;
        font-weight: bold;
        border-bottom: 1px solid #F1E4D8;
        margin-bottom: 0px !important;
        position: relative;
    }

    .footer__menu_heading::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 35px;
        width: 15px;
        height: 15px;
        background-image: url('assets/images/carrot-down.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .footer__menu_heading.active::after {
        transform: rotate(180deg); 
        top: 30px;
    }

    .footer__nav ul {
        max-height: 0px;
        width: 100%;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    }

    .footer__nav ul li {
        width: 100%;
        display: block;
    }

    .footer__nav.active ul {
        max-height: 800px;
        margin-top: 20px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:    all .3s ease-in-out;
        -o-transition:      all .3s ease-in-out;
        -ms-transition:     all .3s ease-in-out;
        transition:         all .3s ease-in-out;
    } 

    .footer__additional_menu_items {
        padding-top: 0px !important;
        padding-right: 25px !important;
        padding-bottom: 50px !important;
        padding-left: 25px !important;
    }

    .footer__additional_menu_items ul {
        display: block !important;
    }   

    .footer__additional_menu_items ul li {
        display: block !important;
    }   


    .footer__additional_menu_items a {
        font-size: 18px;
    }

    .footer__nav_privacy {
        display: block;
    }

    .footer__bottom_footer {
        padding-top: 0px !important;
        padding-right: 25px !important;
        padding-bottom: 50px !important;
        padding-left: 25px !important;
    }

}

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

    .footer__newsletter__right_column {
        flex-basis: 100% !important;
    }

    .footer__newsletter__left_column {
        flex-basis: 100% !important;
    }

    .footer__newsletter .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .footer__newsletter .ginput_container_email {
        margin-top: 10px;
    }

    .footer__menu_container .footer__menu_container__columns {
        flex-wrap: wrap !important;
    }

    .footer__menu_container__columns .wp-block-column {
        flex-basis: 100% !important;
    }

    .footer__menu_container__columns .footer__menu_container__columns__menu_columns {
        flex-wrap: wrap !important;
    }

    .footer__menu_container__columns .footer__menu_container__columns__menu_columns .wp-block-column {
        flex-basis: 100% !important;
    }
}

/* Button styles */

.wp-block-button i {
    position: absolute;
    right: 17px;
    top: calc(50% - 6px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
    font-size: 14px;
    z-index: 1;
    color: #666d54;
}


.wp-block-button a:hover i, .wp-block-button div:hover i {
    right: 12px;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.wp-block-button a, .wp-block-button div, .gform_button, .gform_next_button, .gform_previous_button {
    padding: 13px 40px 13px 15px !important;
    position: relative !important;
    background-color: #a8b387 !important;
    border-radius: 50px !important;
    border-width: 0 !important;
    color: #ffffff !important;
    font-family: 'synonym' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: inherit !important;
    border: 1px solid transparent !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
    text-transform: uppercase;
}


.gform_button,
.gform_next_button,
.gform_previous_button { 
    cursor: pointer;
    padding: 13px 15px 13px 15px !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.gform_button:hover,
.gform_next_button:hover,
.gform_previous_button:hover { 
    cursor: pointer;
    padding: 13px 15px 13px 15px !important;
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.wp-block-button a:has(i), .wp-block-button div:has(i) {
    padding: 10px 50px 10px 20px !important;
}

.wp-block-button a:has(i)::after, .wp-block-button div:has(i)::after {
    content: '';
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    position: absolute;
    right: 7px;
    top: calc(50% - 18px);
    border-radius: 50px;
}

.wp-block-button a:hover, .wp-block-button div:hover, .gform_button:hover {
    background-color: #ffffff  !important;
    border: 1px solid #a8b387  !important;
    color: #a8b387 !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline a, .is-style-outline div, .gform_previous_button {
    background-color: transparent !important; 
    border: 1px solid #a8b387 !important;
    color: #a8b387 !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline a:has(i)::after, .is-style-outline div:has(i)::after {
    background-color: unset;
}

.is-style-outline a:hover, .is-style-outline div:hover {
    background-color: #a8b387 !important; 
    border: 1px solid #a8b387 !important;
    color: #ffffff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline a:hover i,
.is-style-outline div:hover i {
    color: #ffffff;
}

.is-style-fill-secondary a, .is-style-fill-secondary div {
    background-color: #ffffff !important; 
    border: 1px solid #ffffff !important;
    color: #000000 !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-fill-secondary a:hover {
    background-color: #ffffff !important; 
    border: 1px solid #ffffff !important;
    color: #000000 !important;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline-secondary a, .is-style-outline-secondary div {
    background-color: transparent !important; 
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline-secondary a:hover, .is-style-outline-secondary div:hover {
    background-color: transparent !important; 
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-fill-tertiary a, .is-style-fill-tertiary div {
    background-color: #666d54 !important; 
    border: 1px solid #666d54 !important;
    color: #ffffff !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-fill-tertiary a:hover {
    background-color: #666d54 !important; 
    border: 1px solid #666d54 !important;
    color: #ffffff !important;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline-tertiary a, .is-style-outline-tertiary div {
    background-color: transparent !important; 
    border: 1px solid #666d54!important;
    color: #666d54 !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline-tertiary a:hover, .is-style-outline-tertiary div:hover {
    background-color: transparent !important; 
    border: 1px solid #666d54 !important;
    color: #666d54 !important;
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-fill-quaternary a, .is-style-fill-quaternary div {
    background-color:  #DFA231 !important; 
    border: 1px solid  #DFA231 !important;
    color: #ffffff !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-fill-quaternary a:hover {
    background-color:  #DFA231 !important; 
    border: 1px solid  #DFA231 !important;
    color: #ffffff !important;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline-quaternary a, .is-style-outline-quaternary div {
    background-color: transparent !important; 
    border: 1px solid  #DFA231!important;
    color:  #DFA231 !important;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.is-style-outline-quaternary a:hover, .is-style-outline-quaternary div:hover {
    background-color: transparent !important; 
    border: 1px solid  #DFA231 !important;
    color:  #DFA231 !important;
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}


/* form styles */

.gform_wrapper input[type="text"] {
    padding: 15px !important;
    border-radius: 5px;
    border: unset;
    color: #898989;
    background-color: #FAFAFA;
}

.gform_wrapper input[type="tel"] {
    padding: 15px !important;
    border-radius: 5px;
    border: unset;
    color: #898989;
    background-color: #FAFAFA;
}

.gform_wrapper input[type="email"] {
    padding: 15px !important;
    border-radius: 5px;
    border: unset;
    color: #898989;
    background-color: #FAFAFA;
}

.gform_wrapper textarea {
    padding: 15px !important;
    border-radius: 5px;
    border: unset;
    color: #898989;
    background-color: #FAFAFA;
}

.gform_confirmation_message {
    font-family: 'synonym';
    padding: 20px;
    border: 1px solid;
}

/* Elementor video display fix */
iframe.elementor-video {
    aspect-ratio: 16/9;
}

/* Blog archive */

.blog_archive .wp-block-search__inside-wrapper {
    border-radius: 8px;
    border-color: #f6f6f6;
    background-color: #f6f6f6;
}

.blog_archive .wp-block-search__inside-wrapper .wp-block-search__input {
    background-color: #f6f6f6;
    font-size: 16px;
    font-family: 'Synonym';
    border: none;
}

.blog_archive .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: #f6f6f6 !important;
    padding: 0px 0px 0px 5px;
}

.blog_archive .wp-block-search__inside-wrapper .wp-block-search__button svg {
    fill: #5a5a5a;
    min-width: 35px;
    transform: scaleX(-1);
    min-height: 44px;
}

.blog_archive :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 0px 10px;
}

.blog_archive .gutenberghub-query-taxonomy-menu .wp-element-button {
    border-radius: 50px;
    border: 1px solid #d9d9d9 !important;
    color: #1D1D1B !important;
    font-size: 14px !important;
    text-transform: uppercase;
    background-color: transparent;
    padding: 5px 20px;
    font-family: 'synonym';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.blog_archive .gutenberghub-query-taxonomy-menu .wp-element-button:hover {
    border: 1px solid #a8b387 !important;
    background-color: #a8b387 !important;
    color: #ffffff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.blog_archive .gutenberghub-query-taxonomy-menu .wp-element-button.is-active-menu {
    border: 1px solid #a8b387 !important;
    background-color: #a8b387 !important;
    color: #ffffff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.blog_archive .wp-block-post-featured-image img {
    border-radius: 5px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.blog_archive .wp-block-post-title a {
    color: #393939 !important;
}

.blog_archive .taxonomy-category a {
    color: #393939 !important;
}

.blog_archive .ghub_query_load_more_link {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    border: 1px solid #a8b387 !important;
    background-color: #a8b387 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    text-transform: uppercase;
    background-color: transparent;
    padding: 15px 30px;
    font-family: 'synonym';
}

@media only screen and (max-width: 1140px){
    .blog_archive {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

/* Article single */
.article-image img {
    border-radius: 8px;
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.wp-block-separator {
    border: none;
}

@media only screen and (max-width: 1140px){
    .article-single {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .article-image img {
        height: 250px;
    }

    .post-template-single-artikel .wp-block-post-title {
        text-align: center;
    }

    .article-single .entry-content figure {
        width: 100% !important;
    }
}

/* Block css */
.related-articles .topbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.related-articles .topbar .title {
    color: #393939;
    font-family: Synonym;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.related-articles .topbar .overview-link {
    color: #393939;
    font-family: Synonym;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    transition: .2s linear;
}

.related-articles .topbar .overview-link svg path {
    fill: #393939;
}

.related-articles .topbar .overview-link:hover {
    opacity: 0.6;
}

.related-articles .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.related-articles .container .related-article {
    display: flex;
    flex-direction: column;
    transition: .2s linear;
}

.related-articles .container .related-article:hover {
    transform: scale(1.05);
}

.related-articles .container .related-article .banner-image,
.related-articles .container .related-article .banner-image img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    margin-bottom: 24px;
}

.related-articles .container .related-article .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    font-family: Synonym;
    color: #393939;
    margin: 0 0 12px 0;
}

.related-articles .container .related-article .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-family: Synonym;
    color: #5A5A5A;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 1100px) {
    .related-articles .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .related-articles .topbar {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-bottom: 30px;
    }
}

.article-reading-time-and-share {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #D9D9D980;
    border-bottom: 1px solid #D9D9D980;
    margin-bottom: 20px;
}

.article-reading-time-and-share .reading-time {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #5A5A5A;
    font-family: Synonym;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-right: 30px;
}

.article-reading-time-and-share .category {
    color: #5A5A5A;
    font-family: Synonym;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

}

.article-reading-time-and-share .share {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin-left: auto;
}

.article-reading-time-and-share .share .share-link {
    display: flex;
    color: #a8b387;
    transition: .2s linear;
}

.article-reading-time-and-share .share a:hover {
    opacity: .6;
}

@media (max-width: 1100px) {
    .article-reading-time-and-share {
        flex-direction: column;
        gap: 15px;
    }

    .article-reading-time-and-share .share {
        margin: auto;
    }

    .article-reading-time-and-share .reading-time  {
        margin-right: 0px;
    }
}

.most-read-articles {
    display: flex;
    flex-direction: column;
}

.most-read-articles .title {
    color: #393939;
    font-family: Synonym;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}

.most-read-articles .popular-post {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 35px 0;
    border-bottom: 1px solid #D9D9D980;
    opacity: .5;
    transition: .2s linear;
}

.most-read-articles .popular-post:hover {
    opacity: 1;

    .popular-post .title {
        color: #E18735;
        text-decoration: underline;
    }
}

.most-read-articles .popular-post .thumbnail,
.most-read-articles .popular-post .thumbnail img,
.most-read-articles .popular-post img {
    height: 55px;
    width: 90px;
    min-width: 90px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.most-read-articles .popular-post .title {
    font-size: 18px;
    line-height: 125%;
    transition: .2s linear;
    margin-top: 0;
}

input {
    font-family: 'synonym';
}

/* Remove list item when list item doesn't contain any content */
.elementor-widget-icon-list.dc-condition-empty {
    display: none !important;
}


/* Learndash changes */ 
    
.sfwd-lessons-template-default .blockeditor_header {
    display: none;
}

.sfwd-lessons-template-default .blockeditor_footer {
    display: none;
}

.learndash-wrapper {
    font-family: 'synonym' !important;
}

.learndash-wrapper .ld-breadcrumbs {
    background: #FDF6F0 !important;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a {
    font-weight: 400 !important;
    color: #000 !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action, .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
    height: 70px !important;
}

.learndash-wrapper .ld-focus .ld-focus-header {
    height: 70px !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
    flex: 0 0 300px !important;
}

.ld-focus-sidebar{
    top: 50px !important;
}

.learndash-wrapper .ld-status-icon .ld-icon:before {
    font-size: 10px !important;
}

.learndash-wrapper .ld-content-actions .ld-content-action {
    flex-basis: 250px !important;
}

.learndash-wrapper .ld-content-action:nth-child(1) .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
    background-color: unset !important;
    color: #a8b387;
}


.learndash-wrapper .ld-content-action:nth-child(3) .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
    background-color: unset !important;
    color: #a8b387;
}

.ld-focus-content .ld-content-action .sfwd-mark-complete {
    border-radius: 5px;
    margin-bottom: 15px !important;
}

.elementor-widget-video {
    border-radius: 8px !important;
    overflow: hidden !important;
}

.learndash-wrapper .ld-button .ld-text {
    font-weight: 300 !important;
}

.learndash-wrapper .learndash_mark_complete_button {
    font-weight: 300 !important;
}

.learndash-wrapper .ld-button .ld-icon {
    font-size: .575em !important; 
}

.learndash-wrapper #sfwd-mark-complete:after, .learndash-wrapper .sfwd-mark-complete:after {
    font-size: 10px !important;
    right: 2em !important;
}

.ld-focus-content .ld-content-action:nth-child(2) .learndash_mark_complete_button {
    text-transform: uppercase !important;
}

.ld-focus-content .elementor-widget-text-editor {
    font-family: 'synonym' !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar {
    background: #FDF6F0 !important;
}

.ld-focus-content .elementor-widget-divider--view-line_icon {
    display: none !important;
}
.ld-focus-content  .ld-button {
    font-size: 18px !important;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover {
    color: #a8b387 !important;
}

.ld-lesson-list .ld-item-list-items {
    display: grid;
    grid-template-columns: 6fr 6fr 6fr;
    grid-column-gap: 20px;
}

.ld-lesson-list .ld-item-list-item {
    border: unset !important;
    margin: 0.4em 0 !important;
}

.ld-lesson-list .ld-item-list-item-preview {
    background-color: #FDF6F0 !important;
}

.ld-lesson-list .ld-item-title {
    font-weight: bold !important;
    font-size: 16px;
    margin-top: 6px;
}

.ld-lesson-list .ld-status-incomplete.ld-status-icon {
    background-color: #fdf6f0 !important;
    border: 4px solid #666d54 !important;
}

.sfwd-courses-template-default .elementor-section p, 
.sfwd-courses-template-default .elementor-section h2, 
.sfwd-courses-template-default .elementor-section h1, 
.sfwd-courses-template-default .elementor-section h3,
.sfwd-courses-template-default .elementor-section ul li {
    font-family: 'synonym' !important;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    max-width: 1180px !important;
}

@media only screen and (max-width: 600px) {
    .ld-lesson-list .ld-item-list-items {
        display: block;
    }
}


/* Gutenburg Hub accordion changes */

.ghub-accordion-icon {
    min-width: 24px !important;
}

/* Gravity Forms */

.gform_wrapper.gravity-theme .gfield_label {
    font-family: 'synonym';
}

.gform_wrapper.gravity-theme * {
    font-family: 'synonym';
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #a8b387;
    color: #ffffff;
    border: 2px solid #a8b387;
}

.gform_wrapper input:focus-visible, 
.gform_wrapper textarea:focus-visible
{
    outline: 2px solid #a8b387;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
    width: 100%;
    height: 100%;
    background: #a8b387;
    border: 2px solid #a8b387;
}

.gfb-cal-container .today:not(.gfb-selected) > span {
    color: #a8b387 !important;
    border: 1px solid #a8b387 !important;
}

.fa-caret-right {
    --icon-bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguODUzNzggMy42NDg4NEM5LjA0ODkxIDMuODQ0MjMgOS4wNDg3MSA0LjE2MDgxIDguODUzMzIgNC4zNTU5NUw1LjY2OTI3IDcuNTM1ODZDNS40NzM4OCA3LjczMDk5IDUuMTU3MyA3LjczMDc5IDQuOTYyMTYgNy41MzU0QzQuNzY3MDMgNy4zNDAwMSA0Ljc2NzIzIDcuMDIzNDMgNC45NjI2MiA2LjgyODI5TDcuMjkyNTYgNC41MDEzOEwwLjQ5OTY3NSA0LjQ5Njk2QzAuMjIzNTMyIDQuNDk2NzggLTAuMDAwMTc5NTQgNC4yNzI3OCAxLjA4MTIyZS0wNyAzLjk5NjY0QzAuMDAwMTc5NzU3IDMuNzIwNDkgMC4yMjQxODMgMy40OTY3OCAwLjUwMDMyNSAzLjQ5Njk2TDcuMjkzMjEgMy41MDEzOEw0Ljk2NjMgMS4xNzE0NEM0Ljc3MTE3IDAuOTc2MDQ5IDQuNzcxMzcgMC42NTk0NjcgNC45NjY3NiAwLjQ2NDMzMkM1LjE2MjE1IDAuMjY5MTk3IDUuNDc4NzMgMC4yNjk0MDMgNS42NzM4NyAwLjQ2NDc5Mkw4Ljg1Mzc4IDMuNjQ4ODRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    -webkit-mask-image: var(--icon-bg);
    mask-image: var(--icon-bg);
    /* --icon-bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguODUzNzggMy42NDg4NEM5LjA0ODkxIDMuODQ0MjMgOS4wNDg3MSA0LjE2MDgxIDguODUzMzIgNC4zNTU5NUw1LjY2OTI3IDcuNTM1ODZDNS40NzM4OCA3LjczMDk5IDUuMTU3MyA3LjczMDc5IDQuOTYyMTYgNy41MzU0QzQuNzY3MDMgNy4zNDAwMSA0Ljc2NzIzIDcuMDIzNDMgNC45NjI2MiA2LjgyODI5TDcuMjkyNTYgNC41MDEzOEwwLjQ5OTY3NSA0LjQ5Njk2QzAuMjIzNTMyIDQuNDk2NzggLTAuMDAwMTc5NTQgNC4yNzI3OCAxLjA4MTIyZS0wNyAzLjk5NjY0QzAuMDAwMTc5NzU3IDMuNzIwNDkgMC4yMjQxODMgMy40OTY3OCAwLjUwMDMyNSAzLjQ5Njk2TDcuMjkzMjEgMy41MDEzOEw0Ljk2NjMgMS4xNzE0NEM0Ljc3MTE3IDAuOTc2MDQ5IDQuNzcxMzcgMC42NTk0NjcgNC45NjY3NiAwLjQ2NDMzMkM1LjE2MjE1IDAuMjY5MTk3IDUuNDc4NzMgMC4yNjk0MDMgNS42NzM4NyAwLjQ2NDc5Mkw4Ljg1Mzc4IDMuNjQ4ODRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); */
    /* -webkit-mask-image: var(--icon-bg); */
    width: 1em;
    display: inline-block;
    height: 1em;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
    white-space: break-spaces;
}

.fa-caret-left {
    --icon-bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguODUzNzggMy42NDg4NEM5LjA0ODkxIDMuODQ0MjMgOS4wNDg3MSA0LjE2MDgxIDguODUzMzIgNC4zNTU5NUw1LjY2OTI3IDcuNTM1ODZDNS40NzM4OCA3LjczMDk5IDUuMTU3MyA3LjczMDc5IDQuOTYyMTYgNy41MzU0QzQuNzY3MDMgNy4zNDAwMSA0Ljc2NzIzIDcuMDIzNDMgNC45NjI2MiA2LjgyODI5TDcuMjkyNTYgNC41MDEzOEwwLjQ5OTY3NSA0LjQ5Njk2QzAuMjIzNTMyIDQuNDk2NzggLTAuMDAwMTc5NTQgNC4yNzI3OCAxLjA4MTIyZS0wNyAzLjk5NjY0QzAuMDAwMTc5NzU3IDMuNzIwNDkgMC4yMjQxODMgMy40OTY3OCAwLjUwMDMyNSAzLjQ5Njk2TDcuMjkzMjEgMy41MDEzOEw0Ljk2NjMgMS4xNzE0NEM0Ljc3MTE3IDAuOTc2MDQ5IDQuNzcxMzcgMC42NTk0NjcgNC45NjY3NiAwLjQ2NDMzMkM1LjE2MjE1IDAuMjY5MTk3IDUuNDc4NzMgMC4yNjk0MDMgNS42NzM4NyAwLjQ2NDc5Mkw4Ljg1Mzc4IDMuNjQ4ODRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    -webkit-mask-image: var(--icon-bg);
    mask-image: var(--icon-bg);
    /* --icon-bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguODUzNzggMy42NDg4NEM5LjA0ODkxIDMuODQ0MjMgOS4wNDg3MSA0LjE2MDgxIDguODUzMzIgNC4zNTU5NUw1LjY2OTI3IDcuNTM1ODZDNS40NzM4OCA3LjczMDk5IDUuMTU3MyA3LjczMDc5IDQuOTYyMTYgNy41MzU0QzQuNzY3MDMgNy4zNDAwMSA0Ljc2NzIzIDcuMDIzNDMgNC45NjI2MiA2LjgyODI5TDcuMjkyNTYgNC41MDEzOEwwLjQ5OTY3NSA0LjQ5Njk2QzAuMjIzNTMyIDQuNDk2NzggLTAuMDAwMTc5NTQgNC4yNzI3OCAxLjA4MTIyZS0wNyAzLjk5NjY0QzAuMDAwMTc5NzU3IDMuNzIwNDkgMC4yMjQxODMgMy40OTY3OCAwLjUwMDMyNSAzLjQ5Njk2TDcuMjkzMjEgMy41MDEzOEw0Ljk2NjMgMS4xNzE0NEM0Ljc3MTE3IDAuOTc2MDQ5IDQuNzcxMzcgMC42NTk0NjcgNC45NjY3NiAwLjQ2NDMzMkM1LjE2MjE1IDAuMjY5MTk3IDUuNDc4NzMgMC4yNjk0MDMgNS42NzM4NyAwLjQ2NDc5Mkw4Ljg1Mzc4IDMuNjQ4ODRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); */
    /* -webkit-mask-image: var(--icon-bg); */
    width: 1em;
    display: inline-block;
    height: 1em;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
    white-space: break-spaces;
    transform: rotate(180deg);
}

.gfb-timezone {
    display: none;
}

.gfb-tooltip-text:after {
    width: 1px;
}

.gfb-tooltip-text {
    left: 0px !important;
    top: -65px !important;
    max-width: 120px !important;
    width: 120px !important;
    z-index: 50;
}

.gfb-cal-container h3 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.fa-times-circle {
    --icon-bg: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIA0KCSB2aWV3Qm94PSIwIDAgNDkwIDQ5MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjQ1Ni44NTEsMCAyNDUsMjEyLjU2NCAzMy4xNDksMCAwLjcwOCwzMi4zMzcgMjEyLjY2OSwyNDUuMDA0IDAuNzA4LDQ1Ny42NzggMzMuMTQ5LDQ5MCAyNDUsMjc3LjQ0MyA0NTYuODUxLDQ5MCANCgk0ODkuMjkyLDQ1Ny42NzggMjc3LjMzMSwyNDUuMDA0IDQ4OS4yOTIsMzIuMzM3ICIvPg0KPC9zdmc+);
    -webkit-mask-image: var(--icon-bg);
    mask-image: var(--icon-bg);
    width: 0.8em;
    display: inline-block;
    height: 0.8em;
    margin-top: 5px;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
    white-space: break-spaces;
    color: #f22;
}

.gfb-selected-capacity.show {
    display: none !important;
}

/* Archive Specialists  */

.specialists-group {
    padding-left: 70px;
    padding-right: 70px;
}

.specialists-group .wp-block-post-excerpt__more-link {
    margin-top: 15px;
    color: #a8b387;
}

.specialists-group li:nth-child(odd) img {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 100px !important;
}

.specialists-group li:nth-child(even) img {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

@media only screen and (max-width: 1200px) {
    .specialists-group {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* WP map changes */

.wpgmp_map_container .gm-style-iw {
    min-height: 50px!important;
    min-width: 150px!important;
    max-width: 280px !important;
}

.gm-style .gm-style-iw-d {
    max-height: 250px !important;
}

.wpgmp-map-1 .wpgmp_infowindow.wpgmp_infowindow_post .fc-item-content.fc-item-body-text-color {
    display: flex;
    flex-wrap: wrap;
}

.fc-item-featured {
    width: 100%;
    margin: 0px !important;
}

.fc-feature-img {
    margin-bottom: 20px;
}

.location_listing1  {
    display:none !important;
}

.wpgmp_filter_wrappers {
    display: none !important;
}

.wpgmp_infowindow .fc-item-box img {
    display: block;
    width: 150px;
    height: 150px !important;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.fc-item-title {
    margin-bottom: 20px !important;
    text-align: center !important;
}

.fc-item-content .wp-block-social-links {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.wpgmp_map_container .gm-style-iw-t>.gm-style-iw {
    max-width: 36vh!important;
    width: 300px !important;
}

.location_listing2, .wpgmp_filter_wrappers, .wpgmp_map_parent {
    float: none;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

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

    [data-input=map-search-control] {
        width: 30%!important;
    }

}

.gm-style-mtc-bbw {
    display: none !important;
}

/* AB test menu */
.old_menu {
    display: none;
}

/* map modal styling */
.iziModal .iziModal-header.iziModal-noSubtitle {
    background-color: transparent !important;
    padding: 0 !important;
    position: static;
    height: 0 !important;
}

.iziModal-header-buttons {
    top: 16px !important;
    right: 6px !important;
    z-index: 999;
}

.iziModal .iziModal-button-close {
    background: url(https://brainbalanceinstituut.com/wp-content/uploads/2023/12/cross.png) no-repeat 50% 50% !important;
}

.iziModal .iziModal-button-fullscreen {
    background: url(https://brainbalanceinstituut.com/wp-content/uploads/2023/12/full.png) no-repeat 50% 50% !important;
}

.iziModal::after {
    display: none !important;
}

#cspm_single_post_modal {
    border-bottom: none !important;
}

#cspm_single_post_modal {
    border-radius: 20px !important;
}

body .cspm_bg_rgb, 
body .cspm_bg_rgb_hover, 
body .cspm_bg_before_rgb:before, 
body .cspm_bg_after_rgb:after,
body .cspm_bg_hex, 
body .cspm_bg_hex_hover, 
body .cspm_bg_before_hex:before, 
body .cspm_bg_after_hex:after,
body .irs-from, 
body .irs-to, 
body .irs-single {
    background-color: #a8b387 !important;
}

body .irs-from:after, 
body .irs-to:after, 
body .irs-single:after, 
body .irs--round .irs-from:before, 
body .irs--round .irs-to:before, 
body .irs--round .irs-single:before {
    border-top-color: #a8b387 !important;
}

body .irs--round .irs-handle {
    border-color: #a8b387 !important;
}

body .codespacing_progress_map_area svg.cspm_svg_colored * {
    fill: #a8b387 !important;
}

/* Adjustments for Progress Map */

.codespacing_progress_map_area {
    overflow: hidden;
    border-radius: 8px;
}

.item_infos .item_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#cspm_single_post_modal {
    max-width: 70% !important; 
    height: 80% !important;
}

body .cspm_txt_hex, 
body .cspm_link_hex a, 
body .cspm_txt_hex_hover, 
body .cspm_txt_hex_hover a, 
body .cspm_marker_overlay button.si-close-button {
    color: #1d1d1b !important;
}

#cspm_single_post_modal iframe {
    height: 1200px !important;
}

.codespacing_progress_map_area .details_btn {
    width: 100px !important;
    right: 10px;
    left: unset !important;
}

.coach-contact a {
    color:#a8b387 !important;
}

@media only screen and (max-width: 600px){
    #cspm_single_post_modal {
        max-width: 90% !important;
    }

	.codespacing_progress_map_area .item_img {
        width: 100px !important;
    }    

    .codespacing_progress_map_area .details_btn {
        transform: scale(1) !important;
    }

    .coach-modal-content > .wp-block-group {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .coach-info-container {
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .coach-contact {
        font-size: 14px !important;
    }

    .codespacing_progress_map_area {
        height: 760px !important;
    }

    .codespacing_progress_map_area .details_btn {
        top: 130px !important;
    }

    .details_container {
        height: 190px !important;
    }

    .jcarousel-skin-default .jcarousel-item {
        height: 190px !important;
    }

    .item_infos .item_img {
        height: 190px !important;
    }

    .jcarousel-skin-default .jcarousel-container-horizontal ul.jcarousel-list-horizontal {
        height: 190px !important;
    }
}

.edit-post-visual-editor {
    height: 100vh !important;
    min-height: 100vh !important;
}

.am-fs__congrats-info-app-employee {
    display: none !important;
}

/* Fix for missing icon Editor Plus */

.eplus-styles-uid-97dbb0 li::before {
        content: "\f19d" !important;
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: flex-start;
    font-family: eplus-icon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    line-height: inherit;
    margin-right: 5px;
    text-transform: none;
}

.white-link a {
    color: #fff !important;
    text-decoration: none !important;
}