.editor-content input[type="text"],
.editor-content input[type="email"],
.editor-content input[type="number"]:not(form .quantity input),
.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 {
    background: #fff;
    display: block;
    width: 100%;
    transition: 0.4s ease;
    font-size: 16px;
    text-align: right;
    border-radius: 12px;
    border: 1px solid var(--gray2);
    padding: 16px 22px !important;
    font-family: var(--Regular);
}
.editor-content.acf-error input[type="number"],
.editor-content.acf-error input[type="text"],
.editor-content.acf-error input[type="email"] {
    border: 1px solid #E9322A;
    /*background: #E9322A1A;*/
}
.editor-content input[type="number"]::placeholder,
.editor-content input[type="text"]::placeholder,
.editor-content input[type="email"]::placeholder,
.editor-content input[type="number"]::placeholder,
.editor-content input[type="password"]::placeholder,
.editor-content input[type="search"]::placeholder,
.editor-content input[type="tel"]::placeholder,
.editor-content textarea::placeholder,
.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: var(--gray3);
    font-size: 14 !important;
}
.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="tel"]:focus,
.editor-content textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--color2);
}
.editor-content textarea, .comment-form textarea {
    min-height: 140px;
    padding-top: 20px !important;
}
.editor-content {
    line-height: 35px;
}
.editor-content img {
    border-radius: 24px;
    margin-bottom: 10px;
}
.owl-gallery {
    margin: 25px auto;
    padding: 0 30px;
}
.gallery_item {
    position: relative;
    display: block;
}
.lg-outer {
    text-align: right;
}
.swiper-lightgallery {
    width: 100%;
}
.swiper-lightgallery-wrap {
    margin: 40px 0;
    position: relative;
    padding: 0 16px;
}
.lg-thumb {
    margin: auto;
}
.swiper-lightgallery {
    margin-block: 50px;
}
.for-lightgallery img {
    width: 100% !important;
    display: block;
    margin: 0 !important;
    transition: 0.4s;
    border-radius: 20px;
}
.for-lightgallery {
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
}
.for-lightgallery .plus-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.4s all;
    opacity: 0;
    z-index: 2;
    justify-content: center;
}
.for-lightgallery:hover .plus-icon {
    opacity: 1;
}
.for-lightgallery:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: clamp(15px, 2vw, 20px);
    background: #E2213C52;
    inset: 0;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
    backdrop-filter: blur(8px);
}
.for-lightgallery:after {
    opacity: 0;
    visibility: hidden;
    content: "\e931";
    font-family: 'icomoon';
    position: absolute;
    font-size: 3rem;
    line-height: 1;
    width: 3rem;
    height: 3rem;;
    color: #fff;
    inset: 0;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
}
.for-lightgallery:hover:before {
    width: clamp(62px, 6vw, 83px);
    height: clamp(62px, 6vw, 83px);
    opacity: 1;
    visibility: visible;
}
.for-lightgallery:hover::after {
    opacity: 1;
    visibility: visible;
}
.editor-content .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
    border-radius: 1.5rem;
}
.editor-content .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.editor-content .aligncenter {
    text-align: center;
    display: block;
    margin: 20px auto;
}
.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;
    color: #313233;
    font-family: var(--main_font);
}
.white-content.editor-content li h2,
.white-content.editor-content li h3,
.white-content.editor-content li h4,
.white-content.editor-content li h5,
.white-content.editor-content li h6 {
    color: #fff;
}
.white-content.editor-content h2,
.white-content.editor-content h3,
.white-content.editor-content h4,
.white-content.editor-content h5,
.white-content.editor-content h6 {
    color: #fff;
}
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-bottom: 16px;
    color: #313233
}
.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: 25px;
    margin-bottom: 15px;
}
.editor-content.main-content h1:nth-child(1),
.editor-content.main-content h2:nth-child(1),
.editor-content.main-content h3:nth-child(1),
.editor-content.main-content h4:nth-child(1),
.editor-content.main-content h5:nth-child(1),
.editor-content.main-content h6:nth-child(1) {
    margin-top: 0;
}
.editor-content em {
    font-style: italic;
}
.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,
.editor-content ol {
    margin-bottom: 10px;
}
.editor-content ul li {
    margin: 14px 0;
    color: #3A3A3A;
    font-size: 15px;
    font-family: var(--Regular);
    line-height: 38px;
}
.white-content.editor-content ul li {
    color: #fff;
}
.editor-content.main-content ul li:before {
    content: '';
    font-family: icomoon;
    min-width: 8px;
    margin-left: 8px;
    background: var(--color1);
    transition: 0.4s ease;
    display: inline-flex;
    height: 8px;
    border-radius: 100%;
}
.white-content.editor-content.main-content ul li::before {
    background: var(--color1);
}
.editor-content .wp-caption-text {
    text-align: center;
    color: var(--color1);
}
.white-content.editor-content .wp-caption-text {
    color: #fff;
}
.editor-content .wp-caption {
    width: auto !important;
}
.editor-content.main-content p a {
    color: #fff;
    background: var(--color1);
    border-radius: 5px;
    padding: 0 5px;
}
.white-content.editor-content.main-content p a {
    color: #fff;
    background: var(--color2);
}
.editor-content.main-content a:hover {
   color: var(--color1);
    background: #fff;
}
.white-content.editor-content.main-content a:hover {
    color: #fff;
}
.editor-content.main-content td a {
    color: var(--color2);
}
.white-content.editor-content.main-content td a {
    color: #fff;
}
.editor-content.main-content td a:hover {
    color: var(--color1);
}
.editor-content a .btn {
    background: var(--color2);
    border: none;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-family: inherit;
}
.editor-content a .btn:hover {
    color: var(--color1);
}
.editor-content a .btn i {
    display: none;
}
.editor-content,
.editor-content p {
    font-size: 14px;
    line-height: 36px;
    color: #313233;
    text-align: justify;
}
.white-content.editor-content,
.white-content.editor-content p {
    color: #fff;
}
.editor-content p:not(:nth-last-child(1)) {
    margin-bottom: 20px;
}
.text-light.editor-content,
.text-light.editor-content span,
.text-light.editor-content p {
    color: #fff !important;
}
.text-light.editor-content ul li,
.text-light.editor-content ol li {
    color: #fff !important;
}
.text-light.editor-content.main-content a {
    color: var(--color2);
}
.text-light.editor-content.main-content a:hover {
    color: #fff;
}
#more-tax-desc.editor-content blockquote:before {
    color: var(--gray2);
}
.editor-content blockquote {
    border-radius: 24px;
    padding: clamp(36px, 5vw, 60px) clamp(16px, 3vw, 52px) clamp(16px, 2vw, 32px);
    position: relative;
    display: table;
    background: var(--color2);
    width: 100%;
    margin-block: clamp(50px, 5vw, 76px) clamp(32px, 4vw, 56px);
    &:before {
        content: "\e912";
        font-family: 'icomoon';
        position: absolute;
        top: -44px;
        right: 50%;
        transform: translateX(50%);
        z-index: 0;
        line-height: 1;
        font-size: clamp(60px, 8vw, 90px);
        color: var(--color1);
    }
    &:after {
        content: "";
        width: calc(100% + 6px);
        height: 80px;
        right: -3px;
        background: red;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 4px;
        z-index: -1;
    }
    & p {
        text-align: center;
        position: relative;
        margin-bottom: 0;
        font-size: clamp(14px, 2vw, 16px);
    }
}
@media only screen and (max-width: 768px) {
    .editor-content blockquote:before {
        top: -32px;
    }
}
blockquote a {
    background: rgb(255 255 255 / 50%) !important;
    color: black !important;
    transition: 0.4s;
    &:hover {
        background: rgb(196 20 37 / 70%) !important;
        color: white !important;
    }
}
blockquote ul li,
blockquote ol li {
    color: white !important;
}
blockquote ol li:before {
    color: white !important;
}
blockquote ul li:before,
blockquote ol li:after {
    background: white !important;
}
.text-light.editor-content blockquote {
    background: #3a3f44;
    margin: auto;
}
.white-content.editor-content blockquote {
    background: #fff;
}
.white-content.editor-content blockquote:before {
    background: var(--color1);
}
.white-content.editor-content blockquote p {
    color: #000 !important;
}
.editor-content ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.editor-content ol li {
    counter-increment: item;
    position: relative;
    padding-right: 22px;
    margin: 16px 0;
    color: #3A3A3A;
    line-height: 2;
}
.white-content.editor-content ol li {
    color: #fff;
}
.white-content.editor-content ol li:before {
    color: var(--color2);
}
.white-content.editor-content ol li:after {
    background: var(--color2);
}
.editor-content ol li:before {
    top: 0;
    content: counter(item) " ";
    color: var(--color1);
    font-size: 17px;
    height: 100%;
    width: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    right: 0;
}
.editor-content ol li:after {
    top: 14px;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color1);
    right: 13px;
}
.editor-content .wp-video {
    display: block;
    margin: 20px auto;
}
.editor-content.main-content table:not(.acf-table) td {
    white-space: nowrap;
    border-bottom: none;
    padding: 0.5rem 1rem;
    font-size: inherit;
    text-align: right;
}
.editor-content.main-content table:not(.acf-table) td p {
    margin: 0 !important;
}
.editor-content.main-content table:not(.acf-table) tr:first-child th,
.editor-content.main-content table:not(.acf-table) tr:first-child {
    border-top: none;
    border-right: none;
    white-space: nowrap;
    padding: 1rem;
    background: var(--color1);
    color: #ffff;
}
.editor-content.main-content table:not(.acf-table) tr:first-child th,
.editor-content.main-content table:not(.acf-table) tr:first-child th span,
.editor-content.main-content table:not(.acf-table) tr:first-child th p,
.editor-content.main-content table:not(.acf-table) tr:first-child td,
.editor-content.main-content table:not(.acf-table) tr:first-child td span,
.editor-content.main-content table:not(.acf-table) tr:first-child td p {
    color: #ffff !important;
}
.editor-content.main-content table:not(.acf-table) :is(tbody, thead) {
    display: table;
    width: 100%;
}
.editor-content.main-content table:not(.acf-table) {
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    scrollbar-color: var(--color1) #e7e7e7;
    scrollbar-width: thin !important;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #e7e7e7;
}
.editor-content.main-content table tr,
.editor-content.main-content table td,
.editor-content.main-content table th {
    border: 1px solid #dcdfe1;
    text-align: center;
}
.editor-content.main-content table tr th:last-child,
.editor-content.main-content table tr td:last-child,
.editor-content.main-content table tr {
    border-left: none;
}
.editor-content.main-content table tr td:first-child,
.editor-content.main-content table tr {
    border-right: none;
}
.editor-content.main-content table tr:nth-child(2n) {
    background: #f1f2f3;
}
.white-content.editor-content.main-content table tr:nth-child(2n) {
    background: var(--color1);
}
.editor-content.main-content table th {
    font-weight: bold;
}
.editor-content.main-content table td {
    white-space: nowrap;
    border-bottom: none;
    color: #000;
    padding: 10px 15px;
    font-size: inherit;
}
.white-content.editor-content.main-content table td {
    color: #fff;
}
/* width */
.editor-content.main-content table::-webkit-scrollbar {
    height: 4px !important;
    width: 3px !important;
}
/* Track */
.editor-content.main-content table::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    height: 4px !important;
}
/* Handle */
.editor-content.main-content table::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    height: 4px !important;
}
/* Handle on hover */
.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}
.white-content.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color2);
}
.svg-clip {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
@media screen and (min-width: 576px) {
    .editor-content img {
        width: unset;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .editor-content .alignright,
    .editor-content .alignleft {
        max-width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .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 textarea,
    .editor-content select,
    .comment-form input,
    .comment-form textarea {
        height: 64px;
    }
    .editor-content,
    .editor-content p {
        font-size: 16px;
        line-height: 40px;
    }
    .swiper-lightgallery-wrap {
        margin: 50px 0;
    }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/** Dark Bg **/
.s-dark p {
    color: white;
}
.s-dark ul li a,
.s-dark ol li a,
.s-dark p a {
    background: var(--color1) !important;
    color: white !important;
}
.s-dark ul li a:hover,
.s-dark ol li a:hover,
.s-dark p a:hover {
    background: var(--gray3) !important;
}
.s-dark ul li:before,
.s-dark ol li:after {
    background: var(--color1) !important;
}
.s-dark ol li:before {
    color: var(--color1);
}
.s-dark ul li,
.s-dark ol li {
    color: white;
}
.acf-field-select.input-cform .acf-input:after {
    content: '';
    border: solid #7D7D7D;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: .1875rem;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%) rotate(45deg);
}


