/*
 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 ]
- - - - - - - - - - - - - - - - - - - - */
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {

    width: 100%;
    padding: 16px;
}
input[type=text], input[type=email], input[type=search], input[type=number], select, textarea {
    padding: 16px;
    width: 100%;
}

.radioselect, .form-control, .form-select, textarea, input {
     border: 1px solid #633d92;
   
}

.breadcumb-wrapper {
    
    display: none !important ;
}
/*whatsapp btn style*/
a.cstm_btn--wts-popup {
    display: grid;
    place-items: center;
    position: fixed;
    right: 35px;
    left: 0px;    
    margin-inline: auto 20px;
    bottom: 130px;
    width:55px;
    aspect-ratio: 1;
    border-radius: 100vmax;
    background: #633D92;
    z-index:30333333;
        
}

a.cstm_btn--wts-popup i {
    font-size: 25px;
    font-family: 'FontAwesome';
    font-style: normal !important;
    color: #fff;
}

.cstm_btn--discover {
    padding-inline: 20px !important;
}
@media screen and (max-width: 768px) {
	a.cstm_btn--wts-popup {
    right: 0px;
    bottom: 90px;}
	}
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .per-text {
   display :none !important ; 
}

@media (max-width: 767px) {
    .img-box4 .discount {
        top: auto;
        transform: translate(-20%, 250%);
    }
}
:root {
  --primary-color: #633d92 !important;
}


/* Hide booking area for specific posts UPDATED By ADIL*/
.postid-8881 .wpte-booking-area,
.postid-8879 .wpte-booking-area,
.postid-8875 .wpte-booking-area,
.postid-8873 .wpte-booking-area,
.postid-8870 .wpte-booking-area,
.postid-8868 .wpte-booking-area,
.postid-9478 .wpte-booking-area,
.postid-9480 .wpte-booking-area,
.postid-9482 .wpte-booking-area,
.postid-9484 .wpte-booking-area,
.postid-9484 .wpte-booking-area,
.postid-9487 .wpte-booking-area
 {
  display: none !important;
}
.wte-selected-package-description {
    display: none !important;
}
