/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* VARS */
:root {
    --main_color: #191c23;
    --comp_color: #998262;
    --border_radius: 0px;
    --white: #fff;
    --comp_color_0: #99826200;
    --comp_color_40: #99826240;
    --comp_color_60: #99826260;
}

/* MANIPULATE DOM */
.avada-page-titlebar-wrapper {
    position: relative;
}
.fusion-page-title-bar:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, #191c2300 0%, #191c23dd 80%);
}
h4.widget-title {
    margin-top: 0;
    margin-bottom: 7px;
}
.post-type {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Righteous';
}
aside.fusion-portfolio {
    overflow: visible;
}
.fusion-portfolio {
    overflow: visible !important;
}
article.fusion-portfolio-post {
    position: relative;
}
article.fusion-portfolio-post:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    box-shadow: 0 0 0 2px #ffffff00;
    transform: scale(1.05, 1.1) translate3d(-2px,-2px,0);
    transition: box-shadow .3s, transform .3s;
}
article.fusion-portfolio-post:hover:before {
    box-shadow: 0 0 0 2px #ffffff40;
    transform: scale(1) translate3d(-2px,-2px,0);
}
article.fusion-portfolio-post .fusion-image-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--main_color);
    opacity: 0.85;
    transition: all .3s ease-in-out;
}
article.fusion-portfolio-post:hover .fusion-image-wrapper:before {
    opacity: 0;
}
article.fusion-portfolio-post .fusion-image-wrapper .fusion-rollover {
    background-image: none !important;
}
article.fusion-portfolio-post .fusion-portfolio-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 10px;
    pointer-events: none;
}
article.fusion-portfolio-post .fusion-portfolio-content h2 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-family: 'Righteous';
    font-weight: 400;
    margin: 0;
    font-size: 20px !important;
    text-shadow: none;
    transition: all .3s ease-in-out;
}
article.fusion-portfolio-post:hover .fusion-portfolio-content h2 {
    text-shadow: 0 0 3px #000;
}
article.fusion-portfolio-post .fusion-portfolio-content h2 a {
    color: var(--white);
}
.fusion-portfolio-content .fusion-portfolio-meta {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-family: 'Righteous';
}
.fusion-portfolio-content .fusion-portfolio-meta a {
    color: var(--white);
}   
.about-author {
    margin-top: 0px;
}
.about-author .fusion-title {
    margin: 0 0 20px 0 !important;
}
.about-author a {
    color: #fff !important;
    pointer-events: none;
    cursor: default;
}
.last-entry h4 {
    font-size: 20px !important;
}
.last-entry h4 a {
    color: #ffffff60;
}
.last-entry h4 a:hover {
    color: #ffffff;
}
.last-entry article {
    margin-bottom: 15px !important;
}
.last-entry .flexslider .slides img {
    opacity: 0.6;
    transition: all .3s ease-in-out;
}
.last-entry .flexslider .slides img:hover {
    opacity: 1;
}
.footer-entry h4 {
    font-size: 14px !important;
}
.footer-entry h4 a {
    color: #ffffff60 !important;
}
.footer-entry h4 a:hover {
    color: #ffffff !important;
}
.footer-blog .fusion-image-wrapper,
.footer-blog .fusion-post-content {
    display: none !important;
}
.footer-blog article.fusion-portfolio-post .fusion-portfolio-content {
    position: relative;
    pointer-events: all;
}
.footer-blog article.fusion-portfolio-post .fusion-portfolio-content h2 {
    font-size: 14px !important;
    bottom: 0;
    position: relative;
    left: 0;
}
.footer-blog article.fusion-portfolio-post .fusion-portfolio-content h2 a {
    color: #ffffff60 !important;
}
.footer-blog article.fusion-portfolio-post .fusion-portfolio-content h2 a:hover {
    color: #ffffff !important;
}
.footer-blog article.fusion-portfolio-post:before {
    content: none !important;
}
.footer-blog article .fusion-separator {
    display: none;
}
.footer-blog article {
    padding: 0 5px !important;
    position: relative !important;
    top: 0 !important;
}
.search-results .chapter_image {
    display: none !important;
}
.search-results .chapters_wrapper .chapter_wrapper .chapter_info {
    position: relative;
    left: 0;
    bottom: 0;
}
.search-results h2.act_name {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff60;
}
.search-results .chapters_wrapper {
    margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
    .fusion-columns .fusion-column:not(.fusion-column-last) {
        margin: 0 0 0px !important;
    }
    .fusion-body .fusion-page-title-bar h1 {
        font-size: 24px !important;
        margin-top: 100px;
    }
    
}
@media only screen and (max-width: 640px) {
    .fusion-body .fusion-page-title-bar h1 {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}

/* WIDGET */
ul.acts_list {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}
ul.acts_list a.act_link {
    position: relative;
    color: var(--white) !important;
    display: block !important;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    opacity: 0.7;
    background-color: transparent;
    transition: all .3s ease-in-out;
    z-index: 1;
}
ul.acts_list a.act_link:hover {
    opacity: 1;
    background-color: #ffffff10;
}
ul.acts_list a.act_link:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    box-shadow: 0 0 0 2px #ffffff00;
    transform: scale(1.05, 1.1) translate3d(-2px,-2px,0);
    transition: box-shadow .3s, transform .3s;
}
ul.acts_list a.act_link:hover:after {
    box-shadow: 0 0 0 2px #ffffff40;
    transform: scale(1) translate3d(-2px,-2px,0);
    z-index: 4;
}
ul.acts_list li {
    position: relative;
}
ul.acts_list li.release_menu {
    margin-left: 20px;
    margin-bottom: 4px;
}
ul.acts_list li.release_menu a {
    font-size: 14px;
}
ul.sub_release {
    display: none;
}
.release_open {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 12px;
    opacity: 0.4;
    cursor: pointer;
    z-index: 2;
}
.release_open:before {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #fff;
    display: block;
    top: 6px;
    position: relative;
    transform: rotate(-45deg);
    right: -4px;
}
.release_open:after {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #fff;
    display: block;
    top: 4px;
    position: relative;
    transform: rotate(45deg);
}

