.sw--gallery{
    margin-block: 40px;
}


.editor-content .select2-container--default .select2-selection--single,
.editor-content input[type=text],
.editor-content input[type=email],
.editor-content input[type=number],
.editor-content input[type=password],
.editor-content input[type=search],
.editor-content input[type=tel],
.editor-content input[type=url],
.editor-content textarea,
.editor-content select,
.comment-form input,
.comment-form textarea {
    height: 55px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 400ms;
    margin-bottom: 22px;
    font-size: 13px;
    text-align: right;
    outline: 0;
	border-radius: 14px;
	padding: 12px;
	background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
}

.editor-content input[type=text]:focus,
.editor-content input[type=email]:focus,
.editor-content input[type=number]:focus,
.editor-content input[type=password]:focus,
.editor-content input[type=search]:focus,
.editor-content input[type=url]:focus,
.editor-content input[type=tel]:focus,
.editor-content textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #a88a6899;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.editor-content .mce-panel .mce-btn i.mce-caret:before, 
.editor-content  .select2-selection--single .select2-selection__arrow:before, 
.editor-content .acf-field-select .acf-input::before { 
    content: "\e90f";
    position: absolute;
    display: block;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-family: "icomoon";
    pointer-events: none;
    line-height: 1;
    font-size: 13px;
    color: #706f6f;
}
.editor-content textarea,
.comment-form textarea {
    min-height: 160px;
}

.editor-content {
    line-height: 35px;
}

.editor-content img {
    border-radius: 20px;
}

.swiper-gallery {
    margin-block: 24px;
}

.gallery_item {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.lg-outer {
    text-align: right;
}

.gallery_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid transparent;
    border-radius: 32px;
    transition: 0.25s all linear;
}

.gallery_item img {
    width: 100%;
    border-radius: 32px;
    object-fit: cover;
}

.gallery_item a:before {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        content: "\e916";
        font-family: 'icomoon';
        color: #fff;
        border-radius: 32px;
        font-size: 55px;
        opacity: 0;
        transition: 0.25s all linear;
        inset: 0;
        pointer-events: none;
        backdrop-filter: blur(15px);
        background: #E9B98D45;
}

.gallery_item:hover a{
    border: 4px solid #D0B290;
}
.gallery_item:hover a:before {
    opacity: 1;
}



.editor-content .alignleft {
    float: left;
    margin: 0px 70px 0px 0;
    padding: 12px 12px 0;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: var(--color1);
    border-radius: 20px 20px 0 0 !important;
}

.editor-content .alignright {
    float: right;
    margin: 0px 0px 0px 70px;
    padding: 12px 12px 0;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: var(--color1);
    border-radius: 20px 20px 0 0 !important;
}

.editor-content .aligncenter {
    text-align: center;
    display: block;
    margin: auto 40px;
    padding: 12px;
    border: 1px solid var(--color1);
}

.editor-content li h2,
.editor-content li h3,
.editor-content li h4,
.editor-content li h5,
.editor-content li h6 {
    margin-bottom: 0;
    display: inline;
}

.editor-content.main-content h1,
.editor-content.main-content h2,
.editor-content.main-content h3,
.editor-content.main-content h4,
.editor-content.main-content h5,
.editor-content.main-content h6 {
    margin-top: 20px;
    color: #3A3A3A;
}

.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) - 3px);
}

.editor-content h4 {
    font-size: calc(var(--heading_h1_fontsize) - 4px);
}

.editor-content h5 {
    font-size: calc(var(--heading_h1_fontsize) - 5px);
}

.editor-content h6 {
    font-size: calc(var(--heading_h1_fontsize) - 6px);
}

.editor-content ul,
.editor-content ol {
    margin-bottom: 20px;
}

.editor-content ul li {
    margin: 16px 0;
}

.editor-content.main-content ol li,
.editor-content.main-content ul li {
    font-size: 14px;
    color: #3A3A3A;
}

