@import url('https://fonts.googleapis.com/css?family=Martel|Roboto+Condensed');

body {
  font-family: "Open Sans", "Helvetica", arial;
    font-size: 17px;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.612; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed";
    line-height: 1.2;
    font-weight: 600;
}

/* h2 {
    font-family: "Martel";
    font-weight: 200;
} */

.entry-title {
    font-size: 50px;
}

.full-width-content .content {
    padding: 0 4em 3em;
}

.content {
    width: 48em;
}

.sidebar {
    width: 19em;
}

@media only screen and (max-width: 1200px) {
.content {width: 100%; }
.sidebar {width: 100%;}
}
.full-landing-builder p.site-title {
    font-family: "Roboto Condensed";
}
.full-landing-builder .entry {
    margin-bottom: 0;
}
.full-landing-builder .header-landing h4 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}



