* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home .vertical-text{
    visibility: visible !important;
}

.vertical-text{
    font-family: 'Karla-Regular', sans-serif !important;
    letter-spacing: 0.4rem !important;
    font-size:14px;
}

.home-plus-text{
    letter-spacing:1.2px;
    font-size:1rem;
    font-family: 'Karla-Regular', sans-serif !important;
}

.vc_row.wpb_row.vc_row-fluid.home-row-padding{
    padding-left:0px !important;
    padding-right:0px !important;
}

.entry-content .mutation-text-box h4,.entry-content .mutation-text-box p, .mutation-text-box-wtf h4, .mutation-text-box-wtf p, h2.entry-title , .entry-content p{
    font-family: 'Karla-Regular', sans-serif;
}

.entry-content .mutation-text-box p, .entry-content .mutation-text-box li, .mutation-text-box-wtf p, .entry-content p{
    color:#999999;
    text-align:left;
    font-family: 'Karla-Regular', sans-serif;
}

.vc_figure-caption {
    font-family: 'Karla-Regular', sans-serif;
    text-align: left;
    padding-left: 1rem;
}
article.post{
    width:100%;
}
article.post .post-thumbnail{
    margin:0;
    padding:0;
}
article.post .post-thumbnail img{
    width:100%;
    margin-bottom:2rem;
}