#comment-form #edit-langcode-wrapper
{
    display: none;
}

#comment-form .form-item--name
{
	display: none;
}

#comment-form .form-item__description 
{
    display: none;
}
  
  .success-alert .scs-txt {
    font-size: 13px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff;
  }
  
  .success-alert .close-icn {
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 5px;
    right: 12px;
  }
  
  .success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
  }
  
  .scs-pop-inr.animate {
    animation: bounceIn 0.8s forwards;
    -webiki-animation: bounceIn 0.8s forwards;
  }
    .scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0
  }
  
  .scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
  }
  @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
  
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
  
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
  
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
  }

.zb-post-cont a:has(img)
{
   border-bottom: none;
}
/* post widget code */

.zb-post-widget {
    padding: 25px 25px 30px;
    border: 1px solid #eceff3;
    background: #f9f9f9;
    margin: 35px 0 25px;
}
.zb-post-widget.img_widget {
  padding: 0px;
  border: 0px;
}
.zb-post-widget.widget_text p {
    font-size: 17
        px;
    font-family: var(--zf-primary-semibold);
    line-height: 1.3;
    margin-bottom: 0px;
}
.custom_widget_signup_btn {
    display: inline-block!important;
    text-align: left!important;
    font-size: 13px!important;
    padding: 10px!important;
    background: #f0483e;
    color: #fff;
    font-weight: 600;
    margin-top: 0!important;
}
.custom_widget_signup_btn:hover{
    color: #000 !important;
}
.zb-post-widget.widget_text a {
    font-size: 15px;
    padding: 12px 10px;
    background: #f0483e;
    color: #fff;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
/* post widget code */