/**
Theme Name: wohnung-ticino.webdress.site
Author: wohnung-ticino.webdress.site
Author URI: https://wohnung-ticino.webdress.site/
Description: wohnung-ticino.webdress.site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grotto-tessin
Template: astra
*/

a:active, a:focus { outline: none; }

/*FILTER*/
.search-box {
    flex: 1;
    min-width: 250px;
    margin-top: 32px;
    position: relative;
}
input.search-input {
    width: 100%;
    padding: 7px 45px 7px 16px;
    border: 2px solid #e5e5e5;
    background: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color .2s ease;
}
input.search-input:focus {
    outline: none;
    border: 2px solid #65611B;
}
.results-count {
    margin-bottom: 5px;
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}
.search-box svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    pointer-events: none;
}
.no-result{
    display:none;
    padding:40px 0;
}
.filter-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.filter-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}
.filter-select:focus {
    outline: none;
    border: 2px solid #65611B;
}
.filter-select {
    padding: 12px 16px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-size: 16px;
    background: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    transition: border-color .2s ease;
    min-width: 180px;
}
/*FILTER*/

.acf-highlights {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.acf-highlights__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.acf-highlights__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.acf-highlights__text {
    color: #000;
    font-size: 16px;
}

.not-include {
    background: #f6eff1;
    padding: 10px 15px;
    border-radius: 10px;
}

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

.acf-entertainment {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem 2rem;
    margin: 1rem 0;
}

.acf-entertainment__item {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.acf-entertainment__icon {
    flex-shrink: 0;
    margin-top: 4px;
}

.acf-entertainment__icon img,
.acf-entertainment__icon svg {
    width: 30px;
    height: 30px;
}

.acf-entertainment__text {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
	color: #000;
}

@media (max-width: 768px) {
    .acf-entertainment {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.heading-btc {
    position: relative;
    height: 45px;
    overflow: hidden;
    line-height: 20px;
}

.heading-btc::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 80%);
}

.heading-bdc {
    position: relative;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.heading-bdc::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 80%);
}

form.post-password-form.ppw-form.ppw-pcp-password-form {
    max-width: 700px;
    text-align: left;
    border: 1px solid #d6d6d6;
    background: #fafafa;
    margin: 0 auto;
    padding: 25px;
    border-radius: 5px;
}

.post-password-form input[type=submit] {
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0;
}

input.ppw-password-input.ppw-pcp-pf-password-input {
    background: #fff;
    border-radius: 5px;
    width: 100%;
}

.ppw-restricted-content {
    margin: 50px 0;
}
/*......*/
.acf-anzahl-betten__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
}

.acf-anzahl-betten__item {
    background: #f8f9fa;
    padding: 1.5rem 1.25rem;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
/*
.acf-anzahl-betten__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}*/
.acf-custom__item {
    background: #f8f9fa;
    padding: 5px 15px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.acf-anzahl-betten__text {
    color: #000;
}

.acf-anzahl-betten__data {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    padding: 10px;
}

@media (max-width: 992px) {
    .acf-anzahl-betten__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .acf-anzahl-betten__grid {
        grid-template-columns: 1fr;
    }
}

.activ_sidebar__item img {
    width: 100%;
	border-radius: 3px;
	transition: filter 0.3s ease;
}

img.activ_sidebar_img:hover {
    filter: brightness(0.6);
}

.activ_sidebar__item {
    margin-bottom: 15px;
}

.f-btn {
    padding: 13px 20px;
    background: #65611b;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0px 2px 8px 0px rgba(52.00000000000002, 118, 182, 0.2);
    cursor: pointer;
}

.f-btn:hover {
  background: #4A4713  
}

/*Activity Gallery*/
.activ-gallery .e-gallery-container {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 390px;
}

.activ-gallery .e-gallery-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
}
.activ-gallery .e-gallery-item:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}
.activ-gallery .e-gallery-item:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}

.activ-gallery .e-gallery-image {
    padding-bottom: 0 !important;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: translateZ(0);
    backface-visibility: hidden;
}

@media (hover: none) {
    .activ-gallery .elementor-animated-content,
    .activ-gallery .elementor-gallery-item__overlay {
        transition: none !important;
        animation: none !important;
    }
}

@media (max-width: 767px) {
    .activ-gallery .e-gallery-container {
        grid-template-columns: 1fr !important;
        grid-template-rows: none !important;
        height: auto !important;
    }
    .activ-gallery .e-gallery-item {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .activ-gallery .e-gallery-image {
        height: 0 !important;
        padding-bottom: 75% !important;
    }
}
/*Activity Gallery*/

