#contents h2{
    scroll-margin-top: 4rem;
}

#left {
  height: 100%;
  position: absolute;
}

#attachment_679 {
  width: 100% !important;
  text-align: center;
}
#contents p a {
  font-weight: bold;
}
.short-desc-author {
  color: #676767 !important;
  text-align: left;
  font-size: 0.8rem !important;
}

.wrapper-search {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 0.15rem;
}

.form-control-cs {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-left: none;
}

.form-inline .input-group {
  width: 75%;
}

.btn-search {
  width: 23%;
  background: #22a4dd;
  border-radius: 0.15rem;
  color: white;
  font-family: var(--default-font);
}

.featured_image_less {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 20px;
  background-color: #119ce6;
}

.featured_image_less .dojo_favorites {
  right: 0;
}

.img_overlay-single-post {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 20px;
}

.img_overlay-single-post img {
  height: 100%;
  object-fit: cover;
}

ol {
  margin-left: 2rem;
}

.img_overlay-single-post:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgb(65, 65, 65);
  background: linear-gradient(
    0deg,
    rgba(65, 65, 65, 0.6643032212885154) 35%,
    rgba(0, 212, 255, 0) 35%
  );
  z-index: 2;
  display: none;
}

.wrapper-overlay-img h1 {
  font-family: var(--default-font);
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 0;
}

.article-subtitle {
    font-style: italic;
}

.dojo_favorites {
  position: absolute;
  right: 3rem;
  padding: 1rem;
  background: rgb(255 255 255 / 20%);
  border-radius: 0 0 0 0.5rem;
  z-index: 117;
}
.favorite-text {
  font-family: var(--default-font);
  font-size: 0.8rem;
  margin-bottom: 0;
}

.dojo_favorites a {
  color: white !important;
}

.comments {
  margin-top: 20px;
}

.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
  display: none;
}

.comment-notes {
  display: none;
}

.standard-functionality,
.ask-a-question {
  display: flex;
  align-items: center;
}

.standard-functionality label,
.ask-a-question label {
  margin-bottom: 0px;
}

.standard-functionality,
.ask-a-question {
  margin-bottom: 1em;
}

.standard-functionality .choice_for_comment,
.ask-a-question .choice_for_comment {
  width: 25px;
  height: 16px;
}

#notify_follow_up_email_field,
#blog_follow_up_email_field {
  margin-right: 0.5em;
}

.captcha {
  margin-bottom: 1em;
}

.comment-form textarea {
  width: 100%;
  height: 130px;
  border: 1px solid gainsboro;
  border-radius: 3px;
  background: #f2f2f2;
  padding: 15px;
  outline: 0;
}

.comment-form input {
  border: 1px solid gainsboro;
  border-radius: 3px;
  background: #f2f2f2;
  padding: 0 15px;
  outline: 0;
}

.comment-form input#author,
.comment-form input#email,
.comment-form input#url,
.comment-form input#blog_to_forum_topic_title_id,
.comment-form input#submit {
  height: 40px;
}

.comment-form-cookies-consent {
  display: none;
}

.form-submit .submit {
  background: var(--secondary-color);
  font-family: var(--default-font);
  color: white;
  padding: 0.2em 1em;
  border: none;
}
.form-submit .submit:hover {
  background: var(--color-cloud);
  font-family: var(--default-font);
  color: white;
  padding: 0.2em 1em;
  border: none;
}

.related-post-title {
  font-size: 1.4rem;
  font-family: var(--default-font);
  margin-bottom: 2rem;
}

.related-post-block {
    margin-bottom: 30px;
}

.related-post-block img {
  width: 100%;
}

.related-post-block h4 {
  font-size: 1rem;
  font-family: var(--default-font-demi);
  color: #212222;
}

.comments h2 {
  padding: 1rem 0;
  font-size: 1.5rem !important;
  font-family: var(--default-font);
  font-weight: 600;
  color: #333;
}

.comment p {
  padding: 1rem 0 0;
  font-size: 0.937rem !important;
  color: #989898;
}

.comments ul {
  margin-left: 0 !important;
}

