/*
* Gutenberg Page Styles
* Author : Mayank Majeji
*/

.gutenberg-editor-page {
    padding: 0;
    margin: 0;
}
.gutenberg-editor-page a{
    color:#136697;
    border-bottom: 2px solid #f7d700;
}
.gutenberg-editor-page .background-blue a{
    color: #f7d700;
}
.m-0{
    margin: 0 !important;
}
.p-0{
    padding: 0 !important;
}
.m-t-0{
    margin-top: 0;
}
.m-b-0{
    margin-bottom: 0;
}
.m-b-30{
    margin-bottom: 30px;
}
.text-white{
    color: #fff !important;
}
.background-blue{
    background: #00567a !important;
}
.background-purple{
    background: #5b4d77!important;
}
.background-grey{
    background: #ebebeb!important;
}
.background-white{
    background: #fff !important;
}
.background-half-white{
    background: #f8f8f8 !important;
}
.border-sub{
    border-top: 1px solid #ebebeb !important;
}
section p{
    color: inherit;
    line-height: 32px;
    font-weight: 400;
}
section.section-40{
    padding: 40px 0;
    background: #fff;
}
section.section-55{
    padding: 55px 0;
    background: #fff;
}
section .section-heading{
    margin-bottom: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ffffff3b;
}
section.section-main h2{
    color: inherit;
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
}
section.section-main h2 span{
    display: block;
    font-size: 20px;
    letter-spacing: 1px!important;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
section.background-white .section-heading{
    color: #222;
    border-color: rgba(0,0,0,.15);
}
.section-child-sub .background-half-white,
.section-child-sub .background-white{
    padding: 48px;
}
.section-child-sub h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    color: #4d4d4d;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #ebebeb;
}
.section-steps h4{
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
}
.section-steps h4 .step-number{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #1d7c6f;
    color: #fff;
    border: 0 solid #fff;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    margin-right: 15px;
    display: inline-block;
}
.section-steps .section-step-single{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 34px;
}
.section-steps .section-step-single:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Gutenberg Intro */

.gutenberg-intro h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 15px;
}
.gutenberg-intro h1 strong{
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
}
.gutenberg-intro p{
    line-height: 34px;
}

/* Gutenberg TOC */

.gutenberg-toc .single-toc-item {
    padding: 20px 30px;
}
.gutenberg-toc .single-toc-item img{
    max-width: 150px;
    margin-bottom: 20px;
}
.gutenberg-toc .single-toc-item p{
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.gutenberg-toc .single-toc-item h6{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #111;
}
.gutenberg-toc .single-toc-item a{
    border: none;
}
.maverick-blockquote .maverick-blockquote-wrap{
    background-color: #fdf7d2;
    border: 1px solid #f7d700;
    color: #000;
    padding: 28px;
    margin-bottom: 15px;
}
.maverick-blockquote img {
    border: none!important;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    margin: 0 28px 0 0!important;
}
.maverick-blockquote blockquote {
    padding: 0;
    margin: 0;
    font: inherit;
    border: 0;
}
.maverick-blockquote blockquote p {
    font-size: inherit!important;
    line-height: inherit!important;
    font-weight: inherit!important;
    margin: 0;
}

#comments {
  margin-bottom: 40px;
  background: #fff;
  padding: 35px 30px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px !important;
}
#comments .comment-list {
  padding-left: 0;
  list-style: none;
}
#comments .comment-list img {
  max-width: 100%;
  height: auto;
}
#comments .comment-list .comment-content {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0;
}
#comments .comment-list .comment-content p {
  margin-bottom: 0;
}
#comments .comment-list .comment .comment-body {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
#comments .comment-list .reply {
  position: absolute;
  right: 3%;
  top: 27px;
}
#comments .comment-list .reply a {
  border: none;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
  border: 3px double #eee;
  border-radius: 0;
  background-color: #f7d700;
  color: #222;
}
#comments .comment-list .comment > ol.children li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#comments .comment-list .comment > ol.children {
  list-style: none;
}
#comments .comment-list .comment-author.vcard b.fn a {
  font-weight: inherit;
  font-size: 16px;
  color: #cd2122;
}
#comments .comment-list .comment-author.vcard {
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #ccc;
}
#comments .comment-list .comment-author.vcard img {
  border-radius: 50%;
  margin: 0;
  margin-right: 20px;
}
#comments #reply-title {
  text-transform: uppercase;
  margin: 0 0 10px;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 1.8rem;
  text-decoration: none;
  padding-bottom: 5px;
}
#commentform label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#commentform .comment-form-notify label {
  display: inline;
}
#comments .form-submit {
  margin-top: 30px;
}
#comments .form-submit input[type="submit"] {
  border: none;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.45rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 4px 14px;
  border: 3px double #ddd;
  border-radius: 0;
  color: #222;
  text-transform: uppercase;
  background-color: #f7d700;
}
#comments .form-submit input[type="submit"]:hover {
  background: #fff;
  color: #333;
}
.comments-title {
  font-size: 2.4rem;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px 30px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  margin-bottom: 0;
}
.comment-metadata {
  display: none;
}
#comments .comment-form-cookies-consent label,
#comments .comment-form-subscribe label {
  display: inline;
  padding-left: 10px;
}
@media only screen and (min-width: 576px){
    .maverick-blockquote .maverick-blockquote-wrap{
        display: -webkit-box!important;
        display: flex!important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -webkit-box-align: center;
        align-items: center;
        flex-direction: row;
    }
}

