<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Happy Wedding Day
Template: bizberg
Text Domain: happy-wedding-day
Author: Bizberg Themes
Author URI: https://bizbergthemes.com/
Theme URI: https://bizbergthemes.com/downloads/happy-wedding-day-lite/
License: GNU General Public License v3 or later
Tested up to: 5.8
Requires PHP: 5.6
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description: Happy Wedding Day is child theme of Bizberg WordPress Theme. With Happy Wedding Day you can create a website for any business related to wedding, save the day, wedding location, wedding flowers, wedding atelier and set up your site in a few easy steps. It can also be used for anniversaries, birthday parties, family functions, wedding bands or for art and design website. You can design a portfolio out of it to make your journey of love all the more memorable. It is a feature-rich theme with gorgeous layout. The very base of the theme is built on Bootstrap framework which makes the theme very handy and east to use. This WordPress theme is fully responsive, cross-browser compatible, translation ready &amp; SEO friendly. if you run into any problem while using our theme, you can refer to extensive documentation or contact our friendly support team. It fully supports Elementor, all the sections are made from Elementor.
Tags: custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,left-sidebar,right-sidebar,grid-layout,theme-options,blog,news,portfolio
Version: 1.1
*/

.navbar-default .navbar-nav &gt; li &gt; a {
    letter-spacing: 0;
}
h2.elementor-heading-title.elementor-size-default {
    text-decoration: none !important;
}
/* Ensure the input field is relatively positioned */
#rsvp-name {
    position: relative; /* Position for absolute dropdown */
}

/* Style the autocomplete dropdown */
.ui-autocomplete {
    background-color: #fff; /* White background */
    border: 1px solid #ccc; /* Light gray border */
    max-height: 150px; /* Limit the height */
    overflow-y: auto; /* Enable scrolling if there are many options */
    z-index: 1000; /* Ensure it's on top of other elements */
    width: 100%; /* Match input width */
	max-width: 300px !important;
    box-sizing: border-box; /* Include padding and borders in the width */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}

/* Style each item in the dropdown */
.ui-menu-item {
    padding: 10px; /* Add some padding for better spacing */
    cursor: pointer; /* Show pointer cursor on hover */
}

/* Change background on hover */
.ui-menu-item:hover {
    background-color: #f0f0f0; /* Light gray background on hover */
}

/* Style the text in the autocomplete list */
.ui-menu-item a {
    color: #333; /* Dark text color */
    text-decoration: none; /* Remove underline from links */
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
	margin: 0 !important;
}
body.bizberg_transparent_header.bizberg_sticky_header_enabled header#masthead .slicknav_btn.slicknav_open:before, body.bizberg_transparent_header.bizberg_sticky_header_enabled header#masthead .slicknav_btn.slicknav_collapsed:before {
    color: #ffffff !important;
} </pre></body></html>