.editor-content.main-content ul li:before {
    content: "";
    background: var(--color1);
    display: inline-flex;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.editor-content.main-content.formsaz-content ul li:before {
    content: unset;
}

.editor-content.main-content .wp-caption-text {
    text-align: center;
}

.editor-content.main-content .wp-caption {
    width: auto !important;
}

.editor-content.main-content a {
    color: var(--color1);
}

.editor-content.main-content a:hover {
    color:var(--color2);
}

.editor-content.faqs_content p {
    font-size: 14px;
    color: #585859;
    line-height: 33px;
    text-align: justify;
}

.editor-content.more-content p {
    font-size: 14px;
    color: #272829;
    line-height: 3;
}

.editor-content p {
    text-align: justify;
    color: #585859;
    font-size: 15px;
    line-height: 2.5;
}

.editor-content p em {
    font-style: italic;
}

.editor-content blockquote {
    border-radius: 12px 100px 100px 12px;
    background: rgba(251, 175, 15, 0.30);
    position: relative;
    margin: 32px 0;
    display: table;
    padding: 38px 166px 32px 32px;
}

.editor-content blockquote:before {
    content: "\e939";
    font-family: 'icomoon';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 92px;
    line-height: 1;
    width: 154px;
    height: 154px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--color1);
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.editor-content blockquote p {
    font-size: 15px;
    line-height: 2.5;
    color: #272829;
}

.editor-content ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.editor-content ol li {
    counter-increment: item;
    position: relative;
    padding-right: 22px;
    margin: 12px 0;
}

.editor-content ol li:before {
    content: counter(item)". ";
    color: var(--color1);
    font-size: 18px;
    /* height: 100%; */
    line-height: 32px;
    /* width: 18px; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}

.gallery_item img {
    transition: all 0.3s;
}

.editor-content .wp-video {
    display: block;
    margin: 20px auto;
}

.owl-carousel.owl-gallery .owl-item img {
    object-fit: contain;
}

.owl-carousel.owl-gallery .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    font-size: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: -15px;
    left: -15px;
    z-index: -1;
}

.owl-carousel.owl-gallery .owl-nav button i {
    display: inline-block;
    font-size: 18px;
    padding: 10px;
}

.owl-carousel.owl-gallery .owl-nav button i:before {
    color: #c9c9c9;
    transition: 0.3s ease-in;
}

.owl-carousel.owl-gallery .owl-nav button:hover i:before {
    color: var(--color1);
}

.editor-content.main-content table {
    border-collapse: collapse;
    margin: 20px auto;
    overflow-x: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
}

.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;
}

/* 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:991.98px) {

    .editor-content.main-content h1,
    .editor-content.main-content h2,
    .editor-content.main-content h3,
    .editor-content.main-content h4,
    .editor-content.main-content h5,
    .editor-content.main-content h6 {
        margin-top: 12px;
    }

    .editor-content h2,
    .editor-content h3,
    .editor-content h4,
    .editor-content h5,
    .editor-content h6 {
        margin-bottom: 6px;
    }

    .editor-content.main-content ul li:before {
        width: 8px;
        height: 8px;
    }

    .editor-content.main-content ol li,
    .editor-content.main-content ul li {
        font-size: 14px;
        margin: 8px 0;
    }

    .editor-content p {
        font-size: 14px;
        text-align: justify !important;
    }

    .websima-contact-form .acf-field textarea,
    .websima-contact-form .acf-field input[type="text"],
    .websima-contact-form .acf-field input[type="email"] {
        padding: 16px;
    }

    .editor-content blockquote:before {
        font-size: 55px;
        width: 95px;
        height: 95px;
        top: 0;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .editor-content blockquote {
        border-radius: 12px;
        padding: 60px 10px 10px;
        margin: 45px 0 15px;
    }

    .editor-content blockquote p {
        font-size: 14px;
        text-align: center !important;

    }

    .swiper-gallery {
        margin-block: 12px;
    }
}

@media (max-width:767.98px) {

    .editor-content .alignleft,
    .editor-content .alignright {
        float: unset;
        display: block;
        margin: 12px auto;
    }
}

@media (max-width:575.98px) {

    input::placeholder,
    textarea::placeholder {
        font-size: 12px;
    }
}


.editor-content .acf-url i {
    position: absolute;
    top: 50%;
    left: 10px;
    opacity: 0.5;
    color: #7e8993;
    transform: translateY(-50%);
    border: 0;
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
}

html[dir=rtl] .acf-field[data-width] + .acf-field[data-width] {
    border: none !important;
}

.formsaz-content a.acf-button:hover {
    color: var(--color1);
}

.formsaz-content a.acf-button {
    color: #fff;
}

.lg-thumb-outer.lg-grab {
    direction: ltr;
}

@media (max-width:575.98px) {
    html[dir=rtl] .formsaz-content .acf-field[data-width] {
        float: unset;
        width: 100% !important;
    }

    .formsaz-content .acf-fields > .acf-field {
        padding: 10px 0 !important;
    }
}