@charset "UTF-8";

/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1200px;
}

#top-bar-wrap {
  display: none;
}

header.page-header {
  display: none;
}

.mfp-content {
    position: absolute;
    top: 40%;
    left: 35%;
}

div#open_registerform{
    max-width: 150px;
    padding: 20px;
    background: #fff;
}

#mm-registerform > div:nth-child(5) > h2{
    font-size: 50px;
    text-align: center;
    color: #333333;
}

div#register-form {
    border: solid #eaeaea 2px;
    padding: 27px;
    margin-top: -5px;
}

button.form-submit {
    width: 70%;
    margin-left: 15%;
}

#mm-message > ul > li {
    color: red;
}