/*
Theme Name: Travivu
Theme URI: https://gaviaspreview.com/wp/travivu/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.6
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: travivu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}

.content.include {
    border-radius: 15px;
    padding: 10px;
    background: #EAFAEA;
}

.content.exclude {
    
    border-radius: 15px;
    padding: 15px;
    background: #FBEBEB;
}

.booking-single .post-data.cost{
	gap:10px;
}

.trip-post-content {
  
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    padding: 15px;
    box-shadow: 0 0 5px rgb(0, 0, 0, .10);
    
    
}

h3.booking-one__title {
    min-height: 50px;
}


.booking-one__readmore .btn-booking {
    text-align: center;
    display: block;
    width: 100% ;
}

.booking-one__readmore{
	width:100%;
}

.hlp{
	background: #F3F1F1;
    border: 1px solid #DFDBDB;
    border-radius: 10px;
    
}

.helptxt2{
    font-size: 13px;
    font-weight: 500;
}