.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 {
  border-radius: 8px;
  border: 1px solid var(--color1);
  background: #fff;
  padding: 10px 24px;
  height: 62px;
  display: block;
  box-sizing: border-box;
  font-family: inherit;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: right;
}
.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 {
  background-color: rgba(233, 238, 253, 0.48);
}
.editor-content.acf-error input[type="text"],
.editor-content.acf-error input[type="email"] {
  border: 1px solid  #924C59;
  background: rgba(200, 150, 159, 0.20);
  box-shadow: 0px 4px 20px 0px rgba(226, 226, 226, 0.25);
}
.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:  rgba(77, 78, 80, 0.40);
  font-size: 14px;
}
.editor-content textarea,
.comment-form textarea {
  min-height: 182px;
}
.editor-content {
  line-height: 35px;
}
.editor-content img {
  border-radius: 8px;
  margin-bottom: 20px;
}

.owl-gallery {
  margin: 25px auto;
  padding: 0 30px;
}

.gallery_item {
  position: relative;
  display: block;
}
.lg-outer {
  text-align: right;
}
.swiper-lightgallery {
  padding: 20px 0 30px;
  margin-bottom: 25px;
  width: 100%;
}
.swiper-lightgallery .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-lightgallery .swiper-pagination-bullet:hover {
  background: var(--color1);
}
.lg-thumb {
  margin: auto;
}

.lightgallery-item img {
  width: 100%;
  display: block;
  margin: 0 !important;
  transition: 0.4s;
}
.lightgallery-item:hover img {
  filter: blur(5px);
}
.lightgallery-item {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}
.lightgallery-item:after {
  opacity: 0;
  visibility: hidden;
  content: "\e910";
  position: absolute;
  color: #fff;
  font-size: 40px;
  inset: 0;
  margin: auto;
  transition: 0.4s;
  z-index: 2;
  font-family: icomoon;
  line-height: 1;
  height: 40px;
  width: 40px;
}
.lightgallery-item:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(0, 47, 108, 0.40);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  border-radius: 16px;
  z-index: 1;
}

.lightgallery-item:hover:after,
.lightgallery-item:hover:before {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.editor-content .alignleft {
  float: left;
  margin: 20px 20px 10px 0;
}

.editor-content .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.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;
  font-family: var(--main_font);
  color: #313233;
}
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  margin-bottom: 24px;
}
.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: 10px;
}
.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: 20px 0;
}
.editor-content.main-content ul li:before {
  content: "";
  background: var(--color1);
  margin-left: 18px;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.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 p {
  font-size: 14px;
  line-height: 38px;
  margin-bottom: 30px;
  color:  #313233;
}
.text-light.editor-content p {
  color:  #fff;
}
.text-light.editor-content a {
  color:  var(--color2);
}
.editor-content blockquote {
  padding: 45px 37px 30px;
  border-radius: 8px;
  border: 1px solid rgba(187, 190, 201, 0.48);
  position: relative;
  margin: 60px 0;
  display: table;
}
.editor-content blockquote:before {
  font-family: "icomoon";
  position: absolute;
  display: inline-block;
  top: -8px;
  right: 32px;
  font-size: 60px;
  content: "\e91f";
  color: var(--color1);
  background: #fff;
  padding: 0 12px;
  right: 0;
  left: 0;
  margin: auto;
  width: 114px;
}
.editor-content blockquote p {
  color: #313233;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.editor-content ol {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.editor-content ol li {
  counter-increment: item;
  position: relative;
  padding-right: 35px;
  margin: 10px 0;
}
.editor-content ol li:before {
  content: counter(item) " ";
  color: var(--color1);
  font-size: 18px;
  height: 100%;
  width: 15px;
  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;
}
.editor-content ol li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--color1);
  top: 50%;
  right: 15px;
}

.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: 1rem 1.5rem;
  font-size: inherit;
}
.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: #D99933;
  color: #ffff;
}
.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;
  border-bottom: 0;
}
.editor-content.main-content table tr,
.editor-content.main-content table td,
.editor-content.main-content table th {
  border: 1px solid #dcdcdc87;
  text-align: center;
}
.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;
}
/* 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);
}
.svg-clip {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}

@media screen and (min-width: 992px) {
  .editor-content p {
    font-size: 16px;
    line-height: 40px;
  }
  .editor-content blockquote {
    padding: 45px 56px 30px;
  }
  .editor-content blockquote:before {
    right: 32px;
    left: unset;
    margin: unset;
    width: unset;
  }
  .editor-content blockquote p {
    text-align: right;
  }
}