.comments ul li {
  list-style: none;
}

.comment-author {
  font-size: 0.8rem;
  font-family: var(--default-font);
  display: flex;
}

.comment-author .fn {
  position: relative;
  top: 0.6rem;
  font-weight: 600;
  font-style: inherit;
  font-size: 1rem;
}

.comment-author .says {
  position: relative;
  top: 0.6rem;
  left: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}

.comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* border: 2px solid #f16028; */
  padding: 5px;
  margin-right: 0.5rem;
  background: #f3f3f3;
}

.commentmetadata {
  height: 0;
}

.comment-meta a {
  font-size: 0.8rem;
  margin-left: 58px;
  position: absolute;
  color: darkgrey;
  margin-top: -14px;
}

.comment-meta .comment-edit-link {
  position: relative;
  left: 12rem;
  color: #f95e21;
  bottom: 2.7rem;
  font-weight: 500;
}

.reply {
  font-size: 0.8rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-family: var(--default-font);
}

.reply a {
  background: #2ea3f2;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
}

.comment.depth-1 {
  border: 1px solid #d4d4d4;
  padding: 1rem;
  border-radius: 0.1rem;
  margin-bottom: 2rem;
}

.comment.depth-1 ul {
  margin-left: 2rem !important;
}

/*--end top search panel--*/
/*--start post banner---*/
.wrapper-left-content p,
.wrapper-left-content ul,
.wrapper-left-content ol {
  font-size: 0.9375rem;
  font-family: var(--default-font);
}

.wrapper-left-content p span {
  font-family: var(--default-font);
  font-size: 0.9375rem !important;
}

.wrapper-left-content ul,
.wrapper-left-content ol span {
  font-family: var(--default-font);
  font-size: 0.9375rem !important;
}

.comment-respond p {
  font-size: 0.9375rem;
  font-family: var(--default-font);
  color: #989898;
}

.wrapper-left-content h1 {
  font-family: var(--default-font-bold);
  color: #404040;
  font-size: 1.75em;
}

.wrapper-left-content h2 {
  font-size: 1.5em;
}

.wrapper-left-content h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
  /*padding: 5px 30px;*/
}
.logged-in-as {
  margin-bottom: 20px;
}

#contents div {
  max-width: 100%;
}

#contents img {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#contents div[id^='attachment'] {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-left-content ul {
  margin-left: 2em;
}

#contents {
  font-family: var(--default-font-regular);
  font-size: 1rem;
  color: var(--text-color-main);
}

#cancel-comment-reply-link {
  font-size: 0.8rem;
  font-family: var(--default-font);
  margin-left: 10px;
  background: #2ea3f2;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
}

#contents h1,
#contents h2,
#contents h3 {
  font-size: 1.375rem;
  font-family: var(--default-font-bold);
  color: #595959;
}

#contents h1 a,
h2 a,
h3 a {
  font-size: 1.375rem;
  font-family: var(--default-font-bold);
  color: #595959;
}

#contents h1 a:hover,
h2 a:hover,
h3 a:hover {
  text-decoration: none !important;
  color: #404040;
}

#contents table {
  margin-left: auto;
  margin-right: auto;
}

.img-content {
  width: 75%;
  margin: 0 auto;
  padding: 0.5em;
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
}

.img-content span {
  font-family: var(--default-font);
  color: #404040;
  font-size: 0.8em;
}

.author-wrapper {
    display: flex;
    margin-bottom: 10px;
}

.author-wrapper figure,
.author-wrapper figure img {
    margin-bottom: 0 !important;
}

.author-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
}

.author-details p {
    font-weight: 600;
}

.social-list-author {
  display: flex;
  justify-content: center;
}

.social-list-author li {
  list-style: none;
  margin: 0 5px;
}

.author {
    background: #f7f7f7;
    padding: 10px;
}

.author p {
  font-size: 0.8em;
  font-family: var(--default-font);
  color: var(--text-color-main);
  line-height: 1.3em;
}

.author figure img {
  border: 3px solid var(--secondary-color);
  border-radius: 50%;
  width: 5em;
  height: 5em;
  margin-bottom: 0.5em;
}

