/*
Theme Name: Neve Child 
Author: Puro
Author URI: http://purothemes.com/
Theme URI: https://wordpress.org/themes/neve/
Description: Neve Child Theme
Version: 1.0.0
Template: neve
Text Domain: neve
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.age-gate[role="dialog"] {
    border-radius: 1em;
}
.age-gate__buttons button {
    color: white;
    background-color: #5ba141;
    border: 2px solid #5ba141 !important;
    font-size: 1.25em !important;
}

@media only screen and (max-width: 580px) {
    #content .register_form>.innerblocks-wrap {
        display:flex !important;
        flex-direction: column-reverse !important;
    }
}


.warning_text {
    padding: 1.5em 1em 1em 1em;
    margin-bottom: 1em;
    border-radius: 2em;
    background-color: green;
    color: white;
}
@keyframes scaleBounce {
    0%   { transform: scale(1); }
    20%  { transform: scale(1.05); }
    40%  { transform: scale(1.10); }
    60%  { transform: scale(1.15); }
    80%  { transform: scale(0.9); }
    100% { transform: scale(1); }
}
.warning_text svg {
    max-width: 152px;
    float:right;
    margin-left: 1em;
    margin-bottom: 1em;
    animation: scaleBounce 5.75s infinite;
    transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 580px) {
    .warning_text svg {
        min-width: 20%;
        max-width: 33.332%;
    }
}
.warning_text svg path {
    fill: white;
}
.warning_text h2 {
    font-weight: bolder;
}
.warning_text a {
    color: white;
}
