body {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
}

/* Global Css */
.custom_row,
.custom-row {
    width: 80% !important;
    max-width: 1300px !important;
}

.pagination li {
    list-style: none;
}

.post-meta {
    display: none;
}

.btn-primary-blue {
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #0953a9 !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: #0953a9 !important;
}

.btn-primary-blue:hover {
    color: #0953a9 !important;
    border-color: #0953a9 !important;
    border-width: 1px !important;
    background-image: initial !important;
    background-color: #FFFFFF !important;
    border: solid 1px !important;
}

.btn-brown {
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #a97b50 !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: #a97b50 !important;
}

.btn-brown:hover {
    color: #a97b50 !important;
    border-color: #a97b50 !important;
    border-width: 1px !important;
    background-image: initial !important;
    background-color: #FFFFFF !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.btn-orange {
    background-color: #ee7623 !important;
    color: #FFFFFF !important;
    border: solid 1px !important;
    border-color: #ee7623 !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.btn-orange:hover {
    color: #ee7623 !important;
    border-color: #ee7623 !important;
    border-width: 1px !important;
    background-image: initial !important;
    background-color: #FFFFFF !important;
    border: solid 1px !important;
}

/* Blog and Content css */
.article-text {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 28px !important;
    color: rgba(10, 12, 10, 0.9) !important;
}

.article-text ul li {
    list-style-type: disc;
}

.article-text h2 {
    font-weight: 600 !important;
    font-size: 48px;
    color: #0A0C0A !important;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.article-text h3 {
    font-weight: 600;
    font-size: 38px;
    color: #0a0c0a !important;
    letter-spacing: .01em;
    line-height: 110%;
}

.article-center-text {
    display: flex;
    align-items: center;
}

@media (max-width: 980px) {
    .article-text {
        font-size: 14px !important;
        line-height: 23px !important;
    }

    .article-text br {
        display: none;
    }

    .article-text h2 {
        font-size: 28px !important;
        line-height: 1.2em !important;
    }

    .article-text h3 {
        font-size: 24px !important;
    }
}

/* Article Page style */
.gradiented::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .01) 70%, rgba(0, 0, 0, .75));
    z-index: 1;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

/*.article-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .01) 70%, rgba(0, 0, 0, .75));
    z-index: 1;
}*/

.article-banner .blog-title-row {
    z-index: 3 !important;
    position: absolute !important;
    bottom: 30px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.article-banner h1 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #fff !important;
}

@media (max-width: 980px) {
    .article-banner {
        padding: 0 !important;
    }

    .article-banner h1 {
        font-size: 32px;
    }

    .article-banner .blog-title-row {
        padding-bottom: 0 !important;
    }
}

/* Story Slider */
.story-slider {
    width: 100% !important;
    max-width: 90% !important;
    left: 5%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .story-slider {
        max-width: 95% !important;
        left: 2.5% !important;
    }
}

/* Global CSS from DIVI */
/* Override Default Style */
body,
#left-area {
    background-color: #f9f9f9 !important;
    padding: 0 !important;
    margin: 0 !important;
}

body a:hover {
    text-decoration: none;
}

img {
    pointer-events: none;
}

@media (max-width: 980px) {
    .image-text-center .et_pb_column {
        padding: 0 15px;
    }
}

