.masthead {
    min-width: 700px;
    width: 60%;
    max-width: 960px;
    height: 100px;
    background-color: #f9f9f9;
    border-bottom: 10px solid var(--color-text);
    margin: 0 auto;
    margin-bottom: 40px;
}

.masthead .logo {
    background-image: url("https://imgur.com/V1nYhrn.png");
    height: 70px;
    width: 200px;
    position: relative;
    top: 40px;
    left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.wrapper {
    width: 700px;
    /* margin: 15px; */
}

figure {
    margin: 0px;
}

figure img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

/* IMG hover */
img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* img:hover {
    opacity: 0.7;
} */

/* END hover */

figure figcaption {
    text-align: center;
    color: #777777;
    font-size: 14px;
}

.article-meta {
    font-size: 14px;
    padding-left: 40px;
}

.article-meta img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 1px solid var(--color-primary);
    padding: 2px;
    display: inline-block;
}

.article-meta .meta-data {
    display: inline-block;
    padding-left: 12px;
    padding-top: 16px;
    vertical-align: top;
}

.article-meta .meta-author {
    color: #545454;
}

.article-meta .meta-date {
    color: #777777;
}

.article-meta hr {
    width: 140px;
    margin-top: 20px;
    border: none;
    border-bottom: 1px solid var(--color-text);
}


.teaser {
    margin: 0px;
    padding: 0px !important;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.78;
    margin-top: 30px;
}

blockquote {
    /* color: #545454; */
    font-size: 21px;
    line-height: 180%;
    font-style: italic;
    margin: 40px 25px;
    padding-left: 20px;
    position: relative;
    border-left: 5px solid var(--color-text);
}

blockquote cite {
    display: none;
}

/*
  blockquote:before, blockquote:after {
    font-size: 16px;
    font-style: normal;
    color: #777777;
    text-transform: uppercase;
  }
  
  blockquote:before {
    content: "<blockquote>";
    display: block;
    line-height: 120%;
  }
  
  blockquote:after {
    content: "</blockquote>";
    display: block;
    line-height: 160%;
  }
  */

.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}

.featured {
    border-bottom: 2px solid var(--color-text);
    margin-bottom: 20px;
}

.featured h1,
.featured h2,
.featured h3,
.featured h4,
.featured p,
.featured blockquote {
    padding-left: 0;
}

.featured figure {
    margin-top: 20px;
    margin-bottom: 0px;
}

.block {
    width: 100%;
    font-size: 0px;
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color-text);
}

.block figure {
    margin: 0px;
}

.block figcaption {
    display: none;
}

.block .photo {
    display: inline-block;
    width: 240px;
    height: 135px;
}

.block .text {
    vertical-align: top;
    display: inline-block;
    width: 460px;
}

h2 {
    /* font-size: 32px; */
    margin: 0px 10px;
}

.block p {
    margin: 0px 10px;
}

.full-width-btn {
    border: 1px solid var(--color-primary);
    text-align: center;
    color: var(--color-primary);
    background-color: var(--color-black);
    margin: 40px 0px;
    font-size: 14px;
    border-radius: 5px;
}

.full-width-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-black);
    border-color: var(--color-black);
}

.full-width-btn:hover a {
    color: var(--color-black);
}

.full-width-btn a {
    padding: 20px 0px;
    color: var(--color-primary);
    display: block;
    height: 100%;
    width: 100%;
}

.footer {
    width: 100%;
    background-color: #333333;
    font-size: 0px;
}

.footer .lower-footer {
    padding: 40px 0px;
    border-top: 1px solid var(--color-black);
}

.footer .upper-footer {
    padding: 40px 0px;
}

.footer p {
    margin: 0;
    padding: 0;
    display: inline;
    color: var(--color-black);
    line-height: 36px;
    font-size: 28px;
}

.footer .copyright {
    float: right;
    color: var(--color-text);
    font-size: 12px;
    text-transform: uppercase;
}

.foot-sit-left {
    padding-right: 10px;
}

.foot-sit-right {
    padding-left: 10px;
}

.section-hl {
    font-size: 21px;
    padding: 20px 0px 0px 0px;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    border-bottom: 1px solid var(--color-text);
}

.meta-bio {
    margin-top: 20px;
    border-top: 1px solid var(--color-text);
    border-bottom: 1px solid var(--color-text);
    padding: 15px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meta-bio .author-div {
    display: flex;
    align-items: center;
}

.meta-bio img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 1px;
    border: 3px solid var(--color-primary);
}

