.editor-content {
    text-align: justify;
}
.white-content{
	color:#fff;
}
.mejs-container {
    direction: ltr;
    border-radius: 12px;
    overflow: hidden
}
.editor-content em {
    font-style: italic
}

.editor-content code , .editor-content pre {
    display: block;
    overflow-x: auto;
    direction: ltr;
    text-align: left;
    background: #1e1e1e;
    color: var(--c-white);
    border-radius: 20px;
    padding: 1rem 2.4rem;
    white-space: pre;
    font-size: 14px;
    box-shadow: 0 19px 24px 0 #0000001a;
    line-height: 1.8
}

code {
    direction: ltr;
    width: 100%;
    text-align: left;
    display: block
}

.editor-content img:not(.img_gallery,.bg-cta-m) {
    max-width: 100%;
    border-radius: 8px
}

.sw.gl--box{
padding-inline: 80px !important;
position: relative;
margin: 1.5rem 58px !important
}

.gallery-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    right: 0;
}
.gallery-nav .sw-btn {
    border: 1px solid #0B265030 !important;
}
.gallery-nav .sw-btn i {
    font-size: 18px !important;
}
.sw-gallery .swiper-slide {
    height: auto
}

.gallery_item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.gallery_item+p {
    text-align: center;
    margin-top: 1.4rem;
    font-size: 15px;
}

.gallery_item a {
    display: block;
    position: relative;
    text-align: center;
    margin: auto
}

.gallery_item a:after {
    opacity: 0;
    content: "\e91e";
    font-family: 'icomoon';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    z-index: 1;
    position: absolute;
    font-size: 55px;
    color: var(--color1);
}
.gallery_item a:before {
    opacity: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: var(--color2);
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 1
}

html.desktop .sw--gallery:not(.swiper-initialized) .swiper-slide {
    flex-shrink: unset;
    margin-left: 32px;
    width: 374px;
    flex: 0 0 374px
}

.gallery_item:hover a:after {
    opacity: 1
}
.gallery_item:hover a::before {
    opacity: .8
}

.alignleft {
    float: left;
    margin-block: 1rem;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-block: 1rem;
    margin-left: 1rem
}

.aligncenter {
    text-align: center;
    display: block;
    margin-inline:auto;
    margin-bottom: 2rem
}

.blockquote , blockquote {
    position: relative;
}