/* Removing White Space at the bottom */
.single .et_pb_post {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Styling Search Bar */
.header-search-wrapper {
    background-color: white;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 10px 20px;
}

.header-search-wrapper input {
    color: #6f7273;
    height: 30px;
    border: none !important;
    width: 100%;
}

.header-search-wrapper input:focus,
.header-search-wrapper input:active {
    outline: none;
    border: none;
}

.header-search-wrapper .heading {
    font-weight: 600;
    color: #0a0c0a;
}

.header-search-wrapper .column-3 {
    width: 25%;
}

.header-search-wrapper .column-5 {
    width: 41.65%;
}

.header-search-wrapper .column-1 {
    width: 8.35%;
}

.header-search-wrapper .bordered {
    border-right: solid 1px #dadee9;
    margin-right: 30px;
}

.header-search-wrapper .search-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-search-wrapper .search-icon-wrap .search-icon {
    background-color: #3a5385;
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.header-search-wrapper .search-icon-wrap .search-icon .et-pb-icon {
    margin: 0;
    font-size: 20px !important;
    font-weight: bold;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.btn-vco {
    float: right;
}

/* End Styling Search Bar */
/* Styling Post type Cities */
#main-content>.container {
    width: 100%;
    max-width: 100%;
    padding-top: 0 !important;
}

#main-content>.container .et_post_meta_wrapper {
    display: none;
}

/* Styling Post type Experiences */
.et-db #et-boc .et-l .et_pb_row_1_tb_body.et_pb_row {
    width: 100%;
    max-width: 100%;
}

/* Styling img src to fit */
.et_pb_image img {
    object-fit: cover;
}

/* Styling img src to fit */
.et_pb_image img {
    object-fit: cover;
}

/*Override Bootstrap Style*/
.container {
    padding: 0 !important;
}

/*Business Listing Style*/
.visit-website .et-pb-icon {
    font-size: 12px !important;
}

.experience-card-columns {
    margin: 0 15px;
}

.experience-card {
    border: none;
    margin-bottom: 20px !important;
}

.experience-card .img-experience-featured {
    border-radius: 0;
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.experience-card .card-body {
    height: 200px;
}

.experience-card .card-title {
    font-size: 20px;
    color: #0A0C0A;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.experience-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #373737;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.experience-card .price {
    margin-top: 10px;
}

.experience-card .btn {
    background-color: #3A5385;
    border-radius: 60px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 15px;
    border: none;
    position: absolute;
    bottom: 1.25rem;
    line-height: 11px;
    padding: 10px 15px;
}

/*Slider Style*/
.listing-slider .et_pb_slide_description {
    display: none;
}

.listing-slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
    content: "23" !important;
}

.listing-slider .et-pb-slider-arrows .et-pb-arrow-next:before {
    content: "24" !important;
}

.listing-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    bottom: 30px !important;
    top: initial !important;
    opacity: 1 !important;
    left: 20px !important;
}

.listing-slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: initial !important;
    left: 75px !important;
    top: initial !important;
    bottom: 30px !important;
    opacity: 1 !important;
}

.listing-slider .et-pb-slider-arrows .et-pb-arrow-prev:before,
.listing-slider .et-pb-slider-arrows .et-pb-arrow-next:before {
    background: white;
    border-radius: 50%;
    font-size: 24px;
    padding: 10px;
}

/*Responsive Style*/
@media only screen and (min-width: 2560px) {
    .experience-card .img-experience-featured {
        height: 230px;
    }
}

/*Business Listing Style*/
.business-listing .listing-slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
    content: "4" !important;
}

.business-listing .listing-slider .et-pb-slider-arrows .et-pb-arrow-next:before {
    content: "5" !important;
}

.business-listing .et-pb-icon {
    font-size: 20px !important;
}

.business-listing .et-pb-icon {
    font-size: 20px !important;
}

.business-listing .entry-title {
    font-size: 36px !important;
    font-weight: 600 !important;
}

.business-listing h1,
.business-listing h3,
.business-listing h4 {
    font-weight: 500 !important;
}

.business-listing p {
    line-height: 160% !important;
}

.business-listing .et_pb_title_featured_container,
.business-listing .et_pb_title_meta_container {
    display: none;
}

.business-listing #about {
    margin-bottom: 15px !important;
}

.business-listing .et_pb_slide {
    min-height: 500px !important;
}

@media all and (min-width: 768px) {
    .mb-0 {
        display: grid;
    }
}