.author .short-desc-author {
    text-align: left !important;
    margin-bottom: 0;
}

.author a {
    font-size: 0.8rem;
    color: var(--secondary-color);
}

/*--end post banner--*/
/*--table of content--*/

.table-of-contents {
  border: 1px solid #ef8222;
  margin-bottom: 30px;
  -webkit-transition: min-height 0.4s;
  -o-transition: min-height 0.4s;
  transition: min-height 0.4s;
  overflow: hidden;
}

.table-of-contents .toc_body {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.table-of-contents .toc_body::-webkit-scrollbar {
  width: 5px;
}

.table-of-contents .toc_body::-webkit-scrollbar-track {
  background: #fff;
}

.table-of-contents .toc_body::-webkit-scrollbar-thumb {
  background: #119ce6;
}

.table-of-contents .toc_body::-webkit-scrollbar-thumb:hover {
  background: #fe5000;
}

.toc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ef8222;
  color: white;
  padding: 5px 20px;
}

.toc_body ol {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  margin-left: 20px;
}

.toc_body ul {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  margin-left: 20px;
}

.toc_body ul li{list-style-type:none;}
.toc_body ul li:before{content:'\00b7'; font-size:80px; line-height:24px; vertical-align:bottom;}

#toc_body li,
#toc_custom_body li {
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: var(--default-font-regular);
  font-size: 1em;
  color: #676767;
}
#toc_body li::marker,
#toc_custom_body li::marker {
  color: #777;
  font-weight: 600;
}

#toc_body li a,
#toc_custom_body li a {
  text-decoration: none !important;
  font-family: var(--default-font);
}

#toc_custom_body > .active a {
  font-family: var(--default-font-bold);
}
#toc_custom_body > li > a:hover {
  font-family: var(--default-font-bold);
}

/*--end table of content--*/
.not-a-dojo {
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  margin-bottom: 50px;
  margin-top: 80px;
  padding: 1rem;
  border: 1px solid #d2d2d2;
  position: relative;
}

.left-img-not {
  position: absolute;
  bottom: 3.2%;
  left: 8%;
}

.right-content-not {
  width: 60%;
  margin-left: 36%;
  text-align: center;
}

.right-content-not h3 {
  font-family: var(--default-font);
}

.right-content-not p {
  font-family: var(--default-font);
  font-size: 0.8rem;
}

.the_champ_sharing_container {
  margin-top: 2em;
}

