/*
Theme Name: Chargebee Blog
Theme URI: https://www.chargebee.com
Author: the Chargebee team
Author URI: https://www.chargebee.com
Description: Chargebee theme on top of Twenty Seventeen.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chargebeeblog
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@font-face {
    font-family: 'bg-bold';
    src: url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-bold.eot');
    src: url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-bold.eot?#iefix') format('embedded-opentype'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-bold.woff2') format('woff2'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-bold.woff') format('woff'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-bold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bg-medium';
    src: url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-medium.eot');
    src: url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-medium.eot?#iefix') format('embedded-opentype'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-medium.woff2') format('woff2'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-medium.woff') format('woff'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bg-regular';
    src: url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-regular.eot');
    src: url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-regular.eot?#iefix') format('embedded-opentype'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-regular.woff2') format('woff2'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-regular.woff') format('woff'),
       url('https://www.chargebee.com/static/resources/fonts/basis-grotesque-regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}





* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline-width: 0!important;

    &:before,
    &:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

html {
    font-family: sans-serif;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
3.0 Responsive 
--------------------------------------------------------------*/

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}
@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}
@media (min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}
@media (min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}
@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}







/**
 * Description: Chargebee Code
 * Version: 1.0.0
 * Last update: 2017/04/19
 * Author: Chargebee Developers
 *
 * Summary:
 *
 *  0. Base
 *    - 0.1. Colors
 *    - 0.2. Font
 *    - 0.3. container
 *    - 0.4. Button
 *    - 0.5. Link
 *    - 0.6. Pagination
 *    - 0.7. Table
 *    - 0.8. Media
 *    - 0.9. Blockquote
 *    - 10.  Prettify
 *
 *
 *  1. Header
 *      - 1.1. Header Band
 *      - 1.2. Header Hero
 *      - 1.3. Header Media
 *      - 1.4. Header Nav
 *      - 1.5. Header Subscription
 *      - 1.6. Header Author
 *      - 1.7. Header Mobile
 *  2. Content
 *      - 2.1. Content Base
 *  3. Footer
 *      - 3.1. Footer Post
 *      - 3.2. Footer Media
 *  4. Posts
 *      - 4.1. Feature Post
 *      - 4.2. Post Header
 *      - 4.3. Post Figure
 *      - 4.4. Post Header
 *      - 4.5. Post Body
 *      - 4.6. Post Footer
 *      - 4.7. Post Author
 *  5. Blog
 *      - 5.1. Blog Header
 *      - 5.2. Blog Figure
 *      - 5.3. Blog Content
 * 
 *  6. Author
 *      - 6.1. Author Figure
 *      - 6.2. Author Content
 * 
 *  7. Media
 * 
 *  8. Media
 *
 *  8. Recommand
 * 
 *  9. Releted
 * 
 *  10. Error
  *     - 10.1. Error Figure
 *      - 10.2. Error Content
 */


/* ==========================================================================
   Base
   ========================================================================== */

:root {
    --color-primary: #FFF14B;       /* Yellow */
    --color-secondary: #7864FF;     /* Purple */
    --color-base: #191919;          /* Dark Black */
    --color-muted: #787882;         /* Gray */
    --color-white: #ffffff;         /* White */
    --color-black: #000000;         /* Black */

    /*Font size*/
    --fs-base: 14px;

    /*Font Family*/
    --ff-primary: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --ff-secondary: "Adobe Caslon Pro", Times New Roman, Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
    --ff-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
    line-height: 1.5;
    font-size: 14px;
    color: #191919;
    color: var(--color-base);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-base);
}


/* ==========================================================================
   Images 
   ========================================================================== */
.cb-img-responsive {
    max-width: 100%;
    height: auto;
}



/* 0.1. Colors
   ========================================================================== */


/* 0.2. Font
   ========================================================================== */


/* 0.3. Container
   ========================================================================= */
.cb-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    padding-left: 18px;
    padding-right: 18px;
}
.cb-container:before,
.cb-container:after {
    display: table;
    content: " ";
}
.cb-container:after {
    clear: both;
}
@media (max-width: 991px) {
    .cb-container {

    }
}

/* 0.4. Button
   ========================================================================= */
