/*
Theme Name:   Tour Package Sonella Child
Theme URI:
Description:  Child theme for Tour Package. Adds Cachorro, Adulto, and Proxima Camada
              custom post types with their taxonomies and metadata fields.
Author:       Sonella
Template:     tourpackage-new-official
Version:      1.0.0
Text Domain:  sonella
*/

/* ==========================================================================
   Gallery + ribbon overlay
   ========================================================================== */

/**
 * The .gallery div wraps the bxSlider list and the ribbon badge.
 * It must be position:relative so that the absolutely-positioned
 * .package-ribbon-wrapper is anchored to the gallery, not to a distant
 * ancestor (which caused the badge to appear at the bottom of the page).
 */
.gallery {
	position: relative;
	overflow: hidden;
}

/**
 * Re-anchor the ribbon to the TOP-RIGHT of the gallery slider.
 * The parent theme places it at bottom:22px / right:-8px (designed for
 * small package cards). For a full-width image slider we move it to the
 * top-right corner so it is always visible.
 */
.gallery .package-ribbon-wrapper {
	bottom: auto;
	top:    0;
	right:  0;
}
