.single #main-content {
  background: #F7F9FB;
  overflow-x: hidden;
}
.et_main_featured_image {
  background: #1B3DA2;
  padding-top: 50px;
}
.et_post_meta_wrapper {
  margin-top: 25px;
}
.single .entry-title {
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
  font-size: 26px;
  line-height: 1.3;
  position: relative;
  z-index: 9;
}
.single .author a {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}
.single .published {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}
.single a[rel~="category"] {
  background: #E863C3;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
  padding: 8px 12px;
}
.single .comments-number a {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}
.single .entry-content p,
.single .entry-content li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3F3F3F;
  padding-bottom: 10px;
}
.single .entry-content ul ul {
  padding-bottom: 0;
}
.single blockquote {
  max-width: 790px;
  margin: 20px auto;
  border: none;
  padding: 0;
}
.single blockquote h3 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  margin: 20px 0;
  font-style: italic;
}
.single blockquote p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #3F3F3F;
  margin: 20px 0;
}
.post-share {
  border-top: 1px solid rgba(0,0,0,0.5);
  padding-top: 25px;
}
.share-articles span {
  font-family: "Roboto";
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
}
.social-shares ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-shares ul li {
  display: inline-block;
  padding: 10px 5px;
}
.social-shares .icon {
  background: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 45px;
}
.social-shares .icon:hover {
  color: #ffffff !important;
  background: #413df5;
}
.et_post_comment_wrapper {
  display: none;
}
.comment-reply-title {
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
}
.logged-in-as,
.logged-in-as a {
  font-family: "Roboto";
  font-weight: 400;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.2;
}
.comment-form textarea,
.comment-form input[type="text"] {
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  background-color: #ffffff !important;
  font-size: 16px;
  line-height: 1.2;
  resize: none;
  width: 100% !important;
}
.comment-form textarea.error,
.comment-form input[type="text"].error {
  border-color: #ff0000 !important;
}
.comment-form div.error {
  color: #ff0000;
}
.form-submit .submit {
  background: #1E1D45;
  border-radius: 25px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  padding: 10px 20px !important;
  border: none !important;
}
.form-submit .submit:hover {
  background: #000000;
  border-radius: 25px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  padding: 10px 20px !important;
  border: none !important;
}
.single .comment_avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 0 12px;
  max-width: 100%;
}
.reply-container a,
.reply-container a:hover {
  border: none;
  color: #000000;
  font-family: "Roboto";
  font-size: 15px !important;
  line-height: 1.3;
  padding: 0 !important;
}
.reply-container a:after {
  font-size: 16px;
  top: 3px;
}
#comment-wrap .page_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.comment_postinfo .fn {
  font-size: 19px;
}
.comment-edit-link {
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: "Roboto";
  margin-left: 12px;
}
.comment-body {
  padding-left: 135px;
}
.single figure {
  margin-bottom: 0;
}
#commentform {
  padding-bottom: 0;
}
#comment-wrap {
  padding-top: 15px;
}
.single h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .et_main_featured_image {
    position: relative;
  }
  .et_main_featured_image:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F7F9FB;
    z-index: 0;
  }
  .et_main_featured_image .bt-container {
    position: relative;
    z-index: 4;
  }
  .et_post_meta_wrapper {
    margin-top: 60px;
  }
  .single .entry-title {
    font-size: 28px;
  }
  .single .share-articles {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 30% !important;
    float: left;
  }
  .comment-form .comment-form-email {
    margin: 0 30px;
  }
  .comment-form-cookies-consent {
    float: left;
    width: 100%;
  }
  /* .single #main-content {
    padding-top: 100px;
  } */
  #commentform {
    padding-bottom: 50px;
  } 
  #comment-wrap {
    padding-top: 75px;
  }
}
@media screen and (min-width: 992px) {
  .single #main-content {
    padding-top: 90px;
  }
  .single .entry-title {
    font-size: 32px;
  }
  .comment-reply-title {
    font-size: 24px;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 31.12% !important;
  }
}
@media screen and (min-width: 1200px) {
  .single .entry-title {
    font-size: 50px;
  }
  .single .et_main_featured_image img {
    height: 465px;
  }
  .single .post-meta {
    font-size: 20px;
    margin-top: 20px;
  }
  .single .author a {
    margin-right: 12px;
    font-size: 20px;
  }
  .single .published {
    font-size: 20px;
    margin: 0 12px;
  }
  .single a[rel~="category"] {
    margin: 0 12px;
  }
  .single .comments-number a {
    margin-left: 12px;
    font-size: 20px;
  }
  .single .entry-content {
    margin-top: 25px;
  }
  .single .entry-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .single .entry-content li {
    font-size: 18px;
  }
  .single blockquote h3 {
    font-size: 30px;
  }
  .single blockquote p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .single img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .post-share {
    padding-top: 30px;
  }
  .share-articles span {
    font-size: 20px;
  }
  .comment-reply-title {
    font-size: 30px;
  }
  .logged-in-as,
  .logged-in-as a {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 31.5% !important;
  }
}
@media screen and (min-width: 1600px) {
  .single .entry-title {
    font-size: 60px;
  }
  .single .entry-content p {
    font-size: 20px;
  }
}