/*
Theme Name: Art For Life 4 Kids Theme
Template: salient
Version: 1.0
*/


/* HEADER */

/* .ascend #header-outer[data-full-width=true] #top nav ul #nectar-user-account a {
    border-left: 1px solid rgba(255, 255, 255, .77) !important;
}

.ascend #header-outer[data-full-width=true] #top nav ul .slide-out-widget-area-toggle a {
    border-left: 1px solid rgba(255, 255, 255, .77) !important;
}
*/

.bookbutton a span {
    color:#000000 !important;
}


/* BUTTONS */

.nectar-button.large {
    font-size: 18px !important;
}

.nectar-inherit-border-radius, body[data-button-style^="rounded"] .nectar-button {
    border-radius:30px !important;
}



/* OFF CANVAS */

@media only screen and (max-width: 1264px) {
    body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li > a {
        font-size: 25px !important;
        opacity:1;
    }
    body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li > a:active {
        color:#ffc526;
    }
    #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
    margin-top: 12px;
    margin-bottom: 12px;
}
}

/* Default links a bit dimmer */
#slide-out-widget-area .off-canvas-menu-container li > a { opacity: .6; }

/* Active/current stands out */
#slide-out-widget-area .off-canvas-menu-container li.current-menu-item > a,
#slide-out-widget-area .off-canvas-menu-container li.current_page_item > a,
#slide-out-widget-area .off-canvas-menu-container li.current-menu-ancestor > a {
  opacity: 1;
  color:#ffc526;       /* or your accent color */
  font-weight: 700;
}

/* Home Page Carousel */

.nectar-fancy-box[data-style=image_above_text_underline] .text {
    padding: 14px 0 0 0;
}

/* Home Slider */

.swiper-slide .content h2 {
font-size: 8vw !important;
line-height:8.6vw !important;
}

@media only screen and (max-width: 690px) {
    body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent a, body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent_2 a {
        font-size: 18px;
        padding: 8px 13px;
        letter-spacing: 0.5px;
    }
    .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button a {
        font-size: 18px;
    }
        body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2 {
            font-size:47px !important;
            line-height:51px !important;
        }
}

/* Persistent Mobile Header Button Styling */
/* Match the desktop "Book Now" button styling in the mobile persistent header */
.nectar-mobile-only.mobile-header li.bookbutton > a,
.nectar-mobile-only.mobile-header li.bookbutton .menu-title-text {
    display: inline-block !important;
    background-color: #ffce00 !important;
    color: #000 !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

/* Sizing adjustments for the mobile persistent button */
.nectar-mobile-only.mobile-header li.bookbutton > a {
    padding: 10px 22px !important;   /* adjust this */
    font-size: 15px !important;      /* adjust this */
    line-height: 1 !important;
}

/* Keeps text aligned and centered */
.nectar-mobile-only.mobile-header li.bookbutton > a .menu-title-text {
    line-height: 1 !important;
    display: inline-block !important;
}

/* Align the button with icons in the header */
.nectar-mobile-only.mobile-header .inner {
    display: flex;
    align-items: center;
}

/* Disable ALL hover/active underline animations for the mobile persistent button */
.nectar-mobile-only.mobile-header li.bookbutton a,
.nectar-mobile-only.mobile-header li.bookbutton a *,
.nectar-mobile-only.mobile-header li.bookbutton .menu-title-text {
    background-image: none !important;
}

/* Disable Salient animated underline pseudo-elements */
.nectar-mobile-only.mobile-header li.bookbutton a:before,
.nectar-mobile-only.mobile-header li.bookbutton a:after,
.nectar-mobile-only.mobile-header li.bookbutton .nectar-animated-underline:before,
.nectar-mobile-only.mobile-header li.bookbutton .nectar-animated-underline:after,
.nectar-mobile-only.mobile-header li.bookbutton .menu-title-text:before,
.nectar-mobile-only.mobile-header li.bookbutton .menu-title-text:after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    content: none !important;
}

/* Kill transform-based underline animation used by Salient */
.nectar-mobile-only.mobile-header li.bookbutton a .nectar-animated-underline {
    transform: none !important;
    height: 0 !important;
    border: none !important;
    display: none !important;
}
