/**
 * CSS for frontend and Elelentor editor
 *
 * Including the icon fonts used by the arrows
 * Styling for the swiper container, arrows and progress bar
 *
 */

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?ebt3ue');
    src:  url('../fonts/icomoon.eot?ebt3ue#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ebt3ue') format('truetype'),
    url('../fonts/icomoon.woff?ebt3ue') format('woff'),
    url('../fonts/icomoon.svg?ebt3ue#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-left::before {
    content: '\f053';
}
.icon-chevron-right::before {
    content: '\f054';
}
.mov-col-scroll {
    opacity: 0;
}
.mov-col-scroll > .elementor-column-wrap > .elementor-widget-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.mov-arrow-wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: none;
}
.mov-arrows-show .mov-arrow-wrapper {
    display: -ms-flexbox;
    display: flex;
}
.mov-col-scroll .swiper-arrow {
    margin: 0;
    background: none;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 20px;
    background-color: rgba(220, 220, 220, 0.3);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.mov-col-scroll .swiper-arrow::before {
    display: inline-block;
    vertical-align: middle;
}
.mov-col-scroll .swiper-arrow::after {
    content: '';
    display: none;
}
.mov-col-scroll .swiper-container-horizontal > .swiper-pagination-progressbar {
    top: 0;
    display: none;
}
.mov-pagination-show .swiper-container-horizontal > .swiper-pagination-progressbar {
    display: block;
}
.mov-col-scroll > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget {
    display: -ms-flexbox;
    display: flex;
}
.mov-col-scroll > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget > .elementor-widget-container {
    width: 100%;
}