/**
* Content page styles
**/
.site-content {
    border-top: 1px solid #e1e1e1
}

/* Post list content */
.category-content {
    padding-top: 60px;
}

.cat-content-image {
    width: 100%;
    height: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-post-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #555555;  
}

.cat-post-date {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
}  

.cat-post-by {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
}

.cat-post-by a {
    color: #03a578;
}

.cat-post-content {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;  
}

.cat-post-content a {
    color: #03a578;
}

.posts-navigation {
    margin-bottom: 50px;
}

.posts-navigation a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #03a578;
}

.search-page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #555555;
    margin-bottom: 30px;
}

.search-page-title span {
    font-weight: 700;
}

/* Single post */
.post-single-title {
    font-family: 'Merriweather', serif;
    font-size: 32px;
    color: #444444;  
}

.post-single-date {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    padding-left: 20px;
}

.post-single-divisor {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    padding-left: 5px;
}

.post-single-authors {
    padding-left: 5px;
}

.post-single-authors a {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
}

.post-single-category a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.85;
    color: #da8a00;
}

.post-single-content {
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 1.71;
    color: #444444;
}

.post-single-content a {
    color: #03a578;
    font-weight: bold;
}
.post-single-content a:hover {
    color: #0CC894;
}

.entry-footer {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.entry-footer a {
    color: #5e5e5e;
    font-weight: bold;
}
.entry-footer a:hover {
    color: #03a578;
}

.post-single-authors a {
    color: #5e5e5e;
}
.post-single-authors a:hover {
    color: #03a578;
}

.post-single-content figcaption {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #777777;  
}

.post-single-content br {
    line-height: 45px;
}

.comments-area {
    margin-top: 40px;
}

.form-submit .submit {
    height: 42px;
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.13);
    background-color: #2e4f91;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    width: 100%;
    resize: none;
    padding: 20px;
}

div.sharedaddy h3.sd-title:before {
    border: none !important;
}

.sharedaddy  {
    margin-top: 30px;
}

.page-simple-container {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}

.page-single-title {
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 25px;
}

.page-single-content {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 1.71;
    color: #444444;
}

.page-single-content br {
    line-height: 50px;
}

.post-single-content h1, .post-single-content h2,
.post-single-content h3, .post-single-content h4,
.post-single-content h5, .post-single-content h6 {
    font-family: 'Raleway', sans-serif;
    color: #444444;
    font-weight: 700;
}

.post-single-content h3 {
    font-size: 20px;
    line-height: 29px;
    
}

.post-single-content h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 29px;
}

.post-single-content h5 {
    font-size: 13px;
    line-height: 29px;
    
}

.post-single-content h6 {
    font-size: 10px;
    line-height: 29px;
    
}

.single-post-mobile {
    display: none;
}