/*
Theme Name: Stockholm Child
Theme URI: https://themeforest.net/item/stockholm-a-genuinely-multiconcept-theme/full_screen_preview/8819050
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Stockholm child theme.
Template: stockholm
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: stockholm-child
*/
body.single-post .title_outer{
    display: none;
}
body.single-post .post_content_holder .post_image img.wp-post-image {
    border-radius: 10px;
}
body.single-post .qodef-post-title.post-title{
padding-top:40px;
margin-bottom: 25px;
}
body.single-post .post_summary{
    margin-bottom: 25px;
}
body.single-post .post_image_caption{
    margin-top: 0.2em;
    font-size: .8em;
} 
body.single-post .author, body.single-post .author .author_item{
    display: flex;
    flex-wrap: wrap;
}
body.single-post .post_content_inner{
    padding-top: 15px !important;
}
body.single-post .author .author_item{
    padding-bottom: 15px;
} 
body.single-post .author img {
    border-radius: 50%;  
    height: 64px;
    width: 64px;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: content-box;
}
body.single-post .author .author_info {
    padding-left: 15px; 
    padding-bottom: 5px;
    display: table;
    height: 64px;
}
body.single-post .author .author_info div {
    display: table-cell;
    vertical-align: middle; 
    width: 400px;
    font-style: normal;
    color: black;
  }
body.single-post .tags_text h3 {
    margin-bottom: 20px;
}
body.single-post .tags_text a {
    color: #ffffff;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    font-family: IBM Plex Sans;
    letter-spacing: 0px;
    text-transform: none;
    border-color: #329d9e;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px !important;
    background-color: #329d9e;
    margin: 0 0 10px 10px !important;
}
body.single-post .blog_holder.blog_single article{
    margin-bottom: 50px;
}
.latest_post_holder.boxes .boxes_image a img {
    border-radius: 10px;
}
body.single-post .post_content ul {
    list-style-position: outside !important;
 
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body.single-post .post_content ul>li {
    margin: 0 0 9px;
    position: relative;
    padding-left: 21px;
}
body.single-post .post_content ul>li:before {
    background-color: #8ebec0;
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    top: 9px;
    content: '';
    border-radius: 25px;
}
body.single-post .post_content ul>li h3{
line-height: 23px !important;
} 
h2.post-title {
    font-size: 46px;
    line-height: 52px;
}
.archive .title {
    height: unset !important;
    padding-top: 30px;
    padding-bottom: 35px;
}
.archive .title h1 { 
    padding-top: 0px !important;
    padding-bottom: 25px !important;
}
.blog_holder.masonry h4.qodef-post-title.post-title {
    line-height: 20px;
} 
.archive .title_outer {
    margin: 0 0 80px;
}
.blog_holder.masonry img.attachment-portfolio-default {
    border-radius: 10px;
}
.blog_holder.masonry article {
    /*min-height: 600px;*/
    margin-bottom: 50px !important;
}
body.single-post .blog_holder article .post_info {
 
    margin: 0 0 0px !important;
}
body.single-post .post_text_inner {
    padding: 25px 0 0 !important;
}
body .infobox.disclaimer_blog_archive {
    background-color: #e0eded !important;
}
