/* Homepage / Generic styles */

footer h6 {
    font-size:22px;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-body {
    /* max-height: 60vh; */
    overflow-y: auto;
}

#RoomsModal .form-group-quantity {
    text-align: end;
}

.modal {
    padding-left: 15px;
    padding-right: 15px;
}

.cursor {
    cursor: pointer;
}

.modal-footer button {
    margin: 0 !important;
}

.childAge {
    font-size: 16px;
    font-weight: normal;
}

.month_button.active {
    background-color: #0b9a8f !important;
    color: #fff;
}

.trustpoints, .fav-destination, .hbs-intro  {
    background-color: #fff;
}

.btn-primary {
    border: 2px solid #0b9a8f;
}

#DF_results_module .deal__thumb .carousel .carousel-inner .carousel-item img, .our-destinations-container img, #main-content img {
    border-radius: 5px 5px 0 0;
}

#searchModeDiv { 
    display:none;
}

.home #searchModeDiv {
    display:block;
}

#selectCalendar .mytooltip {
    height: 30px;
}


.news #main-content, body {
    background-color: #fff;
}

.fav-destination-text-container>.links>.link:hover {
    background-color: #fff;
    border-color:#fff !important;
}

.fav-destination-text-container>.links>.link:hover > a {
    color:#038178;
}
/* Articles Styles */
#articleBody {
    background-color: #fff;
}

#articleBody h1 {
    color: #08998F;
}

.latest-news .row {
    margin: 0;
}

.dividerBar {
    background-color: #08998F;
    height: 2px;
    width: 100%;

}

#df_subheading {
    font-size: 21px;
    color:#444;
}

#df_subheading span {
    text-decoration: underline;
}

#df_subheading span:hover {
    color:#08998F;
}

.btn-roombasis {
    border: 1px solid #11b7ab;
    color: #11b7ab;
}

.btn-roombasis:hover {
    background:#11b7ab;
    color:#fff;
}


#articleBody h3 {
    color: #08998F;
}

.btn-primary:hover {
    background-color: #06756e;
}

.carousel-caption a:hover {
    border:1px solid #06756e;
}

/* styles for destinations module */
.greyModule {
    background-color: #f2f2f2;
}


/* results page */


/* mobile styles */
@media (max-width: 576px) {

    /* homepage / generic styles */
   

    /* article styles */
    .latest-news.container {
        padding: 0;
    }


    #articleBody h1 {
        font-size:25px;
        line-height:35px;
        margin-top:0;
        margin-bottom:10px;
    }

    #imgCol {
        padding:0;
    }

    #search_white { 
        border-radius: 0;
    }
}

/* generic styles for tablet devices and above */
@media (min-width: 576px) {

    /* article styles */
    #articleBody {
        border-radius: 15px;
    }

    #articleBody h1 {
        margin: 10px 0;
    }

    #articleBody img {
        border-radius: 5px;
    }
}



/* generic styles for screens below a tablet portrait width */
@media (max-width: 991px) {

    /* article styles */
    .banner.video-bg {
        margin-top: 5px;
    }

    #articleBody img {
        height:270px;
        object-fit: cover;;
    }

    #articleBody h3{
        font-size:22px;
    }

    .news #mod-custom120 > .head_space {
        height: 5px;
    }
}

/* styles for portrait view tablet screens */
@media (min-width: 576px) and (max-width:992px) {
    #articleBody h1 {
        font-size: 30px;
        line-height:40px;
    }
}

/* generic styles laptop screens and wider / landscape view tablets */
@media (min-width: 992px) {

    /* article styles */

    #articleBody img {
        max-height:320px;
        object-fit: cover;
    }

   
}

@media (max-width: 767px) {
    .latest-news h1 {
        font-size: 35px;
    }

    #results .deal__thumb .carousel .carousel-inner .carousel-item img {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 5px;
    }
}

@media (min-width: 768px) {
    #results .deal__thumb .carousel .carousel-inner .carousel-item img {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
}