/* 
Theme Name: Mustard Child
Theme URI: https://mustard.design/
Description: Mustard is a brand, web and graphic design studio based in Cairns.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.tour-info {
    display: flex;
}

.tour-info-item {
    text-align: center;
    color: #fff;
}

.tour-info-item-title {
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    letter-spacing: 0.2em;
}

.tour-info-item-value {
    font-size: 25px;
}

.tour-info-item-icon {
    width: 48px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.tour-info-item:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #fff;
}

@media all and (max-width: 1350px) {
   .tour-info-item {
       width: 28%;
   }

    .tour-info-item:last-child {
        width: 20%;
    }
    
    .tour-info-item:not(:last-child) {
        margin-right: 20px;
        padding-right: 20px;
    }
    
    .tour-info-item-value {
        font-size: 20px;
    }
    
    .tour-info-item-title {
        font-size: 16px;
    }    
}


@media all and (max-width: 850px) {
    .tour-info {
        flex-wrap: wrap;
    }

    .tour-info-item:last-child,
    .tour-info-item {
        width: 50%;
    }

    .tour-info-item:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
    }

    .tour-info-item:nth-child(1),
    .tour-info-item:nth-child(2) {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px !important;
    }

    .tour-info-item:nth-child(3),
    .tour-info-item:nth-child(4) {
        padding-top: 20px;
    }

    .tour-info-item:nth-child(2n) {
        border-right: none;
    }
}

@media all and (max-width: 767px) {
    .tour-info-item-title {
        font-size: 13px;
    }
    
    .tour-info-item-value {
        font-size: 17px;
    }
}