/* Chapter 1 */

section.chapter1 h3{
    font-size: 26px;
    line-height: 75px;
    font-weight: 500;
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  ol.commentlist li.comment .reply {
    position: relative;
  }
  ol.commentlist li.comment .comment-author,
  ol.commentlist li.comment .comment-meta {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    ol.commentlist li.comment .reply {
    position: initial;
  }
  ol.commentlist li.comment .comment-author,
  ol.commentlist li.comment .comment-meta {
    display: block;
    text-align: center;
  }
  ol.commentlist li.comment .comment-author {
    border-right: none;
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #commentform input#submit {
    margin-left: auto;
    margin-right: auto;
  }
  .page-content .content-bar ol.commentlist li.comment .reply {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
    .display-flex-min-992{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .gutenberg-toc .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (max-width: 992px){
    section .section-image{
        margin-bottom: 40px;
    }
    .section-steps h4 {
        font-size: 20px;
    }
    .gutenberg-intro h1 {
        font-size: 35px;
        line-height: 48px;
    }
    .gutenberg-intro h1 strong{
        display: initial;
        font: inherit;
        text-transform: initial;
    }
}
@media only screen and (max-width: 767px){
    section.section-55 {
        padding: 40px 0;
    }
    section.section-main h2 {
        font-size: 30px;
        line-height: 42px;
    }
    section .section-heading {
        margin-bottom: 40px;
        padding-bottom: 35px;
    }
    section.section-child h3 {
        font-size: 38px;
        line-height: 48px;
    }
    .section-child-sub .sub-section-heading {
        margin-bottom: 30px;
    }
    .section-steps .section-step-single {
        margin-bottom: 35px;
        padding-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    .section-steps h4{
        text-align: center;
    }
}
@media only screen and (max-width: 576px) {
    .maverick-blockquote .maverick-blockquote-wrap img{
        margin: 0 0 15px !important;
    }
}
@media only screen and (max-width: 479px) {
    ol.commentlist li.comment .comment-author {
    padding-left: 12px;
    padding-right: 0;
    margin-right: 0;
    border-right: none !important;
  }
  ol.commentlist li.comment .comment-meta {
    display: block;
  }
  ol.commentlist li.comment .comment-meta a {
    padding: 0 12px;
    padding-right: 0;
    overflow: hidden;
    display: block;
  }
  ol.commentlist li.comment .comment-meta a.comment-edit-link {
    padding: 0;
    margin-left: 11px;
    margin-top: -11px;
  }
  #commentform input#submit {
    margin: 20px auto;
  }
  .commentform_wrapper {
    margin-bottom: 40px;
  }
  ol.commentlist li.comment .comment-author,
  ol.commentlist li.comment .comment-meta {
    display: block;
    text-align: center;
  }
  
}
@media only screen and (max-width: 320px) {
    ol.commentlist li.comment .comment-body {
    margin-left: 0;
  }
  ol.commentlist li.comment .comment-author .avatar {
    display: none;
  }
}