.head-main {
    width: 90%;
    margin: auto;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blogback {
margin-top: 90px;
}
.kl-bg-source img {
    max-width: 100% !important;
    height: 500px !important;
}
.left {
    flex: 0.2;
}
.right {
    flex: 0.8;
}
button#listenButton1 {
    border: none;
    padding: 6px 10px;
    background-color: darkslateblue;
    color: #fff;
}
.nav-previous a p.post-title, .nav-next a p.post-title {
    display: none;
}
.nav-links {
    display: flex;
    justify-content: space-between;
}
.nav-previous a p.meta-nav, .nav-next a p.meta-nav {
    padding: 6px;
    background-color: slateblue;
    color: #fff;
}
.right ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0;
    padding-left: 0;
    margin: 28px 0;
}
.right ul li a {
    color: #000;
    font-size: 12px;
}
.blog-head h1 {
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.blog-head {
    background: #0d1128;
}
.blog-body {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.post-head h3 {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
}
.post-detail {
    display: flex;
    justify-content: left;
}
.post-author h5, .post-date h5 {
    font-size: 12px;
    text-align: left;
    padding: 3px 10px;
    margin: 0;
}
.blog-post {
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
    margin: 30px 0 20px;
    height: 350px;
}
.blog-img {
   width: 100%;
    margin: auto;
    border-radius: 10px;
}
.blog-img img {
    width: 100%;
    object-fit: contain;
}
.post-head {
    margin-top: 10px;
}
.ftco-footer {
    font-size: 14px;
    background: #232323;
    padding: 6em 0;
}
.ftco-section {
    position: relative;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.ftco-footer .ftco-footer-widget {
    width: 100%;
    display: block;
}
.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.block-23 ul {
    padding: 0;
}
.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}
.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}
.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}
.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}
.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
}
article.post {
    width: 80%;
    margin: auto;
    margin-top: 35px;
    marign-bottom: 20px;
}
span.byline, .post-taxonomies {
    display: none;
}
div#comments, nav.navigation.post-navigation {
    width: 80%;
    margin: auto;
    margin-top: 20px;
   
}
footer.entry-footer.default-max-width {
    margin-bottom: 20px;
}
.speek-line {
    width: 100%;
    background: #0d1128;
    height: 1px;
}
.form-razor img {
    width: 60%;
}
.form-razor a:hover {
    border: 2px solid #fff;
    border-radius: 25px;
}

.form-razor a {
    font-size: 22px;
    padding: 12px;
    text-decoration: none;
    background: slateblue;
    color: #fff;
    transition: 0.5s;
}
p.comment-form-url {
    display: none;
}

h2.comments-title {
    font-size: 16px;
    font-weight: 600;
}
.comment-author.vcard a, .comment-author.vcard span {
    font-size: 14px;
}
span.says {
    display: none;
}
.comment-metadata a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    margin-left: 25px;
}
.comment-content p {
    font-size: 14px;
    margin-bottom: 0;
}
div#respond {
    margin-top: 5px;
    padding: 5px 20px;
}
p.comment-form-comment label {
    position: absolute;
    margin: 5px 8px;
    display: none;
}
.wpcd-title-div, .wpcd-comments-title {
    display: none;
}

p.comment-form-comment, p.comment-form-author, p.comment-form-email {
    position: relative;
}
p.comment-form-author label, p.comment-form-email label {
	position: absolute;
    margin: 4px 8px;
    display: none;
}
h2#reply-title {
    font-size: 18px;
    font-weight: 600;
}
p.comment-notes {
    font-size: 12px;
}
p.comment-form-cookies-consent {
    font-size: 12px;
    margin: 0;
}
input#author, input#email {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 5px;
}
textarea#comment {
	outline: none;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 5px;
}
p.form-submit input {
    background: slateblue;
    border: none;
    padding: 5px 8px;
    color: #fff;
    border-radius: 4px;
    transition: 0.5s;
}
.comment-metadata {
    display: none;
}
.page_counter_label {
    position: fixed;
    z-index: 99;
    bottom: 0;
    margin: 0;
    left: 0;
    background: slateblue;
    padding: 2px;
}
span.page_counter_text {
    font-size: 12px;
    background: slateblue !important;
    color: #fff !important;
}
.entry-content p {
    text-align: justify;
}
.clap-count {
    width: 100%;
    height: 70px;
}
applause-button {
    position: relative;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    
}
.count-container {
    top: 12px !important;
    left: 50px !important;
}
.count {
    font-weight: bolder;
    font-size: 20px;
    width: 100% !important
}
.subheader-maintitle {
    margin-left: 30px !important;
    
}
.container-post {
    width: 70%;
    margin: 20px auto;
}
.blog-search {
    width: 95%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}
li.pagenav, li.categories, div#sidebar ul:nth-child(2), div#sidebar h2 {
    display: none;
}
div#sidebar {
    width: 300px;
}
.norm_row.sfsi_wDiv {
width: 100% !important;
}
.sfsi_shortcode_container {
    float: none !important;
}
.post-share i.heateorSssSharing {
    width: 20px !important;
    height: 20px !important;
}
.post-share {
    padding: 5px 0;
}
.post-date, .post-author {
    padding: 6px 0;
}
.row-post li, .row-post p {
    font-size: 1.2rem;
    font-family: "BrownRegular", 'Open Sans';
    text-align: justify;
}
section.elementor-section.elementor-element-2bc5680b {
    padding-top: 0;
}
@media screen and (min-width: 1400px) {
.blog-post {
    height: 390px;
}
}
@media screen and (min-width: 1700px) {
.blog-post {
    height: 430px;
}
}
@media screen and (min-width: 1920px) {
.blog-post {
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
    margin: 30px 0 20px;
    height: 460px;
}
}

@media screen and (max-width: 768px) {
.page_counter_label {
bottom: 40px;
}
.container-post {
    width: 90%;
    margin: 20px auto;
}
.blog-search {
justify-content: center;
}
.blog-post {
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
    margin: 30px 0 20px;
    height: 500px;
}
div#sidebar {
    width: 80%;
}

}
figure.post-thumbnail {
    display: none;
}
h2.screen-reader-text {
    display: none;
}
@media screen and (max-width: 600px) {
.blog-post {
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
    margin: 30px 0 20px;
    height: 435px;
}
}
@media screen and (max-width: 425px) {
.blog-post {
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
    margin: 30px 0 20px;
    height: 350px;
}
.post-detail {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.post-date, .post-author {
    padding: 6px 0;
    width: 50%;
    display: flex;
    justify-content: center;
}
.post-share {
    width: 100%;
    display: flex;
    justify-content: center;
}
.post-author h5, .post-date h5 {
    font-size: 12px;
    margin: 0;
}
.post-head h3 {
    font-size: 14px;
    }
}