/*
 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 #32A7E2;
border-radius:4px!important
}

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

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

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider,#CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details-box {
background:#5E5298!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 {
background:#5E5298!important;
border:none!important;
border-radius:10px!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:#5E5298!important
}

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

#CookiebotWidget .CookiebotWidget-logo svg path {
fill:#fff!important
}

.age-gate {
	max-width: 455px;
	padding-left:0;
	padding-right:0;
}
.age-gate-heading-title-logo,.age-gate__heading-title--logo
{
	max-width:150px
}

.age-gate-headline,.age-gate__headline
{
	color:#fff;
	font-size:24px
}

.age-gate-subheadline,.age-gate__subheadline
{
	font-size:16px
}

.age-gate select.age-gate-select,.age-gate select.age-gate__region,.age-gate select.age-gate__select
{
	border-radius: 5px;
border: 1px solid #FFF;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
	color:#8D8D8D;
	font-size:12px
}

.age-gate-remember-text,.age-gate__remember-text
{
	color:#fff;
	font-size:12px
}

.age-gate__submit, button.age-gate__button {
	width:100%;
}

button.age-gate__button,button.age-gate__button:hover
{
	padding:15px 60px;
	border-radius: 12px;
background: #5E5298;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	color:#fff;
	font-size:16px;
	text-transform: uppercase;
}

@media(max-width:767px) {
	.age-gate-heading-title-logo,.age-gate__heading-title--logo
{
	max-width:100px
}
	.age-gate-headline,.age-gate__headline
	{
		font-size:22px
	}
}