@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;text-decoration:none;scroll-behavior:smooth}.footer{padding:20px;position:relative;z-index:5;width:100%;background:#b4c79c;border-top-left-radius:24% 35%;border-top-right-radius:24% 35%;text-align:center}.footer .footer-links{display:flex;align-items:center;flex-direction:column;font-size:1.2rem;gap:10px}.footer .footer-links a{color:#333;font-weight:600;font-family:Quicksand,sans-serif}.footer .footer-bottom{margin-top:25px}@media only screen and (min-width: 600px){.footer{width:100%;margin:0 auto;border-top-left-radius:15% 25%;border-top-right-radius:15% 25%}.footer .footer-links{font-size:1.1rem}.footer .footer-bottom{margin-top:25px;font-size:.8rem}}@media only screen and (min-width: 1024px){.footer{width:70%;margin:0 auto;border-top-left-radius:15% 55%;border-top-right-radius:15% 55%}.footer .footer-links{font-size:1.1rem}.footer .footer-bottom{margin-top:25px;font-size:.8rem}}.password-gate{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px}.password-gate img{position:absolute;left:0;top:0;width:60%;z-index:1}.password-gate h4{position:relative;z-index:2;display:inline-block;width:100%;font-family:Cormorant Garamond,serif;margin-bottom:20px}.password-gate .welcome-message{position:relative;z-index:2;text-align:center;width:60%;margin:10px auto;font-size:1.5rem;font-family:Cormorant Garamond,serif;font-weight:500}.password-gate .welcome-message span{display:inline-block;font-weight:600;width:100%;font-size:1.7rem;font-family:Parisienne,cursive}.password-gate form{text-align:center;position:relative;z-index:2}.password-gate form h3{width:80%;margin:10px auto;font-size:1rem;font-family:Lora,serif}.password-gate form .password-input{position:relative}.password-gate form .password-input input{width:100%;padding:10px 20px;border-radius:30px}.password-gate form .password-input span{position:absolute;right:12px;top:55%;transform:translateY(-50%);cursor:pointer;color:#888}.password-gate form .error-message{font-size:.8rem;margin-top:5px;color:red}.password-gate form button{margin-top:20px;border:none;background-color:#b4c79c;padding:10px 20px;border-radius:30px;transition:all ease .3s}.password-gate form button:hover{background-color:#cde3b2}.password-gate form button:focus{background-color:#97ab7e;color:#fff}.page-not-found{width:100%;padding:20px;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.page-not-found img{position:absolute;left:0;top:0;width:60%;z-index:1}.page-not-found .page-not-found-box{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center}.page-not-found .page-not-found-box img{position:relative;width:4rem;margin-bottom:15px}.page-not-found .page-not-found-box h1{display:inline-block;width:100%;font-family:Cormorant Garamond,serif;margin-bottom:20px}.page-not-found .page-not-found-box p{text-align:center;width:90%;margin:10px auto;font-size:1.5rem;font-family:Cormorant Garamond,serif;font-weight:500}.page-not-found .page-not-found-box .back-home-button{margin-top:30px;padding:10px 20px;border-radius:30px;border:none;width:fit-content;background-color:#b4c79c;color:#333}@media only screen and (min-width: 600px){.page-not-found img{width:40%}.page-not-found .page-not-found-box{width:60%}.page-not-found .page-not-found-box img{width:3rem}}@media only screen and (min-width: 1024px){.page-not-found img{width:20%}.page-not-found .page-not-found-box{width:30%}.page-not-found .page-not-found-box img{width:3rem}}.back-to-top-btn{position:fixed;bottom:30vh;right:7px;opacity:0;z-index:10;transition:all .3s ease-in-out;display:none;border:none;border-radius:50%;background-color:#b4c79c;height:2.2rem;width:2.2rem;display:flex;align-items:center;justify-content:center;padding-top:3px;z-index:5}.back-to-top-btn i{font-size:1.8rem;position:relative;top:0;color:#fff}.back-to-top-btn:hover{background-color:#cde3b2}.back-to-top-btn.visible{display:block;opacity:1;animation:btn-opacity .2s ease-in-out forwards}.back-to-top-btn.closing{animation:btn-opacity-reverse .2s ease-in forwards}@media only screen and (min-width: 500px){.back-to-top-btn{right:3%;bottom:30vh}}@media only screen and (min-width: 1024px){.back-to-top-btn{bottom:35vh;right:16%}}.thank-you-page{width:80%;margin:10px auto;padding:20px;margin-top:12vh;text-align:center}.thank-you-page .themes-page-img{position:absolute;top:0;right:0;width:60%;z-index:1;opacity:.5}.thank-you-page .thank-you-box{position:relative;z-index:2}.thank-you-page .thank-you-box img{width:3rem}.thank-you-page .thank-you-box h1{font-size:2rem;font-family:Lora,serif;color:#b4c79c}.thank-you-page .thank-you-box h2{text-align:center;font-size:1.4rem;font-family:Parisienne,cursive}.thank-you-page .thank-you-box p{font-family:Cormorant Garamond,serif;font-size:1.1rem}.thank-you-page .thank-you-guest-input{margin:15px auto}.thank-you-page .thank-you-guest-input h3{font-size:1.2rem;font-family:Lora,serif;color:#b4c79c}.thank-you-page .thank-you-guest-input p{font-family:Cormorant Garamond,serif;font-size:1.1rem}.thank-you-page .thank-you-guest-input .guest-message-section{display:flex;flex-direction:column;gap:15px;margin:15px auto 10px}.thank-you-page .thank-you-guest-input .guest-message-section h4{font-size:1rem;font-family:Lora,serif;color:#b4c79c}.thank-you-page .thank-you-guest-input .guest-message-section input,.thank-you-page .thank-you-guest-input .guest-message-section textarea{width:100%;padding:10px 20px;border-radius:15px;border:1px solid #111;resize:none}.thank-you-page .thank-you-guest-input .guest-photo-upload{margin:10px auto;width:100%}.thank-you-page .thank-you-guest-input .guest-photo-upload h4{font-size:1rem;font-family:Lora,serif;color:#b4c79c}.thank-you-page .thank-you-guest-input .guest-photo-upload .upload-area{display:flex;align-self:center;justify-content:center;width:fit-content;margin:20px auto;padding:12px 20px;border-radius:30px;background-color:#b4c79c;color:#fff;border:none;height:2.8rem;width:2.8rem;cursor:pointer;transition:.3s;font-size:1.2rem}.thank-you-page .thank-you-guest-input .guest-photo-upload .upload-area:hover{background-color:#cde3b2}.thank-you-page .thank-you-guest-input .uploaded-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.thank-you-page .thank-you-guest-input .uploaded-previews img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:15px;margin:0}.thank-you-page .thank-you-guest-input button{border:none;background-color:#b4c79c;padding:10px 20px;border-radius:30px;transition:all ease .3s}.thank-you-page .thank-you-guest-input button:hover{background-color:#cde3b2}.thank-you-page .thank-you-guest-input button:focus{background-color:#97ab7e;color:#fff}.user-login-container{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px;text-align:center}.user-login-container img{position:absolute;left:0;top:0;width:60%;z-index:1}.user-login-container h4{position:relative;z-index:2;display:inline-block;width:100%;font-family:Cormorant Garamond,serif;margin-bottom:20px}.user-login-container .welcome-message{position:relative;z-index:2;text-align:center;width:60%;margin:10px auto;font-size:1.5rem;font-family:Cormorant Garamond,serif;font-weight:500}.user-login-container .welcome-message span{display:inline-block;font-weight:600;width:100%;font-size:1.7rem;font-family:Parisienne,cursive}.user-login-container form{text-align:center;position:relative;z-index:2}.user-login-container form h3{width:80%;margin:10px auto;font-size:1rem;font-family:Lora,serif}.user-login-container form input{width:100%;padding:10px 20px;border-radius:30px;margin-bottom:15px}.user-login-container form .password-input{position:relative}.user-login-container form .password-input input{width:100%;padding:10px 20px;border-radius:30px}.user-login-container form .password-input span{position:absolute;right:12px;top:55%;transform:translateY(-50%);cursor:pointer;color:#888}.user-login-container form .error-message{font-size:.8rem;margin-top:5px;color:red}.user-login-container form button{margin-top:20px;border:none;background-color:#b4c79c;padding:10px 20px;border-radius:30px;transition:all ease .3s}.user-login-container form button:hover{background-color:#cde3b2}.user-login-container form button:focus{background-color:#97ab7e;color:#fff}@media only screen and (min-width: 600px){.password-gate img{width:50%}.password-gate h4{font-size:1.8rem}.password-gate .welcome-message{font-size:1.5rem}.password-gate .welcome-message span{font-size:1.9rem}.password-gate form button{font-size:1rem}}@media only screen and (min-width: 1024px){.password-gate{padding:20px 25%}.password-gate img{width:20%}.password-gate h4{font-size:1.5rem}.password-gate .welcome-message{width:50%;font-size:1.2rem}.password-gate .welcome-message span{font-size:1.7rem}.password-gate form h3{font-size:.8rem}.password-gate form .error-message{font-size:.7rem}.password-gate form button{font-size:.8rem}}.mladenci-dashboard-container{width:100%;padding:20px;text-align:center}.mladenci-dashboard-container h1{width:60%;margin:0 auto;font-size:2.2rem;font-family:Lora,serif;color:#b4c79c}.mladenci-dashboard-container .logout-btn{margin-top:20px;border:none;background-color:#e96363;color:#fff;padding:10px 20px;border-radius:30px;transition:all ease .3s}.mladenci-dashboard-container .logout-btn:hover{background-color:#f47a7a}.mladenci-dashboard-container .logout-btn:focus{background-color:#d25555}.mladenci-dashboard-container .wedding-info-container{width:80%;margin:10px auto}.mladenci-dashboard-container .wedding-info-container h2{font-family:Dancing Script,cursive;font-size:1.6rem;font-weight:600;margin-top:auto}.mladenci-dashboard-container .wedding-info-container p{font-family:Cormorant Garamond,serif;font-size:1.1rem;margin-bottom:20px;position:relative}.mladenci-dashboard-container .wedding-info-container .wedding-guest-counter{width:100%;margin:10px auto}.mladenci-dashboard-container .wedding-info-container .wedding-guest-counter h3{font-size:1.2rem}.mladenci-dashboard-container .wedding-info-container .wedding-guest-counter p{font-size:1.5rem;font-weight:600;font-family:Lora,serif;color:#b4c79c}.mladenci-dashboard-container .wedding-info-container .wedding-guest-counter .wedding-guest-counter-box{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}.mladenci-dashboard-container .wedding-info-container .wedding-guest-counter .wedding-guest-counter-box .guest-counter{padding:10px 15px;display:flex;flex-direction:column;gap:15px}.mladenci-dashboard-container .wedding-info-container .csv-button{border:none;margin-bottom:20px;background-color:#eee;padding:10px 20px;border-radius:30px;transition:all ease .3s}.mladenci-dashboard-container .wedding-info-container .csv-button:hover{background-color:#cde3b2}.mladenci-dashboard-container .wedding-info-container .csv-button:focus{background-color:#97ab7e;color:#fff}.mladenci-dashboard-container .guests-list-container{width:100%;padding:10px auto}.mladenci-dashboard-container .guests-list-container h4{margin:5px auto}.mladenci-dashboard-container .guests-list-container h4 span{font-family:Cormorant Garamond,serif}.mladenci-dashboard-container .guests-list-container .guest-list-header{background-color:#eee;padding:10px 12px;border-radius:30px;display:grid;grid-template-columns:1fr 6fr 1fr 1fr 3fr;text-align:left;gap:10px;font-family:Cormorant Garamond,serif}.mladenci-dashboard-container .guests-list-container ul{list-style:none;margin:10px auto}.mladenci-dashboard-container .guests-list-container ul li{display:grid;grid-template-columns:1fr 6fr 1fr 1fr 3fr;text-align:left;gap:5px;padding:5px 10px;font-family:Cormorant Garamond,serif}.mladenci-dashboard-container .guests-list-container ul li select{padding:6px 8px;border-radius:30px}.mladenci-dashboard-container .guests-list-container ul li .fi-ss-person-simple{font-size:1.2rem;color:#c33023}.mladenci-dashboard-container .guests-list-container ul li .fi-ss-child{font-size:1rem;color:#f3a277}.mladenci-dashboard-container .guests-list-container .table-card h5{margin-bottom:5px}.mladenci-dashboard-container .guests-list-container .table-card h4{margin-top:10px}.mladenci-dashboard-container .guests-list-container .table-card ul li{margin:5px auto}.mladenci-dashboard-container .save-btn{border:none;background-color:#b4c79c;padding:10px 20px;border-radius:30px;transition:all ease .3s}.mladenci-dashboard-container .save-btn:hover{background-color:#cde3b2}.mladenci-dashboard-container .save-btn:focus{background-color:#97ab7e;color:#fff}.vioora-main{width:100%;padding:20px;position:relative;height:60vh}.vioora-main .decoration-img{position:absolute;width:60%;left:0;top:0;z-index:1}.vioora-main .vioora-main-box{position:relative;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;flex-direction:column}.vioora-main .vioora-main-box img{width:10rem}.vioora-main .vioora-main-box p{margin-top:10px;font-family:Lora,serif}.vioora-main .scroll-down-arrow{display:inline-block;position:absolute;z-index:2;left:48%;bottom:20%;transform:translate(-50%);font-size:2rem;color:#b4c79c;animation:moveArrow 1.5s infinite}.vioora-why{width:80%;margin:10px auto;padding:20px;text-align:center}.vioora-why h2{font-size:2.2rem;font-family:Lora,serif;color:#b4c79c}.vioora-why p{padding:5px 20px;font-family:Quicksand,sans-serif;color:#555}.vioora-why .why-advantages-grid{margin-top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.vioora-why .why-advantages-grid img{width:2rem}.vioora-why .why-advantages-grid h3{color:#97ab7e;font-family:Cormorant Garamond,serif;font-size:1.4rem}.vioora-why .why-advantages-grid p{font-size:1rem;color:#555}@media only screen and (min-width: 600px){.vioora-main{height:80vh}.vioora-main .decoration-img{width:50%}.vioora-main .vioora-main-box img{width:10rem}.vioora-main .scroll-down-arrow{left:48%;bottom:20%}.vioora-why{width:75%}.vioora-why .why-advantages-grid{margin-top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.vioora-why .why-advantages-grid img{width:2rem}}@media only screen and (min-width: 1024px){.vioora-main{height:80vh}.vioora-main .decoration-img{width:30%}.vioora-main .vioora-main-box img{width:10rem}.vioora-main .scroll-down-arrow{left:50%;bottom:15%}.vioora-why{width:60%}.vioora-why .why-advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.vioora-why .why-advantages-grid .advantage-item img{width:1.6rem}.vioora-why .why-advantages-grid .advantage-item h3{font-size:1.2rem}.vioora-why .why-advantages-grid .advantage-item p{font-size:.8rem}}.themes-home{width:100%;margin:10px auto;padding:20px 10%;text-align:center;position:relative}.themes-home .themes-home-img{width:25%;position:absolute;right:0%;top:20%;transform:translateY(-50%);z-index:1;opacity:.9}.themes-home h2{font-size:2.2rem;font-family:Lora,serif;color:#b4c79c;position:relative;z-index:2}.themes-home p{font-family:Cormorant Garamond,serif;font-size:1.1rem;position:relative;z-index:2}.themes-home .themes-carousel-container{margin:20px 0;position:relative;z-index:2}.themes-home .themes-carousel-container .carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;font-size:2rem;width:3rem;height:3rem;border-radius:50%;border:none;color:#b4c79c;background:none}.themes-home .themes-carousel-container .carousel-nav-btn i{position:relative;top:3px}.themes-home .themes-carousel-container .carousel-nav-btn:hover{color:#cde3b2}.themes-home .themes-carousel-container .carousel-nav-btn:focus{color:#97ab7e}.themes-home .themes-carousel-container .carousel-nav-btn.left{left:-5%}.themes-home .themes-carousel-container .carousel-nav-btn.right{right:-5%}.themes-home .themes-carousel-container .themes-card{margin:0 auto;width:80%}.themes-home .themes-carousel-container .themes-card img{width:100%}.themes-home .themes-carousel-container .themes-card h3{margin:15px 0 5px;font-family:Lora,serif;color:#b4c79c;font-size:1.4rem;font-weight:700}.themes-home .themes-carousel-container .themes-card p{margin-bottom:15px}.themes-home .themes-button-group{position:relative;z-index:2;width:100%;display:flex;gap:15px;justify-content:center}.themes-home .themes-button-group button,.themes-home .themes-button-group a{border:none;background-color:#66666630;padding:10px 20px;border-radius:30px;font-size:1rem;font-weight:500;color:#222;transition:all ease .3s}.themes-home .themes-button-group button:hover,.themes-home .themes-button-group a:hover{background-color:#95939330}.themes-home .themes-button-group button:focus,.themes-home .themes-button-group a:focus{background-color:#39393930;color:#fff}.themes-home .themes-button-group a{background-color:#97ab7e;color:#fff;transition:all ease .3s}.themes-home .themes-button-group a:hover{background-color:#cde3b2}.themes-home .themes-button-group a:focus{background-color:#97ab7e;color:#fff}.themes-button-group .themes-more-btn{background-color:#e0e0e0;color:#555;border:1px solid #ccc}.themes-button-group .themes-more-btn:hover{background-color:#d5d5d5}@media only screen and (min-width: 600px){.themes-home{width:100%;padding:20px 25%}.themes-home .themes-home-img{width:20%;right:0%;top:20%}.themes-home .themes-carousel-container .carousel-nav-btn.left{left:0%}.themes-home .themes-carousel-container .carousel-nav-btn.right{right:0%}.themes-home .themes-carousel-container .themes-card{margin:0 auto;width:65%}.themes-home .themes-carousel-container .themes-card img{width:100%}}@media only screen and (min-width: 1024px){.themes-home{width:100%;padding:20px 35%}.themes-home .themes-home-img{width:10%;right:0%;top:5rem}.themes-home .themes-carousel-container .carousel-nav-btn.left{left:10%}.themes-home .themes-carousel-container .carousel-nav-btn.right{right:10%}.themes-home .themes-carousel-container .themes-card{margin:0 auto;width:45%}.themes-home .themes-carousel-container .themes-card img{width:100%}}.vioora-reviews{width:80%;margin:10px auto;padding:20px;text-align:center}.vioora-reviews h2{font-size:2.2rem;font-family:Lora,serif;color:#b4c79c}.vioora-reviews .reviews-grid{margin:10px auto;width:100%;display:grid;grid-template-columns:repeat(1,1fr)}.vioora-reviews .reviews-grid .review-item{margin-bottom:20px;background-color:#fff;border-radius:10px;box-shadow:0 4px 15px #00000008;padding:30px;display:flex;flex-direction:column;justify-content:space-between}.vioora-reviews .reviews-grid .review-item .review-stars{margin-bottom:10px;font-size:1.5em;text-align:center}.vioora-reviews .reviews-grid .review-item .review-stars .fi-ss-star{margin:0 2px}.vioora-reviews .reviews-grid .review-item .review-stars .filled{color:#ffc107}.vioora-reviews .reviews-grid .review-item .review-stars .empty{color:#ccc}.vioora-reviews .reviews-grid .review-item p{font-family:Cormorant Garamond,serif;font-size:1.1rem;margin-bottom:20px;position:relative;padding-top:25px}.vioora-reviews .reviews-grid .review-item p .review-quote-icon{width:1.4rem;position:absolute;top:0;left:50%;transform:translate(-50%);opacity:.7}.vioora-reviews .reviews-grid .review-item h4{font-family:Dancing Script,cursive;font-size:1.2rem;font-weight:600;margin-top:auto}@media only screen and (min-width: 600px){.vioora-reviews{width:80%;margin:10px auto;padding:20px;text-align:center}.vioora-reviews .reviews-grid{width:80%;display:grid;grid-template-columns:repeat(1,1fr)}}@media only screen and (min-width: 1024px){.vioora-reviews{width:60%;margin:10px auto;padding:20px;text-align:center}.vioora-reviews .reviews-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.vioora-reviews .reviews-grid .review-item{padding:20px 15px}}.vioora-faq{width:85%;margin:10px auto;padding:20px;text-align:center}.vioora-faq h2{font-size:2.2rem;font-family:Lora,serif;color:#b4c79c}.vioora-faq h3{color:#b4c79c;font-family:Cormorant Garamond,serif;font-size:1.4rem}.vioora-faq p{font-size:1rem;margin-bottom:15px;padding:5px 20px;color:#555}.vioora-faq .faq-list .faq-item{margin-bottom:10px;background-color:#fff;border-radius:10px;box-shadow:0 4px 15px #00000008}.vioora-faq .faq-list .faq-item .faq-question{padding:15px 20px;font-size:1.3rem;color:#222;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.vioora-faq .faq-list .faq-item .faq-question span{font-family:Cormorant Garamond,serif;color:#222;margin-right:10px}.vioora-faq .faq-list .faq-item .faq-question:hover{background-color:#f7f7f764}.vioora-faq .faq-list .faq-item .faq-question .faq-arrow{font-size:1.2rem;color:#b4c79c;transition:transform .3s ease}.vioora-faq .faq-list .faq-item .faq-answer{padding:0 25px 10px;background-color:#f7f7f764;text-align:left;animation:fadeIn .3s ease-out}.vioora-faq .faq-list .faq-item .faq-answer p{font-size:1rem;line-height:1.6;color:#555}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (min-width: 600px){.vioora-faq{width:75%}.vioora-faq .faq-list .faq-item .faq-question{padding:15px 20px}.vioora-faq .faq-list .faq-item .faq-answer{padding:0 25px 10px}}@media only screen and (min-width: 1024px){.vioora-faq{width:45%}}.vioora-soon-news{width:80%;margin:10px auto;padding:20px;text-align:center}.vioora-soon-news .soon-news-content img{width:3rem}.vioora-soon-news .soon-news-content h3{font-size:1.4rem;font-family:Lora,serif;color:#b4c79c}.vioora-soon-news .soon-news-content p{font-family:Cormorant Garamond,serif;font-size:1.1rem}@media only screen and (min-width: 600px){.vioora-soon-news{width:60%}}@media only screen and (min-width: 1024px){.vioora-soon-news{margin-bottom:50px;width:30%}}.contact-form{width:100%;height:110vh;padding:0}.contact-form img{position:absolute;left:0;top:0;width:60%;z-index:1}.contact-form .contact-form-box{margin:0 auto;width:80%;margin-top:10vh;position:relative;z-index:2;text-align:center}.contact-form .contact-form-box h2{font-size:1.6rem;font-weight:700;font-family:Lora,serif}.contact-form .contact-form-box p{font-family:Quicksand,sans-serif;color:#333}.contact-form .contact-form-box form{width:100%}.contact-form .contact-form-box form .form-group{margin:10px 0}.contact-form .contact-form-box form .form-group input,.contact-form .contact-form-box form .form-group select,.contact-form .contact-form-box form .form-group textarea{width:100%;margin-top:5px;padding:10px 20px;border-radius:30px;border:1px solid #333;resize:none}.contact-form .contact-form-box form button{border:none;background-color:#b4c79c;padding:10px 20px;border-radius:30px;transition:all ease .3s}.contact-form .contact-form-box form button:hover{background-color:#cde3b2}.contact-form .contact-form-box form button:focus{background-color:#97ab7e;color:#fff}.contact-form .contact-form-box form .form-message{margin-top:-5px;margin-bottom:15px;font-size:.8rem;color:red}.contact-form .contact-form-box .contact-email{margin-top:30px}.contact-form .contact-form-box .contact-email a{display:inline-block;width:100%;color:#b4c79c}.contact-form .form-confirmation-message{margin:25px auto 0;width:80%;padding:20px}.contact-form .form-confirmation-message img{width:3rem;position:relative}.contact-form .form-confirmation-message h3{font-size:1rem;font-weight:700;font-family:Lora,serif}.contact-form .form-confirmation-message p{font-size:.9rem;font-family:Quicksand,sans-serif;color:#333}@media only screen and (min-width: 600px){.contact-form img{width:40%}.contact-form .contact-form-box{width:60%}}@media only screen and (min-width: 1024px){.contact-form img{width:20%}.contact-form .contact-form-box{width:30%}}.themes-page{width:80%;margin:10px auto;padding:20px;margin-top:10vh;text-align:center}.themes-page .go-back-btn{position:absolute;top:8vh;width:fit-content;left:20px;z-index:2;padding-bottom:3px;color:#b4c79c;border-bottom:1px solid #b4c79c;font-weight:500;font-family:Lora,serif}.themes-page .themes-page-img{position:absolute;top:0;right:0;width:60%;z-index:1;opacity:.7}.themes-page h1{position:relative;z-index:2;font-size:2.2rem;font-family:Lora,serif;color:#b4c79c}.themes-page p{position:relative;z-index:2;font-family:Cormorant Garamond,serif;font-size:1.1rem}.themes-page section{margin:15px 0;position:relative;z-index:2}.themes-page section h2{color:#97ab7e;font-family:Cormorant Garamond,serif;font-size:1.7rem;margin-bottom:15px}.themes-page .theme-gallery-section .gallery-carousel-wrapper{margin:20px 0;position:relative;z-index:1;width:100%;display:flex;gap:15px;justify-content:center}.themes-page .theme-gallery-section .gallery-carousel-wrapper button{position:absolute;top:50%;transform:translateY(-50%);z-index:2;font-size:3rem;border:none;color:#b4c79c;background:none}.themes-page .theme-gallery-section .gallery-carousel-wrapper button i{position:relative;top:3px}.themes-page .theme-gallery-section .gallery-carousel-wrapper button:hover{color:#cde3b2}.themes-page .theme-gallery-section .gallery-carousel-wrapper button:focus{color:#97ab7e}.themes-page .theme-gallery-section .gallery-carousel-wrapper button.left{left:-10%}.themes-page .theme-gallery-section .gallery-carousel-wrapper button.right{right:-10%}.themes-page .theme-gallery-section .gallery-carousel-wrapper .gallery-image-container{margin:0 auto;width:100%}.themes-page .theme-gallery-section .gallery-carousel-wrapper .gallery-image-container img{width:80%}.themes-page .theme-features-section .features-grid{margin:10px 15px}.themes-page .theme-features-section .features-grid .feature-item{text-align:left;display:flex;gap:10px;margin:10px auto}.themes-page .theme-features-section .features-grid .feature-item i{color:#b4c79c}.themes-page .theme-how-it-works-section .how-it-works-item{margin:0 auto;width:100%}.themes-page .theme-how-it-works-section .how-it-works-item h3{margin:15px 15px 5px;font-family:Cormorant Garamond,serif;font-size:1.4rem}.themes-page .theme-how-it-works-section .how-it-works-item h3 span{font-size:1.7rem;font-weight:700}.themes-page .theme-how-it-works-section .how-it-works-item h6{color:#97ab7e;margin-bottom:10px;font-size:.9rem;font-weight:600;font-family:Lora,serif}.themes-page .theme-how-it-works-section .how-it-works-item img{margin:5px auto;width:80%}.themes-page .theme-thank-you-section{margin:0 auto;width:100%}.themes-page .theme-thank-you-section img{margin:5px auto;width:80%}.themes-page .theme-action-buttons{margin:15px auto 35px;width:100%;display:flex;gap:15px;justify-content:center}.themes-page .theme-action-buttons button,.themes-page .theme-action-buttons a{border:none;background-color:#97ab7e;padding:10px 20px;border-radius:30px;font-size:1rem;font-weight:500;color:#fff;transition:all ease .3s}.themes-page .theme-action-buttons button:hover,.themes-page .theme-action-buttons a:hover{background-color:#cde3b2}.themes-page .theme-action-buttons button:focus,.themes-page .theme-action-buttons a:focus{background-color:#97ab7e;color:#fff}.themes-page .theme-action-buttons a{background-color:#66666630;color:#333;transition:all ease .3s}.themes-page .theme-action-buttons a:hover{background-color:#95939330}.themes-page .theme-action-buttons a:focus{background-color:#39393930;color:#fff}@media only screen and (min-width: 600px){.themes-page{width:60%}.themes-page .themes-page-img{width:50%}.themes-page section{margin:15px auto}.themes-page .theme-gallery-section .gallery-carousel-wrapper button.left{left:-5%}.themes-page .theme-gallery-section .gallery-carousel-wrapper button.right{right:-5%}.themes-page .theme-gallery-section .gallery-carousel-wrapper .gallery-image-container{margin:0 auto}.themes-page .theme-gallery-section .gallery-carousel-wrapper .gallery-image-container img{width:70%}.themes-page .theme-features-section .features-grid{margin:10px 15px}.themes-page .theme-how-it-works-section .how-it-works-item{margin:0 auto;width:100%}.themes-page .theme-how-it-works-section .how-it-works-item img{margin:5px auto;width:70%}}@media only screen and (min-width: 1024px){.themes-page{width:40%}.themes-page .themes-page-img{width:20%}.themes-page section{margin:15px auto}.themes-page .theme-gallery-section .gallery-carousel-wrapper button.left{left:-5%}.themes-page .theme-gallery-section .gallery-carousel-wrapper button.right{right:-5%}.themes-page .theme-gallery-section .gallery-carousel-wrapper .gallery-image-container{margin:0 auto}.themes-page .theme-gallery-section .gallery-carousel-wrapper .gallery-image-container img{width:40%}.themes-page .theme-features-section .features-grid{margin:10px 15%}.themes-page .theme-how-it-works-section .how-it-works-grid{display:grid;grid-template-columns:repeat(2,1fr)}.themes-page .theme-how-it-works-section .how-it-works-grid .how-it-works-item{margin:0 auto;width:100%}.themes-page .theme-how-it-works-section .how-it-works-grid .how-it-works-item img{margin:5px auto;width:70%}}.privacy-terms-page{width:100%;padding:20px;position:relative}.privacy-terms-page img{position:absolute;left:0;top:0;width:60%;z-index:1}.privacy-terms-page .privacy-terms-text{margin:0 auto;width:80%;margin-top:10vh;margin-bottom:50px;position:relative;z-index:2}.privacy-terms-page .privacy-terms-text h1{font-size:1.6rem;font-weight:700;font-family:Lora,serif}.privacy-terms-page .privacy-terms-text p{font-family:Quicksand,sans-serif;font-size:1rem;font-weight:400;color:#333}.privacy-terms-page .privacy-terms-text h2{font-size:1.2rem;font-weight:600;font-family:Lora,serif;margin-top:20px;color:#97ab7e}.privacy-terms-page .privacy-terms-text h3{font-size:1rem;font-weight:700;font-family:Lora,serif;color:#444;margin:10px 0}.privacy-terms-page .privacy-terms-text ul{padding-left:25px}.privacy-terms-page .privacy-terms-text ul li{font-size:"Quicksand",sans-serif;font-size:1rem;font-weight:300;color:#666}.privacy-terms-page .privacy-terms-text h5{margin-top:15px;font-weight:500;font-size:.9rem}@media only screen and (min-width: 600px){.privacy-terms-page img{width:40%}.privacy-terms-page .privacy-terms-text{width:60%}}@media only screen and (min-width: 1024px){.privacy-terms-page img{width:20%}.privacy-terms-page .privacy-terms-text{width:40%}}.minimal-theme{width:100%;text-align:center;position:relative;border-bottom-left-radius:50% 25%;border-bottom-right-radius:50% 25%;overflow:hidden;height:60vh}.minimal-theme img{width:100%;height:100%;object-fit:cover;object-position:center}.minimal-theme .minimal-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#4e4e4ea2;height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.minimal-theme .minimal-text h1{color:#fff;font-size:3rem;font-family:Parisienne,cursive;margin-bottom:-5px}.minimal-theme .minimal-text p{color:#fefaf6;font-weight:500;font-size:1.2rem;font-family:Lora,serif}.minimal-theme .minimal-countdown .countdown-grid{position:absolute;left:0%;padding:0 5%;width:100%;bottom:20%;display:flex;align-items:center;justify-content:center;gap:10px}.minimal-theme .minimal-countdown .countdown-grid .minimal-box{background-color:#fefaf623;border-radius:50%;width:5rem;height:5rem;padding:10px;display:flex;align-items:center;justify-content:center}.minimal-theme .minimal-countdown .countdown-grid .minimal-box h3{position:relative;font-family:Lora,serif;z-index:0;font-size:3.5rem;color:#fff;font-weight:900}.minimal-theme .minimal-countdown .countdown-grid .minimal-box span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.2rem;z-index:1;color:#b4c79c;font-weight:900;font-family:Parisienne,cursive}.minimal-theme .minimal-countdown .wedding-day{position:absolute;bottom:15%;color:#e4d0a0;left:20%;font-size:1.8rem;font-family:Parisienne,cursive;font-weight:600;width:60%;text-align:center}@media only screen and (min-width: 800px){.minimal-theme{width:100%;border-bottom-left-radius:50% 35%;border-bottom-right-radius:50% 35%;height:80vh}.minimal-theme .minimal-countdown .countdown-grid{bottom:25%}.minimal-theme .minimal-countdown .wedding-day{bottom:25%;left:50%;transform:translate(-50%);width:50%}}@media only screen and (min-width: 1024px){.minimal-theme{width:100%;border-bottom-left-radius:50% 35%;border-bottom-right-radius:50% 35%;height:100vh}}.minimal-form{width:100%;padding:20px;text-align:center}.minimal-form h2{font-size:2rem;font-family:Dancing Script,cursive}.minimal-form p{width:80%;margin:5px auto;font-family:Dancing Script,cursive;font-size:1.3rem}.minimal-form p span{font-family:Lora,serif;font-size:1rem}.minimal-form .confirmation-message{padding:20px}.minimal-form .confirmation-message img{width:3rem}.minimal-form .confirmation-message h5{font-family:Lora,serif;font-size:1rem}.minimal-form .attendance-buttons{margin-top:15px}.minimal-form .attendance-buttons button{padding:12px 20px;border-radius:30px;margin:5px;border:none;font-weight:600;transition:all .3s ease-in-out;font-size:1rem}.minimal-form .attendance-buttons button:first-of-type{background-color:#b4c79c;color:#fff}.minimal-form .attendance-buttons button:last-of-type{background-color:#e4d0a0;color:#fff}.minimal-form .attendance-buttons .selected{opacity:1}.minimal-form .attendance-buttons .faded{opacity:.2;background-color:#eee}.minimal-form form{width:100%;padding:20px}.minimal-form form input,.minimal-form form select,.minimal-form form textarea{width:100%;padding:12px 20px;margin:5px;border-radius:30px;resize:none;border:none;background-color:#b4c79c2a}.minimal-form form button{padding:12px 20px}.minimal-form form .submit-button{padding:12px 20px;border-radius:30px;background-color:#b4c79c;color:#fff;font-size:1rem;font-weight:600;border:none;margin-top:10px}@media only screen and (min-width: 500px){.minimal-form p{width:60%}.minimal-form form{margin:0 auto;width:80%}}@media only screen and (min-width: 700px){.minimal-form p{width:55%}.minimal-form form{margin:0 auto;width:60%}}@media only screen and (min-width: 1024px){.minimal-form{margin-top:40px}.minimal-form p{width:35%}.minimal-form form{margin:0 auto;width:32%}}.minimal-locations{width:100%;padding:20px;text-align:center;position:relative}.minimal-locations .minimal-location-box{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:5px}.minimal-locations .minimal-location-box img{aspect-ratio:1;display:flex;padding:20px;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;margin:20px auto 5px;width:6rem;background-color:#e4d0a0}.minimal-locations .minimal-location-box .finished{background-color:#b4c79c}.minimal-locations .minimal-location-box h3{font-family:Parisienne,cursive}.minimal-locations .minimal-location-box p{font-family:Lora,serif}.minimal-locations .minimal-location-box p i{position:relative;top:2px;margin-right:5px;margin-top:5px;color:#b4c79c}.minimal-locations .minimal-location-box .location-button{display:flex;align-items:center;gap:5px;color:#fff;width:fit-content;padding:8px 16px;background-color:#b4c79c;border-radius:30px}.minimal-locations .minimal-location-box .location-button i{position:relative;margin-top:5px}.minimal-locations .dashed-line1{bottom:50%;transform:translateY(-50%);left:25%;z-index:0;position:absolute;height:12rem;width:190px;border-radius:50%;border-left:2px dashed #b4c79c}.minimal-locations .dashed-line1 img{position:absolute;left:-7%;top:50%;transform:translateY(-50%);height:1.5rem}.minimal-locations .dashed-line2{top:55%;transform:translateY(-55%);right:23%;z-index:0;position:absolute;height:16rem;width:250px;border-radius:50%;border-right:2px dashed #b4c79c}@media only screen and (min-width: 500px){.minimal-locations{width:100%}.minimal-locations .minimal-location-box img{width:6rem}.minimal-locations .dashed-line1{left:30%;height:12rem}.minimal-locations .dashed-line1 img{height:1.5rem}.minimal-locations .dashed-line2{right:28%;height:16rem;width:300px}}@media only screen and (min-width: 700px){.minimal-locations{width:100%}.minimal-locations .minimal-location-box img{width:6rem}.minimal-locations .dashed-line1{left:35%;height:12rem}.minimal-locations .dashed-line1 img{height:1.5rem}.minimal-locations .dashed-line2{right:33%;height:16rem;width:300px}}@media only screen and (min-width: 1024px){.minimal-locations{margin:0 auto 40px;width:80%}.minimal-locations .minimal-location-box img{width:6rem}.minimal-locations .dashed-line1{left:41%;height:12rem}.minimal-locations .dashed-line1 img{height:1.5rem}.minimal-locations .dashed-line2{right:40%;height:16rem;width:300px}}.flowers-theme{width:100%;text-align:center;position:relative;overflow:hidden;height:75vh}.flowers-theme .flowers-1-img{position:absolute;left:0%;top:0%;width:80%;z-index:1;opacity:.8}.flowers-theme .flowers-text{width:80%;position:relative;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;border-radius:15px;overflow:hidden}.flowers-theme .flowers-text .flowers-couple-img{height:35vh;object-fit:cover;width:90%;padding-top:10%;margin-bottom:20px;border-radius:55% 50% 45% 45%/70% 55% 45% 35%;transition:all ease-in-out .8s}.flowers-theme .flowers-text .flowers-couple-img:hover{border-radius:55% 35% 55% 50%/65% 45% 70% 55%}.flowers-theme .flowers-text h3{text-align:center;font-size:2.4rem;font-family:Parisienne,cursive;line-height:2.5rem}.flowers-theme .flowers-text h5{font-size:1.2rem;margin-top:10px;font-family:Marcellus,serif;color:#b4c79c}.flowers-theme .flowers-2-img{position:absolute;transform:rotate(-90deg);right:-30%;opacity:.8;bottom:12%;width:80%;z-index:1}.flowers-theme .scroll-to-form-arrow{display:none;transition:all ease-in .3s}.flowers-theme .scroll-to-form-arrow:hover{color:#cde3b2}@keyframes moveArrow{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@media only screen and (min-width: 500px){.flowers-theme{width:100%;height:75vh}.flowers-theme .flowers-1-img{width:70%}.flowers-theme .flowers-text{width:80%}.flowers-theme .flowers-text .flowers-couple-img{height:35vh;width:70%}.flowers-theme .flowers-2-img{right:-30%;bottom:12%;width:60%}}@media only screen and (min-width: 700px){.flowers-theme{width:100%;height:75vh}.flowers-theme .flowers-1-img{width:50%}.flowers-theme .flowers-text{width:80%}.flowers-theme .flowers-text .flowers-couple-img{height:35vh;width:60%}.flowers-theme .flowers-2-img{right:-20%;bottom:12%;width:50%}}@media only screen and (min-width: 850px){.flowers-theme{width:100%;height:90vh}.flowers-theme .flowers-1-img{width:50%}.flowers-theme .flowers-text{width:80%}.flowers-theme .flowers-text .flowers-couple-img{height:55vh;width:60%}.flowers-theme .flowers-2-img{right:-20%;bottom:12%;width:50%}}@media only screen and (min-width: 1024px){.flowers-theme{width:100%;height:100vh}.flowers-theme .flowers-1-img{width:20%}.flowers-theme .flowers-text{width:40%;display:grid;grid-template-columns:3fr 2fr;align-items:center;justify-content:center;gap:15px;left:50%;top:45%;transform:translate(-50%,-50%)}.flowers-theme .flowers-text .flowers-couple-img{height:100%;width:100%}.flowers-theme .flowers-2-img{right:-10%;bottom:12%;width:20%}.flowers-theme .scroll-to-form-arrow{display:inline-block;position:absolute;z-index:2;left:49%;bottom:10%;transform:translate(-50%);font-size:2rem;color:#b4c79c;animation:moveArrow 1.5s infinite}}.flowers-form{width:100%;padding:20px;text-align:center;position:relative}.flowers-form img{position:absolute;left:-15%;top:1%;opacity:.4;transform:rotate(180deg);width:82%;z-index:0}.flowers-form h2{font-size:2rem;font-family:Marcellus,serif;position:relative;z-index:2}.flowers-form p,.flowers-form span{position:relative;z-index:2;font-family:Marcellus,serif;width:75%;margin:5px auto;font-size:1.1rem}.flowers-form .rsvp-deadline{width:70%;font-size:.9em;font-weight:500;color:#555;text-align:center;margin-top:20px;margin-bottom:25px;line-height:1.4}.flowers-form .attendance-choice{position:relative;z-index:2;margin-top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column}.flowers-form .attendance-choice h5{margin:5px 0;font-size:1.1rem;font-weight:600;font-family:Marcellus,serif}.flowers-form .attendance-choice .choice-buttons{position:relative;z-index:2;width:fit-content;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.flowers-form .attendance-choice .choice-buttons .choice{margin-top:5px;display:flex;align-items:center;justify-content:center;flex-direction:column}.flowers-form .attendance-choice .choice-buttons .choice i{font-size:4rem}.flowers-form .attendance-choice .choice-buttons .choice span{margin-top:-10px;color:#333}.flowers-form .attendance-choice .choice-buttons .yes{color:#b4c79c;transition:all ease .5s}.flowers-form .attendance-choice .choice-buttons .yes:hover{color:#cde3b2}.flowers-form .attendance-choice .choice-buttons .yes:focus{color:#97ab7e}.flowers-form .attendance-choice .choice-buttons .no{color:#efd8c7;transition:all ease .5s}.flowers-form .attendance-choice .choice-buttons .no:hover{color:#efd8b2}.flowers-form .attendance-choice .choice-buttons .no:focus{color:#efd87e}.flowers-form .attending-info{width:80%;margin:0 auto;padding:20px;display:flex;flex-direction:column}.flowers-form .attending-info .guest-number{width:100%;align-items:center;justify-content:center;display:flex;margin-bottom:10px}.flowers-form .attending-info .guest-number h5{margin:5px 5px 5px 0;font-size:1.1rem;font-weight:600;font-family:Marcellus,serif}.flowers-form .attending-info .guest-number .counter{width:fit-content;display:flex;align-items:center;justify-content:center;gap:5px}.flowers-form .attending-info .guest-number .counter button{width:2rem;height:2rem;aspect-ratio:1;border:none;background-color:#b4c79c;padding:5px;font-size:1rem;border-radius:50%;transition:all ease .2s}.flowers-form .attending-info .guest-number .counter button:hover{background-color:#cde3b2}.flowers-form .attending-info .guest-number .counter button:focus{background-color:#97ab7e}.flowers-form .attending-info .guest-number .counter span{font-family:Marcellus,serif}.flowers-form .attending-info input,.flowers-form .attending-info textarea{width:100%;padding:10px 20px;border-radius:15px;margin:5px 0;border:1px solid rgba(51,51,51,.4039215686);resize:none}.flowers-form .attending-info .submit-button{margin-top:15px;padding:10px 20px;background-color:#b4c79c;border-radius:15px;border:none;transition:all ease .2s}.flowers-form .attending-info .submit-button:hover{background-color:#cde3b2}.flowers-form .attending-info .submit-button:focus{background-color:#97ab7e}.flowers-form .confirmation-message{width:100%;padding:20px;display:flex;flex-direction:column}.flowers-form .confirmation-message h3{font-family:Marcellus,serif}.flowers-form .confirmation-message h5{font-size:1rem;margin-left:-15px}.flowers-form .confirmation-message img{left:50%;width:3rem;margin-bottom:20px;position:relative;transform:rotate(0) translate(-50%)}@media only screen and (min-width: 500px){.flowers-form img{left:-15%;top:1%;width:72%}.flowers-form .attending-info{width:70%}.flowers-form .attending-info .submit-button{position:relative;left:50%;transform:translate(-50%);width:fit-content}.flowers-form .confirmation-message{margin:0 auto;width:80%}.flowers-form .confirmation-message img{left:50%}}@media only screen and (min-width: 700px){.flowers-form img{left:-15%;top:1%;width:52%}.flowers-form p{width:60%}.flowers-form .attending-info{width:70%}.flowers-form .attending-info .submit-button{position:relative;left:50%;transform:translate(-50%);width:fit-content}.flowers-form .confirmation-message{margin:0 auto;width:70%}.flowers-form .confirmation-message img{left:50%}}@media only screen and (min-width: 1024px){.flowers-form img{left:-15%;top:0%;width:42%}.flowers-form p{width:40%}.flowers-form .attending-info{width:30%}.flowers-form .attending-info .submit-button{position:relative;left:50%;transform:translate(-50%);width:fit-content}.flowers-form .confirmation-message{margin:0 auto;width:70%}.flowers-form .confirmation-message img{left:50%}}.flowers-events{width:100%;padding:0 20px 45px;text-align:center;position:relative}.flowers-events .flowers-events-img{position:absolute;bottom:-10%;left:0%;width:70%;opacity:.4;z-index:1}.flowers-events h2{font-size:2rem;font-family:Marcellus,serif}.flowers-events .flowers-events-grid .hidden-event{display:none!important}.flowers-events .flowers-events-grid .event-box{position:relative;z-index:2;margin:5px auto;width:60%;display:flex;flex-direction:column}.flowers-events .flowers-events-grid .event-box img{width:6rem;aspect-ratio:1;display:flex;padding:20px;align-items:center;justify-content:center;flex-direction:column;border-radius:55% 50% 45% 45%/70% 55% 45% 35%;margin:20px auto 5px;background-color:#efd8c7;transition:all ease-in-out .5s}.flowers-events .flowers-events-grid .event-box img:hover{background-color:#efd8b2;border-radius:45% 45% 55%/50% 55% 45% 45%}.flowers-events .flowers-events-grid .event-box .finished{background-color:#b4c79c;transition:all ease .5s}.flowers-events .flowers-events-grid .event-box .finished:hover{background-color:#cde3b2;border-radius:45% 45% 55%/50% 55% 45% 45%}.flowers-events .flowers-events-grid .event-box .event-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.flowers-events .flowers-events-grid .event-box .event-text h3{transition:all ease-in .4s;cursor:pointer}.flowers-events .flowers-events-grid .event-box .event-text h3:hover{opacity:.8;color:#555}.flowers-events .flowers-events-grid .event-box .event-text h3,.flowers-events .flowers-events-grid .event-box .event-text p{font-family:Marcellus,serif}.flowers-events .flowers-events-grid .event-box .event-text a{margin-top:5px;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;text-align:center;border-radius:50%;background-color:#b4c79c;transition:all ease .5s}.flowers-events .flowers-events-grid .event-box .event-text a:hover{background-color:#cde3b2}.flowers-events .flowers-events-grid .event-box .event-text a:focus{background-color:#97ab7e}.flowers-events .flowers-events-grid .event-box .event-text a i{position:relative;top:2px;font-size:1rem;color:#fff}@media only screen and (min-width: 600px){.flowers-events .event-box{width:40%}.flowers-events .event-box img{width:6rem}}@media only screen and (min-width: 850px){.flowers-events .flowers-events-grid{margin:0 auto;width:80%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.flowers-events .flowers-events-grid .event-box{width:100%;padding:20px}.flowers-events .flowers-events-grid .event-box img{width:6rem}}@media only screen and (min-width: 1024px){.flowers-events .flowers-events-grid{width:50%}}
