:root {
    --main-bg-color: #088ED7;
}

.content-editor p {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0px;
}

.content-editor h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0;
}

p .marker {
    padding: 5px;
    background-color: #fcf8e3;
}

.content-editor code {
    color: #333333;
}

.content-editor .ckeditor-acordian.acordian-items-wrapper {
    text-align: left;
}

.note.note-info{
    font-size: 24px;
    line-height: 32px;
    background: #f2f2f2;
    border-left: 2px solid #91789e;
    padding: 40px;
    margin: 10px 0;
}

.page-img-box-wrapper{
    font-style: italic;
    font-size: 14px;
    text-align: center;
    padding: 35px;
    background-color: var(--main-bg-color);
}

.page-img-box-wrapper.pull-left{
    display: inline-block;
    float: left;
}

.page-img-box-wrapper.pull-right {
    display: inline-block;
    float: right;
}

.page-fullwidth-wrapper .text-wrapper .ckeditor-row,
.page-normal-wrapper .post-content .ckeditor-row{
    padding: 10px 0;
}

.page-fullwidth-wrapper .text-wrapper .ckeditor-row img,
.page-normal-wrapper .post-content .ckeditor-row img,
.page-with-menu-wrapper .post-content .ckeditor-row img{
    margin-bottom: 10px;
}

.page-fullwidth-wrapper .text-wrapper .ckeditor-row .col,
.page-normal-wrapper .post-content .ckeditor-row .col,
.page-with-menu-wrapper .post-content .ckeditor-row .col {
    margin-bottom: 15px;
}

ul li{
    font-size: 16px;
    line-height: 26px;
}

ul{
    list-style-type: disc;
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
}

.content-editor p img{
    margin: 15px 0;
}

/*CK Accordian Template*/
.ckeditor-acordian.acordian-items-wrapper .item .title{
    font-weight: 600;
    line-height: 25px;
    padding: 0px 50px 15px 0px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.ckeditor-acordian.acordian-items-wrapper .item .title:before {
    content: url(../../../_static/images/dexyco_v2021/arrow_down.svg);
    line-height: 30px;
    width: 15px;
    height: 6px;
    text-align: center;
    top: 12px;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    right: 0;
}

.ckeditor-acordian.acordian-items-wrapper .item .content{
    padding-right: 50px;
    overflow: hidden;
    margin: 0 15px;
    max-height: 0;
}

.ckeditor-acordian.acordian-items-wrapper .item.active .content{
    height: 100%;
    max-height: 500px;
    transition: max-height .5s ease;
    margin-left: 0;
    line-height: 26px;
    font-size: 16px;
}
/*CK Accordian Template END*/


.page-box-wrapper{
    font-size: 16px;
    line-height: 29px;
    padding: 35px;
    background-color: var(--main-bg-color);
    color: #ffffff;
    width: 100%;
}

.page-box-wrapper.pull-left{
    float: left;
    display: inline-block;
    width: 40%;
}

.page-box-wrapper.pull-right{
    float: right;
    display: inline-block;
    width: 40%;
}


/*Page img wrapper */
.page-img-wrapper{
    display: inline-block;
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
}

.page-img-wrapper.pull-left {
    float: left;
}

.page-img-wrapper.pull-right {
    float: right;
}

.page-img-wrapper .img-caption{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

/* Note */
.note{
    padding: 40px;
    background: #f8f8f8;
    border-left: 2px solid #eb1c24;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .content-editor h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .note.note-info{
        padding: 0px 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .ckeditor-row{
        display: block;
    }

    .page-img-box-wrapper p{
        font-size: 14px;
        padding: 0;
    }

    .page-box-wrapper.pull-right {
        float: none;
        display: inline-block;
        width: 100%;
        padding: 20px 0;
    }

    .note{
        padding: 25px 15px;
    }
}