/* Backoffice displays/exceptions */
.vagabond-cruises .backoffice-only {
    display: none;
}

/* Backoffice displays/exceptions */
.vagabond-cruises p a {
    color: #d47c20;
}

.vagabond-cruises .push-right {
    text-align: right;
}

/* Flush edges to edge of window */
.edge-to-edge .container:not(.no-flush) {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.edge-to-edge .container .row {
    margin-left: 0;
    margin-right: 0;
}

.edge-to-edge .container .row:not(.no-flush) > div[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* List Panel */
.vagabond-cruises .list-panel {
    clear: both;
    display: inline-block;
    position: relative;
}

.vagabond-cruises .list-panel .description-left {
    min-height: 450px;
    float: left;
}

.vagabond-cruises .list-panel .description-right {
    min-height: 450px;
    float: right;
}

.vagabond-cruises .list-panel .bgimage-left {
    height: 100%;
    width: 40%;
    display: inline-block;
    left: 0;
    position: absolute;
    background-size: cover;
}

.vagabond-cruises .list-panel .bgimage-right {
    height: 100%;
    width: 40%;
    display: inline-block;
    right: 0;
    position: absolute;
    background-size: cover;
}

/* macro-mini-cruises-slider */
.vagabond-cruises .macro-mini-cruises-slider .mixedSlider .MS-content .item a {
    color: #130342;
    font-size: 20px;
}

.vagabond-cruises .macro-mini-cruises-slider .mixedSlider .MS-content .item p {
    color: #000000;
    font-weight: 600;
}

/* macro-contact-us-cta-yellow */
.vagabond-cruises .macro-contact-us-cta h5,
.vagabond-cruises .macro-contact-us-cta-blue h5,
.vagabond-cruises .macro-contact-us-cta-yellow h5 {
    text-transform: uppercase;
}

.vagabond-cruises .macro-contact-us-cta-yellow h5 {
    text-transform: uppercase;
}

/* macro-footer-cruises-slider */
.vagabond-cruises .macro-footer-cruises-slider .footer-slider {
    background: none;
}

.vagabond-cruises .macro-footer-cruises-slider .mixedSlider {
    font-family: 'Roboto Slab', serif;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}

.vagabond-cruises .macro-footer-cruises-slider .mixedSlider p {
    font-size: 17px;
    font-weight: 400;
}

.vagabond-cruises .macro-footer-cruises-slider .mixedSlider .MS-content div.title {
    font-size: 22px;
    font-weight: 400;
}



/* tas-s tas-f */
.vagabond-cruises .tas-s img {
    margin-top: -16px;
}

.vagabond-cruises .tas-f img {
    margin-bottom: -16px;
}

.vagabond-cruises .tas-f {
    color: #130342;
    font-size: 20px;
}

font-family: 'Roboto Slab', serif;
/* Overlay */
/* Ref: https://www.w3schools.com/howto/howto_js_fullscreen_overlay.asp */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    /* for slide from side*/
    /*  
        height: 100%;
        width: 0;
      */
    /* for slide from top */
    /*  
        height: 0%;
        width: 100%;
      */
    /* for slide without animation */
    height: 100%;
    width: 100%;
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Page Banner */
.vagabond-cruises h1.banner-line-1,
.vagabond-cruises h1 span.banner-line-1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    margin-top: 30px;
    display: block;
}

.vagabond-cruises h1.banner-line-2,
.vagabond-cruises h1 span.banner-line-2 {
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    display: block;
    /* margin-top: 30px; */
}

@media screen and (max-width: 450px) {
    .vagabond-cruises h1.banner-line-2,
    .vagabond-cruises h1 span.banner-line-2 {
        font-size: 45px;
    }
}


.vagabond-cruises h2.banner-line-3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    /* padding-top: 20px; */
}

.vagabond-cruises h2.banner-line-4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    /* padding-top: 20px; */
}

@media only screen and (min-width: 768px) {
    .vagabond-cruises h1.banner-line-1,
    .vagabond-cruises h1 span.banner-line-1 {
        font-size: 40px;
        line-height: 40px;
    }

    .vagabond-cruises h1.banner-line-2,
    .vagabond-cruises h1 span.banner-line-2 {
        font-size: 74px;
        line-height: 74px;
    }
}

/* Side Banner on Cruise pages */
.vagabond-cruises p.side-banner-line-1 {
    font-size: 18px;
    line-height: 24px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    color: #ffffff;
    margin: 0 0 16px 0;
    /* padding-bottom: 10px; */
}

