.post-description table , .post-description th, .post-description td {
    border: 1px solid #000;
}
.post-section .post-content{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #e1e1e163;
}
.post-section .post-content .category-star .post-category{
	color: #43A4EF;
    font-size: 18px;
    padding: 15px;
}
.post-section .post-content .post-title h1{
	padding: 0 15px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 3%;
}
.post-section .post-content .post-title h2{
	padding: 0 15px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 3%;
}
.post-section .post-content .post-image img{
	width:100%;
	object-fit:contain;height:auto;
}
@media screen and (max-width:768px){
    .post-section .post-content .post-image{
    height:200px;
}
    .post-section .post-content .post-image img{
       height:100%; 
    }
}
.post-section .post-content .post-excerpt p{
    color: #565a62;
    text-align: justify;
    line-height: 1.8rem;
    padding: 15px;
    margin: auto;
}
.post-section .post-content .post-meta{
	 padding: 1% 0px;
}
.post-section .post-content .post-meta ul{
	display: flex;
    list-style: none;
    padding: 15px;
    margin: 0;
}
.post-section .post-content ul li{
    margin-left: 25px;
    font-size: 16px;
}
.post-section .post-description{
    background-color:transparent;
    padding: 15px;
    border-radius: 15px;
    margin-top: 10px;
}

.post-section .post-description p{
	text-align: justify;
    line-height: 1.8rem;
    /*margin: 5% 0;*/
}
.blog-section .blog-title h2{
	text-align: right;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 5%;
}
.sidebar-box{
	background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #e1e1e163;
    padding: 20px 15px;
    margin-bottom:20px;
}
.sidebar-title h3{
	font-weight: bold;
    border-bottom: 1px solid #DBDCDD;
    font-size: 20px;
    padding-bottom: 10px;
}
.category-sidebar .category-items ul{
	list-style: none;
    padding: 0;
	margin: 0;
}
.category-sidebar .category-items ul li{
	padding-bottom:15px;
}
.category-sidebar .category-items ul li a{
	color: #565A62;
    text-decoration: none;
}
.category-sidebar .category-items ul li a:hover,.lastarticles-sidebar .lastarticles-items .lastarticles-title a:hover{
	color: #43A4EF;
}
.lastarticles-sidebar .lastarticles-items .lastarticles-img img{
	width:100%;
	object-fit: cover;
    height: 50px;
}
.lastarticles-sidebar .lastarticles-items .lastarticles-title a{
	color: #565A62;
    text-decoration: none;
    font-size: 14px;
}
.newsletter-sidebar .newsletter-desc p{
	color: #565a62;
    text-align: justify;
    line-height: 1.8rem;
	font-size:14px;
}
.newsletter-sidebar .newsletter-form .btn-upper{
	background-color: #FC3688;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.contactus-sidebar{
	background-color: #43a4ef;
    color: #fff;
    text-align: center;
}
.contactus-sidebar .contactusbox-title h3{
	font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contactus-sidebar .contactusbox-desc p{
	    color: #fffc;
}
.contactus-sidebar .bp{
	border-bottom: 1px solid #ffffff59;
}
.sidebar-box ul {
    padding: 10px 5px 0;
}
.sidebar-box ul li a {
    color: #565A62;
    line-height: 28px;
    margin-bottom: 12px;
}
.latest_post_widget .post_img {
    width: 90px;
    padding-left:10px;
}
.latest_post_widget .post_img img {
    height: auto;
    border-radius:10px;
}
.latest_post_widget .post-item.title-item p{
    margin-bottom:0px;
}
.latest_post_widget .post-item.title-item {
    text-align: justify;
}
.latest_post_widget .post-item.title-item p a {
    font-size: 0.9rem;
    color: #565a62;
    line-height: 1.3rem;
}
.latest_post_widget .post-item.title-item p a:hover{
    color:#0a58ca;
}

.latest_post_row{
    margin-bottom:15px;
}
.sidebar-box ul li a:hover {
    color:#0a58ca;
}
.latest_post_widget {
    padding: 20px 0 10px;
} 

.checked{
	color: orange;
}
.category-star{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}
.category-items #categories-2{
    list-style: none;
}
.category-items #categories-2 .widgettitle{
display:none;
}
.post-description span{
   font-family: 'IRANSans'!important; 
}
.post-description img{
     width: 100%;
     object-fit:contain
}

.blog-articles .owl-nav button{
    padding: 8px 21px !important;
    margin: 5px!important;
    border: 1.5px solid #565a6240!important;
    border-radius: 10px;
    margin-top: 10px!important;
    font-size: 20px!important;
}
.blog-articles .owl-nav button span{
    padding:12px!important;
}
.send-comment h2{
    text-align: right;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 5%;
}
.send-comment p{
    color: #565a62;
    text-align: justify;
    line-height: 1.8rem;
    margin: auto;
}
.form-submit input{
	 background-color: #fa3688;
    align-items: center;
    display: flex;
    border-radius: 10px;
    padding: 10px 15px;
    width: fit-content;
    color: #fff;
    border: none;
}
#commentform .form-submit input{
    margin-top: 3%;
    margin-right: 10px;  
}
#commentform.comment-form {
    margin-bottom: 40px;
}
.form-submit input:hover{
	background-color:#e24586;
}
#reply-title,.comment-notes,.comment-form-url,.comment-form-cookies-consent{
    display:none;
}
.comment-form{
    margin-top:20px;
}
.comment-form-author{
    float: right;
}
.comment-form-email,.comment-form-author{
    display: flex;
    flex-direction: column;
    width: 49%;
    padding-right: 10px;
}
.comment-form-comment{
    display: flex;
    flex-direction: column;
    width:98%;
    margin-bottom: 15px!important;
}
.comment-form-comment textarea,.comment-form-author input,.comment-form-email input{
    border: 1.5px solid #dbdcdd!important;
    border-radius: 10px;    
}

