/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.event_link {
    font-family: "Optima", Sans-serif;
    font-weight: 400;
}
body {
    background-image: url(img/bg-kakau-left.svg), url(img/bg-kakau-right.svg);
    background-repeat: no-repeat;
    background-position: left -50px top 700px, right -50px bottom;
    background-size: 1000px;
}
#pp-registration-1, #pp-login-1,
.pp-form-container #pp-password-reset-1.ppBuildScratch {
    background: none !important;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
}
.pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input,
.pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input,
.pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input {
    background:transparent !important;
}
.pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select {
    color:#54595F !important;
    padding-left:5px!important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
    border-radius:0 !important;
    padding:10px 15px !important;
    float:right;
}
#pp-login-1-wrap .profilepress-login-status, 
#pp-password-reset-1-wrap .profilepress-reset-status.success,
#pp-password-reset-1-wrap .profilepress-reset-status {
    background-color:#85714D !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    color:#fff;
}
.pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input.login-remember,
.pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input#acceptprivacypolicy {
    background:#fff !important;
}
.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
    color:#fff;
    font-size:25px;
    text-align: center;
}
.pp-password-reset-handler-wrap .pp-reset-password-form label {
    color:#fff;
}
.pp-password-reset-handler-wrap .pp-reset-password-form input {
    border:none;
    border-bottom: 1px solid #fff;
    color:#fff;
    padding-left: 0;
}
.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
    border-color:#fff !important;
    outline: none !important;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
    font-weight: 400;
    background:#85714d;
    color:#fff;
    padding: 10px 15px;
    float: right;
    text-transform: none;
    min-width: 110px;
    letter-spacing: 0;
    width:auto;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {
    background:#b19a75;
}
.pp-password-reset-handler-wrap .pp-reset-password-form {
    max-width: 100%;
    width: 100%;
    padding: 6% 0 6% 6%;
}
.ppform-remember-me {
    text-align:left !important;
}