/*.mm-slideout {
    z-index: 9999999999999;
}*/
/* new css */
.form_contact__container.form__container.animated .form-a .form__submit {
    margin-top: 0px;
    flex-direction: column;
}
.alias-form_svc .form-a .form__submit {
    margin-top: 0px;
    flex-direction: column;
}
.alias-form_svc p {
    color: black !important;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
/*div#mm-0 {
    z-index: 9999999999 !important;
}*/

/*-------Blog-Page--------*/
.blog__post .blog-singlepost__content ul {
    list-style: disc;
}
.blog__post .blog-singlepost__content ol {
    list-style: decimal;
}
.blog__post .blog-singlepost__content ul, .blog__post .blog-singlepost__content ol {
    padding: 0 0 0 30px;
}
/*-------Blog-Page-END-------*/
@media (max-width: 767px) {
    .column {
        width: 100%;
      }
}