.lw-overlay, .lw-right-sidebar {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.single-document {
  background-color: #ededf0;
  padding-top: 60px;
}

body .elementor-top-section > .elementor-container {
  background: white;
  box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
  margin: 5mm auto;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

#top-toolbar {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.lw-right-sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 320px;
  z-index: 100;
  opacity: 0;
}
.lw-right-sidebar.active {
  right: 0;
  opacity: 1;
}

.logged-in #top-toolbar, .logged-in .lw-right-sidebar {
  top: 32px;
}
.logged-in .single-document {
  padding-top: 92px;
}

.lw-overlay.active {
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: fixed;
}

.frm-show-form label {
  display: block;
}
.frm-show-form .frm_form_field {
  margin-bottom: 1rem;
  width: 100%;
}
.frm-show-form input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.frm-show-form input:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.8);
}
.frm-show-form button {
  background: #FFCF01;
  padding: 5px 50px;
  border-radius: 5px;
  text-align: center;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}
.frm-show-form button:hover {
  background: #010100;
  color: #fff;
}
.frm-show-form .frm_submit {
  text-align: center;
}
.frm-show-form .frm_error {
  margin-top: 0.5rem;
  font-size: 80%;
  color: red;
}

.btn-close {
  border: none;
  background: none;
}

form label {
  display: block;
}
form input[type=text], form input[type=email], form input[type=tel] {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=tel]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.8);
}
form input {
  max-width: 100%;
}
form input[type=submit] {
  background: #FFCF01;
  padding: 5px 50px;
  border-radius: 5px;
  text-align: center;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}
form input[type=submit]:hover {
  background: #010100;
  color: #fff;
}

@media (max-width: 667px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=document.css.map */