.vagabond-cruises p.side-banner-line-2 {
    font-size: 82px;
    line-height: 82px;
    font-weight: 600;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    color: #ffffff;
    margin: 0 0 16px 0;
    /* padding-bottom: 10px; */
}

.vagabond-cruises h4.side-banner-line-3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    color: #ffffff;
    margin: 0;
    padding-bottom: 10px;
}

.vagabond-cruises div.horizontal-line {
    border-bottom: 1px solid #ccc;
    margin-left: 10px 0;
    width: 100%;
}

.vagabond-cruises ul.banner-list li {
    color: #ffffff;
}

/* .macro-list-children-cruises */
.vagabond-cruises .macro-list-children-cruises img.inclusion-icon {
    width: 35px;
}

/* link with vagabond cruise icon */

div.vagabond-cruise-link > a:before {
    content: url('/img/icon/cruise-white.png');
    position: absolute;
    left: 30px;
}

div.vagabond-booknow-link > a:before {
    content: url('/img/icon/book-now.png');
    position: absolute;
    left: 30px;
}

div.vagabond-booknow-style > a:before {
    content: url('/img/icon/book-now.png');
    position: absolute;
    left: 30px;
}

div.vagabond-cruise-link > a,
div.vagabond-booknow-style > a,
div.vagabond-booknow-link > a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    border: 1px solid #fff;
    padding-left: 70px;
}

div.vagabond-booknow-style > a {
    background: #d47c20;
    font-weight: normal;
    border: none;
}

div.vagabond-cruise-link > a:hover,
div.vagabond-booknow-style > a:hover,
div.vagabond-booknow-link > a:hover {
    border: 1px solid #aa631a;
    background: #aa631a;
    text-decoration: none;
    color: #ffffff;
}

div.vagabond-cruise-link.bg-on > a,
div.vagabond-booknow-link.bg-on > a {
    background: #d47c20;
    font-weight: normal;
    border: none;
}

div.vagabond-cruise-link.bg-on > a:hover,
div.vagabond-booknow-link.bg-on > a:hover {
    background: #aa631a;
}


/* Rich Text styles */
.vagabond-cruises .page-heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    color: inherit;
    margin-bottom: 10px;
    display: block;
}

.vagabond-cruises .rich-text-section p {
    margin: 0;
    margin-top: 0;
    color: #FFF;
    font-weight: 600;
}

.vagabond-cruises .rich-text-section ul li {
    font-size: 16px;
    list-style-type: circle;
    list-style-image: none;
}

.vagabond-cruises span.lightgrey-padded-list {
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    margin-bottom: 6px;
    background: #f2f2f2;
    padding: 5px;
    margin-right: 10px;
    width: 220px;
}

.vagabond-cruises p.list-text {
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 6px;
}

/* Sticky booking list box */
.vagabond-cruises #sidebarListingBox {
    overflow: hidden;
}

.vagabond-cruises .sticky {
    position: fixed;
    top: 345px;
    width: 100%;
}

.vagabond-cruises .orange-input.booking-input-number {
    max-width: 80px;
    padding: 4px;
    text-align: center;
}


/* Navbar changes */
.vagabond-cruises #navbar ul.nav > li .sublevel li {
    color: #FFF;
    font-size: 16px;
    /* text-transform: uppercase; */
    padding: 0px 6px;
}

.vagabond-cruises #navbar ul.nav > li .sublevel li.text-bold {
    padding-top: 6px;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
}

.vagabond-cruises #navbar ul.nav > li .sublevel li a {
    padding: 6px;
    text-transform: none;
    line-height: 1.4em;
}

.vagabond-cruises #navbar ul.nav > li .sublevel li.last-li {
    padding-bottom: 15px;
}

.vagabond-cruises .top-search-box {
    margin-right: -10px;
    outline: none;
}

.vagabond-cruises #navbar ul.nav > li:hover > a, .vagabond-cruises #navbar ul.nav > li > a:hover {
    background: #f4a430;
    color: #FFF;
}

.vagabond-cruises #navbar ul.nav > li .sublevel {
    min-width: 330px;
    background-color: #f4a430;
    border: none;
}

@media only screen and (max-width: 1200px) {
    .vagabond-cruises #navbar ul.nav > li > a {
        font-size: 17px;
    }
}

/* temporary Cruise details page css changes */
.vagabond-cruises section .cruise-description h1 {
    margin-bottom: 10px;
}

.vagabond-cruises section .cruise-description h4 {
    margin-bottom: 35px;
}

.vagabond-cruises section .cruise-description p {
    font-size: 18px;
    line-height: 26px;
}