@media only screen and (max-width: 425px) {
    .meta-bio {
        flex-flow: column;
        align-items: baseline;
        padding: 10px 0;
    }

    .blog-post-header-dates {
        width: 100%;
        text-align: right;
    }
}

.bio-text {
    vertical-align: top;
    display: inline-block;
    padding-left: 20px;
    /* width: calc(100% - 141px); */
}

.bio-text p {
    font-size: 18px;
    line-height: 140%;
    color: #777777;
    margin: 0;
    padding: 0;
}

.bio-text .bio-shl {
    font-size: 16px;
    /* color: var(--color-black); */
    /* font-weight: 600; */
    text-transform: uppercase;
}

.bio-text .bio-hl {
    line-height: 120%;
    font-size: 18px;
    color: var(--color-text);
}

.blog-post-header-dates-published {
    padding: 0;
    font-size: 1rem;
    font-style: italic;
    /* font-weight: 600; */
}

@media only screen and (max-width: 768px) {

    .wrapper,
    .masthead {
        width: 100%;
        padding: 0%;
    }

    .masthead {
        min-width: 0px;
    }

    img {
        max-width: 100%;
    }

    .teaser,
    p,
    blockquote,
    ul {
        font-size: 16px;
    }

    .bio-text p {
        font-size: 16px;
    }

    .bio-text .bio-shl {
        font-size: 14px;
    }

    .bio-text .bio-hl {
        font-size: 19px;
    }

    /* h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    } */

    blockquote {
        margin-left: 20px;
    }

    ul,
    ol {
        padding-left: 60px;
        padding-right: 20px;
    }

    .hero-figure {
        /* margin: 20px 0px 20px 0px; */
    }

    .featured h1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .foot-sit-right,
    .foot-sit-left {
        padding: 0px 20px;
    }

    .lower-footer p {
        padding: 0px 20px;
    }

    .block .text h1,
    .block .text h2,
    .block .text p {
        margin: 0;
        padding: 0;
    }

    .block .text h2,
    .block .text p {
        padding: 0px 10px;
    }

    .block .photo {
        width: 36%;
        padding-left: 20px;
    }

    .block .text {
        width: calc(64% - 30px);
        padding-right: 10px;
    }

    .full-width-btn {
        margin: 40px 20px;
    }
}

/* NAV Styles */
#pattern {
    color: #545454;
    float: right;
    width: 100%;
    z-index: 999;
    position: relative;
    right: 0px;
    top: -55px;
}

a.menu-link {
    width: 100%;
    display: inline-block;
    text-align: right;
    line-height: 70px;
}

nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
}

nav[role=navigation].active {
    max-height: 400px;
    width: 100%;
    z-index: 999;
    background-color: #f9f9f9;
    margin-top: 20px;
}

nav[role=navigation] ul {
    margin: 0;
    padding: 0;
}

nav[role=navigation] li a {
    display: block;
    border-bottom: 1px solid var(--color-text);
    text-align: center;
    padding: 10px 0px 20px 0px;
}

nav[role=navigation] li a:hover {
    color: var(--color-primary);
}

.article-container {
    /* max-width: 50%; */
}

@media only screen and (max-width: 1024px) {
    .article-container {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .article-container {
        max-width: 90%;
    }
}

.article {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.9em;
}

.article p {
    margin: 1em 0;
    padding: 0;
}

.article h2,
.article h3 {
    margin: 50px 0 20px;
    /* box-shadow: inset 0 -10px var(--color-primary); */
    color: var(--color-black);
    /* font-weight: 600; */
    /* text-decoration: underline; */
    padding: 0% !important;
    /* text-decoration-color: var(--color-primary); */
    /* text-decoration-thickness: 4px; */
}

.article h3 {
    margin: 30px 0 20px;
}

.article a {
    box-shadow: inset 0 -3px var(--color-primary);
    color: var(--color-black);
    font-weight: 500;
    text-decoration: none;
}

/* h1 {
    font-size: 30px;
} */

.article-title {
    /* text-decoration: underline; */
    line-height: 1.4em;
    /* text-decoration-color: var(--color-primary); */
    /* text-align: center; */
    /* position: relative; */
}

/* .article-title::before {
    border-radius: 5px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 60px;
    height: 10px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background: linear-gradient(95.49deg, #4c55c6 17.66%, #7a3d84 100%);
} */

.article-title-heading {
    padding: 10px 0 30px 0;
    /* max-width: 850px;
    margin: auto;*/
    text-align: center;
}

.lead {
    font-size: 16px;
    font-weight: 600;
    /* text-align: center; */
    line-height: 2em;
}

.avatar {
    border: 2px solid #fff;
    border-radius: 100px;
    display: inline-block;
    margin: 0 4px -8px;
    width: 30px;
    height: auto;
    vertical-align: baseline;
}


/*breadcrumb  */

.blog-breadcrumbs {
    /* background: #ffffff;
    border-radius: 0 8px 0 0px;
    bottom: 0;
    color: var(--color-black);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    max-width: calc(100% - 64px);
    overflow: hidden;
    padding: 8px 16px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 5; */
    padding: 10px 16px 10px 0;
}

.cd-breadcrumb a {
    color: var(--color-black);
}

.cd-breadcrumb,
.cd-multi-steps {
    padding: 0.5em 1em 0.5em 0;
    margin: 0;
}

@media (max-width: 1025px) {

    .cd-breadcrumb,
    .cd-multi-steps {
        /* margin: 0 0 5px 0; */
        font-size: 12px;
    }
}

.cd-breadcrumb li.current {
    text-transform: capitalize;
}

.cd-breadcrumb li,
.cd-multi-steps li {
    display: inline-block;
}

.cd-breadcrumb.custom-separator li a::after,
.cd-multi-steps.custom-separator li a::after {
    content: '';
    height: 16px;
    width: 16px;
    background: url("https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg") no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb li a::after,
.cd-multi-steps li a::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 0.6em;
    color: #959fa5;
}

.cd-breadcrumb::after,
.cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
}

