/* Text Start */
.cEditor h1 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Lora';
}
.cEditor h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
}
.cEditor h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}
.cEditor h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}
.cEditor h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}
.cEditor h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}
.cEditor p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.cEditor a {
    color: var(--buttonGreen);
    transition: all .3s;
    text-underline-position: under;
    text-decoration-line: underline;
    text-underline-offset: -1px;
    text-decoration-thickness: 1px;
}
.has-no-touchevents .cEditor a:not(.btn):hover{
    color: var(--primaryGreen500);
    text-decoration-color: transparent;
}
.cEditor img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cEditor img.alignleft,
.cEditor .wp-caption.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.cEditor img.alignright,
.cEditor .wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.cEditor .wp-caption.alignleft,
.cEditor .wp-caption.alignright {
    margin-top: 1em;
    background-color: var(--neutral100);
    padding: 1em;
    border: 1px solid var(--neutral300);
    border-radius: 4px;
    min-width: 140px;
}
.cEditor .wp-caption.alignleft p.wp-caption-text,
.cEditor .wp-caption.alignright p.wp-caption-text {
    font-size: 14px;
    text-align: center;
    line-height: 1.333;
    margin-top: 0.75em;
}

.cEditor h1+p,
.cEditor h2+p,
.cEditor h3+p,
.cEditor h4+p,
.cEditor h5+p,
.cEditor h6+p,
.cEditor h1+ol,
.cEditor h2+ol,
.cEditor h3+ol,
.cEditor h4+ol,
.cEditor h5+ol,
.cEditor h6+ol,
.cEditor h1+ul,
.cEditor h2+ul,
.cEditor h3+ul,
.cEditor h4+ul,
.cEditor h5+ul,
.cEditor h6+ul {
    margin-top: 20px;
}
.cEditor>*:first-child,
.cEditor .texts>*:first-child {
    margin-top: 0;
}
.cEditor h1,
.cEditor h2,
.cEditor h3,
.cEditor h4,
.cEditor h5,
.cEditor h6,
.cEditor table,
.cEditor p,
.cEditor ol,
.cEditor ul,
.cEditor>div {
    margin-top: 20px;
    color: var(--primaryBlue);
}
.cEditor iframe {
    position: relative;
}
.cEditor iframe.inline-podcast-embed {
    width: 100%;
    margin: 0.5em 0;
    border: 1px solid var(--neutral300);
    border-radius: 4px;
    transition: all .3s;
}
.cEditor iframe.inline-podcast-embed:hover {
    box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
}
.cEditor p,
.cEditor ol,
.cEditor ul,
.cEditor>div {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
}
.cEditor ol li::marker {
    content: counters(list-item, ".") " : ";
    padding-right: 10px;
}
.cEditor ol {
    padding-left: 35px;
}
.cEditor ol li {
    margin-top: 16px;
}
.cEditor ul li {
    margin-left: 24px;
    margin-top: 16px;
}
.cEditor li:first-child{
    padding-top: 0;
}
.cEditor td p {
    margin-top: 0;
}
.cEditor p:contains("&nbsp;") {
    display: none;
}
.cEditor .customUl{
    list-style: none;
}
.cEditor li{
    position: relative;
}
.cEditor .customUl li::before {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2322C55E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13L9 17L19 7" stroke="%2322C55E"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
}
.cEditor .customUl li{
    margin-left: 30px;
}
.cEditor strong{
    font-weight: 900;
}
.cEditor a.btn{
    text-decoration-line: none;
}
.cEditor .tribe-events-l-container {
    padding: 0 !important;
    min-height: 0 !important;
}
/* Text End */

@media (max-width: 1200px){
    .cEditor h1 {
        font-size: 50px;
    }
    .cEditor h2 {
        font-size: 35px;
    }
    .cEditor h3{
        font-size: 31px;
    }
    .cEditor h4{
        font-size: 27px;
    }
    .cEditor h5{
        font-size: 23px;
    }
    .cEditor h6 {
        font-size: 19px;
    }
}

@media (max-width: 1024px){
    .cEditor h1 {
        font-size: 48px;
    }
    .cEditor h2 {
        font-size: 34px;
    }
    .cEditor h3{
        font-size: 30px;
    }
    .cEditor h4{
        font-size: 26px;
    }
    .cEditor h5{
        font-size: 22px;
    }
    .cEditor h6 {
        font-size: 18px;
    }
    .cEditor p,
    .cEditor ol,
    .cEditor ul,
    .cEditor>div{
        font-size: 17px;
    }
}

@media (max-width: 900px){
    .cEditor h1 {
        font-size: 46px;
    }
    .cEditor h2 {
        font-size: 33px;
    }
    .cEditor h3{
        font-size: 29px;
    }
    .cEditor h4{
        font-size: 25px;
    }
    .cEditor h5{
        font-size: 21px;
    }
    .cEditor p,
    .cEditor ol,
    .cEditor ul,
    .cEditor>div{
        font-size: 16px;
    }
}

@media (max-width: 860px){
    .cEditor h1 {
        font-size: 44px;
    }
    .cEditor h2 {
        font-size: 32px;
    }
    .cEditor h3{
        font-size: 24px;
    }
    .cEditor h5{
        font-size: 20px;
    }
    .cEditor p,
    .cEditor ol,
    .cEditor ul,
    .cEditor>div{
        margin-top: 16px;
    }
    .cEditor h1,
    .cEditor h2,
    .cEditor h3,
    .cEditor h4,
    .cEditor h5,
    .cEditor h6,
    .cEditor table,
    .cEditor p,
    .cEditor ol,
    .cEditor ul,
    .cEditor>div {
        margin-top: 16px;
    }
}

@media (max-width: 780px){
    .cEditor h1 {
        font-size: 40px;
    }
}

@media (max-width: 420px){
    .cEditor h1 {
        font-size: 36px;
    }
}