/*
 Theme Name:     Phlox Pro Child
 Theme URI:      http://phlox.pro/go/
 Description:    Phlox Pro Child Theme
 Author:         Your Name
 Author URI:     http://www.yourwebsite.com
 Template:       phlox-pro
 Version:        1.0.0
*/

#pms_register-form {
    max-width: 400px;
    margin: 0 auto;
}

#pms_register-form .pms-account-section-wrapper > li {
    margin-top: 15px !important;
}

#pms_register-form .pms-account-section-wrapper > li label {
    margin-bottom: 5px !important;
}

/* Fix header position */
#site-elementor-header {
    position: relative;
}

/* Search form */
.searchform {
    text-align: right;
}
.searchform #s {
    height: 50px;
    margin: 0 !important;
    width: auto;
    background-color: #fff;
    color: #69727d !important;
    border: none;
}
.searchform #searchsubmit {
    width: 50px;
    height: 50px;
    padding: 0 !important;
    margin: 0 !important;
    color: #ffffff;
    background-color: #69727d;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