blockquote:after{
    mask-image: linear-gradient(217deg, #00000070 -5%, transparent 65%);
    content: '\e928';
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    opacity: 50%;
    font-size: 18rem;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
}

.icon-qoute{
    font-size: 55px;
    background: -webkit-linear-gradient(76deg, rgba(255, 255, 255, 0.12) -2.67%, rgba(255, 255, 255, 0.144) 48.64%, rgba(255, 255, 255, 0.45) 104%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

blockquote p{
    margin-top: 24px;
}

.editor-content li :is(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 0;
    display: inline;
    line-height: 1.8
}

img.alignnone {
    margin: auto
}

.editor-content :is(h3,h4,h5,h6) {
    line-height: 2;
    color: #3E3E3E;
}
.white-content.editor-content :is(h1,h2,h3,h4,h5,h6) {
	color: #fff;
}
.editor-content :is(h1,h2) {
    color: #3E3E3E;
}

.editor-content h1 {
    font-size: calc( var(--heading_h1_fontsize));
}

.editor-content h2 {
    font-size: calc( var(--heading_h1_fontsize) - 2px );
}

.editor-content h3 {
    font-size: calc( var(--heading_h1_fontsize) - 4px );
}

.editor-content h4 {
    font-size: calc( var(--heading_h1_fontsize) - 5px );
}

.editor-content h5 {
    font-size: calc( var(--heading_h1_fontsize) - 6px );
}

.editor-content h6 {
    font-size: calc( var(--heading_h1_fontsize) - 7px );
}

.editor-content ul:not(.acf-checkbox-list,.acf-radio-list,.acf-bl) li {
    margin-bottom: .5rem;
    list-style: disc;
    list-style-position: inside;
    text-indent: 0;
}

.editor-content ul li::marker {
    color: var(--color1);
    line-height: 1;
    margin-right: 10px !important;
    height: 6px;
    width: 6px;
    display: inline-block;
}

.editor-content ul li{
    color: var(--color2);
    opacity: 70%;
}

.comment-single li::marker {
    content: none
}

.editor-content .wp-caption-text {
    text-align: center
}

.editor-content .wp-caption {
    width: auto !important;
}


.editor-content a:not(.btn,.cta-btn-click) {
    color: var(--color2)!important
}

.bg-wrap .editor-content a:not(.btn,.cta-btn-click) , .intro-blog-page .editor-content a{
    color: var(--color3) !important;
}

.editor-content a:hover:not(.btn:hover,.cta-btn-click:hover){
    border-bottom: 1px solid #fcb53499;
    border-radius: 4px;
}


.editor-content blockquote {
    padding: 48px 32px;
    background: var(--color2);
    position: relative;
    display: block;
    border-radius: 20px;
    margin-block: 56px !important;
}

.editor-content blockquote p , .editor-content blockquote span , .editor-content blockquote :is(h1,h2,h3,h4,h5,h6){
    color: white !important;
}
.editor-content blockquote p , .editor-content blockquote span{
    font-size: 16px;
    line-height: 30px;
}

.editor-content blockquote .icon-quote {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: var(--color3);
  font-size: 30px;
}

.editor-content ol {
    list-style: none;
    margin-left: 0;
    padding: 0
}

.editor-content ol li {
    counter-increment: item;
    position: relative;
    margin-bottom: 1rem;
    text-indent: 0;
    padding-right: 2rem;
    color: var(--color2);
    opacity: 70%;
}

.editor-content ol li:before {
    content: counter(item) ".";
    color: var(--color1);
    padding-right: 10px;
    font-size: 20px;
    line-height: 1;
}

hr {
    border: 1px solid #e6e6e6;
    margin-block: 32px;
}

/* .editor-content>*+* {
    margin-top: 1rem
} */

.editor-content.editor-space-sm>*+* {
    margin-top: 1rem
}
 .editor-content :is(h1, h2, h3, h4, h5, h6){
    font-family: 'Dosis-Regular';
}

 .main-content ul li :is(h1,h2,h3,h4,h5,h6) , .main-content ol li :is(h1,h2,h3,h4,h5,h6){
    margin-block: 16px !important;
}


.gallery_item img {
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    aspect-ratio: 1
}

.editor-content .wp-video {
    display: block;
    margin-inline:auto;width: 100%!important;
    overflow: hidden
}

.editor-content table:not(.acf-table) th,.editor-content table:not(.acf-table) td {
    white-space: nowrap;
    border-bottom: none;
    padding: 1rem 1.5rem;
    font-size: inherit;
    line-height: 2;
    vertical-align: middle
}

.editor-content table:not(.acf-table) tr:first-child {
    border-bottom: none
}

.editor-content table:not(.acf-table) tr:first-child td,.editor-content table:not(.acf-table) tr:first-child th {
    white-space: nowrap;
    padding: 1rem 2rem;
    background: #fff;
}

.editor-content table:not(.acf-table) :is(tbody,thead) {
    display: table;
    width: 100%
}

.editor-content table:not(.acf-table) {
    border-collapse: collapse;
    display: block;
    border-radius: 16px;
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    border-bottom: 0;
    background: #f7f7f7;
    padding: 1rem
}

.editor-content table:not(.acf-table) tr {
    border-bottom: 2px solid rgb(0 65 255 / 7%)
}

.editor-content table:not(.acf-table) th {
   font-family:var(--bold_font);
}

.editor-content table:not(.acf-table):not(.acf-table)::-webkit-scrollbar {
    height: 4px!important;
    width: 3px!important
}

.editor-content table:not(.acf-table)::-webkit-scrollbar-track {
    background: #eae8e4!important;
    height: 4px!important
}

.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb {
    background: rgb(123,123,123)!important;
    height: 4px!important
}

.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb:hover {
    background: var(--color3)!important
}

.editor-content table::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.editor-content table::-webkit-scrollbar-track {
    border-radius: 0 0 4px 4px;
    background-color: #ececec
}

.editor-content table::-webkit-scrollbar-thumb {
    background: #aca9a9;
    border-radius: 0 0 4px 4px
}

.editor-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color3)
}

.editor-content table {
    scrollbar-color: var(--color3);
    scrollbar-width: thin;
    height: auto!important
}

.mobile .sw--gallery .swiper-wrapper {
    grid-auto-columns: 25rem
}




.editor-content.main-content table {
    border-collapse: collapse;
    margin: 20px auto;
    overflow-x: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #dcdcdc;
}

.editor-content.main-content table tr,
.editor-content.main-content table td,
.editor-content.main-content table th {
    border: 1px solid #dcdcdc;
    text-align: center;
}

.editor-content.main-content table th {
    font-family: var(--bold_font)
}

.editor-content.main-content table tr:first-child th,
.editor-content.main-content table tr:first-child {
    border-top: none;
    border-right: none;
}

.editor-content.main-content table td {
    white-space: nowrap;
    border-bottom: none;
    color: #000;
    padding: 10px 15px;
    font-size: inherit;
    font-family: "Dosis-Regular";
    text-transform: capitalize;
}

/* width */
.editor-content.main-content table::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

/* Track */
.editor-content.main-content table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
}

