.module.module-slideshow {
    position: relative;
    display: block;

    z-index: 1;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot span {
    border-radius: 25px;
    height: 8px;
    width: 30px;

    background: #802E6B;
    opacity: 0.3;
    transition: 0.2s all;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 0.6;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav {
    margin-bottom: 0px;
    margin-top: 0px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next,
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #802E6B;
    font-size: 60px;
    opacity: 0.4;
    transition: 0.2s all;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 30px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 30px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next:hover,
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
}
.module.module-slideshow .module-slideshow-item {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.module.module-slideshow .module-slideshow-item img {
    opacity: 0 !important;
}
.module.module-slideshow .module-slideshow-item .caption {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);

    text-align: center;
}
.module.module-slideshow .module-slideshow-item .caption .title {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.module.module-slideshow .module-slideshow-item .caption .description {
    position: relative;
    display: block;
    font-size: 20px;
    color: #888888;
    margin-bottom: 20px;
}
.module.module-slideshow .module-slideshow-item .caption .btn {
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
}

.home-top-banner-container .caption .slide-button, 
.module.module-slideshow .module-slideshow-item .caption .slide-button {
    display: inline-block;
    position: relative;
    color: var(--text-white);
    font-size: 18px;
    font-weight: 500;
    background-color: var(--blue-background);
    padding: 5px 40px 5px 30px;
    border-radius: 25px;
}
.home-top-banner-container .caption .slide-button:hover, 
.module.module-slideshow .module-slideshow-item .caption .slide-button:hover {
    color: var(--text-blue);
    background-color: var(--orange-background);
}
.home-top-banner-container .caption .slide-button:after, 
.module.module-slideshow .module-slideshow-item .caption .slide-button:after {
    content: '\f054';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: 2px solid;
    width: 25px;
    height: 25px;
    line-height: 1.1;
    font-size: 20px;
    border-radius: 100%;
    color: var(--text-orange);
    border-color: var(--text-orange);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.home-top-banner-container .caption .slide-button:hover:after, 
.module.module-slideshow .module-slideshow-item .caption .slide-button:hover:after {
    color: var(--text-blue);
    border-color: var(--text-blue);
}
.home-top-banner-container .caption .slide-button img, 
.module.module-slideshow .module-slideshow-item .caption .slide-button img {
    position: absolute;
    width: auto !important;
    top: 50%;
    right: 10px;
    display: inline-block;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

/* .module.module-slideshow .owl-carousel .owl-item .owl-lazy[src] {
    opacity: 1 !important;
} */

.border-radius-10px {
    border-radius: 10px;
    overflow: hidden;
}
/* we have the styles from itx_categories included in this module, no need to overwrite them */
/* .banner-categories .title-itx-categories {
    display: block;
    background-color: var(--orange-background);
    padding: 11px 15px 11px 56px;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'DIN Pro';
    font-weight: bold;
    font-size: 33px;
    position: relative;
    margin-bottom: var(--gutter-space);
}
.banner-categories .title-itx-categories img {
    left: 15px;
}
.banner-categories .list-itx-categories {
    list-style: none;
    padding-left: 0px;
    display: block;
    overflow: auto;
    margin-bottom: 0px;
}
.banner-categories .list-itx-categories li {
    margin-bottom: var(--gutter-space);
    display: block;
}
.banner-categories .list-itx-categories li a {
    display: block;
    font-family: 'DIN Pro';
    font-weight: bold;
    font-size: 18px;
    color: var(--bs-body-color);
    padding: 11px 10px 12px 42px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-background);
    position: relative;
}
.banner-categories .list-itx-categories li a:hover {
    background-color: var(--orange-background);
}
.banner-categories .list-itx-categories li a img {
    left: 10px;
} */
/* end we have the styles from itx_categories included in this module, no need to overwrite them */

/* edits to look perfect on slideshow categories */
.banner-categories .list-itx-categories li div.children-list-container {
    top: calc(60px + var(--gutter-space));
}
/* end edits to look perfect on slideshow categories */

.module.module-slideshow {
    padding-top: var(--gutter-space);
    padding-bottom: var(--gutter-space);
}
.only-slideshow-row .module.module-slideshow {
    margin-bottom: var(--gutter-space);
    padding-top: 0px;
}
.not-only-slideshow-row .module.module-slideshow {
    margin-bottom: calc(var(--gutter-space) + 2px);
    padding-top: 0px;
}
.not-only-slideshow-row .module.module-slideshow + div {
    margin-bottom: calc(var(--gutter-space) + 2px);
}
.not-only-slideshow-row .banner-categories + .module.module-slideshow {
    margin-bottom: 0px;
    padding-top: 0px;
}
.not-only-slideshow-row .banner-categories + .module.module-slideshow + div {
    margin-bottom: 0px;
}
.module.module-slideshow .module-slideshow-item .caption {
    max-width: 420px;
    left: 40px !important;
    transform: none !important;
    text-align: left !important;
}
.module.module-slideshow .module-slideshow-item .caption .title {
    font-family: 'DIN Pro';
    font-weight: bold;
    font-size: 41px !important;
    color: var(--text-orange);
    text-shadow: var(--var-shadow-text);
}
.module.module-slideshow .module-slideshow-item .caption .description {
    font-family: 'DIN Pro';
    font-weight: bold;
    font-size: 20.5px !important;
    color: var(--text-white) !important;
    text-transform: uppercase !important;
    text-shadow: var(--var-shadow-text);
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav {
    height: 0px;
    text-align: right;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev, 
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next {
    left: auto !important;
    top: auto !important;
    bottom: 30px !important;
    transform: translateY(0%);
    width: 40px !important;
    height: 40px !important;
    color: var(--text-white) !important;
    transition: 0.2s all !important;
    opacity: 1 !important;
    border: 3px solid var(--text-white) !important;
    border-radius: 100% !important;
    font-size: 40px !important;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev {
    right: 60px !important;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 10px !important;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev i, 
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev i {
    left: 45%;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next i {
    left: 55%;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev:hover, 
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--text-orange) !important;
    border-color: var(--text-orange) !important;
}
.home-top-banner-container {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.home-top-banner-container .caption {
    position: absolute;
    bottom: 70px;
    left: 10px;
    text-align: left;
    max-width: 90%;
}
.home-top-banner-container .caption .title {
    font-family: 'DIN Pro';
    font-weight: bold;
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--text-white);
    text-shadow: var(--var-shadow-text);
    text-transform: uppercase !important;
}
.home-top-banner-container .caption .description {
    font-family: 'DIN Pro';
    font-weight: bold;
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--text-white);
    margin-bottom: 20px;
    text-shadow: var(--var-shadow-text);
    text-transform: uppercase !important;
}

@media only screen and ( min-width: 1250px ) {
    .itx-xl-inline-block {
        display: inline-block !important;
    }
}

@media only screen and ( max-width: 575px ) {
    /* .not-only-slideshow-row .banner-categories {
        order: 2;
    }
    .not-only-slideshow-row .module-slideshow {
        order: 1;
    } */
    /* .not-only-slideshow-row .module.module-slideshow .module-slideshow-item .caption {
        display: block;
    } */
}
@media only screen and ( max-width: 479px ) {
    .title-itx-categories {
        display: none !important;
    }
}