/*
 Theme Name:   Tourm Child  
 Theme URI:    https://themeholy.com/wordpress/tourm
 Description:  This is a child theme for Tourm - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     tourm
 Version:      2.1.0
 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:  tourm-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
.h2, h2 {
    font-size: 26px;
    line-height: 1.327;
}

.logo-bg.bg-mask{
	display: none;
}
.footer-widget p, .footer-widget a, .footer-widget p a, .footer-widget h3{
	color: white !important;
}

.newsletter-form input {
    border: 1px solid #ffffff;
	color: white;
}

.newsletter-form input:focus {
	color: white;
}

.newsletter-form .th-btn {
    min-width: 227px;
    background: #CB482F;
}

.newsletter-form .th-btn img{
	filter: brightness(100);
}

.footer-social i{
	color: #3D658B;
}

.newsletter-form .form-control::placeholder{
    color: white;
}


.sticky-footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #007daa; /* Blue background */
    padding: 10px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none; /* Initially hidden */
}

.sticky-footer-menu ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
}

.sticky-footer-menu li {
    flex: 1;
    text-align: center;
}

.sticky-footer-menu a {
    display: inline-block;
    padding: 10px;
}

.sticky-footer-menu img {
    width: 28px;
    height: 28px;
}
.wp-travel-toolbar{
	border: none;
}

.wp-travel-toolbar .wte-view-modes ul li{
	display: flex;
	align-items: center;
  justify-content: center;
}

.wp-travel-toolbar .wte-view-modes ul {
    padding: 5px 0 !important;
}

:root {
    --theme-color: #007EAC;
    --primary-color: #007EAC;
	
}

.th-btn.style3{
	background: #CB482F;
}

.category-grid.wte-col-2 .category-trips-single, .category-grid.wte-col-2 .wpte-trip-category, .category-grid.wte-col-2 .wpte-trip-single, .category-grid.col-2 .category-trips-single, .category-grid.col-2 .wpte-trip-category, .category-grid.col-2 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-2 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-2 .category-trips-single, [class*=wte-col-]:not(.category-list).col-2 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-2 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-single, .single-trip .wte-related-trips.category-grid.wte-col-2 .category-trips-single, .single-trip .wte-related-trips.category-grid.wte-col-2 .wpte-trip-category, .single-trip .wte-related-trips.category-grid.wte-col-2 .wpte-trip-single, .single-trip .wte-related-trips.category-grid.col-2 .category-trips-single, .single-trip .wte-related-trips.category-grid.col-2 .wpte-trip-category, .single-trip .wte-related-trips.category-grid.col-2 .wpte-trip-single
 {
    flex: 0 0 calc(32.8% - var(--gap) * 1 / 2) !important;
    max-width: calc(32.8% - var(--gap) * 1 / 2) !important;
}

.wpte-booking-area.wpte-form-layout-1 {
	display: none;
}

.category-trips-single.wpte-layout-6 .category-trip-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.category-trips-single.wpte-layout-6 .category-trip-fig {
    margin-top: 15px;
}

li.parsley-required{
    list-style: none;
}

.single.single-trip .content-area .wte_enquiry_contact_form-wrap{
	display: none;
}
	

@media (min-width: 1200px) {
    .me-xl-auto {
        margin: auto !important;
    }
}



@media (max-width: 768px) {
	.wHelp.wHelp-everywhere-only{
		display: none;
	} 

    .sticky-footer-menu {
        display: block; /* Show on mobile */
    }
    
}