/* Mobile Search Form */
@media all and (max-width: 767px) {
    .col-bordered {
        border-right: none !important;
    }

    .header-search-wrapper {
        background-color: transparent !important;
    }

    .mb-0 {
        background-color: white;
        border-radius: 60px;
        display: flex;
        margin-top: 10px;
        padding: 15px 20px 15px 20px;
    }

    .p-0 {
        justify-content: center !important;
        display: flex !important;
    }

    .search-text {
        visibility: visible !important;
        text-align: center;
        margin-top: 3px;
        margin-left: 10px;
    }

    .btn-vco span {
        font-size: 18px;
    }

    .btn-vco {
        float: none;
        width: 150px !important;
        height: 48px !important;
        margin-top: 15px;
        padding: 8px 25px !important;
    }

    .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .vco-date-icon {
        content: '';
        background-image: url('/wp-content/uploads/2025/07/vco-date-icon.png');
        width: 35px;
        height: 17px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .vco-location-icon {
        content: '';
        background-image: url('/wp-content/uploads/2025/07/vco-location-icon.png');
        width: 35px;
        height: 17px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .vco-category-icon {
        content: '';
        background-image: url('/wp-content/uploads/2025/07/vco-date-icon.png');
        width: 35px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .daterangepicker {
        width: 95% !important;
        left: 20px !important;
    }

    .select2-search__field {
        width: 185px !important;
        margin-top: 0px !important;
    }

    .form-group label {
        width: 55%;
        margin-left: 10px;
    }

    .select2-container {
        width: 100% !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 12px;
    }

    .select2-container--default .select2-search--inline .select2-search__field,
    .form-group input {
        font-size: 12px !important;
        margin-top: 0px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 0 !important;
    }

    .select2-container .select2-selection {
        z-index: 9999;
        position: fixed;
        margin-left: -0.5vw !important;
    }
}

/* 	Search form field */
.select2-selection__rendered {
    padding: 0px !important;
}

/* Discover greatness section using wow carousel plugin*/
.wdcl-image-carousel-item .content .content-inner {
    padding-left: 40px !important;
    position: relative;
    top: 36%;
}

/* SLIDER NAV */
.wdcl_image_carousel_0 .slick-prev {
    left: -33vw !important;
    top: 420px !important;
    background-color: transparent !important;
}

.wdcl_image_carousel_0 .slick-next {
    right: 83vw !important;
    top: 420px !important;
    background-color: transparent !important;
}

.wdcl_image_carousel_0 .slick-prev:before {
    content: "23" !important;
    opacity: 1 !important;
    color: #000 !important;
}

.wdcl_image_carousel_0 .slick-next:before {
    content: "24" !important;
    opacity: 1 !important;
    color: #000 !important;
}

@media all and (min-width: 1101px) and (max-width: 1405px) {
    .wdcl_image_carousel_0 .slick-next {
        right: 82vw !important;
    }
}

@media all and (min-width: 981px) and (max-width: 1100px) {
    .wdcl_image_carousel_0 .slick-next {
        right: 80vw !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .wdcl_image_carousel_0 .slick-prev {
        left: 0 !important;
        top: 108% !important;
    }

    .wdcl_image_carousel_0 .slick-next {
        left: 8% !important;
        top: 108% !important;
    }
}

@media all and (max-width: 767px) {
    .wdcl_image_carousel_0 .slick-prev {
        left: 0 !important;
        top: 118% !important;
    }

    .wdcl_image_carousel_0 .slick-next {
        left: 12% !important;
        top: 118% !important;
    }

    .wdcl-image-carousel-item .content .content-inner {
        padding-left: 20px !important;
    }
}

/* End Discover Greatness Slider using wow carousel plugin*/
/*Discover Greatness Slider without plugin*/
.splide__arrow--prev {
    left: -28.5vw !important;
}

.splide__arrow--next {
    left: -23.5vw !important;
}

/* Image and Text overlay on Hover */
.image-overlay-wrap .img-wrap img {
    height: 300px !important;
}

.image-overlay-wrap .img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, .01));
    z-index: 1;
}

.image-overlay-wrap .title-text {
    position: absolute !important;
    top: 30px !important;
    left: 30px !important;
    z-index: 3;
}

.image-overlay-wrap .title-text h2 {
    color: white;
    font-weight: 600;
}

.image-overlay-wrap .btn-white {
    position: absolute !important;
    bottom: 60px !important;
    left: 30px !important;
    background: white;
    color: #0953a9;
    border: none !important;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    z-index: 5;
}

.image-overlay-wrap .btn-white:hover {
    background-color: #0953a9;
    color: white;
}

.image-overlay-wrap .column-wrap:hover {
    cursor: pointer;
}

.image-overlay-wrap .column-wrap:hover .btn-white {
    opacity: 1;
}

.image-overlay-wrap .column-wrap:hover .img-wrap::after {
    background-image: linear-gradient(rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, .01));
}

