/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 23, 2019, 5:20:21 PM
    Author     : Lamnx <nguyenxuanlam1987@gmail.com>
*/
.post-detail {
    margin-bottom: 30px;
}
.post-detail .detail {
    margin-bottom: 20px;
    border-left: 1px solid #e0dfdf;
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1), 0px 3px 4px 0px rgba(0,0,0,0.05), 0px 3px 3px -2px rgba(0,0,0,0.02);
}
.post-detail .detail article > header{
	padding: 15px 15px 0 15px;
}
.post-detail .detail p {
    margin: 10px 0;
    text-align: justify;
}
.post-detail img, .post-detail video {
    max-width: 100%;
    height: auto;
}
.post-detail figure, .post-detail figure img {
    margin: 0;
}
.post-detail figcaption {
    background: #eee;
    padding-top: 10px;
    padding-bottom: 1px;
    text-align: center;
}
.post-detail .image-style-side {
    float: right;
    margin-left: 15px;
    max-width: 50%;
}
.post-detail .related-posts {
    margin-bottom: 10px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding: 15px 0 15px 30px;
}
.post-detail .related-posts li {
    display: block;
    padding: 0 0 10px;
    line-height: 17px;
    position: relative;
}
.post-detail .related-posts li:before {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ffc20e;
    top: 5px;
	border-radius: 50%;
}
.post-detail .related-posts a {
    display: block;
    color: #238c50;
    font-weight: 600;
    padding-left: 15px;
    font-size: 13px;
	font-style: italic;
}
.post-detail .sapo {
    color: #872352;
    letter-spacing: 1.25px;
    background: #8723521f;
    margin: 0 15px 15px;
    border-radius: 10px;
    padding: 15px;
}
.post-detail .sapo span.logo {
    display: inline-block;
    background: #e90606;
    height: 24px;
    line-height: 26px;
    padding: 0 6px;
    color: #fff;
    font-size: 15px;
    margin: 0 10px 0 0;
}
.post-detail .detail .post-meta .post-date {
    line-height: 30px;
    font-size: 14px;
    color: #909090;
}
.post-detail .social-actions {
    text-align: left;
}
.post-detail .social-actions a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    padding: 5px 7px;
    display: inline-table;
    margin-bottom: 5px;
    vertical-align: top;
    margin-left: 2px;

}
.post-detail .social-actions .like-fb {
    background: #4167b2;
}
.post-detail .social-actions .like-fb img {
    height: 15px;
    display: inline;
    margin-right: 5px;
}
.post-detail .social-actions a.email-detail img {
    height: 25px;
    margin-top: 5px;
    margin-right: 0;
}
.post-detail .social-actions a.print img {
    height: 25px;
    margin-top: 5px;
    margin-right: 0;
}
.post-detail .social-actions a.email-detail {
    background: none;
    padding: 0;
}
.post-detail .post-title {
    font-size: 1.75em;
    line-height: 1.35;
    margin-bottom: 15px;
    font-weight: 600;
	color: #282828;
}
.post-content{
	margin: 0 15px 15px 15px;
}
.post-content ul, .post-content ol {
    padding-left: 40px;
}
.post-content ul li, .post-content ol li {
    margin-bottom: 3px;
}
.post-content ul {
    list-style: circle;
}
.post-content ol {
    list-style: decimal;
}
.post-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e90607;
    background: #eee;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    font-weight: 600;
    margin: 20px 0 5px;
    padding: 0px;
	font-size: 18px;
	line-height: 1.35;
}
.post-content a {
    color: #872352;
}
.post-detail .footer-link {
    display: block;
    margin: 10px 0;
	padding: 0 15px;
}
.footer-link a.footer-content-link {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #2b3492;
    margin-bottom: 2%;
    text-align: left;
    line-height: 1.25;
    text-decoration: none;
    font-style: italic;
}
.post-detail .author {
    text-align: right;
    font-weight: bold;
    margin: 10px;
	color: #5f5f5f;
}
.post-detail .tags{
	margin: 15px 20px;
}
.post-detail .post-reaction{
	padding: 15px;
}
.post-detail .post-reaction .reaction a{
	padding: 10px 15px 10px 5px;
	font-weight: 600;
}
.post-detail .post-reaction .reaction .react-list a{
	padding: 0;
}
.post-detail .post-reaction .reaction a:hover{
	background: #f3f3f3;
	border-radius: 50px;
}
.tags ul {
    margin-bottom: 10px;
    min-height: 10px;
    float: left;
    width: 100%;
}
.tags ul li {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
	background: #f1f1f1;
	font-weight: 600;
}
.tags-label{
	background: #f2fdf6 !important;
}
.tags ul li a {
    color: #545454;
}
.post-detail .more-news {
    text-align: center;
    padding: 15px;
}
.post-detail .more-news a {
    padding-right: 25px;
    font-size: 16px;
}
.post-detail .detail .post-meta .post-date {
    margin-bottom: 20px;
}
.social-item{
	margin: 0 5px;
	float: right !important;
}
.post-user-info, .post-username, .post-time{
	margin: 0 !important;
}
.post-username{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}
.post-time{
	font-size: 12px;
	font-style: italic;
	color: #ccc;
	line-height: 2.2;
}
@media (min-width: 768px) {
    .post-detail .social-actions {
        text-align: right;
    }
}