/* breadcrumb */
.blog-category-title {
    padding: 0;
    font-size: 18px;
}

.foot-block:hover h4 {
    text-decoration: underline;
}

.foot-block:hover {
    text-decoration: unset;
}

.tool-details {
    display: flex;
    justify-content: center;
}

#blog-sidebar,
#blog-detail {
    height: 100%;
    width: 100%;
}

#blog-detail {
    position: relative;
}

.sticky_share_btn {
    z-index: 11;
}

.side-ads {
    margin-bottom: 200px;
    /* position: sticky;
    top: 100px; */
}

.side-ads:last-child {
    margin-bottom: 0px;
}

/*  */

.sticky_share_btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.share-toggle,
.fixed_share ul.listing>li {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* border: 2px solid var(--color-primary); */
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    color: var(--color-primary);
}

.share-toggle {
    background: #ffffff;
    border: 2px solid var(--color-primary);
    /* background: #2e2e2e; */
    /* border-color: #2e2e2e; */
}

li.facebook {
    background: #0165E1 !important;
    color: var(--color-black);
}

li.email {
    background: #1e7a99;
}

li.twitter {
    background: #00acee;
}

li.linkedin {
    background: #0072b1;
}

li.whatsapp {
    background: #25D366;
}

li.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

ul.listing {
    list-style: none;
    display: none;
}

.fixed_share ul.listing>li {
    margin-bottom: 10px;
}

.fixed_share ul.listing>li>a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: var(--color-white);
}

/*  */

/* Table Of content  */

#toc {
    text-align: left;
    /* background: var(--color-box); */
    background: #f0f7ff94;
    padding: 32px 40px;
    border-radius: 6px;
    margin: 50px 0;
}

@media only screen and (max-width: 425px) {
    #toc {
        padding: 25px 20px;
    }
}

#toc ul {
    padding: 0 0 0 1.5em;
    text-align: left;
}

#toc li {
    line-height: 1.5;
    margin: 1em 0 1em;
    max-width: 70ch;
    padding: 0 0 0 0.5em;
}

#toc li a {
    text-decoration: underline !important;
    color: black !important;
    text-decoration-color: var(--color-primary-light) !important;
}

#toc ::marker {
    color: var(--color-primary-light) !important;
}

#toc .toc-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: bold;
    text-decoration: underline !important;
    color: black !important;
    text-decoration-color: var(--color-primary-light) !important;
}

/* Table Of content  */

/* Image Show */
.article-img-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    place-items: center;
    display: none;
    z-index: 9999999999;
}

.article-img-modal .article-img-modal-img {
    display: grid;
    place-items: center;
    margin: 20px;
}

.article-img-modal .article-img-modal-img img {
    width: clamp(1em, 120%, 100em);
}

.article-img-modal.open {
    display: grid;
}

.close-article-img-modal {
    position: absolute;
    font-size: 30px;
    top: 5%;
    right: 5%;
    color: var(--color-black);
}

/* Image Show */

#blog-header-section {
    /* margin-top: 20px; */
    /* background: var(--color-box);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    padding-bottom: 15vw; */
}