/*
 Theme Name: The Finance Block Child
 Description: Child theme for GeneratePress
 Author: Perry Joynt
 Template: generatepress
 Version: 1.0.0
*/

.site-wrapper {
    max-width: 1920px;
    width: 100%;
    margin-inline: auto; /* Same as margin-left: auto; margin-right: auto; */
    overflow-x: hidden;
    box-shadow: 0px 0px 150px 0px rgba(100, 116, 130, 0.82); /* Assuming the color value */
}

.navigation-stick {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Remove white background from cookie purposes */
.cmplz-cookiebanner .cookies-per-purpose {
    background-color: transparent !important;
    background: none !important;
}

/* If the parent container has the white background */
.cmplz-categories,
.cmplz-service-desc {
    background-color: transparent !important;
}