/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.tour-price {
    font-size: 18px;
    color: #e74c3c;
    font-weight: bold;
    margin-top: 10px;
}


.tours-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tour-item {
    width: calc(33.333% - 20px); /* Ajuste o tamanho conforme necessário */
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tour-item h2 a {
    color: #333;
    text-decoration: none;
}

.tour-item .tour-price {
    font-size: 18px;
    color: #e74c3c;
    font-weight: bold;
    margin-top: 10px;
}

.page-id-7278 h4 {
    color: #ff1053;
}


