/*
Theme Name: Above Deck
*/


p {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

.feat-yeachts-grid .yacht-info {
    font-size: 13px;
}

.special_tag_wrap {
    position: absolute;
    width: 8em;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.special_tag_wrap img {
    width: 100%;
    height: 40px;
}

.feature-icons {
    justify-content: flex-end;
}

.feature-icons img {
    width: 40px;
    height: 25px;
}

.search-yachts-pagination li.active > .page-link, 
.search-yachts-pagination .page-link.active {
    background-color: #103F54;
    border-color: #103F54;
    color: #fff;
}
.search-yachts-pagination .page-link {
    color: #000;
}
.yacht-name-link {
    color: #103F54;
}
.yacht-name-link:hover {
    color: #103F54;
    text-decoration: underline;
}

/* ebrochure styles */
.detailspagecont .galleryslider img {
    display: block;
    height: auto;
    width: 100%;
}
.detailspagecont ul#lightSlider li.lslide.active, .detailspagecont ul#lightSlider li.lslide.active img, .detailspagecont ul#lightSlider li img {
    height: 450px;
}
.detailspagecont .stickyinfo {
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px 30px;
    margin-bottom: 40px;
    box-shadow: 0 6px 50px 0 rgb(0 0 0 / 8%);
    margin: 20px 0 20px;
}
.detailspagecont .stickyinfo p {
    display: flex;
    align-items: center;
    line-height: 28px;
    gap: 14px;
    margin-bottom: 20px;
    padding: 6px 10px !important;
    border-radius: 5px;
    font-size: 14px;
}
.detailspagecont .stickyinfo img {
    width: 24px !important;
    margin: 0px !important;
    height: 24px;
}
.detailspagecont .stickyinfo .boatlayoutsec p {
    background: #103F54;
    color: #fff;
}
.detailspagecont a.enquirebtn {
    padding: 12px 30px;
    margin: 0 auto;
    text-align: center;
    background: #103F54;
    color: #fff;
    display: block;
    width: 250px;
    height: 50px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 40px;
}
.detailspagecont .tabsec {
    margin-top: 60px;
    background: #fff;
}
.detailspagecont .tabsec .nav {
    width: 100%;
}
.detailspagecont .tabsec button {
    border: 1px solid #103F54 !important;
    flex: 1;
    background: #103F54;
    height: 60px;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 0;
    line-height: 60px;
    transition: 1s;
    font-weight: 600;
}
.detailspagecont .tabsec button:nth-child(1) {
    border-radius: 10px 0 0 0;
}
.detailspagecont .tabsec button.active {
    height: 75px;
    margin-top: -15px;
    border-radius: 10px 10px 0 0;
    line-height: 75px;
    color: #103F54;
}
.detailspagecont div#nav-tabContent {
    padding: 40px 20px;
    background: #efefef;
}
.detailspagecont .tabsec #nav-specials-tab {
    background: red;
    border-color: #FF0000 !important;
}
.detailspagecont .tabsec #nav-specials-tab.active {
    color: #FFF;
}

div#nav-rate div#availability .row.justify-content-md-center {
    margin: 20px 0;
}
#availability .grphical-desgin .col-md-1.text-center {
    width: 25% !important;
}
.color-legend {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
}
.cya-rates-calendar {
    width: 100%;
    border-collapse: collapse;
}
.cya-rates-calendar th, .cya-rates-calendar td {
    border: 1px solid #ddd;
    text-align: center;
}
.cya-rates-calendar thead tr:first-child th {
    background-color: #000;
    color: #fff;
}
div#nav-rate div#availability table.cya-rates-calendar td, div#nav-rate div#availability table.cya-rates-calendar th {
    border-color: #000;
}
div#nav-rate div#availability table.cya-rates-calendar thead tr th {
    background: #103F54;
    color: #fff;
}
.cya-booking-available{ background-color: #fff !important; border: 2px solid #000 !important; }
.cya-booking-hold{ background-color: #FF0000 !important; opacity: 0.5; color: #ffffff61; }
.cya-booking-booked{ background-color: #17AB69 !important; opacity: 0.5; color: #ffffff61; }
.cya-booking-unavailable{ background-color: #858585 !important; opacity: 0.5; color: #ffffff61; }

div#nav-rate div#availability table.cya-rates-calendar tbody tr td {
    margin: 8px !important;
}

/* Crew Gallery */
.crewgallery {
    margin-top: 30px;
    align-items: center;
}
.crewgallery .row {
    background: #fff;
    margin: 25px 0;
}
.crewgallery .row .col-md-4 {
    padding-right: 0;
}
.crew_photo_wrap {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.crewgallery img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.menulists p {
    font-size: 14px;
    padding-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}
div#nav-amenities .row p.text-dark {
    padding: 10px;
    margin: 15px 0;
}
div#nav-amenities .alert.alert-dark {
    background: #103F54;
    margin: 0 13px;
    display: inline-block;
    border: 1px solid #103F54;
    color: #dfdfdf;
}
span.input-group-text.calendar-icon {
    cursor: pointer !important;
}
