/*
Theme Name: Birdily Child
Template: birdily
Theme URI: http://birdily.axiomthemes.com/
Description: Birdily - excellent WordPress theme with many different blog and header layouts
Author: Axiomthemes
Author URI: http://axiomthemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


/* Fix SVG logo size */
.elementor-element-ccdcc24 .sc_layouts_logo img {
  width: 150px;
  height: auto;
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.6px;
}


/*===============================
   WordPress galleries: square crop + centered
   Applies to all .gallery (all column counts)
   =============================== */

/* On force un carré pour chaque vignette */
.gallery .gallery-item .gallery-icon{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;   /* carré */
  overflow: hidden;      /* rognage */
}

/* Les liens et wrappers prennent toute la place */
.gallery .gallery-item .gallery-icon a,
.gallery .gallery-item .gallery-icon .magnific_wrap{
  display: block;
  width: 100%;
  height: 100%;
}

/* L’image remplit le carré et se centre */
.gallery .gallery-item .gallery-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;       /* rogne */
  object-position: center; /* centre le cadrage */
  display: block;
}

.gallery-item .gallery-icon {
    margin: 5px 10px !important;
}

/* header pages intérieures */



.elementor-10 .elementor-element.elementor-element-7b28544 > .elementor-widget-container {
    background-color: #785964 !important;
}

.elementor-10 .elementor-element.elementor-element-3d70777 > .elementor-widget-container {
    background-color: #785964 !important;
}



/* gallerie */

summary {
  font-size: 22px;
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family);
  margin-bottom: 20px;
}

.elementor-lightbox {
    --lightbox-ui-color: #FACCC2;
    --lightbox-ui-color-hover: #785964;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px;
}

.scheme_default .mfp-bg, .scheme_default .elementor-lightbox {
    background-color: #785964cc !important;
}

.page_content_wrap {
    padding-top: 25.5rem !important;
}
@media (max-width: 990px){
  .page_content_wrap{
    padding-top: 21rem !important;
  }
}

/* Voyages/evenements */

.wp-travel-filter-by-heading,  .wt-filter-by-price, .wt-filter-by-itinerary-types, .wt-filter-by-trip-name, .wp-travel-average-review, .wp-travel-review-text, .wp-travel-average-review:before  {
  display: none;
}

.wp-travel-trip-time.trip-fixed-departure, .wp-travel-trip-time.trip-duration {
    padding: 0.2em 1em 0.2em 1em !important;
}

.scheme_default .single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list li.resp-tab-active {
    border-bottom-color: #eeeeee !important;
}

.scheme_default .single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list li.resp-tab-active, .scheme_default .single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list li.resp-tab-item, .scheme_default .single-itineraries .wp-travel-tab-wrapper .resp-tabs-container .resp-tab-content-active, .scheme_default .single-itineraries .wp-travel-tab-wrapper .resp-tabs-container h2, .scheme_default ul.availabily-list li>form>div.price ins {
    background-color: #eeeeee !important;
    color: #054832 !important;
    border-color: #ffffff;
}



/* membres */

.trip_includes, .trip_outline , .trip_excludes, .reviews , .booking, #wp-travel-trip-pickup-location  {
  display: none !important;
}