/* RELEASES */
.release {
    background-size: cover;
    background-position: center center;
    border: 1px solid #ffffff10;
    margin-bottom: 20px;
    border-radius: var(--border_radius);
    transition: all .3s ease-in-out;
    position: relative;
}
.release:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    box-shadow: 0 0 0 2px #ffffff00;
    transform: scale(1.02, 1.1) translate3d(-4px,-4px,0);
    transition: box-shadow .3s, transform .3s;
}
.release:hover:before {
    box-shadow: 0 0 0 2px #ffffff40;
    transform: scale(1) translate3d(-4px,-4px,0);
}
.release a {
    padding: 15px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    color: var(--white) !important;
    opacity: 0.7;
    transition: all .3s ease-in-out;
}
.release a:hover {
    opacity: 1;
}
.release h3 {
    margin: 0;
    width: 80%;
    font-family: 'Righteous';
    font-size: 30px;
    font-weight: 400;
}
.release .release_books,
.release .release_chapters {
    width: 10%;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.release .release__count {
    font-family: 'Righteous';
    font-size: 30px;
}
.release .release__text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
@media only screen and (max-width: 1024px) {
    .release a {
        flex-wrap: wrap;
    }
    .release h3 {
        width: 100%;
        font-size: 24px !important;
        margin-bottom: 10px;
        line-height: 28px;
    }
    .release .release_books,
    .release .release_chapters {
        width: 50%;
    }
}

/* BOOK */
.book_wrapper {
    width: 48%;
    margin: 0 1% 30px;
    float: left;
}
.book_container {
    z-index: 1;
    perspective:3000px;
    position: relative;
}
.book_container .book {
    position: relative;
    display: block;
    width: 200px;
    height: 275px;
    margin-left: 20px;
    border-radius: 2px 4px 4px 2px;
    font-family: 'Righteous';
    -webkit-box-shadow: 13px 13px 8px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 13px 13px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 13px 13px 8px 0px rgba(0, 0, 0, 0.6);
    color: #2b2b2b;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    z-index: 2;
    pointer-events: none;
}
.book_container:hover .book {
    -webkit-transform: rotate3d(0,1,0,35deg);
    -moz-transform: rotate3d(0,1,0,35deg);
    transform: rotate3d(0,1,0,35deg);
}
.book_container .book > div,
.book_container .front > div {
    display: block;
    position: absolute;
}
.book_container .front {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0,0,10px);
    -moz-transform: translate3d(0,0,10px);
    transform: translate3d(0,0,10px);
    z-index: 10;
}
.book_container .front > div {
    width: 200px;
    height: 275px;
}
.book_container .left-side{
    width: 30px;
    left: -15px;
    height: 275px;
    overflow: hidden;
    -webkit-transform: rotate3d(0,1,0,-90deg);
    -moz-transform: rotate3d(0,1,0,-90deg);
    transform: rotate3d(0,1,0,-90deg);
    filter: brightness(30%);
    transition: all .7s ease-in-out;
}
.book_container:hover .left-side {
    filter: brightness(80%);
}
.cover img{
    width: 100%;
}
.book_container .front > div {
    border-radius: 0 3px 3px 0;
    box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1);
}
.book_container .front:after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    width: 1px;
}
.book_container .cover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 0;
    width: 3px;
    background: rgba(0,0,0,0.1);
    box-shadow: 1px 0 2px rgba(255, 255, 255, 0.2);
}
.book_container h2 {
    width: 250px;
    height: 20px;
    color: #fff;
    font-size: 10px !important;
    line-height: 10px !important;
    text-align: left;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translateY(7px) translateX(-260px);
    -moz-transform: rotate(270deg) translateY(7px) translateX(-260px);
    transform: rotate(270deg) translateY(7px) translateX(-260px);
    margin: 0 !important;
    opacity: 0.8;
    position: relative;
    left: -1px;
}
.cover {
    background: linear-gradient(45deg,  #DAD5DC 0%, #f2ebf4 100%);
}
.left-side h2 span:first-child {
    font-weight: 400;
    font-size: 13px;
    padding-right: 20px;
}
.book_container .left-side img {
    position: absolute;
    width: 200px;
    max-width: none;
    transform: rotateY(180deg);
    right: 0;
}
.left-side h2 span:last-child{
    font-family: 'Righteous', sans-serif;
} 
.book_meta {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0 20px 0 240px;
    text-align: center;
    margin: 30px 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    border: 1px solid #ffffff10;
    border-radius: var(--border_radius);
    transition: all .3s ease-in-out;
}
.book_meta:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    box-shadow: 0 0 0 2px #ffffff00;
    transform: scale(1.02, 1.1) translate3d(-4px,-4px,0);
    transition: box-shadow .3s, transform .3s;
}
.book_meta:hover:before {
    box-shadow: 0 0 0 2px #ffffff40;
    transform: scale(1) translate3d(-4px,-4px,0);
}
.book_meta h3 {
    font-family: 'Righteous';
    color: #fff !important;
    font-weight: 400;
    line-height: 1.2 !important;
    font-size: 18px;
}
.book_meta .book_sep {
    width: 100px;
    height: 1px;
    background: var(--white);
    opacity: 0.2;
    margin: 0 auto;
}
.book_stats {
    display: flex;
    opacity: 0.5;
    position: absolute;
    bottom: 15px;
    width: 50%;
}
.book_stats div {
    width: 50%;
    color: #fff !important;
    text-align: center;
    font-family: 'Righteous';
    font-size: 22px;
}
.book_stats div span {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato';
    font-weight: 700;
}
.book_stats div:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1024px) {
    .book_wrapper {
        width: 100%;
        margin: 0 0 15px;
        float: none;
    }
    .book_meta {
        position: relative;
        padding: 20px;
        margin: -70px 0 0;
    }
    .book_meta h3 {
        margin: 65px 0 0;
    }
    .book_meta .book_sep {
        margin: 10px auto;
    }
    .book_stats {
        width: 100%;
        bottom: 0;
        position: relative;
    }
    .book_container .book {
        margin-left: -100px;
        left: 50%;
    }
}

