/**
 * Theme Name: Super Cruise
 * Text Domain: super-cruise
 * Version: 1.1
 * Requires PHP: 7.4+
 * Description: KHM Travel presents a custom WordPress theme designed exclusively for Super Cruise.
 * Author: KHM Travel Group
 * Author URI: https://khmtravel.com/
 */

html {
    font-weight: 200;
    min-width: 375px;
    font-family: 'Nunito', sans-serif;
}
h1 {
    font-size: 3rem;
}

#featured {
    background-color: #f1f1f1;
    margin-top: -10rem;
    padding-bottom: 3rem !important;
}
#symphony-video {
    display: block;
    margin: auto;
}
/**
 * Navigation
 */
@media screen and (min-width: 783px) {
  .admin-bar .sticky-top {
    top: 32px;
  }
}

.agent-info {
    font-size: 12px;
    font-weight: 300;
}
.agent-info i {
    margin-right: .5em;
}
.agent-info a {
    color: #f8f9fa !important;
}

nav {
    background-color: rgba(255, 255, 255, 0.8);
}
nav .nav-link {
    font-size: 13px;
}
.page-template-home .navbar-nav,
.page-template-home button.cta-dark,
.page-template-home-cancelled .navbar-nav,
.page-template-home-cancelled button.cta-dark,
.page-template-default .navbar-nav,
.page-template-default button.cta-dark {
    display: inherit !important;
}

/**
 * Globals
 */
.page .page-header {
    background:
        linear-gradient(
          rgba(23, 162, 184, 0.45), 
          rgba(248 , 249, 250, 1)
        ),
        url(/wp-content/themes/super-cruise/assets/images/SymphonyoftheSeas_2.jpg);
    background-size: cover;
    min-height: 20rem;
    margin-bottom: -3rem;
}
.uppercase-style,
.time span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1rem;
}

.cta-light {
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 2px;
    margin: 0px -9px 0px 0px;
    border-radius: 0px;
    padding: 17px 25px;
    background: #fff;
    margin-top: 2em;
    font-size: 13px;
}
.cta-light:hover {
    color: #fff;
    background: 0 0;
}
.cta-dark {
    font-size: 13px;
    border-color: rgb(60, 66, 78);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px;
    padding: 10px;
}
.cta-dark:hover {
    color: #fff;
    background: rgb(60, 66, 78);
}
.cta-danger {
    border-color: rgb(173 25 31);
    color: #fff;
    border-style: solid;
    border-width: 2px;
    margin: 0px -9px 0px 0px;
    border-radius: 0px;
    padding: 17px 25px;
    background: rgb(173 25 31);
    margin-top: 2em;
    font-size: 13px;
}
.cta-danger:hover {
    color: #000;
    background: 0 0;
}

/**
 * Homepage hero section
 */
.hero {
    position: relative;
    background: 
        linear-gradient(
          rgba(23, 162, 184, 0.45), 
          rgba(23, 162, 184, 0.45)
        ),
        url(/wp-content/themes/super-cruise/assets/images/SC24Symphony_Nt_aft_4slide.jpg);
    background-size: cover;
    min-height: 40rem;
}

.heading {
    text-align: center;
}
.heading h1,
.heading h2 {
    text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}
.text-gold {
    color: #f2c65f;
}

@media screen and (min-width: 783px) {
    .hero {
        max-height: 40em; 
    }
    .heading {
        position: absolute;
        top: 10%;
        left: 50%;
        z-index: 2;
        width: 40rem;
        transform: translate(-50%,-10%);
    }
}

/**
 * Slider (Card Carousel)
 */
.featured-slider {
    background-color: #f1f1f1;
    margin-top: 0;
}
@media screen and (min-width: 1024px) {
    .featured-slider {
        margin-top: -10rem;
    }
}
.slider {
    overflow: hidden;
}
.card-footer {
    padding-bottom: 15px;
}

 .card-img, .card-img-bottom, .card-img-top {
    height:50%;
}
/**
 * Countdown timer
 */
#timer {
    margin: 0 auto;
    text-align: center;
}
.time {
    font-size: 75px;
    display: inline-block;
    margin: 0 10px;
    min-width: 120px;
    color: #3c414d;
}
.time span {
    display: block;
    font-size: 15px;
    color: #27b29c;
}

/**
 * Ship
 */
.ship .card:hover {
    transform: scale(1.025);
}
@media screen and (max-width: 1024px) and (min-width: 575px) {
    .ship .card-columns {
        column-count: 2;
    }
}

/**
 * Itinerary
 */
.itinerary .table-success th,
.itinerary .table-success td {
    border-color: #dee2e6;
}
/** 
* Rates
*/

/**
 * Events
 */
.icon-large {
    font-size: 6em;
    text-align: right;
    padding-right: 30px;
}
.secondary-games .fas {
    font-size: 3em;
    margin-bottom: 30px;
}
.events .bg-dark .fas,
.events .bg-white .fas {
    color: #27b29d;
}
.bg-supercruise {
    background-color: #27b29d;
}
.bg-white {
    background-color: #fff;
}

/**
 * Footer
 */
footer h4 {
    color: #fff;
}
footer .upper-footer {
    background-color: #1f1f1f;
}
footer .wp-menu ul {
    padding-left: 0;
    list-style: none;
}
footer .upper-footer .agent-card, footer .upper-footer a {
    font-size: 0.8em;
    color: #828282 !important;
}
footer .legal p {
    font-size: 0.8em;
    color: #fff
}
.lower-footer p, .lower-footer a {
    color: white !important;
    font-size: 0.7em;
    font-weight: 600;
}

/**
 * Back to top
 */
.back-to-top {
    position: fixed;
    z-index: 99;
    width: 40px;
    right: 20px;
    bottom: 10px;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.25);
}
.back-to-top .fa {
    color: #fff;
}

.bg-hilight {
    background-color: #efdb67;
}