@media only screen and (min-width: 320px) and (max-width: 1281px) {
    .image-overlay-wrap .btn-white {
        opacity: 1;
    }
}

/* slider mixed */
.splide-mixed>.splide__arrows>.splide__arrow--prev {
    left: -50px !important;
    top: 120%;
}

.splide-mixed>.splide__arrows>.splide__arrow--next {
    left: 38px !important;
    top: 120%;
}

.sm-row {
    height: 285px !important;
    margin: 0 !important;
}

.sm-title {
    line-height: 1.2em !important;
}

.sm-title-28 {
    line-height: 1.2em !important;
    font-weight: normal;
    font-family: 'Gilroy-Bold', sans-serif;
}

.experience-price-summary {
    font-size: 20px;
}

@media all and (max-width: 1429px) {
    .sm-row {
        height: 400px !important;
    }
}

/* Map Styling */
.gm-ui-hover-effect {
    top: 5px !important;
    right: 5px !important;
    border-radius: 15px !important;
    background: white !important;
}

/* Stacking of Layout */
@media all and (max-width: 980px) {

    /*** wrap row in a flex box ***/
    .custom_row {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        /* Safari 6.1+ */
        flex-wrap: wrap !important;
    }

    /*** custom classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
        margin-bottom: 30px !important;
    }

    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
        margin-bottom: 0 !important;
    }

    /*** add margin to last column ***/
    .custom_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }
}

/* SharpSpring Styling */
.sharpspring_form #submit_button {
    background-color: #3A5385;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.1em;
    font-weight: 500;
}

/* View More Things To Do */
.view-more-things-to-do {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.things-to-do-btn {
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 22px !important;
    font-size: 12px !important;
    font-family: 'Prompt', sans-serif !important;
    font-weight: 500 !important;
    padding: 10px 30px !important;
    background-color: #0953a9 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

/* Map Home Style */
#map_home img[svg] {
    max-width: 100% !important;
    width: 100px;
    height: 100px;
}

/* Article / Post Heading Style */
@media (max-width: 479px) {
    .et_pb_post h2 {
        padding-bottom: 10px;
    }
}

/* Xplorit integration */
#et-boc .area-outer-wrap[data-da-color=dark] .da-close {
    font-size: 30px;
    color: white !important;
}

#xplorit {
    overflow: hidden !important;
}

/* Styling Article or Blog page */
.articles-wrapper .card-body {
    height: auto !important;
    padding: 1.25rem 1.25rem 2rem 1.25rem !important;
}

.articles-wrapper .card-title {
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 20px;
    Display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    text-align: left !important;
    line-height: 26px;
}

.articles-wrapper .card-title a {
    color: #0A0C0A;
}

.articles-wrapper .card-title a:hover {
    color: #4c7aac;
}

.articles-wrapper .card-desc p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(55, 55, 55, .9);
}

.articles-wrapper .form-group {
    margin-bottom: 30px;
    display: block;
}

.articles-wrapper .form-group label {
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    width: 130px;
}

.articles-wrapper .form-group input {
    border-radius: 30px;
    padding: 25px 30px;
    display: inline-block;
    width: auto;
    min-width: 500px;
    max-width: 100%;
}

