.sidebar-widget {
  clear: both;
}
.blogPost {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.blogPost.singleblogpost {
  border-bottom: none;
}
.blogarchive .post-content {
  width: 100%;
}
.post-image {
  margin-bottom: 20px;
}
.post-image-container {
  width: 100%;
  overflow: hidden;
}
.post-image-container img:hover {
  opacity: 0.8;
}
.post-content h2 {
  margin: 0;
}
.post-content h2 a {
  color: inherit;
}
.post-info {
  font-size: 13px;
  color: #575757;
  padding: 0 0 20px;
}
.post-info a {
  color: #000;
}
.post {
  padding-bottom: 20px;
  font-size: 16px;
}
.post-readmore {
  display: inline-block;
  text-align: left;
}
.post-comment-num {
  text-align: left;
  display: inline-block;
}
.post-comment-num a {
  color: #0066c0;
}
.button {
  padding: 10px 0;
}
.prevnext {
  width: 100%;
  float: left;
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.prevnext a {
  font-size: 14px;
  color: #0066c0;
  font-weight: 600;
}
.prevnext a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.prevnext .left {
  float: left;
}
.prevnext .left a:before {
  content: "<<";
  padding: 0 5px;
}
.prevnext .right {
  float: right;
}
.prevnext .right a:after {
  content: ">>";
  padding: 0 5px;
}
.header-comments {
  float: left;
  width: 100%;
}
.post-page .blogPost,
.blogpost {
  border: none;
}
.blogPost.blogarchive {
  border-bottom: 1px solid #ececec;
}
.post-page .blogPost .post-image,
.blogpost .post-image,
.post-page .blogPost .post-content,
.blogpost .post-content {
  width: 100%;
  margin: 0 0 20px 0;
}
.blogpost .post-image-container {
  min-height: 400px;
}
.blogField {
  margin-top: 15px;
}
#divAddReply .modal-body > .blogField:first-child {
  margin-top: 0;
}
.blogAddComments {
  float: left;
  width: 100%;
  position: relative;
}
#divRobocop > div {
  height: auto !important;
}
.blog-field-submit {
  min-width: 150px;
}
.tool-tip,
#frmCommentReply .tool-tip {
  top: 0;
  left: 5px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background: #0f0f0f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.tool-tip:hover,
#frmCommentReply .tool-tip:hover {
  text-decoration: underline;
}
.tool-tip:before,
.tool-tip:after,
#frmCommentReply .tool-tip:before,
#frmCommentReply .tool-tip:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
.tool-tip:before,
#frmCommentReply .tool-tip:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  width: 160px;
  border-radius: 3px;
  background-color: #cff1ff;
  color: #000;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 12px;
  padding: 10px 20px;
  line-height: 20px;
  border: 1px solid #afe5fb;
}
.tool-tip:after,
#frmCommentReply .tool-tip:after {
  position: absolute;
  bottom: 150%;
  left: 20%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #cff1ff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.tool-tip:hover:before,
.tool-tip:hover:after,
#frmCommentReply .tool-tip:hover:before,
#frmCommentReply .tool-tip:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.blogComments {
  border: 1px solid #eee;
  padding: 50px 30px 24px;
  margin-bottom: 25px;
  position: relative;
  float: left;
  width: 100%;
}
.user-date {
  display: inline-block;
  text-align: left;
}
.reply-btn {
  text-align: right;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.blogComments .reply-btn a {
  font-size: 12px;
}
.blogComments .reply-btn a:hover {
  font-size: 12px;
  color: #fff;
  border-color: #000;
}
.blogreply {
  position: relative;
  border: 1px solid #eee;
  padding: 40px 30px 24px;
  margin-bottom: 20px;
  float: right;
  width: 90%;
  top: 0;
}
.blog-comment-date {
  color: #575757;
  font-size: 15px;
  font-weight: 300;
}
.blog-comment {
  padding: 10px 0;
  color: #575757;
}
.captcha-field {
  float: right;
}
@media (min-width: 1024px) {
  div#blog-recaptcharobot {
    float: right;
    width: auto;
  }
}
input#recaptcha_response_field {
  min-height: 20px !important;
}
.header {
  margin: 20px 0;
  font-size: 14px;
}
.blog .action-blog {
  text-align: right;
  float: right;
  padding-top: 20px;
}
#divAddReply .modal-footer {
  display: inline-block;
  width: 100%;
}
#divAddReply .fields-content {
  border-bottom: none;
}
.blog .action-blog input {
  float: right;
  text-align: center;
  min-width: 200px;
  min-height: 40px;
  padding: 0 10px;
}
.blog .captcha-section {
  margin: 20px 0;
}
.simpleCaptcha {
  float: right;
  margin: 0 0 15px;
}
.ramdomWord-field {
  text-align: right;
}
@media (max-width: 1200px) {
  .fields {
    width: 26%;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .post-image,
  .post-content,
  .blogPost.blogarchive.normal .post-content {
    width: 100%;
  }
  .post-image {
    margin-bottom: 20px;
  }
  .fields {
    width: 50%;
    padding-right: 10px;
  }
  .fields.right {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .blog-categories_block {
    margin-top: 30px;
  }
  .ramdomWord-field {
    margin-top: 15px;
  }
}
@media (max-width: 568px) {
  .blog .left-fields,
  .blog .right-fields,
  .blog .blogField input {
    width: 100%;
    min-width: 100%;
  }
  .blog .left-fields.captcha-image {
    margin-bottom: 35px;
  }
}
.captcha-section {
  margin: 20px 0;
}
#frmCommentReply h2 {
  padding: 25px 20px 0 25px;
}
#frmCommentReply .replyField textarea {
  float: left;
  width: 100%;
}
#frmCommentReply .replyField input {
  min-height: 40px;
  width: 100%;
}
section.category-related {
  float: left;
  width: 100%;
}
