@charset "utf-8";
.blog-img {
    width: 145px;
    margin-right: 15px;
    float: left;
    border-radius: 15px
}
p,span,p.MsoNormal,body{line-height: 22px !important; }

p{margin-bottom:15px !important;}
.publish {
    opacity: 1 !important;
}
.unpublish {
    opacity: .5 !important;
}
.blog-img-small {
    width: 100px;
    margin-right: 15px;
    float: left;
    border-radius: 15px
}
.blog-row {
    vertical-align: middle;
    display: table;
    opacity: .9;
    font-size: 18px;
    font-family: 'Libre Franklin';
    line-height: 22px;
}
.blog-row h3 {
    color: #000000 !important;
}
.blog-row:hover {
    opacity: 1;
}
#blog-container {
    margin-top: -40px;
    position: relative;
    z-index: 100;
}
.blog-img-large {
    width: 500px;
    float: right;
    border-radius: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.manage {
    width: 50%;
    float: left;
}
#editor {
    float: right;
    width: 45%;
}
.full-width {
    padding: 20px !important;
}
#title {
    width: 100%;
    float: left;
    font-size: 20px;
}
.big {
    font-size: 18px;
    margin-top: 2px;
    font-weight: bold;
}
#fileContainer, #titleContainer {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.featured-image-upload {
    margin: 0px;
}
.submit-post {
    float: right;
}
.new-post {
    border: 1px solid rgba(0, 0, 0, .5);
    color: #FFFFFF !important;
    background-color: #2f5597;
    border-radius: 10px;
    font-size: 18px;
    padding: 20px;
    text-align: center;
}