@media screen and (max-width: 500px) {
.et_pb_section {
    padding: 25px 0 !important;
}
}

.textwidget a {
  color: #000 !important;
}

.owl-next, .owl-prev {
  background: none !important;
  border: none !important;
}

.slider-gallery-wrapper .owl-prev {
  left: 7%;
}

#bwcaption {
    position: absolute;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(255,255,255,0.8);
    font-size: 12px;
    display:none;
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: American Typewriter;
    font-weight: 500 !important;
}

.owl-prev, .owl-next {
    width: 44px;
}

.mfp-bg {
    opacity: 0.9 !important;
}

#nopad {
    max-height: 80px;
    overflow: hidden;
}

/* CF7 */

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #eee;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    max-width: 302px;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #eee;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
    max-width: 302px;
    text-indent: 10px;
    width: 100%;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}

.owl-dots {
    display: none !important;
}

.wpcf7-form-control.wpcf7-submit {
    background: #f2c802;
    border: 0 solid #fff;
    color: #000;
    font-weight: bold;
    max-width: 302px;
    padding: 8px 0;
    text-transform: uppercase;
    width: 95%;
}

.wpcf7-form p {
    margin-bottom: 13px !important;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.sliderify-slider-background {
    z-index: 999988;
}

#sliderify-carousel-1-wrapper {
    z-index: 99999999;
}

/* BW CUSTOM SLIDER */ 
#bwcap {
    position: absolute;
    z-index: 999999999;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    padding: 25px;
    width: 100%;
    font-family: American Typewriter !important;
    text-transform: capitalize;
    font-weight: 500;
}

.owl-item:hover #bwcap {
    display: block !important;
}
/* BW CUSTOM SLIDER */ 