.btn {
    border: 2px solid;
    border-color: #ffffff;
    border-color: var(--color-white);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    color: var(--color-white);
    padding: 12px 18px;
    text-decoration: none;
    display: inline-block;
}
.cb-btn-outline {
    background: #7864FF;
    background: var(--color-secondary);
    border: 1px solid;
    border-color: #ffffff;
    border-color: var(--color-white);
    padding: 6px 39px;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    color: var(--color-white);
}
.cb-btn-outline:hover {
    color: #7864FF;
    color: var(--color-secondary);
    background: #ffffff;
    background: var(--color-white);
}
@media (max-width: 991px) {
    .cb-btn-outline {
        padding: 9px 39px;
        font-size: 15px;
    }
}



/* 0.5. Link
   ========================================================================= */
.cb-link {
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-base);
    color: #191919;
    color: var(--color-base);
}
.cb-link--muted {
    color: #787882;
    color: var(--color-muted);
}
.cb-link--muted:hover,
.cb-link--muted:focus {
    color: #ffffff;;
    color: var(--color-white);
}
.cb-link--ttu {
    text-transform: uppercase;
}




/* 0.6. Pagination
   ========================================================================= */
.cb-pagination .pagination {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.cb-pagination .page-numbers {
    display: none;
}
.cb-pagination .current {
    font-size: 21px;
    font-weight: bold;
    color: #000;
}
.cb-pagination svg {
    width: 14px;
    height: 14px;
    fill-opacity: .3;
}
.cb-pagination .nav-links .next.page-numbers,
.cb-pagination .nav-links .prev.page-numbers{
    background: #191919;
    background: var(--color-base);
    font-size: 16px;
    padding: 16px 44px;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    color: var(--color-white);
    border-radius: 2px;
}

.cb-pagination .nav-links .next.page-numbers:hover,
.cb-pagination .nav-links .next.page-numbers:focus,
.cb-pagination .nav-links .prev.page-numbers:hover,
.cb-pagination .nav-links .next.page-numbers:focus{
    background: #191919;
    background: var(--color-base);
    color: #FFF14B;
    color: var(--color-primary);

}



/* 0.7. Table
   ========================================================================= */
table,
.cb-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 40px;
}
td,
.cb-table__col {
    padding: 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
tr:not(:last-child) td,
.cb-table__col:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


/* 0.8. Profile
   ========================================================================= */
.cb-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 12px
}
.cb-profile__img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.cb-profile__img img {
    margin-top: 0;
    margin-bottom: 0
}
.cb-profile__content {
    font-family: open-sans, open sans, helvetica, sans-serif;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cb-profile__title {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
}
.cb-profile__title a {
    color: #403F5A;
    font-weight: 600
}
.cb-profile__text {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: normal !important;
}



/* 0.9. Blockquote
   ========================================================================= */
.cb-blockquote {}
.cb-blockquote--primary {
    font-family: "Adobe Caslon Pro", Times New Roman, Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
    font-family: var(--ff-secondary);
    font-size: 22px;
    line-height: 30px;
    color: #191919;
    color: var(--color-base);
    font-style: italic;
    margin-top: 50px;
    margin-bottom: 20px;
}
.cb-blockquote--secondary {
    font-size: 20px;
    font-weight: bold;
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    border-left: 10px solid #FFF335;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.cb-blockquote--teritary {
    border-top: 6px solid;
    border-color: #000000;
    border-color: var(--color-black);
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.cb-blockquote--teritary,
.cb-blockquote--teritary p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-base);
    font-size: 16px;
    line-height: 24px;
    color: #787882;
    color: var(--color-muted);
}
.cb-blockquote--teritary p {
    margin-bottom: 15px;
}

.cb-blockquote__author {
    margin-bottom: 60px;
    background-color: #FFF335;
    padding: 4px 12px;
    font-style: normal;
    font-size: 16px;
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    display: inline-block;
    font-weight: bold;
}

@media (min-width: 768px) {
    .cb-blockquote {
        margin-left: -100px;
    }
    .cb-blockquote--primary {
        font-size: 25px;
        line-height: 36px;
    }
    .cb-blockquote--secondary {
        font-size: 30px;
        border-width: 20px;
        padding-left: 30px;
    }
    .cb-blockquote--teritary,
    .cb-blockquote--teritary p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .cb-blockquote--primary,
    .cb-blockquote--secondary{
        font-size: 18px;
        line-height: 28px;
    }
}




/* 10. Prettify
   ========================================================================= */
.cb-prettify{
    margin: 20px 0 0 0
}
.cb-prettify pre {
    background: #2D2D2D;
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 12px;
    color: #fff
}
code,
kbd,
pre,
samp{
    font-family: Menlo, Consolas, "Courier New", monospace
}

