/*
 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: 1px solid #000;
}

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

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

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider, #CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details-box {
    background: #FFAED7 !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: 30px!important;
background: #F6C25D!important;
	color: #FFF!important;
}

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

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

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

.age-gate-wrapper, .age-gate__wrapper {
	padding:0;
}
.age-gate-form, .age-gate__form {
	gap: 15px;
}
.age-gate-heading-title-logo, .age-gate__heading-title--logo {
	width:130px;
	height:130px;
}
.age-gate-headline, .age-gate__headline {
	color: #FFF;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #F6C25D;
font-family: Anton;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 1;
}
.age-gate input[type=text].age-gate-input, .age-gate input[type=text].age-gate__input {
	padding:8.5px 16px;
	border-radius: 5px;
border: 1px solid #000;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
	text-align:left;
	color:#371101;
font-size: 12px;
font-style: normal;
font-weight: 200;
line-height: 150%;
}
.age-gate-remember input, .age-gate__remember input {
	width:20px;
	height:20px;
}
.age-gate-remember-text, .age-gate__remember-text {
	color: #FFF;
font-family: Anton;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
button.age-gate__button {
	padding:15px 20px;
	border:unset;
	border-radius: 75px;
background: #1F3D28;
	color: #FFF;
font-family: Anton;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
	transition:all .15s ease-in-out;
}
button.age-gate__button:hover {
	background: rgba(246, 194, 93, 0.59);
	border:unset;
	color: #FFF;
}
@media(max-width:767px) {
	.age-gate-form, .age-gate__form {
		gap:5px;
	}
	.age-gate-headline, .age-gate__headline {
		font-size:30px;
	}
}