/*
Theme Name: Sunray Voyagers Child
Theme URI: https://sunrayvoyagers.com/
Description: Child theme for Travel Booking
Author: Sunray Voyagers
Template: travel-booking
Version: 1.0.1
*/

.sv-enquire-section {
    width: 100%;
    margin: 35px 0 20px;
    text-align: center;
}

.sv-enquire-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: #000000;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    border: 2px solid #000000;
    border-radius: 3px;
    transition: all 0.25s ease;
}

.sv-enquire-button:hover {
    background-color: #ffffff;
    color: #000000 !important;
    border-color: #000000;
}

.category-trip-aval-time {
    display: none !important;
}