/* Reset margin and padding for site header */
.site-header {
    padding: 0;
    margin: 0;
}

/* Ensure grid container extends fully */
.grid-container {
    width: 100%;
    max-width: 100%; /* Ensure it doesn't exceed the viewport width */
    margin: 0 auto; /* Center the grid container */
}

/* Reset padding and ensure full width for site content */
.one-container .site-content {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; /* Center the site content */
}

/* Ensure full width for entry content */
.no-sidebar .entry-content {
    width: 100%;
}

/* Hide entry title */
.entry-title {
    display: none;
}

/* Navigation button styles */
.main-navigation .main-nav ul li.nav-button a {
    background-color: #c49f60;
    border: 1px solid #ddc493;
    color: #000000;
    line-height: 35px;
    margin-left: 15px;
    margin-right: 15px; /* Add margin to separate buttons */
}

/* Change color on hover for navigation button */
.main-navigation .main-nav ul li.nav-button a:hover {
    color: white;
}

/* Responsive styles for navigation */
@media (max-width: 768px) {
    .main-navigation.has-branding .inside-navigation.grid-container {    
        margin-left: 10px;   
        margin-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .gp-icon svg {
        height: 1.75em;
        width: 1.75em;
        top: .185em;
        position: relative;
        fill: currentColor;
    }

    /* Adjust navigation button styles for smaller screens */
    .main-navigation .main-nav ul li.nav-button a {
        background-color: #c49f60;
        border: 1px solid #ddc493;
        color: #000000;
        line-height: 35px;
        margin-right: -10px;
			 margin-left: -10px; 

    }

    /* Change color on hover for navigation button on smaller screens */
    .main-navigation .main-nav ul li.nav-button a:hover {
        color: white;
    }
	
	.fl-node-y0rsx4o9vjpk > .fl-row-content-wrap {
			background-position: right -140px top;
	}
}

/* General font styles */
.fl-rich-text,
.inside-footer-widgets,
.site-info,
h1.fl-heading,
h2.fl-heading,
h1.fl-heading .fl-heading-text,
h3,
.fdm-item-content,
.fdm-item-title,
.fl-tabs-label,
.main-navigation a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items,
.fdm-section-header h3,
.fl-photo-caption {
    font-family: "gomme-sans";
}

/* Additional font styles */
h1.fl-heading,
h2.fl-heading,
h1.fl-heading .fl-heading-text,
h3,
.fdm-item-content,
.fdm-item-title,
.fl-tabs-label,
.fdm-section-header h3 {
    font-family: "Laviossa";
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


/* Remove Bottom-Margin Facebook Social Icon | 7893838 CH */
li.wp-social-link.wp-social-link-facebook.has-contrast-color.wp-block-social-link {
    margin-bottom: 0px;
}

/* UCP */
.bb-powerpack-maintenance-mode #mobile-header {
	display: none !important;
}

@media screen and (min-width: 768px) {
	
	.fl-node-y0rsx4o9vjpk > .fl-row-content-wrap:after {
			background-color: rgba(0, 0, 0, 0.0);
	}
}