@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);

.postarea.full .article {
    padding: 50px 8%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

blockquote {
    font-family: 'Cardo', Georgia, Times, serif;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.2;
}

body {
    color: #222222;
    color: rgba (0, 0, 0, .9);
    font-family: 'Cardo', Georgia, Times, serif;
}

.article h1:first-child + p, .article > p:first-child, .article span + p {
    color: #222222;
    color: rgba (0, 0, 0, .9);
    font-family: 'Cardo', Georgia, Times, serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7;
}

#cboxCurrent {
    line-height: 1.7;
    font-size: .8em;
}


