.hm-header-sidebar {
  max-width: 50% !important;
}

.footer-sidebar {
  width: 33%;
  float: left;
}

@media only screen and (max-width: 600px) {
  .hm-header-sidebar {
    max-width: 100% !important;
  }

  .footer-sidebar {
    width: 100%;
    float: left;
  }
}

.m-contact,
.m-contact2 {
  display: none;
}

@media only screen and (max-width: 1400px) {
  /*.hm-header-sidebar {    display: none;}*/

  .m-contact2 {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    border-top: 1px solid #333;
    bottom: 0;
    background: #151515;
  }

  .tel,
  .line,
  .o-contact {
    width: calc(25% - 1px);
    border-left: 1px solid #333;
    float: left;
    display: block;
    text-align: center;
    padding: 5px 0px;
  }

  .contact-info {
    color: #efefef;
    font-size: 14px;
    font-family: prompt;
  }

  .contact-icon {
    font-size: 32px;
    display: block;
  }

  .icon-line {
    color: #00a700;
  }

  .icon-tel {
    color: #c21e21;
  }

  .icon-regis {
    color: #4267b2;
  }

  .icon-dw {
    background: -webkit-linear-gradient(45deg, rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
    background: linear-gradient(45deg, rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  a.contact-info:hover {
    color: #151515;
  }

  .text-contact {
    display: block;
  }
}

.specail-text {
  font-family: prompt;
  font-size: 1.5rem;
  text-align: center;
  color: #f6f0bc;
}

@media only screen and (max-width: 600px) {
  .text-contact {
    display: block;
  }
}

@media only screen and (max-width: 999px) {
  .hm-top-bar {
    height: 35px;
    background: #ECF0F1;
    border-bottom: 1px solid #ddd;
    font-family: "Ubuntu", sans-serif;
    display: none;
  }

  .site-branding {
    float: left;
    max-width: 50%;
    margin: 5px auto;
  }

  .hm-logo {
    width: 50%;
    max-width: 50%;
    margin: 5px auto;
  }
}

@media only screen and (max-width: 860px) {
  .site-branding {
    float: left;
    max-width: 50%;
    margin: 5px auto;
  }

  .hm-logo {
    width: 100%;
    max-width: 100%;
    margin: 5px auto;
  }

  .custom-logo {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .hm-header-sidebar {
    max-width: 100% !important;
    width: 100%;
    margin-top: 0px !important;
  }

  .site-branding {
    float: none;
    max-width: 100%;
    margin: 5px auto;
    text-align: center;
  }

  .custom-logo {
    max-width: 100%;
    margin: 0px auto;
  }
}

.s-icon {
  background: -webkit-linear-gradient(45deg, rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
  background: linear-gradient(45deg, rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.regis-step {
  margin: 7px 0px;
  font-size: 32px;
  background: -webkit-linear-gradient(left, rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
  background: linear-gradient(left, rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body {
  max-width: 100%;
  overflow-x: hidden !important;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.form-submit {
  max-width: 33%;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

#comments {
  margin-bottom: 10px;
}

ol.children {
  padding-left: 0em;
}

#page {
  max-width: 100%;
  overflow-x: hidden;
  margin-bottom: 100px;
}

.dw-btn {
  width: calc(25% - 0px);
  text-align: center;
  display: inline-block;
  background: #006b00;
  color: #fff;
  padding: 8px;
  border-radius: 3px;
}

div.login {
  padding: 10px;
}

#txtUserName,
#password {
  width: calc(50% - 2px);
  display: inline-block;
  margin-bottom: 10px;
}

#btnSignIn {
  width: calc(50% - 10px);
  display: inline-block;
  background: #B20505;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
}

@media only screen and (max-width: 600px) {
  .sgpb-popup-dialog-main-div-theme-wrapper-5 {
    max-width: 350px !important;
  }

  #btnSignIn {
    width: calc(100% - 0px);
    margin-bottom: 10px;
  }

  .dw-btn {
    width: calc(50% - 2px) !important;
  }
}

/*Modal*/

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0,0,0);
  /* Fallback color */
  background-color: rgba(0,0,0,0.4);
  /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */

.close {
  color: #000;
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 15px;
  background: linear-gradient(to right,rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
  color: white;
}

.modal-body {
  padding: 0px;
}

.modal-footer {
  padding: 15px;
  background: linear-gradient(to right,rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
  text-align: right;
  color: #151515;
  font-size: 14px;
}

#myModal {
  z-index: 999;
}

.modal-header > h3 {
  text-align: center;
  font-size: 18px;
  margin: 0px;
  color: #000;
  display: inline-block;
}

/*Modal*/

#page {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#menu-menu-footer > li,
.sub-menu > li {
  padding: 10px 10px !important;
}

.header-main-area {
  background-color: #000000;
}

#content.site-content {
  background-color: #000000;
}

.siteorigin-widget-tinymce.textwidget {
  background-color: #000000;
}

#site-navigation.main-navigation {
  background-color: #0a0a0a;
}

.th-no-sidebar #primary.content-area {
  background-color: #000000;
}

#panel-6387-0-0-0.so-panel.widget.widget_sow-editor.panel-first-child {
  background-color: #000000;
}

#page.site.hitmag-wrapper {
  background-color: #000000;
}