/* subnavbar */
#subnavbar {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #3a3b3a;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1025;
}

/* subnavbar (subnav) */
#subnav .nav-item + .nav-item {
    margin-left: .5rem;
}

#subnav .active .nav-link,
#subnav .active .nav-link:hover {
    background-color: #797b79;
}

#subnav .nav-link {
    color: #d4d6d7;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#subnav .nav-link:hover {
    color: #ffffff;
}

/* tours-index */
.tours-index .layout  {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.tours-index .layout > .left > div + div {
    margin-top: 1rem;
}

.tours-index .layout > .right ul.pagination {
    margin-top: 1rem;
    margin-bottom: 0;
}

.tours-index .filter .head {
    padding: .8rem;
    color: #107490;
    background-color: #d4d6d7;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.tours-index .filter .body {
    padding: .5rem;
    border: 2px solid #d4d6d7;
    border-radius: 5px;
}

.tours-index .filter .head + .body {
    margin-top: .5rem;
}

/* dropdown macrozone responsive */
#responsive-mz {
    display: none;
}

#responsive-mz .dropdown > a {
    text-align: left;
    width: 100%;
    background-color: #3a3b3a;
}

#responsive-mz .dropdown-menu {
    width: 100%;
    background-color: #3a3b3a;
}

#responsive-mz .dropdown-menu .dropdown-item {
    color: #ffffff;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

#responsive-mz .dropdown-menu .dropdown-item:hover {
    background-color: #474847;
}

/* search */
#search.filter span {
    border: none;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

#search.filter span i {
    color: #107490;
}

#search.filter input {
    border: none;
    border-bottom: 1px solid #d4d6d7;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

#search.filter button {
    margin-left: .5rem;
    background-color: #ffffff;
    border: 2px solid #d4d6d7;
    border-radius: 5px;
    padding-left: .5rem;
    padding-right: .5rem;
}

/* datepicker */
#datepicker input {
    display: none;
}

#datepicker .datepicker {
    border-radius: 0;
}

#datepicker .datepicker-inline {
    margin-top: 0;
}

#datepicker .datepicker table {
    width: 100%;
}

#datepicker .datepicker .prev.disabled,
#datepicker .datepicker .next.disabled {
    visibility: visible;
    color: #d4d6d7;
    pointer-events: none;
}

#datepicker .form-group {
    margin-bottom: 0;
}

#datepicker .day:not(.disabled) {
    font-weight: 600;
}

/* categories */
#categories .form-group {
    margin-bottom: 0;
}

.tours-index .info {
    background-color: #474847;
    color: #ffffff;
}

.tours-index .info .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.tours-index .info .left i {
    font-size: 2.8rem;
    margin-top: 1px;
    color: #f3bc2f;
}

.tours-index .info .right {
    font-size: .875rem;
    font-weight: 600;
}

.tours-index .info .right a {
    text-transform: uppercase;
    color: #f3bc2f;
    font-weight: 700;
}

.tour-item {
    border: 3px solid #d4d6d7;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
}

div:last-of-type > .tour-item {
    margin-bottom: 0;
}

.tour-item > .left,
.tour-item > .right {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tour-item > .left .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #107490;
    height: 100%;
}

.tour-item > .right .left {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.tour-item > .right .left .item-info {
    margin-bottom: 0;
}

.tour-item > .right .left .item-info i {
    margin-right: .5rem;
    color: #6d6e6d;
}

.tour-item > .right .left .item-info .fa-star {
    margin-right: 0;
    color: #f3bc2f;
}

.tour-item > .right .right .card-label {
    font-weight: 600;
    background-color: #f3bc2f;
    margin-top: 1rem;
    padding: 0.5rem;
    width: 100%;
}

.tour-item > .right .right {
    align-self: flex-end;
    text-align: center;
}

.tour-item > .right .right .price-box {
    padding: .8rem;
    /* margin-bottom: 1rem; */
    border-radius: 10px;
    background-color: #107490;
}

.tour-item > .right .right div p {
    color: #ffffff;
    margin-bottom: 0;
}

.tour-item > .right .right span {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #f3bc2f;
    line-height: 1;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/* pagination */
.pagination .page-item .page-link {
    color: #107490;
}

.pagination .page-item.active .page-link {
    background-color: #107490;
    border-color: #107490;
    color: #ffffff;
}

@media screen and (max-width: 1200px)
{
    .tour-item .item-body {
        flex-flow: row;
    }

    .tour-item > .left {
        padding-bottom: 0;
    }

    .tour-item > .left .image {
        min-height: 300px;
    }
}

@media screen and (max-width: 992px)
{
    .row.layout > .right {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 768px)
{
    /* subnavbar */
    #subnavbar .navbar-toggler {
        width: 100%;
        border: 0;
    }

    /* dropdown responsive */
    #responsive-mz {
        display: block;
    }

    .tour-item > .left .image {
        min-height: 300px;
    }
}

@media screen and (max-width: 576px)
{
    .tours-index .info .row {
        text-align: center;
    }

    .tour-item .item-body {
        flex-flow: column;
    }

    .tour-item > .right .right .card-label {
        width: auto;
    }
}