.vagabond-cruises section .cruise-inclusions h4.text-orange {
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .vagabond-cruises #sidebarListingBox.fixed {
        position: absolute;
        left: 15px;
        right: 15px;
    }

    .vagabond-cruises #vagabondBookingForm {
        display: inline-block;
        overflow: hidden;
    }
}

/* Sam menu css changes */
.vagabond-cruises .banner-text-container.tint-on {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px 20px;
}

.vagabond-cruises .carousel-control .fa-angle-left.glyphicon-chevron-left,
.vagabond-cruises .carousel-control .fa-angle-right.glyphicon-chevron-right {
    font-size: 75px;
    color: #FFF;
}

.vagabond-cruises .list-hero {
    padding: 40px;
}

/* General Footer */
.vagabond-cruises footer {
    background-color: #00293f;
}

/* Multi Testimonials slider */
.vagabond-cruises .macro-multi-testimonial .testimonialsSlider {
    position: relative;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}

.vagabond-cruises .macro-multi-testimonial .MS-content {
    overflow: hidden;
    white-space: nowrap;
    max-height: 315px;
}

.vagabond-cruises .macro-multi-testimonial .MS-content .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.vagabond-cruises .macro-multi-testimonial .MS-content .item .container {
    min-height: 313px;
}

.vagabond-cruises .macro-multi-testimonial .MS-content .item p {
    white-space: normal;
}

.vagabond-cruises .macro-multi-testimonial .MS-controls {
    position: absolute;
    top: 45%;
    width: 100%;
}

.vagabond-cruises .macro-multi-testimonial .MS-controls .arrow {
    position: absolute;
    color: #FFF;
    font-size: 45px;
    background: none;
    border: none;
    outline: none;
}

.vagabond-cruises .macro-multi-testimonial .MS-controls .arrow.MS-left {
    left: 20px;
}

.vagabond-cruises .macro-multi-testimonial .MS-controls .arrow.MS-right {
    right: 20px;
}

@media screen and (max-width: 450px) {
    .vagabond-cruises .macro-multi-testimonial .MS-controls .arrow.MS-left {
        left: 0px;
    }

    .vagabond-cruises .macro-multi-testimonial .MS-controls .arrow.MS-right {
        right: 0px;
    }
}




/* Zabuto Calendar Overrides */
.vagabond-cruises div.zabuto_calendar .table tr td.event-styled.selected .day {
    border: 4px solid #f6a519;
    padding-top: 3px;
    padding-bottom: 3px;
}

.vagabond-cruises div.zabuto_calendar .table tr td.event-styled div.day.open,
.vagabond-cruises div.zabuto_calendar .legend li.open {
    background-color: #52c30870;
}

.vagabond-cruises div.zabuto_calendar .table tr td.event-styled div.day.few-left,
.vagabond-cruises div.zabuto_calendar .legend li.few-left {
    background-color: #e6e02170 !important;
}

.vagabond-cruises div.zabuto_calendar .table tr td.event-styled div.day.closed,
.vagabond-cruises div.zabuto_calendar .legend li.closed {
    background-color: #ffc3c3d1 !important;
}

.vagabond-cruises div.zabuto_calendar .table tr td.dow-clickable {
    cursor: default;
}

.vagabond-cruises div.zabuto_calendar .table tr td.dow-clickable.event-styled {
    cursor: pointer;
}


/* Booking page collapser */
.vagabond-cruises .macro-booking-form .switch-collapsible.half-collapse {
    height: 100px;
    overflow: hidden;
}

.vagabond-cruises .macro-booking-form .switch-collapsible.no-collapse {
    height: auto;
}

.vagabond-cruises .detail-hero .text {
    height: auto;
    background-size: cover;
    min-height: 545px;
    max-height: 545px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .vagabond-cruises .detail-hero .text {
        padding: 20px 30px;
    }
}

.vagabond-cruises .detail-hero.rich-text-section .text.rich-text-section ul {
    color: #FFFFFF;
}

.vagabond-cruises .macro-multi-testimonial p.content {
    font-size: 20px;
    line-height: 25px;
}


/* Booking slider toggle switch */
.booking-toggle.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.booking-toggle.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.booking-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.booking-toggle .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.booking-toggle input:checked + .slider {
    background-color: #d47c20;
}

.booking-toggle input:focus + .slider {
    box-shadow: 0 0 1px #d47c20;
}

.booking-toggle input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.booking-toggle .slider.round {
    border-radius: 34px;
}

.booking-toggle .slider.round:before {
    border-radius: 50%;
}

.vagabond-cruises .macro-mini-cruises-bs-grid .imgTitle.mb2 {
    min-height: 205px;
}
