
/* Themify Custom CSS */
@font-face {
  font-family: "header";
src: url("http://www.modexdesign.com/fonts/BrownStd-Regular.eot");
src: url("http://www.modexdesign.com/fonts/BrownStd-Regularx.eot?#iefix") format("embedded-opentype"), url("http://www.modexdesign.com/fonts/BrownStd-Regular.woff") format("woff"), url("http://www.modexdesign.com/fonts/BrownStd-Regular.ttf") format("truetype"), url("http://www.modexdesign.com/fonts/BrownStd-Regular.svg#fontname") format("svg");
 }
h1, h2, h3, h4, h5, h6, p, nav, #site-logo, .post-title, .widgettitle {
  font-family: "header";
 }

@media screen and (max-width: 480px) {
                                .builder-is-touch .themify_builder_row .row-slider-next, .builder-is-touch .themify_builder_row .row-slider-prev {
  display:none;
}
 h1 {
  font-size: 0.7em;
    }
    h2 {
  font-size: 1em;
    }
    h3 {
  font-size: 0.7em;
    }
    h4 {
  font-size: 0.7em;
    }
    h5 {
  font-size: 0.7em;
    }
    h6 {
  font-size: 0.7em;
  color: #fff;
    }
    p {
  font-size: 0.7em;
    }
}