/*
Theme Name:   SieghardSuitesChild
Description:  Ein Child Theme für Sieghard Suites
Author:       derkuenstler Design
Author URL:   http://www.derkuenstler.com/
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SieghardSuitesChild
*/

/* Write here your own personal stylesheet */


/* Elementor fix */

/* 
.elementor-section.elementor-section-stretched {
    width: 100% !important;
    overflow: hidden;
}
.elementor-section.elementor-section-stretched rs-module-wrap[id*="rev_slider_"],
.elementor-section.elementor-section-stretched rs-module[id*="rev_slider_"] {
    width: 100% !important;
}
*/


.uael-post-wrapper .whirlpool-btn-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: calc(0.9* 100%);
    z-index: 10;
    width: 100%;
    pointer-events: none;
}
.uael-post-wrapper .whirlpool-btn-wrapper img.whirlpool-btn {
    position: absolute;
    top: unset;
    left: unset;
    bottom: -1em;
    right: 0.75em;
    z-index: 10;
    transform: rotate(5deg) !important;
    width: 7.5em !important;
    height: 7.5em  !important;
    z-index: 10;
    object-fit: contain;
}

@media (max-width: 380px) {
	.uael-post-wrapper .whirlpool-btn-wrapper img.whirlpool-btn {
		width: 6.5em !important;
		height: 6.5em  !important;
	}
}

/* Custom Booking Button */
.click-overlay,
.click-overlay a {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
	background-color: transparent !important;
}

.click-overlay a span {
    display: none;
}

/* Simple Popus */
/* remove box-shadow from close button */
.modal .modal__close {
	box-shadow: none !important;
}