.accordion {
  margin-top: 40px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
}
.accordion .card h2 {
  background: url(https://www.altaro.com/wp-content/themes/dojo/assets/images/icons/up-arrow.png)
    no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  padding: 0.8em;
  color: white;
}
.accordion .card h2.collapsed {
  background-image: url(https://www.altaro.com/wp-content/themes/dojo/assets/images/icons/arrow-down.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

.scrollgress {
  z-index: 999;
}

#scrollbar {
  position: fixed;
  top: 2.6em;
  left: 0;
  overflow: hidden;
  width: 0%;
  height: 7px;
  z-index: 9999;
}

#scrollbar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---end single post page--*/

@media (max-width: 767.98px) {
    .featured_image_less {
        height: 115px;
    }
    .dojo_favorites {
        right: 15px;
    }
}

@media (max-width: 767px) {
  .post-header-meta .row{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width:auto !important;
  }

  .post-header-meta .row .col-md-2, .post-header-meta .row .col-md-3{
    width:auto !important;
  }

}

@media (min-width:768px) and (max-width: 1024px) {
  .post-header-meta .row{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .post-header-meta .row .col-md-2, .post-header-meta .row .col-md-3{
    width:auto !important;
  }

}

@media (max-width: 667px) {
  #scrollbar {
    top: 2.4em;
  }

  .featured_image_less h1 {
    font-size: 1.5rem;
  }

  .featured_image_less h1 {
    font-size: 1.5rem;
  }
  .comment.depth-1 ul {
    margin-left: 0.5rem !important;
  }
  .wrapper-left-content pre {
    max-width: 100%;
  }
}

@media (min-width: 1600px) and (max-width: 4080px) {
  .table-sticky {
    position: absolute;
    background: white;
    z-index: 99;
    width: calc(50vw - 570px - 50px);
    left: calc(-50vw + 570px + 40px);
  }

  .fixed-toc {
    position: fixed;
    background: white;
    top: 80px;
    z-index: 999999;
    width: calc(50vw - 570px - 50px);
    left: 30px;
  }
}

@media (min-width: 2400px) and (max-width: 4080px) {
    .table-sticky.ultrawide {
        max-width: 600px;
        left: calc(-600px - 30px);
    }
    
    .fixed-toc.ultrawide {
        left: calc(50vw - 570px - 50px - 600px);
    }
    
}



table tr td {
  border: 1px solid #dedede;
  padding: 15px;
}

.was-this-helpful{
     display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.was-this-helpful span.was-this-helpful-question-text {
    font-weight: bold;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 10px;
}


.was-this-helpful a.was-this-helpful-yes {
    display: inline-block;
    background-color: #F4F5F7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #42526E !important;
    text-decoration: none !important;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    padding: 0px 10px 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}


.was-this-helpful .was-this-helpful-no-reason-menu {
    position: relative;
}


.was-this-helpful .report-a-problem {
    margin-left: 20px;
    cursor: pointer;
}


.was-this-helpful .was-this-helpful-no-reason-menu a.was-this-helpful-no {
    display: inline-block;
    background-color: #F4F5F7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #42526E !important;
    text-decoration: none !important;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    padding: 0px 10px 0 10px;
    margin-left: 2px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}


.was-this-helpful a.was-this-helpful-yes.feedback-given, .was-this-helpful a.was-this-helpful-yes.feedback-given:hover {
    background-color: #42526E;
    color: #FFF !important;
}

.was-this-helpful .was-this-helpful-no-reason-menu a.was-this-helpful-no.feedback-given, .was-this-helpful .was-this-helpful-no-reason-menu a.was-this-helpful-no.feedback-given:hover {
    background-color: #42526E;
    color: #FFF !important;
}

#contents .was-this-helpful .was-this-helpful-no-reason-menu .was-this-helpful-no-reason-dropdown {
    display: none;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    z-index: 30;
    background-color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DFE1E6;
    -webkit-box-shadow: 0px 2px 5px 1px #f4f5f7;
    -moz-box-shadow: 0px 2px 5px 1px #F4F5F7;
    box-shadow: 0px 2px 5px 1px #f4f5f7;
    position: absolute;
    right: 0;
    max-width:200px !important;
}


.was-this-helpful .was-this-helpful-no-reason-menu .was-this-helpful-no-reason-dropdown .reason-radio-box {
    min-width: 150px;
    margin: 10px;
}

.was-this-helpful .was-this-helpful-no-reason-menu .was-this-helpful-no-reason-dropdown .reason-radio-box label {
    cursor: pointer;
}

.was-this-helpful p{
    margin:0px !important;
}

.feedback-form-modal{
    padding: 0 !important;
    z-index: 9999;
}


.feedback-form-modal .modal-header{
    background: #E8710A;
    color: #fff;
}


iframe {
    max-width: 100%;
    width: 100%;
}


@media (min-width: 1200px) {
    iframe {
        height: 450px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    iframe {
        height: 370px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    iframe {
        height: 215px;
    }
}

@media (max-width:1024px){
    .single-post article.main .container .row > div {
        min-width: 100%;
        padding-right: 15px!important;
    }    
}

@media (max-width: 768px) {
    iframe {
        height: 250px;
    }
}

.post-date-al,  .post-author-al a {
  font-size: 12px;
  font-weight: 400;
}
.post-date-al {
  margin-top: 6px !important;
}
.bsf-rt-display-time, .bsf-rt-display-postfix,.bsf-rt-display-label{
  font-size: 14px;
  font-weight: 400;
}

#contents span.bsf-rt-reading-time {
  display: none;
}
.post-author-al.col-md-2 {
  padding-right: 5px;
  padding-left: 5px !important;
}
