/*
Theme Name:   Lacul Verde Resort
Theme URI:    https://wordpress.org/themes/twentytwentyfive/
Description:  Child theme for Twenty Twenty-Five
Author:       Epuran Viorel
Template:     twentytwentyfive
Version:      1.0.0
Text Domain:  twentytwentyfive-child
*/

/* Put your child theme CSS below */
:root {
 --wp--preset--shadow--natural: 2px 2px 9px rgb(0 0 0 / 10%)!important;
}
header.wp-block-template-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    scroll-behavior: smooth;
}
.orderGroup > * {
    position: relative;
    z-index: 1;
}
:where(.wp-site-blocks :focus) {
    outline-width: 0px!important;
}
.orderGroup:before {
    font-weight: 700;
    font-size: 28rem;
    opacity: 0.15;
    font-family: var(--wp--preset--font-family--playfair-display);
    position: absolute;
    bottom: 0;
    line-height: 18rem;
    z-index: 0;
}
.orderGroup.one:before {
    content: "01";
    animation-name: fadeInLeft;
}
.orderGroup.two:before {
    content: "02";
    right: 0;
    animation-name: fadeInRight;
}
.orderGroup.three:before {
    content: "03";
    animation-name: fadeInLeft;
}
.orderGroup.four:before {
    content: "04";
    right: 0;
    animation-name: fadeInRight;
}
.orderGroup.five:before {
    content: "05";
    animation-name: fadeInLeft;
}
.orderGroup.six:before {
    content: "06";
    right: 0;
    animation-name: fadeInRight;
}
.wp-block-accordion-item {
    padding: 15px;
    border: 1px solid #e7e7e7;
}
.wp-block-accordion-item.is-open h3 {
    color: var(--wp--preset--color--accent-1) !important;
} 
.wp-block-accordion-item.is-open {
    border-color: var(--wp--preset--color--accent-1) !important;
} 
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
div#headerNavMain.fixed {
    background: #ffffff61;
    backdrop-filter: blur(18px);
} 

.almostFullHeight {
    min-height: calc(100vh - 200px) !important;
}
#headerNavMain:not(.fixed) nav a {
    color: #ffffff !important;
    z-index: 990;
}
footer.wp-block-template-part {
    margin-block-start: 0;
}
div#mobileBlockNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
    overflow: hidden;
    pointer-events: none;
}
div#mobileBlockNav.showThisBlock {
    transform: translateX(0);
    pointer-events: auto;
}
.iconBlock {
    min-width: 50px;
}
.absoluteLink {
    position: relative;
}
.absoluteLink a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 3px;
}
.absoluteLink .iconBlock {
    position: static;
}
div#mobileBlockNav:after {
    content: "LV";
    position: fixed;
    bottom: 21px;
    left: 11px;
    font-size: 50vw;
    line-height: 0.7;
    font-weight: 900;
    opacity: 0.15;
    color: rgba(255, 0, 0, 0) !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    z-index: -1;
}
.wp-block-group.scroll {
    overflow-y: scroll;
    height: 100%;
}
.wp-block-group.scroll::-webkit-scrollbar {
  display: none;
}
div#mobileBlockNav:before {
    content: "";
    background: #0b110f87;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wp-block-group.showSubMenu {
    display: none;
    gap: 10px;
}
.toggleMenu .chevron {
	filter: grayscale(1);
	opacity: 0.5;
}
.toggleMenu.visibleMenu .chevron {
    transform: rotate(180deg);
	filter: grayscale(0);
	opacity: 1;
}
.toggleMenu.visibleMenu .wp-block-group.showSubMenu {
    display: flex;
}
.showSubMenu a {
    text-decoration: none;
    padding-left: 40px;
    position: relative;
}
.showSubMenu a:before {
    content: "";
    width: 6px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 999;
    height: 6px;
    background: #d3ba7b;
    border-radius: 100%;
}
.absoluteMenu a {
    text-decoration: none;
}
.absoluteMenu a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.zindexRelative {
    z-index:3;
    position: relative;
}
.animateMenu {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
}
.animateOne {
    animation-duration: 0.5s;
}
.animateTwo {
    animation-duration: 0.9s;
}
.animateThree {
    animation-duration: 1.3s;
}
.animateFour {
    animation-duration: 1.7s;
}
.animateFive {
    animation-duration: 2.1s;
}
.animateSix {
    animation-duration: 2.5s;
}