/* Handle */
.editor-content.main-content table::-webkit-scrollbar-thumb {
    background: var(--color1);
    border-radius: 10px;
}

/* Handle on hover */
.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}









@media (max-width: 48em) {
    .alignleft,.alignright {
        float:none;
        margin-inline:auto;margin-bottom: 2rem
    }

    .af-form.acf-form>.acf-fields {
        grid-template-columns: 1fr
    }
}





@media (max-width: 991.98px) {

    .sw.gl--box{
       margin: 32px 0 !important;
    }

    .icon-qoute{
        text-align: center;
        display: block;
    }

    .editor-content blockquote{
        padding: 32px 16px;
        margin-block: 32px !important;
    }

    blockquote:after{
        mask-image: linear-gradient(322deg, #00000070 -5%, transparent 75%);
        top: auto;
        bottom: 0;
        opacity: 45%;
        font-size: 10rem;
    }

    .section-editor p {
        font-size: 14px;
        line-height: 24px;
    }

    .section-editor .main-content{
        padding: 12px;
    }

    .sw.gl--box{
        padding-inline: unset !important;
    }
    .gallery-nav{
        justify-content: center;
        gap: 8px;
        position: unset;
        transform: unset;
        width: auto;
    }
}

@media (max-width: 425.98px) {
    .section-editor .main-content :is(h1,h2,h3,h4,h5,h6):not(ul li :is(h1,h2,h3,h4,h5,h6)){
        font-size: 18px;
        line-height: 30px;
    }

    .section-editor .main-content ul li h1 , .section-editor .main-content ol li h1{
        font-size: 22px;
        line-height: 32px;
    }
    .section-editor .main-content ul li h2 , .section-editor .main-content ol li h2{
        font-size: 19px;
        line-height: 30px;
    }
    .section-editor .main-content ul li h3 , .section-editor .main-content ol li h3{
        font-size: 18px;
        line-height: 28px;
    }
    .section-editor .main-content ul li h4 , .section-editor .main-content ol li h4{
        font-size: 16px;
        line-height: 26px;
    }
    .section-editor .main-content ul li h5 , .section-editor .main-content ol li h5{
        font-size: 14px;
        line-height: 24px;
    }
    .section-editor .main-content ul li h6 , .section-editor .main-content ol li h6 {
        font-size: 12px;
        line-height: 22px;
    }
}

