div.post-contents{
    padding:0 50px;
	font-family: 'Markazi Text', serif !important;
}
div.post-contents *{
	font-family: 'Markazi Text', serif !important;
	font-size:15pt  !important;
}
div.post-contents h6 *{
	font-family: 'Markazi Text', serif !important;
	font-size:12pt  !important;
}
div.post-contents blockquote h6:before,div.post-contents ul li:before{
	/* background: #0f0f0f; */
	/* width:25px; */
	/* background-image: url('https://pro-justice.org/wp-content/uploads/quote-right-solid.svg'); */
	/* background-repeat: no-repeat; */
	padding-left:15px;
	padding-right:15px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f10e";
}
div.post-contents ul{
	list-style-type:none;
}
@media (max-width:991px) {
    div.post-contents{
        padding:15px;
    }
}
.post-contents img{
    /*width:25%;*/
    /*float:left;*/
}
@media (max-width:991px) {
    h1.ribbon{
        width:80%;
    }
}
hr.excerpt{
    width:450px;
    background:inherit;
    background:linear-gradient(to right, #736a3f, #fcf6ba, #b7ae6d, #fbf5b7, #aa771c);
    height:2px;
}

h1.excerpt-heading-lg{
    font-size:1.6em;
    padding:15px 25px;
    text-align:center;
    margin-left:5%;
    margin-right:5%;
}
/*.post-contents img{
    float:right;
    width:25%;
    height:auto;
}*/
@media (max-width:767px) {
    h1.ribbon{
        width:100%;
    }
    div.post-image-container{
        width:100% !important;
        padding:2%;
        overflow:hidden;
        margin-right:15px;
        margin-bottom:10px;
        float:left;
    }

    div.post-image-container img{
        width:100%;
        height:auto;
    }
    hr.excerpt{
        width:150px;
        background:inherit;
        background:linear-gradient(to right, #736a3f, #fcf6ba, #b7ae6d, #fbf5b7, #aa771c);
        height:2px;
    }
    .post-contents img{
    /*float:right;*/
/*    width:100%;
    height:auto;*/
}
}

.ribbon .ribbon-content:before{
}



div.post-contents *{
    font-size:1.3em;
}

div.post-contents{
}

div.post-image-container{
    width:20%;
    overflow:hidden;
    margin-right:15px;
    margin-bottom:10px;
    float:left;
}

div.post-image-container img{
    width:100%;
    height:auto;
}

.post-contents *{
    text-align: justify;
}
.socialSharing{
    text-align:center;
    margin-top:20px;
}
.socialSharing a .fab, .socialSharing a .fas{
    font-size:30pt;
    color:#030000;
    text-shadow: 3px 3px 5px rgba(3,0,0,.2);
}
.socialSharing a .fab:hover, .socialSharing a .fas:hover{
    color:#736a3f;
}
.posted-on{
    padding:5px;
    border-radius: 5px;
    text-align:center !important;
    background:#030000;
    color:#ffffff;
    width:auto;
    font-family:'Cinzel','Cairo', serif;
    font-size:10pt;
    width:30%;
    
}
.post-contents .excerpt-heading-lg{
    font-family:'Cinzel','Cairo', serif;
}
@media (max-width:767px){
    .posted-on{
        width:100%;
    }
}
