img.product-icon {
  display: none;
}
body.page-node-type-article-content .lg-top-posts{
  display: none;
}
footer.lg-post-footer {
  margin-top: 60px;
}
.product-title a:after {
  /* content: "Techbizz"; */
}
.long-game-logo h2 {
  font-size: 35px;
}

.long-game-logo {
  max-width: 200px;
}
/* .lg-post-banner h1{
  padding-left: 0px;
} */
.lg-single-post-homepage .lg-logo, .lg-post-filterlist-homepage .lg-logo{
  display: unset;
}
/* .lg-post-sticky-filter {
  top: 0;
} */
.slideUpText{
  width: 300px;
}
body.i18n-ar-mea .long-game-logo {
  max-width: 200px;
  font-size: 35px;
  border-right: 0px;
  border-left: 1px solid #dbdfea;
}
body.i18n-ar-mea h1{
      font-family: 'Zoho_Puvi_Regular';
  padding-left: 0px;
  padding-right: 100px;
}

/* ar lang code */
body.i18n-ar-mea .lg-sidebar-cards{
  padding: 0 32px 0 0px;
  border-right: 1px dashed #c6cfe0;
  border-left: none;
  max-height: 500px;
  overflow-y: auto;
}
body.i18n-ar-mea .lg-post-description .lg-detailed-author-name{
  margin-right: unset;
}
body.i18n-ar-mea .lg-logo{
  margin-right: unset;
}
body.i18n-ar-mea .lg-menu nav{
  margin-left: unset;
  margin-right: auto;
}
body.i18n-ar-mea .lg-post-date, body.i18n-ar-mea .lg-post-likes, body.i18n-ar-mea .lg-post-send{
  margin-right: unset !important;
  margin-left: 6px;
}
body.i18n-ar-mea .lg-author-details .lg-author-name{
  margin-right: 6px;
}

/* ar lang code */
/* post comment section */
.zb-pcomment-section {
  padding: 80px 0;
}

.zb-comment-wrap {
  margin: 50px 0;
}

.zb-comment {
  display: grid;
  grid-template-columns: 5% 94%;
  gap: 15px;
  margin: 45px 0;
}

.zb-usr-pic {
  display: block;
  max-width: 36px;
  max-height: 36px;
  overflow: hidden;
}
.zb-usr-pic img {
  width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 100%;
}

.zb-comment-wrap ul > li > ul {
  margin: 0 0 0 50px;
}

.zb-usr-details>p {
  margin: 15px 0 0;
  font-size: 16px;
}

.zb-usr-name {
  font-size: 14px;
  font-weight: normal;
  font-family: var(--secondaryfont-semibold);
}

.zb-usr-ctime {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
}

.zb-usr-ctime:before {
  content: '|';
  position: absolute;
  left: -15px;
  color: #D9D9D9;
}

.zb-reply-btn {
  font-size: 14px;
  color: #666666;
  font-family: var(--zf-secondary-medium);
  border-bottom: 1px solid;
  margin: 15px 0 0;
  display: inline-block;
}

/* post form section */
/* post form section */
.zb-form-section {
  background: #FCFCFC;
  border: 1px solid #E6E6E6;
  padding: 60px 20px 40px;
  position: relative;
}

.zb-form-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.zb-form-wrapper h4 {
  margin: 0 0 5px;
}

.zb-form-wrapper>p {
  font-size: 14px;
  color: #444444;
}

.zb-form-wrapper>p:after,
.form-required:after {
  content: '*';
  color: #FF0000;
  padding: 0 0 0 2px;
}

.zb-form {
  margin: 40px 0 0;
}

.form-wrapper {
  position: relative;
  margin: 0 0 30px;
}

.comment-form .form-wrapper input[type="date"],
.comment-form .form-wrapper input[type="time"],
.comment-form .form-wrapper input[type="datetime-local"],
.comment-form .form-wrapper input[type="week"],
.comment-form .form-wrapper input[type="month"],
.comment-form .form-wrapper input[type="text"],
.comment-form .form-wrapper input[type="email"],
.comment-form .form-wrapper input[type="url"],
.comment-form .form-wrapper input[type="password"],
.comment-form .form-wrapper input[type="search"],
.comment-form .form-wrapper input[type="tel"],
.comment-form .form-wrapper input[type="number"],
.comment-form .form-wrapper textarea {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  background: none;
  width: 100%;
  padding: 15px 0 8px;
  position: relative;
  z-index: 1;
  font-family: var(--secondaryfont-regular);
  outline: none;
}

.form-item__label {
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 7px;
  transition: all .3s ease;
}

.added-placeholder .form-item__label {
  font-size: 12px;
  top: -3px;
  z-index: 2;
}

.comment-form .agree-text {
  font-size: 14px;
}

 .content-wrap > p {
     text-align: right;
 }

.comment-form .form-submit, a.filter-view-all {
  margin: 20px 0 0;
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 32px;
  font-size: 14px;
  font-family: var(--secondaryfont-semibold);
  cursor: pointer;
  border: none;
}

a.filter-view-all {
  display: block;
  margin: 0 auto 80px;
  max-width: 180px;
}

#cancel-comment-reply-link {
  position: absolute;
  top: 15px;
  right: 15px;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 100%;
}

#cancel-comment-reply-link:before, #cancel-comment-reply-link:after {
  content: '';
  width: 2px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 14px;
  top: 8px;
}

#cancel-comment-reply-link:before {
  transform: rotate(45deg);
}

#cancel-comment-reply-link:after {
  transform: rotate(-45deg);
}
