
/*DATE COUNTDOWN*/
.themeslr-date-countdown-shortcode .themeslr-date-countdown-card div {
    font-size: 50px;
    font-weight: bold;
}
.themeslr-date-countdown-shortcode {
    display: flex;
    justify-content: center;
    margin: 3em 8em;
    color: white;
    gap: 30px;
}
.themeslr-date-countdown-shortcode .themeslr-date-countdown-card {
  text-align: center;
  background: rgba(227, 17, 26, 0.7);
  padding: 3em;
  width: 300px;
  border-radius: 15px;
}
.themeslr-date-countdown-label {
  padding-top: 10em;
}
@media (max-width: 800px){
  .themeslr-date-countdown-shortcode {
    margin: 3em;
  }
  .themeslr-date-countdown-shortcode .themeslr-date-countdown-card {
    padding: 1em;
    margin: 0 .3em 0 .3em;
  }
}




/*VERTICAL TIMELINE*/
.themeslr-vertical-timeline-shortcode {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.themeslr-vertical-timeline-item {
    position: relative;
    padding: 40px;
    margin: 25px 0;
    margin-left: 40px;
    border-left: 2px solid #a7feff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    background: linear-gradient(150deg, rgba(135, 135, 135, 0.104) 40%, rgba(187, 185, 255, 0.2) 110%);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    border-left: 2px solid rgba(183, 187, 195, 0.35);
    display: block;
    box-sizing: border-box;
}

.themeslr-vertical-timeline-item::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 24px;
    width: 16px;
    height: 16px;
    background: #dcdce1;
    border-radius: 50%;
}

.themeslr-vertical-timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.themeslr-vertical-timeline-date {
    color: #000;
}

.themeslr-vertical-timeline-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.themeslr-vertical-timeline-content {
    color: #000;
    line-height: 1.5;
}

.themeslr-vertical-timeline-item:hover::before {
    box-shadow: 0 0px 15px rgba(223, 221, 255, 0.957);
}

.themeslr-vertical-timeline-title:hover {
    text-shadow: 0 0px 15px rgba(223, 221, 255, 0.957);
}

@media (max-width: 640px) {
    .themeslr-vertical-timeline-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .themeslr-vertical-timeline-date {
        margin-top: 4px;
    }

    .themeslr-vertical-timeline-item {
        margin-left: 20px;
    }
}


/*TSLR FEATURE BOXES*/
.themeslr-feature-boxes-shortcode .themeslr-feature-box-title {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
}
.themeslr-feature-boxes-shortcode .themeslr-feature-box-icon i{
    font-size: 48px;
    color: #ffffff;
}
.themeslr-feature-boxes-shortcode .themeslr-feature-box .themeslr-feature-box-inner:hover{
    background: rgba(5,51,96,0.8);
    transition: all 250ms ease-in-out;
}
.themeslr-feature-boxes-shortcode .themeslr-feature-box .themeslr-feature-box-inner{
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
    background: rgba(227, 17, 26, 0.8);
}
@media only screen and (max-width: 767px) {
    .themeslr-feature-boxes-shortcode .themeslr-feature-box .themeslr-feature-box-inner{
        margin-bottom: 20px;
    }
}



