/*
 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 #260027;
}

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

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

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

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

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

#CookiebotWidget .CookiebotWidget-logo svg circle, #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill:#E20F5E!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:120px;
	height:auto;
}
.age-gate-headline, .age-gate__headline {
color: #67006A;
font-family: "Lobster Two";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.age-gate select.age-gate-select, .age-gate select.age-gate__region, .age-gate select.age-gate__select {
	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: #8D8D8D;
font-family: "Open Sans";
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: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%;
}
button.age-gate__button {
	padding:15px 20px;
	border: 1.5px solid transparent;
border-radius: 75px;
background: #32FF8F;
color: #67006A;
font-family: "Open Sans";
font-size: 12px;
font-style: normal;
font-weight: 800;
line-height: normal;
	transition:all .15s ease-in-out;
}
button.age-gate__button:hover {
	background: transparent;
	border: 1.5px solid #fff;
	color: #FFF;
}
@media(max-width:767px) {
	.age-gate-headline, .age-gate__headline {
		font-size:26px;
	}
	.age-gate-form, .age-gate__form {
	gap: 0;
}
}