.fadeInUpOne {
    animation-duration: 2.7s;
}
.fadeInUpTwo {
    animation-duration: 2.9s;
}
.fadeInUpThree {
    animation-duration: 3.1s;
}
.fadeInUpFour {
    animation-duration: 3.3s;
}
.fadeInUpFive {
    animation-duration: 3.5s;
}
.fadeInUpSix {
    animation-duration: 3.7s;
}
.bgText:before {
    font-family: var(--wp--preset--font-family--open-sauce-sans);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(3rem, 10vw, 8rem);
    opacity: 0.2;
    white-space: nowrap;
    pointer-events: none;
}
.bgText.events:before {
    content: "EVENTS";
}
.bgText.nunta:before {
    content: "NUNTA";
}
.bgText.contact:before {
    content: "CONTACT";
}
.bgText.vizionare:before {
    content: "VIZIONARE";
}
.bgText.resort:before {
    content: "RESORT";
}
.bgText.blog:before {
    content: "ARTICOLE";
}
.bgText.hotel:before {
    content: "HOTEL";
}
.bgText.dine:before {
    content: "DINE";
}
.lps-datebadge:before {
    content: attr(data-day);
    font-family: var(--wp--preset--font-family--open-sauce-sans);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(8rem, 14vw, 20rem);
    opacity: 0.2;
    white-space: nowrap;
    pointer-events: none;
}
.lps-left:before {
    content: "";
    background: #0f3b2ea6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.heroCta {
    gap: 15px;
	margin-top: 30px !important;
}
.heroCta .wp-block-wpzoom-video-popup-block-block {
    min-height: auto;
}
header ul.wp-block-navigation__submenu-container {
    background: #fff !important;
    min-width: 190px !important;
    border: none !important;
    padding: 40px 25px;
    box-shadow: 1px 1px 10px #0000004d;
    border-radius: 11px;
}
#headerNavMain ul.wp-block-navigation__submenu-container a {
    color: #d3b97a !important;
    padding: 5px 1em !important;
    border-bottom: 1px solid #8f874296;
}
header ul.wp-block-navigation__submenu-container li:last-child a {
    border-bottom: none;
}
ul.wp-block-navigation__submenu-container:before {
    content: "";
    background-image: url(https://laculverderesort.ro/wp-content/uploads/2026/02/corner.png);
    width: 200px;
    height: 200px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
ul.wp-block-navigation__submenu-container:after {
    content: "";
    background-image: url(https://laculverderesort.ro/wp-content/uploads/2026/02/corner.png);
    width: 200px;
    height: 200px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.lps-left {
background-image: url("https://laculverderesort.ro/wp-content/themes/laculverde/cpt/lacul-verde-bg.jpg")!important;
background-position: center!important;
background-size: cover!important;
background-repeat: no-repeat!important;
}
img.sold_finish {
    position: absolute;
    top: 5%;
    left: 2%;
    z-index: 3;
    max-width: 200px;
}
ul.fancyList {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.fancyList li {
    position: relative;
    padding-left: 28px;
}
ul.fancyList li:before {
    content: "";
    background-image: url(https://laculverderesort.ro/wp-content/uploads/2026/02/icons8-check-100.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 0;
}
.overalyBannerCarousel img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}
.fillThenWhite a:hover {
    background: white !important;
    border: 1px solid #d2b879 !important;
    color: #d2b879 !important;
}
.addBg a:hover {
    background: linear-gradient(90deg, rgb(210, 184, 121) 0%, rgb(250, 236, 178) 100%);
    color: #000 !important;
    border: 0px solid #d2b879 !important;
}
.fillThenWhite a, .addBg a {
    transition: ease-in-out .1s;
}
.fillThenWhite a {
    border: 1px solid #ff000000;
}
.uagb-post__image img {
    border-radius: 25px;
    object-fit: cover;
    height: 290px !important;
}
.spectra-image-gallery__media--carousel {
    box-shadow: var(--wp--preset--shadow--natural) !important;
}
.wp-block-buttons .wp-block-button__link {
    border-radius: 11px !important;
}
.uagb-slick-carousel button {
    background: white !important;
}
.detailCard, .detailCard .wp-block-group .wp-block-group, .detailCard .wp-block-group .wp-block-group img {
    transition: ease-in-out .3s;
}
.detailCard:hover {
    background-color: #f1f0e84f !important;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 18%) !important;
}
.detailCard:hover .wp-block-group .wp-block-group img {
    filter: brightness(200%);
}
.detailCard:hover .wp-block-group .wp-block-group {
    background-color: #d2b879 !important;
}
.wp-block-accordion .animated:not(.o-anim-ready) {
    visibility: visible;
}
.uagb-post__text.uagb-post-grid-byline {
    display: none;
}
.oneSlideImage img {
    height: 380px !important;
    object-fit: cover;
}
.caracteristici figure.wp-block-image {
    display: flex;
}
.wp-block-query .wp-block-post-featured-image img {
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
}
.facilitiesClassImages figure, .facilitiesClassImages img {
    width: 20px;
    height: 20px;
    display: block;
}
#cookieBanner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    padding: 16px;
    z-index: 1000;
}

.cookieBannerWrapper {
    max-width: 960px;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cookieBannerWrapper .info {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
}

.cookieFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
}

.cookieFlex a {
    font-size: 14px;
    color: #1f2937;
    text-decoration: underline;
}

.cookieBannerWrapper button {
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.cookieBannerWrapper .acceptCookies {
    background: linear-gradient(90deg,rgb(210,184,121) 0%,rgb(250,236,178) 100%);
    color: #ffffff;
}

.cookieBannerWrapper .denyCookies {
    background: #e5e7eb;
    color: #111827;
}

@media (max-width: 640px) {
    .cookieBannerWrapper {
        padding: 16px;
    }
}



















@media only screen and (max-width: 900px) {
    .desktopMenu, #topMenu {
        display: none!important;
    }
.overalyBannerCarousel img {
    min-height: 300px;
}
.flexRowDown {
    flex-direction: column!important;
}
}

@media (min-width: 901px) {
    .showOnMobile {
        display: none!important;
    }
.overalyBannerCarousel {
    margin-top: -60px !important;
}
ul.fancyList {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.twoRowsAccordion {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
}


@media only screen and (max-width: 767px) {
.mobileHeaderVideo {
    min-height: 40vh !important;
}
}