/**
 * Banner Buttons - White Text Color
 * Makes all buttons in banners have white text
 */

/* Banner buttons - white text */
.banner-section .banner-carousel .content-box .btn-box .theme-btn,
.banner-section .banner-carousel .content-box .btn-box .theme-btn.btn-one,
.banner-section .banner-carousel .content-box .btn-box .theme-btn.btn-two,
.banner-carousel .content-box .btn-box .theme-btn,
.banner-carousel .content-box .btn-box .theme-btn.btn-one,
.banner-carousel .content-box .btn-box .theme-btn.btn-two,
.banner-section .content-box .btn-box .theme-btn,
.banner-section .content-box .btn-box .theme-btn.btn-one,
.banner-section .content-box .btn-box .theme-btn.btn-two {
    color: #ffffff !important;
}

.banner-section .banner-carousel .content-box .btn-box .theme-btn:hover,
.banner-section .banner-carousel .content-box .btn-box .theme-btn.btn-one:hover,
.banner-section .banner-carousel .content-box .btn-box .theme-btn.btn-two:hover,
.banner-carousel .content-box .btn-box .theme-btn:hover,
.banner-carousel .content-box .btn-box .theme-btn.btn-one:hover,
.banner-carousel .content-box .btn-box .theme-btn.btn-two:hover,
.banner-section .content-box .btn-box .theme-btn:hover,
.banner-section .content-box .btn-box .theme-btn.btn-one:hover,
.banner-section .content-box .btn-box .theme-btn.btn-two:hover {
    color: #ffffff !important;
}

/* Specific banner styles */
.banner-style-two .banner-carousel .content-box .btn-box .theme-btn,
.banner-style-three .banner-carousel .content-box .btn-box .theme-btn,
.banner-style-four .banner-carousel .content-box .btn-box .theme-btn,
.banner-style-five .content-box .btn-box .theme-btn {
    color: #ffffff !important;
}

.banner-style-two .banner-carousel .content-box .btn-box .theme-btn:hover,
.banner-style-three .banner-carousel .content-box .btn-box .theme-btn:hover,
.banner-style-four .banner-carousel .content-box .btn-box .theme-btn:hover,
.banner-style-five .content-box .btn-box .theme-btn:hover {
    color: #ffffff !important;
}

/* Page-specific banners */
.about-page .banner-section .banner-carousel .content-box .btn-box .theme-btn,
.benefits-page .banner-section .banner-carousel .content-box .btn-box .theme-btn,
.contact-page .banner-section .banner-carousel .content-box .btn-box .theme-btn,
.fleet-page .banner-section .banner-carousel .content-box .btn-box .theme-btn,
.safe-hours-page .banner-section .banner-carousel .content-box .btn-box .theme-btn,
.sustainability-page .banner-section .banner-carousel .content-box .btn-box .theme-btn {
    color: #ffffff !important;
}

.about-page .banner-section .banner-carousel .content-box .btn-box .theme-btn:hover,
.benefits-page .banner-section .banner-carousel .content-box .btn-box .theme-btn:hover,
.contact-page .banner-section .banner-carousel .content-box .btn-box .theme-btn:hover,
.fleet-page .banner-section .banner-carousel .content-box .btn-box .theme-btn:hover,
.safe-hours-page .banner-section .banner-carousel .content-box .btn-box .theme-btn:hover,
.sustainability-page .banner-section .banner-carousel .content-box .btn-box .theme-btn:hover {
    color: #ffffff !important;
}