.comment-body{
    margin: 30px 0;
    box-shadow: 0px 0px 10px #e3e3e3;
    border-radius: 10px;
    padding: 10px 20px 20px;
    background-color: #fff;
}
.commentmetadata a{
font-size: 12px;
    color: #333;
    text-decoration: none;
}

.comment-author{
    font-size: 16px;
    font-weight: bold;
    font-family: 'IRANSans';
    font-style: normal;
    margin: 15px 0;
    min-height: 50px;
}
.comment-author img{
    border-radius:50%;
    margin-left: 10px;
}
.comment-edit-link{
    color: #333;
    font-size: 12px;
}
.comment-reply-link{
    background-color: #43A4EF;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
#comment ol{
  padding:0;  
}
#comment ul ,li{
 list-style:none;  
}
.children{
     list-style:none;  
}
.reply{
    text-align:left;
}
.commentlist li {
    display:block;
}
.send-comment .h3,.send-comment h3 {
    font-size: 1.2rem;
}
.send-comment ol.comment-list li {
    display: block;
}
.send-comment ol.comment-list {
    padding-right: 0;
    padding-left: 0;
}
.send-comment .comment-author img {
    width: 80px;
    height: 80px;
}
.send-comment .comment-meta.commentmetadata {
    margin-top: -40px;
    margin-right: 90px;
    margin-bottom: 25px;
}
.send-comment p {
    margin-bottom: 10px;
}
.send-comment .says {
    display: none;
}
.send-comment .comment-author cite.fn{
    font-style: normal;
}
em.comment-awaiting-moderation {
    font-size: 12px;
    color: #565a62;
    line-height: 32px;
}
.post-section .post-description h2{
    font-size: 23px;
    font-weight: bold;
    padding: 15px 0;
}
.post-section .post-description h3{
    font-size: 21px;
    font-weight: bold;
    padding: 15px 0;
}
.post-section .post-description h4{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}
.post-section .post-description h5,h6{
   font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
}
.vc_row {
    display: flex;
}

.wpb_row .vc_col-sm-4{
    width: 33%;
        box-shadow: 0 0 0 4px #eee inset, 0 0 0 5px #ddd inset;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    background-color:#fff;
}
.whmpress_description ul li{
    justify-content: center;
}
.whmpress_order_button{
        background: #0b8eda;
    border: 0;
    color: #fff;
    text-align: center;
    width: 88%;
    margin: 20px 20px 0;
    border-radius: 5px;
}
.whmpress_price{
       color: #333;
    font-size: 15px; 
}
.post-description h4,.post-description h3,.post-description h2,.post-description h6 ,.single-favrite h4{
  background: transparent;
  color:#333;
}
.post-description a{
    color:#fa3688;
    text-decoration:none;
    margin-bottom: 30px;
}
.post-description video{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.contactus-sidebar .contactusbox-phone a span{
    color:#fff;
}
.post-description ul{
    padding: 0;
}
.post-description ul li,.post-description ol li{
    padding: 3px 0;
}
.sample-store img {
    height: 220px;
}
.sample-store .name {
    font-size: 14px;
}
.post-tags{
    display: flex;
   align-items: center;
}
.post-tags img{
    width:20px;
}
.send-comment ol.commentlist {
    padding-right: 0;
    padding-left: 0;
}
.blog-section.related-section .blog-title h2 {
    margin-top: 2%;
}
@media screen and (max-width:768px){
    .post-description img {
        height: auto;
        text-align: center;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
    }
    .send-comment p {
        color: #565a62;
        text-align: justify;
        line-height: 1.8rem;
        margin: auto;
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .post-section .post-description h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .post-section .post-content .post-title h2 {
        font-size: 1.2rem;
    }
    .post-section .post-content .post-meta ul {
        display: inline-block;
        width: 100%;
    }
    .post-section .post-content ul li {
        width: 45%;
        display: block;
        float: right;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .IRPP_shock .postTitle {
        font-size: 12px;
    }
    .post-description .IRPP_shock .IRPP_shock-content {
        display: block;
        padding-left: 30px;
        width: 100%;
        padding-right: 0;
        font-size: 12px;
    }
    .post-description .IRPP_shock .ctaText {
        font-size: 12px;
    }
    .post-description .IRPP_shock .ctaButton {
        display: none;
    }
    .post-description .IRPP_shock .centered-text {
        height: auto;
        padding: 15px 10px;
    }
    .post-description .IRPP_shock .postTitle {
        font-size: 14px;
    }
    .post-description .IRPP_shock,.post-description .IRPP_shock .postImageUrl,.post-description .IRPP_shock .centered-text-area {
        min-height: auto;
    }
    .send-comment {
        margin-bottom: 80px;
    }
    .single-favrite {
        padding: 25px 23px;
    }
    .category-star {
        display: block;
    }
    .sidebar-box {
        margin-right: 10px;
        margin-left: 10px;
    }
    .blog-section.related-section .blog-title h2 {
        margin-top: 0;
        padding-right: 15px;
    }
}