/*TSLR BUTTON 2*/
.btn-round.themeslr_button_shortcode a.button,
.btn-round.themeslr_button a.btn {
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.btn-rounded.themeslr_button_shortcode a.button,
.btn-rounded.themeslr_button a.btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.themeslr_button.inline-block {
    display: inline-block;
    margin-right: 20px;
}
.text-right.themeslr_button.inline-block {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}



/*TSLR MAP PIN POINTS*/
.themeslr-map-pins-shortcode {
    clear: both;
    overflow: hidden;
}
.themeslr-img-replace a:hover:before {
    max-width: 100%;
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}
.themeslr-img-replace a:before {
    max-width: 0;
    border-bottom: 2px solid #339999;
    content: "";
    position: absolute;
    overflow: hidden;
    color: white;
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    bottom: -4px;
    left: 0;
    width: 100%;
}
.themeslr-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.themeslr-container:after {
    content: "";
    display: table;
    clear: both;
}
.themeslr-img-replace:before {
    max-width: 100%;
    border-bottom: 0 none;
}
.themeslr-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
}
.themeslr-product {
    text-align: center;
}
.themeslr-product.themeslr-container {
    display: block;
    float: left;
    min-width: 100%;
    padding: 0 !important;
}
.themeslr-product-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.themeslr-product-wrapper > img {
    display: block;
    min-width: 100%;
    max-width: 100%;
}
.themeslr-single-point {
    position: absolute;
    border-radius: 50% 50% 50% 0;
}
.themeslr-single-point > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: #ff2121;
    border-radius: 50% 50% 50% 0;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    transform: rotate(-45deg);
}
.themeslr-product ul li {
    list-style-type: none;
}
.themeslr-product ul li:not(.is-open) .themeslr-more-info {
    display: none;
}
.themeslr-single-point > a::after, .themeslr-single-point > a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.themeslr-single-point > a::after {
    height: 2px;
    width: 10px;
}
.themeslr-single-point > a::before {
    height: 10px;
    width: 2px;
}
.themeslr-single-point::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
}
.themeslr-single-point.is-open > a {
    background-color: #fff;
}
.themeslr-single-point.is-open > a::after, .themeslr-single-point.is-open > a::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    background: #ff2121;
}
.themeslr-single-point.is-open::after {
    display: none;
}
.themeslr-single-point.is-open .themeslr-more-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.themeslr-single-point.visited::after {
    display: none;
}
.themeslr-single-point .themeslr-more-info {
    position: fixed;
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    line-height: 1.5;
    background:#fff;
    padding: 5em 1em 1em;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.themeslr-single-point .themeslr-more-info::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent;
}
.themeslr-single-point .themeslr-more-info h2 {
    line-height: 30px;
    margin-bottom: 7px;
}
.themeslr-single-point .themeslr-more-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom:0px;
    color: #fff;
    opacity: .8;
}
.themeslr-more-info img {
    max-width: 100px;
}
.themeslr-close-info {
    background: #f1f1f1;
    height: 20px;
    position: fixed;
    right: 8px;
    top: 8px;
    width: 20px;
    z-index: 34543;
    border-radius: 50%;
}
.themeslr-close-info::after, .themeslr-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #222;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.themeslr-close-info::after {
    height: 10px;
    width: 1.5px;
}
.themeslr-close-info::before {
    height: 1.5px;
    width: 10px;
}
.intro-effect-sidefixed .title {
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    transition: width 0.7s;
}
header .overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
/*themeslr-pulse effect - for about map*/
@-webkit-keyframes themeslr-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px #fff;
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-transform: scale(1.3);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes themeslr-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -moz-transform: scale(1.3);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
  }
}
@keyframes themeslr-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
  }
}
/*responsive*/
@media only screen and (max-width: 600px) {
    .themeslr-more-info h2 {
        width: 70%;
    }
    a.themeslr-close-info, 
    a.themeslr-close-info{
        position: inherit;
    }
    a.themeslr-close-info:hover, 
    a.themeslr-close-info:hover{
        opacity: 0.85;
    }
    /* Add new rules for this interval below */
}
/*--- 13. Responsive Min_600px ---*/
@media only screen and (min-width: 600px) {
    .themeslr-single-point .themeslr-more-info {
        position: absolute;
        width: 320px;
        height: auto;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px;
        box-sizing: border-box;
        z-index: -1;
    }
    .themeslr-single-point .themeslr-more-info::before {
        display: block;
    }
    .themeslr-single-point .themeslr-more-info.themeslr-left, .themeslr-single-point .themeslr-more-info.themeslr-right {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .themeslr-single-point .themeslr-more-info.themeslr-left::before, .themeslr-single-point .themeslr-more-info.themeslr-right::before {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .themeslr-single-point .themeslr-more-info.themeslr-left {
        right: 160%;
        left: auto;
    }
    .themeslr-single-point .themeslr-more-info.themeslr-left::before {
        border-left-color: rgba(39, 38, 43, 0.8);
        left: 100%;
    }
    .themeslr-single-point .themeslr-more-info.themeslr-right {
        left: 160%;
    }
    .themeslr-single-point .themeslr-more-info.themeslr-right::before {
        border-right-color: rgba(39, 38, 43, 0.8);
        right: 100%;
    }
    .themeslr-single-point .themeslr-more-info.themeslr-top, .themeslr-single-point .themeslr-more-info.themeslr-bottom {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .themeslr-single-point .themeslr-more-info.themeslr-top::before, .themeslr-single-point .themeslr-more-info.themeslr-bottom::before {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .themeslr-single-point .themeslr-more-info.themeslr-top {
        bottom: 160%;
        top: auto;
    }
    .themeslr-single-point .themeslr-more-info.themeslr-top::before {
        border-top-color: #fff;
        top: 100%;
    }
    .themeslr-single-point .themeslr-more-info.themeslr-bottom {
        top: 160%;
    }
    .themeslr-single-point .themeslr-more-info.themeslr-bottom::before {
        border-bottom-color: #fff;
        bottom: 100%;
    }
    .themeslr-single-point .themeslr-more-info h2 {
        line-height: 30px;
        margin-bottom: 0;
    }
    .themeslr-single-point .themeslr-more-info p {
        font-size: 12px;
        line-height: 1.5;
        color: #222;
        font-weight: 400;
    }
    .themeslr-single-point.is-open .themeslr-more-info.themeslr-left {
        right: 140%;
    }
    .themeslr-single-point.is-open .themeslr-more-info.themeslr-right {
        left: 140%;
    }
    .themeslr-single-point.is-open .themeslr-more-info.themeslr-top {
        bottom: 140%;
    }
    .themeslr-single-point.is-open .themeslr-more-info.themeslr-bottom {
        top: 140%;
        z-index: 9;
    }
    /* Add new rules for this interval below */
}
.themeslr-map-pins-shortcode h3.menu_item_title {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
    font-size: 18px !important;
    font-style: italic;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}
.themeslr-map-pins-shortcode h3.menu_item_title:hover {
    color: #ff2222;
}
.menu_item_details {
    margin-left: 15px;
}
ul.list-mappins {
    clear: both;
    list-style-type: none;
    text-align: center;
    font-size: 17px;
}
ul.list-mappins li {
    display: inline-block;
    margin: 0 15px;
    font-weight: 300;
    color: #ff655d;
}
ul.list-mappins li a {
    color: #fff;
    font-size: 17px;
}
ul.list-mappins li span {
    color: #ff655d;
}