.container .template-container {
    max-width: 920px;
    margin: 0 auto;
}

.container .back-button-wrapper {
    display: none;
}

/* Hide breadcrumbs on mobile*/
@media only screen and (max-width:767px) {
    .title_container .breadcrumb {
        display:none;
    }

    .container .title-post-details p {
        font-size: 24px;
    }

    .container .back-button-wrapper {
        display: block;
        margin-top: 20px;
    }
}

.container .template-page {
    padding-top: 22px;
}

@media only screen and  (min-width: 1024px) {
    .container .template-page {
        padding-top: 45px;
    }
}
/*
/* Breadcrumbs style*/
span.trail-before {
    display: none!important;
}

/* Breadcrumb link color */
.breadcrumb-trail * {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87)!important;
}

.breadcrumb-trail .sep {
    width: fit-content;
    font-size: 10px;
    margin: 0 8px;
}

.container .title-post-details {
    font-family: Bangers, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    /* identical to box height, or 112% */

    letter-spacing: 0.04em;

    /* Secondary/Steel blue */
    color: #00404F;
}

.ch-button {
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 999px;
    box-shadow: none;
    text-align: center;
    outline: none;
}

.ch-button i {
    margin-right: 10px;
    font-size: 15px;
    line-height: 20px;
}

.ch-button-white-bordered {
    color: #00687D;
    background-color: white;
    border: 1px solid #00687D;
}

.ch-button-white-bordered:hover {
     color: #00687D;
     background-color: #E5F0F2;
 }

.ch-button-white-bordered .active {
     color: #00687D;
     background-color: #E5F0F2;
}
