#main-header {
  box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; -khtml-box-shadow: none !important;
}

.single-post .entry-title {
  background: #000;
  color: #fff;
  padding: 5px 10px 10px;
  margin-bottom: 20px;
}

.single-post #left-area {
  max-width: 600px;
  margin: 0 auto !important;
  float: unset !important;
  float: initial !important;
}

.single-post #main-content .container::before {
  width: 0;
}

.sliderify-slider-active #main-header {
  z-index: 0;
}

#main-content .container:first-child {
  padding-top: 20px !important;
}

#main-header .container.et_menu_container {
  max-width: 1500px !important;
  padding: 0 !important;
}

#et-top-navigation {
  padding-left: 0 !important;
  width: 100%;
  text-align: center !important;
}

#top-menu-nav {
  float: unset !important;
  text-align: center;
  width: 100% !important;
  float: initial !important;
}

#top-menu {
  float: unset !important;
  float: initial !important;
}

#top-menu li {
  padding-right: 35px;
}

#menu-item-24 a {
  background: #000;
  padding: 11px 15px !important;
  border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px;
  color: #fff !important;
  margin-top: -11px;
}


#menu-item-24 {
  position: absolute;
  right: 2%;
}

#main-header.et-fixed-header #menu-item-24 a {
  color: #fff !important;
}

.et-cart-info {
  position: absolute;
  top: 30px;
  right: 30px;
}

#main-header.et-fixed-header {
  background: #fff !important;
}

#main-header.et-fixed-header .et-cart-info {
  top: 19px;
}

p, h1, h2, h3, h4, h5, h6, li {
  font-weight: 300;
}

/* CF 7 */

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}



.wpcf7-form-control.wpcf7-submit {
    background: #1b9dd9;
    border: 0 solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-date {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 6px;
    color: #888;
}

.wpcf7-select {
    width: 100%;
    padding: 8px 6px;
    border-color: #ccc;
}

.wpcf7-response-output {
  margin-top: 20px !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control {
  background: #fcfcfc;
}

.wpcf7-text {
  background: #fcfcfc !important;
}

#bwcf7 {
  background: #fff;
  border: 1px solid #000;
  padding: 35px;
}

.wpcf7-checkbox {
  background: #fff !important;
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 37%;
  bottom: -20px;
}

/* MOB */

@media screen and (max-width: 980px) {

.et-cart-info {
  top: -80px;
  right: 0;
}

}