/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

#CybotCookiebotDialog {
  border: 4px solid #BA3E15;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper, #CookiebotWidget #CookiebotWidget-widgetContent {
    background: #FFF068 !important;
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay *, #CookiebotWidget * {
    color: #000 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider, #CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details-box {
    background: #231F20 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
	border:none!important;
border-radius: 0!important;
background: #BA3E15!important;
	color: #FFF!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow,
#CybotCookiebotDialog a:after,
#CybotCookiebotDialog a:before,
#CybotCookiebotDialog button:after,
#CybotCookiebotDialog button:before {
    border-color: #231F20 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom-color: #231F20 !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle, #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill:#BA3E15!important;
}

.age-gate-wrapper, .age-gate__wrapper {
	padding:0;
}
.age-gate-form, .age-gate__form {
	gap: 5px;
}
.age-gate-heading-title-logo, .age-gate__heading-title--logo {
	width:70px;
	height:70px;
}
.age-gate-headline, .age-gate__headline {
color: #000;
font-family: "Wix Madefor Display";
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 105%;
text-transform: uppercase;
}
.age-gate-subheadline, .age-gate__subheadline {
	color: #000;
text-align: center;
font-family: "Wix Madefor Display";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 175%;
}
.age-gate-label, .age-gate__label {
	color: #000;
text-align: center;
font-family: "Wix Madefor Display";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 250%;
text-transform: uppercase;
}
.age-gate input[type=text].age-gate-input, .age-gate input[type=text].age-gate__input {
	padding:7px;
border-radius: 5px;
border: 1px solid #000;
	color: #231F20;
text-align: center;
font-family: "Wix Madefor Display";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 25.2px;
}
.age-gate-remember input, .age-gate__remember input {
	width:20px;
	height:20px;
}
.age-gate-remember-text, .age-gate__remember-text {
color: #000;
text-align: center;
font-family: "Wix Madefor Display";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}
button.age-gate__button {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	gap:20px;
	padding:18px;
background: #BA3E15;
	border:unset;
	color: #FFF;
font-family: "Wix Madefor Display";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%;
text-transform: uppercase;
	transition:all .15s ease-in-out;
}
button.age-gate__button:after {
	content: url("https://sous01.com/wp-content/uploads/2025/10/icon-think-arrow.svg");
}
button.age-gate__button:hover {
	background: #231F20;
	border:unset;
	color: #FFF;
}
@media(max-width:767px) {
	.age-gate-headline, .age-gate__headline {
		font-size:26px;
	}
	.age-gate-subheadline, .age-gate__subheadline {
		font-size:14px;
	}
}