.articles-wrapper .card {
    border-radius: unset;
    border: unset;
    height: 238px;
}

.articles-wrapper .btn-read-more {
    text-transform: uppercase;
    color: #4c7aac;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.articles-wrapper .card:hover {
    box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 20%);
}

.articles-wrapper .card-img-top {
    border-radius: unset;
    height: 100% !important;
}

.wpv-filter-pagination-link,
.wpv-filter-next-link,
.wpv-filter-previous-link {
    border: unset !important;
    padding: 8px 10px !important;
    background: transparent;
    font-size: 16px;
    font-family: 'Prompt', Helvetica, Arial, Lucida, sans-serif;
    color: rgba(0, 0, 0, .4);
}

@media only screen and (max-width: 768px) {
    .articles-wrapper .form-group input {
        min-width: 100%;
    }
}

/* Timely Style */
.timely-sse .timely-overlay {
    z-index: 1 !important;
}

.timely-fes-form {
    top: 200px !important;
}

#timely-event-overlay {
    height: auto !important;
}

@media only screen and (max-width: 768px) {
    .timely-event-featured-image {
        flex-basis: 30% !important;
        display: flex !important;
    }

    .timely-event-featured-image img {
        object-fit: cover !important;
    }

    .timely-title-title-container {
        padding-left: 15px !important;
        flex-basis: 70% !important;
    }

    .timely-title-title-container .timely-event-title {
        font-size: 18px !important;
    }

    .timely-event-header-date {
        margin: 0 !important;
    }
}

/* Map Header Image */
.map-header-image img {
    height: 310px;
    object-fit: cover;
}

@media only screen and (max-width: 980px) {
    .map-header-image img {
        height: 200px !important;
    }
}

@media only screen and (max-width: 767px) {
    .map-header-image img {
        height: 160px !important;
    }
}

/* Code Module Image */
#main-content .et_pb_module>.et_pb_text_inner>img,
#main-content .et_pb_module>.et_pb_code_inner>img {
    width: 100% !important;
    object-fit: cover;
}

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

    #main-content .et_pb_module>.et_pb_text_inner>img,
    #main-content .et_pb_module>.et_pb_code_inner>img {
        height: auto !important;
    }
}

/* Resorts Image Overlay */
.resorts_overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.01) 65%, rgba(0, 0, 0, 0.75));
    z-index: 1;
}

.experience-searc-btn {
    font-size: 24px !important;
}

/* Take Virtual Tour Button */
.take-virtual-tour-btn {
    font-weight: 600 !important;
    font-size: 15px !important;
    color: white !important;
    text-decoration: none !important;
    background-color: #0953A9 !important;
    border: solid 1px #0953A9 !important;
    border-radius: 70px !important;
    padding: 10px 26px 8px !important;
    line-height: 203% !important;
    display: inline-block !important;
}

.take-virtual-tour-btn:hover {
    background-color: white !important;
    border: solid 1px #0953A9 !important;
    color: #0953A9 !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

.take-virtual-tour-btn:hover path {
    fill: #0953A9 !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

.take-virtual-tour-btn .icon {
    margin-left: 15px !important;
}

/* Industry Page Menu Style */
.et_pb_sidebar_0 .widget_nav_menu .widgettitle {
    line-height: 1.25em;
    margin-bottom: 0.25em;
}

.et_pb_sidebar_0 .widget_nav_menu .menu .menu-item {
    line-height: 20px;
    margin-bottom: 0.8em !important;
}

.et_pb_sidebar_0 .widget_nav_menu .menu .current-menu-item {
    background-color: #336;
    padding: 10px;
}

.et_pb_sidebar_0 .widget_nav_menu .menu .menu-item:hover a {
    color: #336;
}

.et_pb_sidebar_0 .widget_nav_menu .menu .current-menu-item:hover a,
.et_pb_sidebar_0 .widget_nav_menu .menu .current-menu-item a {
    color: white !important;
}