/*
Theme Name: Wecheer Kellanova RxBar
Author: IT Ops Team
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Manjari:wght@400;700&display=swap');

@font-face {
    font-family: 'CircularStd';
    src: url('font/CircularStd-Book.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'CircularStd';
    src: url('font/CircularStd-Bold.otf');
    font-weight: 700;
}
@font-face {
    font-family: 'CircularStd';
    src: url('font/CircularStd-Book.otf');
    font-style: italic;
    font-weight: normal
}
/* End of fonts */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #000;
    font-weight: 400;
}

.wecheer-page {
    font-family: 'CircularStd', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea,
a,
button {
    outline: none !important;
}

.wecheer-sec-wrap {
    max-width: 450px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0px 0;
    position: relative;
    color: #fff;
}

.wecheer-sec-wrap img {
    display: block;
    width: 100%;
}

.back-to-form {
    position: relative;
    padding: 0 0 30px;
}

.back-to-form a.back-to-form-icn {
    position: relative;
    width: auto;
    display: inline-block;
    text-decoration: none;
    left: 0;
    padding: 0 10px 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 30px;
    left: 10px;
    top: 10px;
}

.back-to-form a.back-to-form-icn img {
    max-width: 100%;
    height: auto;
    display: block;
}

.back-to-form a.back-to-form-icn:hover {
    left: -3px;
}

section.age-gating.form {
    background-color: #fff;
    color: #000;
}
.age-gate-buttons {
    position: absolute;
    bottom: 25vh;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: normal;
}

.age-gate-buttons .age-gate-button {
    text-transform: uppercase;
    width: 30%;
    max-width: 150px;
    padding:0;
    padding-top: 8px;
    border: 2px solid #fff;
    border-radius: 0;
    text-align: center;
    margin: 8px 32px;
    font-weight: 700;
    font-size: 32px;
}

section.age-gating p.footer-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 24px;
    text-align: center;
    font-size: 0.7em;
}

section.age-gating .point-section{
    margin: 20px;
    position: relative;
}
section.age-gating .point-section .point-section-inner img{
    width: 24px;
}

section.age-gating .point-section .point-section-inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    padding: 8px;
}

section.age-gating .point-section .point-section-left,
section.age-gating .point-section .point-section-right{
    border-inline-start: 3px solid #fff;
    padding-inline-start: 8px;
    text-align: initial;
}

section.age-gating .point-section .point-section-left{
    flex: 1;
}
section.age-gating .point-section .point-section-right{
    min-width: 120px;
}


section.age-gating .point-section .point-section-inner p,
section.age-gating .point-section .point-section-inner h2{
    padding: 0;
    margin: 0;
}