.node--type-destination .page__content {
    width: 100%;
}

.context-home .node--type-tours .img-fluid {
    width: 100%;
    border-radius: 6px;
}

.context-home .node--type-tours .tours__node-title h4 {
    font-weight: bold !important;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0px 0px 0px;
    padding: 0;
    color: #333333;
    padding-bottom: 6px;
}

.context-home .node--type-tours .tours__field-destination {
    padding-bottom: 6px;
}

.context-home .node--type-tours .tours__field-destination a {
    color: #999999;
    font-weight: 500;
}

.context-home .node--type-tours .tour-details {
    color: #009bff;
    font-weight: 400;
    font-weight: 13px;
}

.node--type-destination .middle {
    width: 70%;
    max-width: 70%;
}

.node--type-destination .destination-edge-to-edge .img-fluid {
    width: 100%;
}

.node--type-destination .block-title {
    text-align: center;
    border-bottom: none;
}

.node--type-destination .destination-edge-to-edge .tout-content h3,
.node--type-tours .tour-edge-to-edge .tout-content h3 {
    font-weight: bold;
    font-size: 50px;
    text-shadow: 2px 2px #333;
    color: #FFF;
}

.node--type-destination .block-entity-fieldnodebody {
    padding: 2rem;
    font-size: 18px;
}

.tours-list-block .node--type-tours {
    margin-bottom: 2rem;
    background-color: #f8f9fa;
    padding: 1.25rem 0.75rem 1.25rem 1.5rem;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.1),0 5px 8px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.tours-list-block .node--type-tours .img-fluid {
    border-radius: 6px;
}

.node--type-tours  {
    counter-reset: section;  
}

.node--type-tours .tours__field-image .img-fluid {
    width: 100%;
}

.node--type-tours .page__content {
    width: 100%;
}

.node--type-tours #field-language-display {
    display: none;
}

.node--type-tours .block-title {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.node--type-tours #block-blue-bird-content section {
    padding-bottom: 1.5rem;
}

.node--type-tours #block-blue-bird-content .field__item {
    padding-left: 1em;
    text-indent: -1em;
}

.node--type-tours #block-blue-bird-content  .field__item:before {
    content: "- ";
}

.node--type-tours #block-blue-bird-content .tours__field-itinerary .field__item {
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.node--type-tours #block-blue-bird-content .tours__field-itinerary .field__item:before {
    counter-increment: section;
    content: " " counter(section) " ";
    background-color: #0072bb;
    color: #FFF;
    border: 1px solid #999;
    border-radius: 20px;
    padding: 0.20rem 0.4rem;
    margin-right: 0.5rem;
}

.trip-details .views-field .views-label {
    font-weight: bold;
}

.trip-details .views-field .field-content {
    display: inline;
}

.node--type-tours #block-blue-bird-content .btn {
    width: 100%;
}

.node--type-tours #block-blue-bird-content .block-webform-block {
    display: none;
}

@media (max-width: 767px) {
    .node--type-destination .destination-edge-to-edge .tout-content h3,
    .node--type-tours .tour-edge-to-edge .tout-content h3 {
        font-size: 38px;
    }
    
    .node--type-destination .middle {
        width: 100%;
        max-width: 100%;
    }
}