/*
 Theme Name:   ATV.hu Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Arteries Studio
 Author URI:   https://arteries.hu/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* Dark mode root colors */
:root {
    background-color: var(--cbg);
    color: var(--ctext);
}
:root.dark-mode {
    /* Naphire & global */
    --cbg: #071a28;
    --cbgi: #ffffffbb;
    --ctext: #ffffff;
    --ad-bg: #0f3653;
    --cdashedborder: rgba(255,255,255,0.25);
    --clink: #2cc9d1;
    --cbgalt: #030c12;
    /* ATV */
}

/* Agegate plugin styling */
.age-restriction,
.age-gate__restricted {
    height: auto;
    overflow: visible;
}
.age-gate__wrapper ~ .brx-header,
.age-gate__wrapper ~ #brx-header {
    order: 1;
}
.age-gate__wrapper ~ .brxe-sticky-nav,
.age-gate__wrapper ~ #brxe-sticky-nav {
    order: 2;
}
.age-gate__wrapper {
    order: 3;
    position: relative;
    height: auto;
    overflow: visible;
    z-index: unset;
}
.age-gate__wrapper ~ * {
    order: 4;
}
.age-gate__background-color,
.age-gate__background {
    display: none;
}
.age-gate__wrapper ~ .brx-content,
.age-gate__wrapper ~ #brx-content {
    display: none;
}
.age-gate__wrapper .age-gate {
    background-color: var(--cbg);
    color: var(--ctext);
    z-index: unset;
    max-width: 80ch;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.age-gate__heading {
    display: none;
}
.age-gate__headline {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins';
}
.age-gate__headline:before {
    content: '18';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid red;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}
.age-gate__fields {
    order: 3;
    padding-top: 1rem;
}
.age-gate__buttons .age-gate__submit {
    border: 2px solid var(--cblue);
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.age-gate__buttons .age-gate__submit:hover {
    border: 2px solid var(--cblue);
}
.age-gate__submit.age-gate__submit--yes {
    background-color: var(--cblue);
}
.age-gate__submit.age-gate__submit--no {
    background-color: transparent;
    color: var(--cblue);
}
.age-gate__submit.age-gate__submit--yes:hover,
.age-gate__submit.age-gate__submit--no:hover {
    background-color: rgba(44, 201, 209, 0.25);
    color: var(--cblue);
}
.age-gate__additional-information {
    order: 2;
    font-size: 1.125rem;
}
.age-gate__additional-information a {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .age-gate__wrapper .age-gate {
        padding-top: 0;
        padding-bottom: 0;
    }
    .age-gate__buttons {
        flex-direction: column;
    }
}


/*
.age-gate__wrapper ~ .brxe-sticky-nav,
.age-gate__wrapper ~ #brxe-sticky-nav {}
*/
