/*----------------------------------------------------------------------------*/
/* staycay
/*----------------------------------------------------------------------------*/

body {
    font-family: 'Cabin', sans-serif;
}

/*----------------------------------------------------------------------------*/
/* Header
/*----------------------------------------------------------------------------*/

header {
    box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

/*----------------------------------------------------------------------------*/
/* Header: Navigation
/*----------------------------------------------------------------------------*/

.navbar {
    max-width: 1140px;
    margin: 0 auto;
}

.navbar .navbar-brand {
    color: #19191a;
}

.navbar  .nav-link {
    font-weight: bold;
    color: #19191a;
}

/*----------------------------------------------------------------------------*/
/* Footer
/*----------------------------------------------------------------------------*/

footer {
    margin-top: 1em;
    font-size: 16px;
    background-color: #222736;
}

footer .inner-tube {
    max-width: 1140px;
    margin: 0 auto;
}

footer .container-fluid {
    padding: 3em 1em;
}

footer h2 {
    font-weight: normal;
    color: #ffffff;
}

footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #bba974;
}

footer a,
footer a:hover {
    color: #9daab3;
}

footer p {
    color: #9daab3;
}

/*----------------------------------------------------------------------------*/
/* Footer: Email Signup
/*----------------------------------------------------------------------------*/

footer form {
}

/*----------------------------------------------------------------------------*/
/* Footer: Copyright
/*----------------------------------------------------------------------------*/

footer .copyright {
    margin: 0 auto;
    padding: 2em 0 2em 0;
    text-align: center;
    color: #6b6b6b;
    background-color: #1e2331;
}

/*----------------------------------------------------------------------------*/
/* Home: Announcement
/*----------------------------------------------------------------------------*/

article.announcement {
    padding: 0.5em;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #9daab3;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    font-size: 18px;
}

/*----------------------------------------------------------------------------*/
/* Home: Banner
/*----------------------------------------------------------------------------*/

body.index .banner .jumbotron {
    background-image: url('/assets/images/banners/staycay.jpg');
    background-size: cover;
    height: 540px;
    color: #ffffff;
}

@media (min-width: 992px) {
    body.index .banner  .jumbotron {
        height: 770px;
        display: flex;
        align-items: center;
    }
}

body.index h2 {
    margin-left: .5em;
}

body.index article.about {
    margin-left: 1em;
}

/*----------------------------------------------------------------------------*/
/* Destinations
/*----------------------------------------------------------------------------*/

.destination-container {
    padding-top: 1em;
}

.destination-container .item {
    height: 600px;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.destination-container .item:hover .overlay {
    /*transform: translate3d(0, 0, 0);*/
}

.destination-container .container {
    position: relative;
    height: 100%;
}

.destination-container .overlay {
    /*
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 300ms;
    transform: translate3d(0, 95%, 0);
    */
    padding: 0 1em;
}

.destination-container table {
    margin: 1em 0;
}

.destination-container table td {
    line-height: 36px;
}

/*----------------------------------------------------------------------------*/
/* Tours
/*----------------------------------------------------------------------------*/

body.tours h1 {
    margin: 1em 0;
    text-align: center;
}

/*----------------------------------------------------------------------------*/
/* Tour: Carousel
/*----------------------------------------------------------------------------*/

#carousel {
    background-size: cover !important;
}

#carousel .carousel-inner {
    padding: 5% 10%;
}

#carousel .carousel-control-prev,
#carousel .carousel-control-next {
    width: 10%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 50px;
    width: 50px;
}

@media (max-width: 768px) {
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 20px;
        width: 20px;
    }
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
    bottom: auto;
}

.carousel-control-next,
.carousel-control-prev {
    margin-top: 3em;
}

/*----------------------------------------------------------------------------*/
/* Tour: Carousel Content
/*----------------------------------------------------------------------------*/

#carousel .html-container {
    font-size: 20px;
}

#carousel .featured-container {
    float: left;
}

/*----------------------------------------------------------------------------*/
/* CMS
/*----------------------------------------------------------------------------*/

.cms {
    max-width: 1140px;
    margin: 2em auto 3em auto;
    padding: 0 1em;
}

.cms h1 {
    margin: 1em 0;
    text-align: center;
}

.cms h2 {
    margin: 1em 0 .5em 0;
}

.cms p {
    font-size: 18px;
    line-height: 28px;
}

.img-cms {
    padding: 0 0 1em 0;
}

@media (min-width: 576px) {
    .img-cms {
        max-width: 300px;
        float: left;
        margin: 0;
        padding: 0 1em 0 0;
    }
}

/*----------------------------------------------------------------------------*/
/* FAQ - Contact
/*----------------------------------------------------------------------------*/

.contact-container label {
    margin-top: .25em;
    margin-bottom: 0;
}

.contact-container .g-recaptcha {
    margin-top: .75em;
}

/*----------------------------------------------------------------------------*/
/* FAQ - https://frontfolks.com/code/custom-faq-accordion-using-bootstrap-4/
/*----------------------------------------------------------------------------*/

.ff_faqs {
    margin: 20px auto;
    max-width: 1140px;
    padding: 0 50px;
}
.ff_faq_header :first-child {
    margin-top:0;
}
.ff_faq_header {
    position:relative;
    display:block;
    width:100%;
    background:transparent;
    border-top:1px solid #e5eff5;
    border-bottom:1px solid #e5eff5;
    border-radius:0;
    padding:20px;
    font-size:20px;
    text-decoration:none;
    color:#333;
    margin-top:-1px;
    text-align:left;
    font-weight:500;
}
.ff_faq_header:hover, .ff_faq_header:focus {
    border-top:1px solid #e5eff5;
    border-bottom:1px solid #e5eff5;
    color:#333;
    text-decoration:none;
}
.ff_faq_header[aria-expanded="true"] {
    background:#fff;
    border-bottom:none;
    border-right:1px solid #e5eff5;
    border-left:1px solid #e5eff5;
}
.ff_faq_header[aria-expanded="false"]:hover {
    color:red;
}
.ff_faq_header[aria-expanded="true"]:after {
    display:block;
    content: "\f106";
    position:absolute;
    right:20px;
    top:13px;
    /*
    font-family:FontAwesome;
    font-size:30px;
    */
    content: "";
    /* https://yoksel.github.io/url-encoder/ */
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-up' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
}
.ff_faq_header[aria-expanded="false"]:after {
    display:block;
    content: "\f107";
    position:absolute;
    right:20px;
    top:15px;
    /*
    font-family:FontAwesome;
    font-size:30px;
    */
    content: "";
    /* https://yoksel.github.io/url-encoder/ */
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-down' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
}
.ff_faq_item {
    background:#fff;
    padding:0 20px 40px 20px;
    border-right:1px solid #e5eff5;
    border-left:1px solid #e5eff5;
    color:#999;
    font-size:17px;
}