/* ACTS & CHAPTERS */
h2.act_name {
    margin: 0 0 20px;
    color: var(--white);
    position: relative;
    opacity: 0.7;
}
h2.act_name:after {
    content: '';
    width: 150px;
    height: 1px;
    background-color: var(--white);
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.chapters_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chapters_wrapper article {
    width: 48%;
    margin-bottom: 25px;
}
.chapters_wrapper .chapter_wrapper {
    position: relative;
}
.chapters_wrapper .chapter_wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    box-shadow: 0 0 0 2px #ffffff00;
    transform: scale(1.05, 1.1) translate3d(-4px,-4px,0);
    transition: box-shadow .3s, transform .3s;
}
.chapters_wrapper .chapter_wrapper:hover:before {
    box-shadow: 0 0 0 2px #ffffff40;
    transform: scale(1) translate3d(-4px,-4px,0);
}
.chapters_wrapper .chapter_wrapper .chapter_image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--main_color);
    opacity: 0.85;
    transition: all .3s ease-in-out;
}
.chapters_wrapper .chapter_wrapper:hover .chapter_image:after {
    opacity: 0.1;
}
.chapters_wrapper .chapter_wrapper .chapter_info {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.chapters_wrapper .chapter_wrapper .chapter_info h3 {
    color: var(--white);
    font-family: 'Righteous';
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    text-shadow: none;
    transition: all .3s ease-in-out;
}
.chapters_wrapper .chapter_wrapper:hover .chapter_info h3 {
    text-shadow: 0 0 3px #000;
}
@media only screen and (max-width: 1024px) {
    h2.act_name {
        font-size: 18px !important;
    }
    .chapters_wrapper article {
        width: 100%;
    }
}

/* TIMELINE */
.timeline_category_wrapper {
    margin-left: -12%;
    margin-right: -12%;
    background-size: cover;
    background-position: center center;
    border-bottom: 15px solid rgba(255, 255, 255, 0.1);
}
.timeline_category_container {
    margin: 0 10%;
    padding: 10% 0 20px;
}
.timeline_category_container h3 {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.timeline_list_posts {
    position: relative;
    padding: 70px 0;
}
.timeline_list_posts:before {
    content: '';
    position: absolute;
    width: 6px;
    left: 50%;
    margin-left: -3px;
    top: 0%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
.timeline_post_wrapper {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    margin-bottom: 80px;
    position: relative;
    padding: 20px;
}
.timeline_post_wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    box-shadow: 0 0 0 2px #ffffff00;
    transform: scale(1.05, 1.1) translate3d(-2px,-2px,0);
    transition: box-shadow .3s, transform .3s;
}
.timeline_post_wrapper:hover:before {
    box-shadow: 0 0 0 2px #ffffff40;
    transform: scale(1) translate3d(-2px,-2px,0);
}
.timeline_post_wrapper .dot {
    order: 2;
    grid-column-end: span 1;
    height: 20px;
    width: 20px;
    background-color: #191c23;
    border-radius: 50%;
    border: 3px solid #47494f;
    margin: 0 auto;
    position: relative;
    left: 1px;
}
.timeline_post_wrapper .timeline_description h4 {
    margin-top: 0;
}
.timeline_post_wrapper .timeline_description p {
    color: #fff !important;
}
.timeline_post_wrapper.right .timeline_description {
    order: 1;
    grid-column-end: span 5;
    text-align: right;
}
.timeline_post_wrapper.right .illustration {
    order: 3;
    grid-column-end: span 5;
}
.timeline_post_wrapper.left .timeline_description {
    order: 3;
    grid-column-end: span 5;
}
.timeline_post_wrapper.left .illustration {
    order: 1;
    grid-column-end: span 5;
    text-align: right;
}
.timeline_nav {
    pointer-events: none;
    font-size: 14px;
    position: fixed;
    right: 0;
    text-align: right;
    top: 0;
    height: 100%;
    align-items: center;
    z-index: 1;
    display: flex;
}
.timeline_nav ul {
    list-style: none;
    padding: 0;
}
.timeline_nav ul li {
    margin: 10px 0;
}
.timeline_nav ul a {
    font-family: 'Righteous';
    pointer-events: auto;
    text-decoration: none;
    color: transparent;
    padding: 5px 10px 5px 10px;
    background-color: transparent;
    transition: all .25s;
}
.timeline_nav ul a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.timeline_nav ul a span:first-child {
    visibility: hidden;
    opacity: 0;
    padding-right: 20px;
    transition: visibility 250ms, opacity 250ms;
}
.timeline_nav ul a:hover span:first-child {
    visibility: visible;
    opacity: 1;
}
.timeline_nav ul a span:last-child {
    width: 5px;
    height: 5px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    transform: rotate(0deg);
    box-sizing: content-box;
    transition: all .25s;
}
.timeline_nav ul a:hover span:last-child {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    transform: rotate(45deg);
}
@media only screen and (max-width: 1024px) {
    .timeline_post_wrapper .timeline_description h4 {
        font-size: 18px !important;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .timeline_post_wrapper .timeline_description p {
        font-size: 14px;
    }
}

/* HIDDEN AREA */
.hidden_content {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    text-align: center;
}
.hidden_content h4 {
    margin: 0 0 20px 0;
}

/* REGISTRAZIONE FORMS */
#user-registration {
    background-color: transparent;
    margin: 0;
}
.ur-frontend-form {
    border: none;
}
.ur-frontend-form.ur-frontend-form--flat {
    background: transparent;
    background-color: transparent !important;
    color: #fff !important;
}
.user-registration-Input {
    background: transparent;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="date"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="email"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="number"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="password"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="text"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="url"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select, .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea {
    background: transparent;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.ur-frontend-form button, .ur-frontend-form button[type="submit"], .ur-frontend-form input[type="submit"] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: 'Righteous';
    margin: 0;
    text-transform: uppercase;
    box-shadow: none;
}
.ur-frontend-form button:hover, .ur-frontend-form button[type="submit"]:hover, .ur-frontend-form input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.ur-frontend-form.login input[name="rememberme"]#rememberme {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form__label-for-checkbox {
    width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 10px 11px 50px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form__label-for-checkbox span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 9px;
    left: 9px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form__label-for-checkbox input ~ span:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 14px;
    left: 14px;
    background: transparent;
    transition: all .2s;
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form__label-for-checkbox input:checked ~ span:after {
    background: rgba(255,255,255,0.2);
}
.user-registration-error, .user-registration-info, .user-registration-message {
    margin: 0 20px 10px;
}
.user-registration-error {
    border: 1px solid #ff4149;
    background: rgba(255,65,73,.1);
    color: #fff;
}
.user-registration-message {
    border: 1px solid #8fae1b;
    background: rgba(143,174,27,.1);
    color: #fff;
}
#user-registration p {
    color: #fff;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid label {
    color: #fff;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    cursor: pointer;
    position: relative;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li:first-child {
    margin-right: 10px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li:last-child {
    margin-left: 10px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li label {
    line-height: 4px;
    cursor: pointer;
    display: block;
    padding: 10px 10px 10px 50px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 11px;
    left: 15px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input ~ label:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 15px;
    left: 19px;
    background: transparent;
    transition: all .2s;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input:checked ~ label:after {
    background: rgba(255,255,255,0.2);
}
.user-registration-MyAccount-navigation-link--edit-profile {
    display: none !important;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
#user-registration .user-registration-MyAccount-navigation, #user-registration.horizontal .user-registration-MyAccount-navigation {
    border-bottom: none;
}