/*
 Theme Name:   Travolo Child
 Theme URI:    http://vecurosoft.com/products/wordpress/travolo/
 Description:  This is a child theme for Travolo WordPress Theme
 Author:       Vecurosoft
 Author URI:   http://vecurosoft.com/
 Template:     travolo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  travolo-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.trip-facts-value li label {
    font-size: 14px;
}
.trip-facts-value .icon-holder {
    font-size: 17px;
}

 .wpcf7 input[type="tel"] {
    padding: 16px;
}

@media (min-width: 1025px) {
    .wpte-booking-area .wpte-bf-whatsapp-cta {
        display: block;
    }
}



.breadcumb-wrapper.background-image {
    position: relative;
    overflow: hidden;
}

.breadcumb-wrapper.background-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    z-index: 1;
}