.cb-prettify .pln {
    color: #cccccc
}

.cb-prettify .str {
    color: #99cc99
}

.cb-prettify .kwd {
    color: #cc99cc
}

.cb-prettify .com {
    color: #999999
}

.cb-prettify .typ {
    color: #6699cc
}

.cb-prettify .lit {
    color: #f99157
}

.cb-prettify .pun,
.cb-prettify .opn,
.cb-prettify .clo {
    color: #cccccc
}

.cb-prettify .tag {
    color: #f2777a
}

.cb-prettify .atn {
    color: #f99157
}

.cb-prettify .atv {
    color: #66cccc
}

.cb-prettify .dec {
    color: #f99157
}

.cb-prettify .var {
    color: #f2777a
}

.cb-prettify .fun {
    color: #6699cc
}




/* ==========================================================================
   1. Header
   ========================================================================== */
.cb-header {
    position: relative;
}
.cb-header--primary {
    background-color: #7864FF;
    background-color: var(--color-secondary);
}
.cb-header--black {
    background-color: #212128;
}
.cb-header--detail {
    background: #ffffff;
    background: var(--color-white);
}
@media screen and (min-width: 1200px) and (min-height: 670px) {
    .cb-header--flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
    }
    .cb-header--flex .cb-container--flex {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cb-header--flex .cb-header__hero {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .cb-header--flex .cb-header__media {
        margin: 15px auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}


/* 1.1. Header Band
   ========================================================================== */
.cb-header__band>a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-size: 13px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;

    color: #7864FF;
    color: var(--color-secondary);
    background-color: #ffffff;
    background-color: var(--color-white);
}
.cb-header__band>a:hover,
.cb-header__band>a:focus {
    color: #7864FF;
    color: var(--color-secondary);
    background-color: #191919;
    background-color: var(--color-base);
}
@media (max-width: 767px) {
    .cb-header__band>a {
        font-size: 14px;
    }
}

/* 1.2. Header Hero
   ========================================================================== */
.cb-header__hero {
    padding-top: 54px;
    padding-bottom: 54px;
}
.cb-header--detail .cb-header__hero {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cb-header__brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cb-header--detail .cb-header__brand {
    margin-bottom: 0;
}
.cb-header__logo {
    display: inline-block;
    font-size: 0px;
    color: #000000;
    color: var(--color-black);
}
.cb-header__logo-text {
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 0;
}
.cb-header__logo>img+.cb-header__logo-text {
    margin-top: 20px;
    color: #ffffff;
    color: var(--color-white);
}
.cb-header--black .cb-header__logo-text {
    color: #ffffff;
    color: var(--color-white);
}



/* 1.3. Header Media
   ========================================================================== */
.cb-header__media {
    max-width: 580px;
    margin: 100px auto;
}
@media (max-width: 767px) {
    .cb-header__media {
        margin: 60px auto 40px;
    }
}


/* 1.4. Header Nav
   ========================================================================== */
.cb-nav__logo {
    display: inline-block;
    font-size: 0px;
    padding: 13px;
    height: 60px;
}
.cb-nav__list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.cb-nav__item>a {
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 64px;
    height: 60px;
    letter-spacing: 2px;
    color: #ffffff;
    color: var(--color-white);
    display: block;

    padding-left: 18px;
    padding-right: 18px;
}
.cb-nav__item>a:hover,
.cb-nav__item>a:focus {
    color: #7864FF;
    color: var(--color-secondary);
}
.cb-nav__item--active>a {
    color: #FFF14B;
    color: var(--color-primary);
}
.cb-header__nav--alt .cb-nav__item>a {
    color: #ffffff;
    color: var(--color-white);
}
.cb-header__nav--alt .cb-nav__item>a:hover,
.cb-header__nav--alt .cb-nav__item>a:focus {
    color: #787882;
    color: var(--color-muted);
}
@media (min-width: 992px) {
    .cb-header {
        min-height: 60px;
    }
    .cb-header__nav {
        background-color: #7864FF;
        background-color: var(--color-secondary);
    }
    .cb-header__nav--alt {
        background-color: #191919;
        background-color: var(--color-base);
    }
    .cb-header__nav--float {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .cb-header__nav--fixed {
        position: fixed;
        top: 0;
        bottom: auto;
        background: #7864FF;
        background: var(--color-secondary);
        -webkit-box-shadow: 0 20px 30px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 20px 30px 1px rgba(0, 0, 0, 0.15);
        width: 100%;
        -webkit-animation: slide-down .3s;
        animation: slide-down .3s;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }
    .cb-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cb-nav__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cb-nav__item>a:hover,
    .cb-nav__item>a:focus {
        background-color: #ffffff;
        background-color: var(--color-white);
    }
    .cb-nav__item--active>a {
        background-color: #191919;
        background-color: var(--color-base);
    }
    .cb-header__nav--alt .cb-nav__item>a:hover,
    .cb-header__nav--alt .cb-nav__item>a:focus {
        background-color: #191919;
        background-color: var(--color-base);
    }
}



/* 1.5. Header Subscription
   ========================================================================== */
.cb-subscribe {}
.cb-subscribe__title {
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    font-size: 50px;
    color: #ffffff;
    color: var(--color-white);
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 36px;
    margin-top: 0;
}
.cb-subscribe__title em {
    display: block;
    font-family: "Adobe Caslon Pro", Times New Roman, Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
    font-family: var(--ff-secondary);
    font-weight: 400;
    letter-spacing: -2px;
    margin-top: 12px;
}
.cb-subscribe__form {
    background-color: #ffffff;
    background-color: var(--color-white);
    border: 4px solid;
    border-color: #191919;
    border-color: var(--color-base);
}
.cb-subscribe__input {
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    line-height: 52px;
    height: 52px;
    border-width: 0;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.cb-subscribe__btn {
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    font-size: 20px;
    font-weight: bold;
    line-height: 52px;

    height: 52px;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 15px;

    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.cb-subscribe__btn:hover,
.cb-subscribe__btn:focus {
    background: #191919;
    background: var(--color-base);
    color: #ffffff;
    color: var(--color-white);
}

@media (max-width: 767px) {
    .cb-subscribe__input,
    .cb-subscribe__btn {
        width: 100%;
    }
    .cb-subscribe__btn {
        background: #191919;
        background: var(--color-base);
        color: #ffffff;
        color: var(--color-white);
    }
    .cb-subscribe__title {
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 30px;
    }
}



@media (min-width: 768px) {
    .cb-subscribe__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 60px;
    }
}


/* 1.7. Header Mobile
   ========================================================================== */

.cb-mheader {
    position: fixed;
    top: 0;
    background-color: #191919;
    background-color: var(--color-base);
    padding: 12px 18px;
    width: 100%;
    z-index: 10;
}
.cb-mheader__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cb-mheader__icon {
    line-height: 0;
}
.cb-mheader__burger {
    cursor: pointer;
    padding: 15px 9px;
}
.cb-mheader__burger-icon {
    height: 2px;
    width: 24px;
    display: block;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 -7px 0 0 #fff, 0 7px 0 0 #fff;
    box-shadow: 0 -7px 0 0 #fff, 0 7px 0 0 #fff;
}
.cb-mheader__overlay {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.cb-mheader__overlay--hide {
    opacity: 0;
    z-index: -100;
    visibility: hidden;
}

.cb-mnav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 100;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 13px;
    background-color: #191919;
    background-color: var(--color-base);
    -webkit-box-shadow: 3px 2px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;

    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.cb-mnav--hide {
    -webkit-transform: translatex(120%);
    -ms-transform: translatex(120%);
    transform: translatex(120%);
}
.cb-mnav__header {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cb-mnav__content {
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.cb-mnav__close {
    padding: 12px;
    cursor: pointer;
}
.cb-mnav__close:before,
.cb-mnav__close:after {
    content: '';
    width: 20px;
    height: 3px;
    display: block;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.cb-mnav__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cb-mnav__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -3px;
}
.cb-mnav__link {
    font-weight: 600;
    color: #FFF14B;
    color: var(--color-primary);
    text-decoration: none
}

.cb-mnav__link:hover,
.cb-mnav__link:focus {
    color: #FFF14B;
    color: var(--color-primary);
}
.cb-mnav__list {
    list-style: none;
    padding: 0
}
.cb-mnav__item {
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    opacity: 0;
    -webkit-transform: translatex(60px);
    -ms-transform: translatex(60px);
    transform: translatex(60px)
}
.cb-mnav__item>a {
    color: #fff;
    font-size: 14px;
    font-size: var(--fs-base);
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    text-decoration: none
}
.cb-mnav__item>a:hover,
.cb-mnav__item>a:focus {
    color: #FFF14B;
    color: var(--color-primary);
}
.cb-mnav__animate {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
    opacity: 1
}









/* ==========================================================================
   2. Content
   ========================================================================== */

@media (max-width: 991px) {
    .cb-body {
        padding-top: 60px;
    }
    .cb-header--primary+.cb-body {
        padding-top: 0;
    }
}



/* 2.1. Content Base
   ========================================================================== */
.cb-content {
    padding-top: 80px;
    padding-bottom: 80px;
}





/* ==========================================================================
   3. Footer
   ========================================================================== */
.cb-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #7864FF;
    background-color: var(--color-secondary);
}
.cb-footer__container {}

/* 3.1. Footer Post
   ========================================================================== */

.cb-footer__post {
    max-width: 500px;
}
.cb-footer__post-img {}
.cb-footer__post-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #ffffff;
    color: var(--color-white);
}
.cb-footer__post-action {
    margin-top: 21px;
}


/* 3.2. Footer Media
   ========================================================================== */

.cb-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cb-social__list {
    list-style: none;
    font-size: 0;
    margin-left: 15px;
}
.cb-social__item {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('/blog/wp-content/themes/chargebee-blog/assets/images/media/cb-social-media.svg');
}
.cb-social__twitter {
    background-position: 0 0;
}
.cb-social__facebook {
    background-position: -29px 0;
}
.cb-social__instagram {
    background-position: -58px 0;
}


@media (max-width: 991px) {
    .cb-footer__post {
        text-align: center;
        margin: 0 auto 50px;
    }
    .cb-footer__post-img {
        margin-bottom: 15px;
    }
    .cb-footer__post-text {
        font-size: 16px;
        line-height: 21px;
    }
    .cb-social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .cb-footer__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cb-footer__post {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .cb-footer__post-img {
        margin-right: 21px;
        margin-top: 6px;
    }
    .cb-footer__post-action {
        margin-top: 32px;
    }
}



/* ==========================================================================
   4. Posts
   ========================================================================== */


/* 4.1. Feature Post
   ========================================================================== */

.cb-feature {
    background-color: #191919;
    background-color: var(--color-base);
    padding-top: 80px;
    padding-bottom: 80px;
}
.cb-feature__container {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px;
}
.cb-feature__thumb {
    height: 220px;
    min-height: 220px;
    overflow: hidden;
    margin: 0 auto;

    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.cb-feature__content {}
.cb-feature__label {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.cb-feature__title {
    margin-top: 15px;
    margin-bottom: 9px
}
.cb-feature__title>a {
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;

    color: #191919;
    color: var(--color-base);
    background: #FFF14B;
    background: var(--color-primary);
    -webkit-box-shadow: 10px 0 0 #fff14b, -10px 0 0 #fff14b;
    box-shadow: 10px 0 0 #fff14b, -10px 0 0 #fff14b;
    padding-bottom: 6px;
    padding-top: 6px;

    text-decoration: none;
}
.cb-feature__desc {
    font-family: "Adobe Caslon Pro", Times New Roman, Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
    font-family: var(--ff-secondary);
    font-size: 21px;
    line-height: 27px;
    color: #ffffff;
    color: var(--color-white);
    margin-top: 24px;
}
@media (max-width: 599px) {
    .cb-feature__content {
        margin-top: -50px;
    }
    .cb-feature__label {
        background: #000;
        display: inline-block;
        padding: 6px 12px;
        color: #fff;
        margin-left: 15px;
        margin-bottom: 4px;
    }
    .cb-feature__title {
        margin-left: 10px;
    }
    .cb-feature__title>a {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (min-width: 600px) {
    .cb-feature__container {
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .cb-feature__thumb {
        width: 220px;
        min-width: 220px;
        margin-bottom: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .cb-feature__content {
        max-width: 520px;
        margin-left: -30px;
    }
    .cb-feature__label {
        color: #999;
        margin-bottom: 15px;
    }
    .cb-feature__desc {
        margin-left: 40px;
    }
}



/* 4.2. Post Header
   ========================================================================== */

.cb-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cb-post {
    margin-bottom: 60px;
    max-width: 600px;
    width: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 768px) {
    .cb-posts {
        margin-left: -18px;
        margin-right: -18px;
    }
    .cb-post {
        margin-bottom: 100px;
        padding-left: 18px;
        padding-right: 18px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 380px;
    }
}

@media (min-width: 992px) {
    .cb-post {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 33.3%;
        -ms-flex: 1 0 33.3%;
        flex: 1 0 33.3%;
    }
    .cb-post--primary {
        max-width: 600px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}


/* 4.3. Post Figure
   ========================================================================== */

.cb-post__figure {
    height: 160px;
    margin: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cb-post--primary .cb-post__figure {
    height: 260px;
}
@media (max-width: 767px) {
    .cb-post__figure,
    .cb-post--primary .cb-post__figure {
        height: 180px;
        margin-left: -18px;
        margin-right: -18px
    }
}
.cb-post>a:hover~.cb-post__body .cb-post__title>a,
.cb-post>a:focus~.cb-post__body .cb-post__title>a {
    color: #ffffff;
    color: var(--color-white);
    background: #191919;
    background: var(--color-base);
    -webkit-box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
    box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
}



/* 4.4. Post Body
   ========================================================================== */

.cb-post__body {
    margin-left: 16px;
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cb-post__disp {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .cb-post__body {
        margin-left: 24px;
        margin-right: 24px;
    }
}



/* 4.5. Post Header
   ========================================================================== */

.cb-post__title {
    margin-top: -30px;
    margin-bottom: 24px;
    max-width: 400px;
}
.cb-post--primary .cb-post__title {
    margin-top: -50px;
}
.cb-post__title>a {
    background: #FFF14B;
    background: var(--color-primary);
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    font-size: 21px;
    font-weight: bold;
    line-height: 29px;
    text-decoration: none;
    color: #191919;
    color: var(--color-base);
    -webkit-box-shadow: 10px 0 0 #fff14b, -10px 0 0 #fff14b;
    box-shadow: 10px 0 0 #fff14b, -10px 0 0 #fff14b;
    padding-bottom: 6px;
    padding-top: 6px;

    -webkit-transition: .2s ease-out;

    -o-transition: .2s ease-out;

    transition: .2s ease-out;
}
.cb-post__title>a:hover,
.cb-post__title>a:focus {
    color: #ffffff;
    color: var(--color-white);
    background: #191919;
    background: var(--color-base);
    -webkit-box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
    box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
}
.cb-post__desc {
    font-family: "Adobe Caslon Pro", Times New Roman, Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
    font-family: var(--ff-secondary);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.4px;
    display: -webkit-box; 
    overflow: hidden;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .cb-post--primary .cb-post__title>a {
        font-size: 28px;
        line-height: 38px;
    }
    .cb-post__desc{
        font-size: 20px;
    }
}




/* 4.6. Post Footer
   ========================================================================== */

.cb-post__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}




/* 4.7. Post Author
   ========================================================================== */

.cb-post__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cb-post__author-thumb {
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}
.cb-post__author-thumb>img {
    max-width: 100%;
    height: auto;
}

.cb-post__author-name>a {
    font-size: 15px;
    color: #191919;
    color: var(--color-base);
}
.cb-post__author-name>a:hover,
.cb-post__author-name>a:focus {
    color: #787882;
    color: var(--color-muted);
}
.cb-post__author-duration {
    color: #999999;
}
.cb-post__author-duration a {
    text-decoration: none;
    color: #191919;
    color: var(--color-base);
}




/* ==========================================================================
   5. Blog
   ========================================================================== */

.cb-blog {}
.cb-blog img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .cb-blog {
        padding-left: 100px;
    }
}



/* 5.1. Blog Header
   ========================================================================== */

.cb-blog__header {
    margin-bottom: 40px;
}
.cb-blog__label {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cb-blog__label>a {
    color: #7864FF;
    color: var(--color-secondary);
}
.cb-blog__title {
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #191919;
    color: var(--color-base);
    margin-bottom: 30px;
    margin-top: 12px;
}
@media (min-width: 600px) {
    .cb-blog__title {
        font-size: 38px;
        line-height: 44px;
    }
}
@media (min-width: 768px) {
    .cb-blog__title {
        font-size: 48px;
        line-height: 60px;
    }
    .cb-blog__header {
        margin-bottom: 80px;
    }
}

/* 5.2. Blog Author
   ========================================================================== */

.cb-blog__auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cb-blog__auth-figure {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 12px 0 0;
}
.cb-blog__auth-name {
    font-size: 13px;
    color: #191919;
    color: var(--color-base);
    letter-spacing: 1.86px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.cb-blog__auth-name>a {
    font-size: 13px;
    color: #191919;
    color: var(--color-base);
}
.cb-blog__auth-duration {
    font-size: 14px;
    color: #999999;
    letter-spacing: -0.47px;
}




.cb-blog__authors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 100px;
}
.cb-blog__author {
    max-width: 420px;
    margin: 0 auto 90px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.cb-blog__author--dual {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.cb-blog__author--triple {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
}
.cb-blog__authors .cb-author--blog:not(:first-child) {
    margin-left: 50px;
}
.cb-blog__author-figure {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.cb-blog__author-title>a {
    font-size: 22px;
    color: #191919;
    color: var(--color-base);
    line-height: 26px;
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    text-align: center;
}
.cb-blog__author-desc {
    color: #a1a1a1;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
}


@media (min-width: 768px) {
    .cb-blog__auth {
        margin-left: -40px;
    }
    .cb-blog__author-title {
        margin-bottom: 6px;
    }
    .cb-blog__author-title>a {
        font-size: 28px;
        line-height: 34px;
        text-transform: capitalize;
    }
    .cb-blog__author-desc {
        font-size: 16px;
    }
}

/* 5.3. Blog Hero
   ========================================================================== */

.cb-blog__hero {
    max-width: 950px;
    max-height: 360px;
    margin: 50px -18px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
@media (min-width: 768px) {
    .cb-blog__hero {
        margin: 100px 0 50px -100px;
    }
}
@media (min-width: 992px) {
    .cb-blog__hero {
        height: 460px;
        max-height: inherit;
    }
}



/* 5.4. Blog Content
   ========================================================================== */

.cb-blog__main {}
.cb-blog__content {}
.cb-blog__aside {
    display: none;
}
.cb-blog__disp {
    max-width: 600px;
}
.cb-blog__disp h1,
.cb-blog__disp h2,
.cb-blog__disp h3,
.cb-blog__disp h4,
.cb-blog__disp h5,
.cb-blog__disp h6 {
    font-weight: bold;
    color: #191919;
    color: var(--color-base);
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 50px;
}
.cb-blog__disp h1 {
    font-size: 36px
}
.cb-blog__disp h2 {
    font-size: 30px;
}
.cb-blog__disp h3 {
    font-size: 24px;
}
.cb-blog__disp h4 {
    font-size: 18px;
}
.cb-blog__disp h5 {
    font-size: 14px;
}
.cb-blog__disp h6 {
    font-size: 12px;
}
.cb-blog__disp p {
    font-family: "Adobe Caslon Pro", Times New Roman, Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
    font-family: var(--ff-secondary);
    font-size: 22px;
    line-height: 34px;
    color: #191919;
    color: var(--color-base);
    margin-bottom: 24px;
}
.cb-blog__disp hr {
    height: 3px;
    border-width: 0;
    background: #D8D8D8;
    width: 50px;
    display: block;
    margin: 70px auto;
}
.cb-blog__disp a {
    color: #191919;
    color: var(--color-base);
    -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
}
.cb-blog__disp a:hover,
.cb-blog__disp a:focus {
    -webkit-box-shadow: inset 0 -2px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 -2px 0 rgba(15, 15, 15, 1);
    color: #191919;
    color: var(--color-base);
}

.cb-blog__disp ul {
    list-style: none;
    font-family: "Adobe Caslon Pro", Times New Roman, Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
    font-family: var(--ff-secondary);
}
.cb-blog__disp ul>li,
.cb-blog__disp ol>li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 22px;
}
.cb-blog__disp ol>li {
    padding-left: 20px;
}
.cb-blog__disp ul>li:before {
    content: '';
    height: 4px;
    width: 12px;
    margin-right: 15px;
    background: #000000;
    background: var(--color-black);
    position: absolute;
    left: 0;
    top: 18px;
}
.cb-blog__disp ul>li a,
.cb-blog__disp ol>li a {
    border-bottom-width: 0;
    display: inline;
    line-height: 32px;
}
.cb-blog__disp ul>li a:hover,
.cb-blog__disp ul>li a:focus,
.cb-blog__disp ol>li a:hover,
.cb-blog__disp ol>li a:focus {
    border-bottom-width: 0;
}
.cb-blog__disp ol {
    font-family: "Adobe Caslon Pro", Times New Roman, Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
    font-family: var(--ff-secondary);
}
.cb-blog__disp ul li ul {
    list-style: circle;
}
.cb-blog__disp ul li ul li {
    margin-bottom: 30px;
    padding-left: 0;
}
.cb-blog__disp ul li ul li:before {
    display: none;
}
.cb-blog__disp figure {
    max-width: 100%;
    width: auto;
}

@media (min-width: 768px) {
    .cb-blog__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .cb-blog__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 150px;
    }
    .cb-blog__aside {
        max-width: 300px;
        display: block;
    }
}
@media (max-width: 767px) {
    .cb-blog__disp h1,
    .cb-blog__disp h2,
    .cb-blog__disp h3,
    .cb-blog__disp h4,
    .cb-blog__disp h5,
    .cb-blog__disp h6 {}
    .cb-blog__disp h1 {
        font-size: 30px
    }
    .cb-blog__disp h2 {
        font-size: 24px;
    }
    .cb-blog__disp h3 {
        font-size: 20px;
    }
    .cb-blog__disp h4 {
        font-size: 18px;
    }
    .cb-blog__disp h5 {
        font-size: 16px;
    }
    .cb-blog__disp h6 {
        font-size: 14px;
    }
    .cb-blog__disp p,
    .cb-blog__disp ul>li,
    .cb-blog__disp ol>li {
        font-size: 18px;
        line-height: 28px;
    }
}




/* ==========================================================================
   6. Author
   ========================================================================== */
.cb-author {
    text-align: center;
    color: #ffffff;
    color: var(--color-white);
}

/* 6.1. Author Figure
   ========================================================================== */
.cb-author__figure {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}

/* 6.2. Author Content
   ========================================================================== */
.cb-author__title {
    font-size: 34px;
    margin-bottom: 6px;
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
}
.cb-author__desc {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
}
.cb-author__social > a {
    width: 24px;
    height: 24px;
    margin-left: 9px;
    margin-right: 9px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('/blog/wp-content/themes/chargebee-blog/assets/images/media/cb-social-media.svg');
}
.cb-author__facebook {
    background-position: -29px 0;
}
.cb-author__twitter {
    background-position: 0 0;
}
.cb-author__instagram {
    background-position: -58px 0;
}




/* ==========================================================================
  7. Media 
   ========================================================================== */
.cb-media {}
.cb-media__duration {
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: -0.47px;
    margin-bottom: 9px
}
.cb-media__title {
    font-size: 15px;
    color: #191919;
    color: var(--color-base);
    letter-spacing: -0.31px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cb-media__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cb-media__thumb {
    margin-right: 15px;
    width: 64px;
    height: 64px;
}
.cb-media__title:hover,
.cb-media__title:focus {
    color: #787882;
    color: var(--color-muted);
}





/* ==========================================================================
  8. Recommend 
   ========================================================================== */
.cb-recommend {}
.cb-recommend h2 {
    font-size: 30px;
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    margin-bottom: 20px;
    margin-top: 50px;
}



/* ==========================================================================
  9. Releted 
   ========================================================================== */
.cb-related {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}






/* ==========================================================================
   10. Error
   ========================================================================== */
.cb-errorpage {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

/* 10.1. Error Figure
   ========================================================================== */
.cb-errorpage__figure,
.cb-errorpage__content {
    display: inline-block;
    vertical-align: middle;
}
.cb-errorpage__figure {
    max-width: 300px;
}

/* 10.2. Error Content
   ========================================================================== */
.cb-errorpage__title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 30px;
    letter-spacing: -1.1px;
}
.cb-errorpage__desc {
    max-width: 340px;
    margin-bottom: 20px;
    color: #787882;
    color: var(--color-muted);
}
.cb-errorpage a {
    color: #7864FF;
    color: var(--color-secondary);
}

@media (min-width: 768px) {
    .cb-errorpage__figure {
        margin-right: 50px;
    }
    .cb-errorpage__content {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .cb-errorpage {
        font-size: 22px;
        line-height: 32px;
    }
    .cb-errorpage__figure {
        max-width: 520px;
        margin-right: 60px;
    }
    .cb-errorpage__title {
        font-size: 38px;
        line-height: 54px;
        margin-bottom: 34px;
    }
}
@media (max-width: 767px) {
    .cb-errorpage__figure {
        display: block;
        margin: auto;
    }
}









/* ==========================================================================
   Share
   ========================================================================== */
.cb-share{
    margin:0 auto;
}
h3.cb-share__title{
    font-size: 28px;
    line-height: 34px;
    color: #191919;
    color: var(--color-base);
    margin-bottom: 24px;
    font-family: "bg-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-family: var(--ff-primary);
    text-align: center;
}





/* ==========================================================================
   Animation
   ========================================================================== */
@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


