@charset "UTF-8";
/*

@Author: Themezinho
@URL: http://www.themezinho.net

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

      01. FONTS & VARIABLES
      02. GLOBAL TRANSITIONS & MIXINS
      03. BODY & BASE TYPOGRAPHY
      04. HTML ELEMENTS
      05. FORM ELEMENTS
      06. IMAGE UPLOAD FIELD
      07. LINKS
      08. HEADINGS
      09. CUSTOM SIZE HEADLINES
      10. GLOBAL CLASSES
      11. WRAPPERS & CONTAINERS
      12. PRELOADER
      13. PAGE TRANSITION
      14. SIMPLE LIGHTBOX
      15. SPLIT LETTERS ANIMATION
      16. CUSTOM BUTTON
      17. GHOST BUTTON
      18. WORDPRESS BUTTON
      19. PAGE ELEMENTS (POST CONTENT, TABLES, QUOTES, ETC.)
      20. MOBILE NAVIGATION
      21. SITE HEADER
      22. SITE MENU (DESKTOP)
      23. PAGE HEADER
      24. SITE HERO
      25. SECTION TITLE
      26. TEXT BOX
      27. IMAGE BOX
      28. ICON BOX
      29. MARQUEE TEXT
      30. TESTIMONIAL SLIDER
      31. HORIZONTAL GALLERY
      32. COUNTER
      33. RECENT NEWS CAROUSEL
      34. TEAM MEMBER
      35. AUTOTABS SLIDER
      36. CAREER LIST
      37. ACCORDION
      38. CAPSULE LIST
      39. PRICE LIST
      40. GALLERY GRID
      41. REQUEST FORM
      42. CONTACT FORM
      43. CONTACT FORM RESPONSES
      44. ERROR 404 PAGE
      45. SITE FOOTER
      46. FOOTER WIDGETS
      47. PAGINATION
      48. POST LISTING (BLOG)
      49. SINGLE POST CONTENT
      50. COMMENTS AREA
      51. SIDEBAR WIDGETS
      52. CALENDAR
      53. WOOCOMMERCE COMPATIBILITY
      54. CUSTOM WOO QUANTITY INPUT

*/
@font-face {
  font-family: "Camber";
  src: url("../fonts/Camber-Md.woff2") format("woff2"), url("../fonts/Camber-Md.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Camber";
  src: url("../fonts/Camber-Rg.woff2") format("woff2"), url("../fonts/Camber-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Camber";
  src: url("../fonts/Camber-Sb.woff2") format("woff2"), url("../fonts/Camber-Sb.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #1E7DF3;
  --color-secondary: #293478;
  --color-body: #4F5052;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #DADEE4;
}

/* BODY */
* {
  outline: none !important;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 80px;
  font-family: "Camber", Sans-serif;
  font-size: 15px;
  color: var(--color-body);
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* HTML TAGS*/
img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 12px;
  margin-top: 0;
}

/* FORM ELEMENTS */
input[type=text], input[type=email], input[type=url], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], input[type=time] {
  width: 100%;
  max-width: 580px;
  height: 57px;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 5px;
  padding: 0 25px;
  color: var(--color-secondary);
  font-size: 14px;
  font-family: inherit;
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=url]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
}

textarea {
  width: 100%;
  max-width: 580px;
  height: 157px;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 5px;
  padding: 25px;
  color: var(--color-secondary);
  font-size: 14px;
  font-family: inherit;
}

select {
  width: auto;
  height: 57px;
  padding: 0 25px;
  padding-right: 55px;
  border: 1px solid var(--color-gray);
  border-radius: 5px;
  color: var(--color-secondary);
  background: none;
  appearance: none;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='57' viewBox='0 0 57 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 26L28.1667 30.375L32.3333 26' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
  font-family: inherit;
  font-size: 14px;
}

input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 1px solid #caced4;
  border-radius: 3px;
  appearance: none;
  margin: 0;
}

input[type=checkbox]:checked {
  background-color: var(--color-primary);
  box-shadow: inset 0 0 0 3px #fff;
}

input[type=submit], button[type=submit] {
  height: 57px;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  border: none;
  border-radius: 5px;
  margin-top: 8px;
  padding: 0 30px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
}

/* IMAGE UPLOAD */
.input-upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--color-gray);
  border-radius: 5px;
  background-color: #f9fbfd;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%232a80ff' viewBox='0 0 24 24'><path d='M20.5 13.09l-7.5 7.5a5.5 5.5 0 01-7.78-7.78l8.49-8.49a3.5 3.5 0 014.95 4.95l-8.49 8.49a1.5 1.5 0 01-2.12-2.12l7.78-7.78-1.41-1.41-7.78 7.78a3.5 3.5 0 004.95 4.95l8.49-8.49a5.5 5.5 0 00-7.78-7.78l-8.49 8.49a7.5 7.5 0 0010.61 10.61l7.5-7.5-1.41-1.41z'/></svg>");
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: 38px;
}
.input-upload:hover {
  border-color: #2a80ff;
  background-color: #f1f7ff;
}
.input-upload:after {
  content: "Click to upload a photo";
  margin-top: 50px;
  position: absolute;
  bottom: 15px;
  font-size: 15px;
  color: #2a80ff;
  font-weight: 500;
}
.input-upload:has(.file-name)::after {
  content: none;
}
.input-upload input[type=file] {
  width: 100%;
  height: 100%;
  padding: 15px;
  padding-top: 70px;
  cursor: pointer;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.input-upload .file-name {
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #2a80ff;
  font-weight: 500;
  margin-top: 50px;
  position: absolute;
  left: 0;
  bottom: 15px;
}

/* LINKS */
a {
  text-decoration: none;
  color: var(--color-secondary);
}

a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

/* HEADLINES */
h1 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

h2 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

h3 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

h4 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}

h5 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}

h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}

/* CUSTOM SIZE HEADLINES */
.h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

.h3 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.h4 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}

.h5 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.h6 {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* WRAPPERS */
.site-content {
  width: 100%;
  display: block;
}

.content-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  padding-top: 70px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.site-content .e-parent > .e-con-inner {
  padding-left: 25px;
  padding-right: 25px;
}

.site-content .e-con > .e-con-innera {
  max-width: 1280px;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition: 0.75s ease-in-out;
  transition-delay: 0.3s;
}
.preloader:after {
  content: "";
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: -300px;
}
.preloader.done {
  top: calc(-100% - 300px);
}
.preloader.done figure {
  opacity: 0;
  transition-delay: 0s;
}
.preloader figure {
  width: 125px;
  height: 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 50%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
}
.preloader figure:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-top: 1px solid var(--color-primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate 0.6s infinite;
}
.preloader figure img {
  display: inline-block;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  position: fixed;
  left: 0;
  bottom: calc(-100% - 300px);
  z-index: 99;
  transition: 0.75s ease-in-out;
}
.page-transition:after {
  content: "";
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: -300px;
}
.page-transition.active {
  bottom: 0;
}

/* SIMPLE LITEBOX */
#simple-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
#simple-lightbox.active {
  opacity: 1;
  visibility: visible;
}
#simple-lightbox img {
  max-width: 100vw;
  max-height: 90svh;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.lightbox-content {
  padding: 40px;
}

/* SPLIT LETTERS */
.letter:nth-child(1) {
  transition-delay: 0s !important;
}

.letter:nth-child(2) {
  transition-delay: 0.015s !important;
}

.letter:nth-child(3) {
  transition-delay: 0.03s !important;
}

.letter:nth-child(4) {
  transition-delay: 0.045s !important;
}

.letter:nth-child(5) {
  transition-delay: 0.06s !important;
}

.letter:nth-child(6) {
  transition-delay: 0.075s !important;
}

.letter:nth-child(7) {
  transition-delay: 0.09s !important;
}

.letter:nth-child(8) {
  transition-delay: 0.105s !important;
}

.letter:nth-child(9) {
  transition-delay: 0.12s !important;
}

.letter:nth-child(10) {
  transition-delay: 0.135s !important;
}

.letter:nth-child(11) {
  transition-delay: 0.15s !important;
}

.letter:nth-child(12) {
  transition-delay: 0.165s !important;
}

.letter:nth-child(13) {
  transition-delay: 0.18s !important;
}

.letter:nth-child(14) {
  transition-delay: 0.195s !important;
}

.letter:nth-child(15) {
  transition-delay: 0.21s !important;
}

.letter:nth-child(16) {
  transition-delay: 0.225s !important;
}

.letter:nth-child(17) {
  transition-delay: 0.24s !important;
}

.letter:nth-child(18) {
  transition-delay: 0.255s !important;
}

.letter:nth-child(19) {
  transition-delay: 0.27s !important;
}

.letter:nth-child(20) {
  transition-delay: 0.285s !important;
}

.letter:nth-child(21) {
  transition-delay: 0.3s !important;
}

.letter:nth-child(22) {
  transition-delay: 0.315s !important;
}

.letter:nth-child(23) {
  transition-delay: 0.33s !important;
}

.letter:nth-child(24) {
  transition-delay: 0.345s !important;
}

.letter:nth-child(25) {
  transition-delay: 0.36s !important;
}

.letter:nth-child(26) {
  transition-delay: 0.375s !important;
}

.letter-block {
  width: 100%;
  height: 20px;
  display: flex;
}
.letter-block:last-child {
  opacity: 0.8;
}
.letter-block .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

/* CUSTOM BUTTON */
.custom-button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.custom-button a {
  width: max-content;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: var(--color-white);
  font-weight: 600;
  position: relative;
}
.custom-button a:before {
  content: "";
  width: 100%;
  height: 48px;
  display: flex;
  background: var(--color-primary);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.custom-button a:hover {
  text-decoration: none;
}
.custom-button a:hover:before {
  transform: scale(1.1);
}
.custom-button a:hover .letter {
  transform: translateY(-100%);
}
.custom-button a span {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}
.custom-button a .icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-left: 15px !important;
  margin-right: -24px !important;
  background-color: var(--color-white);
  border-radius: 34px;
}
.custom-button a .icon img {
  height: 14px;
}

/* GHOST BUTTON */
.ghost-button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ghost-button.center {
  justify-content: center;
}
.ghost-button a {
  width: max-content;
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 48px;
  padding: 0 30px;
  color: var(--body-white);
  font-weight: 600;
}
.ghost-button a:before {
  content: "";
  width: 100%;
  height: 48px;
  display: flex;
  border-radius: 100px;
  border: 1px solid var(--color-gray);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ghost-button a:hover {
  text-decoration: none;
}
.ghost-button a:hover:before {
  transform: scale(1.1);
}
.ghost-button a:hover .letter {
  transform: translateY(-100%);
}
.ghost-button a span {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}
.ghost-button a .icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-left: 15px;
  margin-right: -24px;
  background-color: var(--color-white);
  border-radius: 34px;
}
.ghost-button a .icon img {
  height: 14px;
}

/* WP BUTTON */
.wp-block-button {
  display: inline-block;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
  color: var(--color-black);
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover {
  color: var(--color-black);
}
.wp-block-button a.wp-block-button__link {
  width: max-content;
  display: flex;
  align-items: center;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 14px;
  background-color: var(--color-black);
}
.wp-block-button a.wp-block-button__link:hover {
  color: var(--color-white);
  text-decoration: none;
  opacity: 0.9;
}

/* PAGE ELEMENTS */
.page {
  width: 100%;
}
.page.post-1133 p:last-child {
  width: 100%;
  float: left;
}
.page.post-1133 p:last-child img.alignright {
  margin-top: 30px;
  float: right;
}
.page .entry-content {
  width: 100%;
}
.page .entry-content:after {
  content: "";
  display: block;
  clear: both;
}
.page .entry-content .wp-block-preformatted code {
  background: none;
}
.page blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #ccc;
  background: #f9f9f9;
  font-style: italic;
  color: #555;
}
.page blockquote cite {
  display: block;
  margin-top: 0.5em;
  text-align: right;
  font-style: normal;
  font-weight: bold;
}
.page table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
}
.page th, .page td {
  padding: 0.75em;
  border: 1px solid #ddd;
  text-align: left;
}
.page tr:nth-child(even) {
  background-color: #f9f9f9;
}
.page dl {
  margin: 1.5em 0;
}
.page dt {
  font-weight: bold;
  margin-top: 1em;
}
.page dd {
  margin: 0 0 1em 1.5em;
}
.page ul, .page ol {
  margin: 1.5em 0 1.5em 2em;
  padding: 0;
}
.page ul ul, .page ol ol, .page ul ol, .page ol ul {
  margin-bottom: 0;
}
.page li {
  margin-bottom: 0.5em;
}
.page code {
  font-family: Consolas, Monaco, monospace;
  background-color: #f5f5f5;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.95em;
}
.page pre {
  font-family: Consolas, Monaco, monospace;
  background: #272822;
  color: #f8f8f2;
  padding: 1em;
  overflow-x: auto;
  margin-bottom: 1.5em;
  border-radius: 4px;
  font-size: 0.95em;
  line-height: 1.5;
}
.page abbr, .page acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
.page kbd {
  background: var(--color-gray);
  font-family: monospace;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
  color: var(--color-gray);
}
.page mark {
  background: yellow;
  color: black;
}
.page ins {
  background: #e6ffe6;
  text-decoration: none;
}
.page del {
  color: #999;
}
.page s {
  text-decoration: line-through;
}
.page small {
  font-size: 85%;
}
.page strong {
  font-weight: bold;
}
.page em {
  font-style: italic;
}
.page q {
  quotes: "“" "”" "‘" "’";
}
.page q::before {
  content: open-quote;
}
.page q::after {
  content: close-quote;
}
.page address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

/* MOBILE NAV */
.admin-bar .mobile-nav {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-nav {
    margin-top: 46px;
  }
}

.mobile-nav {
  width: 320px;
  height: 100svh;
  display: flex;
  position: fixed;
  left: -100%;
  top: 0;
  background: #dadee4;
  z-index: 9;
  transition: all 0.95s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.95s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.95s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-nav.active {
  left: 0;
}
.mobile-nav .inner {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
.mobile-nav .inner .wrapper {
  width: 100%;
  display: block;
  padding: 25px;
}
.mobile-nav .inner .wrapper .logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mobile-nav .inner .wrapper .logo a {
  display: flex;
  align-items: center;
}
.mobile-nav .inner .wrapper .mobile-site-menu {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li:last-child {
  border-bottom: none;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li a {
  display: inline-block;
  font-weight: 600;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li .menu-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li .menu-arrow.menu-arrow-down {
  transform: rotate(0deg);
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li .menu-arrow.menu-arrow-right {
  transform: rotate(-90deg);
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li .menu-arrow.active {
  letter-spacing: 0;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li .menu-arrow.active.menu-arrow-down {
  transform: rotate(180deg);
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li .menu-arrow.active.menu-arrow-right {
  transform: rotate(0deg);
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li ul {
  width: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li ul.active {
  display: block;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-nav .inner .wrapper .mobile-site-menu ul li ul li a {
  font-weight: normal;
}
.mobile-nav .inner .wrapper .phone-button {
  display: block;
  margin-top: 30px;
}
.mobile-nav .inner .wrapper .phone-button a {
  height: 34px;
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-weight: 600;
}
.mobile-nav .inner .wrapper .phone-button a:hover {
  text-decoration: none;
}
.mobile-nav .inner .wrapper .phone-button a:hover .letter {
  transform: translateY(-100%);
}
.mobile-nav .inner .wrapper .phone-button a span {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}
.mobile-nav .inner .wrapper .phone-button a .icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-right: 15px;
}
.mobile-nav .inner .wrapper .phone-button a .icon img {
  height: 34px;
}
.mobile-nav .inner .wrapper .header-button {
  margin-top: 15px;
}

/* SITE HEADER */
.admin-bar .site-header {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    margin-top: 46px;
  }
}

.site-header {
  width: 100%;
  height: 80px;
  display: grid;
  align-items: center;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.site-header.sticky-header {
  position: fixed;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-header.sticky-header.is-hidden {
  transform: translateY(-100%);
}
.site-header.sticky-header.is-fixed {
  transform: translateY(0);
  border-bottom: 1px solid var(--color-gray);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .container .site-logo {
  display: flex;
  margin-right: auto;
}
.site-header .container .site-logo a {
  display: flex;
  align-items: center;
}
.site-header .container .site-logo a img {
  display: inline-block;
}
.site-header .container .site-menu {
  margin: 0;
  display: flex;
}
@media (max-width: 1023px) {
  .site-header .container .site-menu {
    display: none;
  }
}
.site-header .container .site-menu ul {
  margin: 0;
  padding: 0;
}
.site-header .container .phone-button {
  display: inline-block;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .site-header .container .phone-button {
    display: none;
  }
}
.site-header .container .phone-button a {
  height: 34px;
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-weight: 600;
}
.site-header .container .phone-button a:hover {
  text-decoration: none;
}
.site-header .container .phone-button a:hover .letter {
  transform: translateY(-100%);
}
.site-header .container .phone-button a span {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}
.site-header .container .phone-button a .icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-right: 15px;
}
.site-header .container .phone-button a .icon img {
  height: 34px;
}
.site-header .container .header-button {
  margin-left: 30px;
}
@media (max-width: 1023px) {
  .site-header .container .header-button {
    display: none;
  }
}
.site-header .container .mobile-menu {
  height: 40px;
  margin-left: 30px;
  display: none;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #dadee4;
  border-radius: 40px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .site-header .container .mobile-menu {
    display: flex;
  }
}
.site-header .container .mobile-menu .menu-text {
  font-weight: 600;
  color: var(--color-secondary);
  font-size: 13px;
}
.site-header .container .mobile-menu .sandwich {
  width: 24px;
  height: 9px;
  display: flex;
  margin-left: 8px;
  position: relative;
}
.site-header .container .mobile-menu .sandwich.active .line-top {
  transform: translateY(3px) rotate(-45deg) scaleX(0.75);
}
.site-header .container .mobile-menu .sandwich.active .line-bottom {
  transform: translateY(-4px) rotate(45deg) scaleX(0.75);
}
.site-header .container .mobile-menu .sandwich .line-top {
  width: 100%;
  height: 2px;
  background-color: var(--color-secondary);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-header .container .mobile-menu .sandwich .line-bottom {
  width: 100%;
  height: 2px;
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* SITE MENU */
.site-menu {
  display: flex;
  padding: 0;
  margin: 0;
}
.site-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-menu ul li {
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-right: 15px;
}
.site-menu ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #EBEDF2;
  display: flex;
  border-radius: 5px;
  margin-left: 15px;
}
.site-menu ul li:last-child {
  margin-right: 0;
}
.site-menu ul li:last-child:after {
  display: none;
}
.site-menu ul li a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-menu ul li:has(ul) > a {
  padding-right: 15px;
}
.site-menu ul li:has(ul) > .menu-arrow {
  content: "";
  width: 10px;
  height: 6px;
  display: flex;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  transition: transform 0.3s ease;
}
.site-menu ul li:has(ul) li:has(ul) > .menu-arrow {
  content: "";
  width: 6px;
  height: 10px;
  display: flex;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  transition: transform 0.3s ease;
}
.site-menu ul li ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: calc(100% + 20px);
  left: -20px;
  flex-direction: column;
  gap: 0;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  min-width: 200px;
  padding: 8px 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-menu ul li ul:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
}
.site-menu ul li ul li {
  width: 100%;
  display: flex;
  padding: 0;
  white-space: nowrap;
}
.site-menu ul li ul li:last-child {
  margin-right: 15px;
}
.site-menu ul li ul li:after {
  display: none;
}
.site-menu ul li ul li a {
  width: 100%;
  padding: 10px 16px;
  border: none;
}
.site-menu ul li ul li ul {
  top: -1px;
  left: 100%;
  z-index: 1001;
}
.site-menu ul li ul li ul ul {
  top: -1px;
  left: 100%;
  z-index: 1002;
}
.site-menu ul li ul li ul ul ul {
  top: -1px;
  left: 100%;
  z-index: 1003;
}
.site-menu ul li:hover > ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.site-menu ul li:hover > .menu-arrow {
  transform: rotate(-90deg);
}
.site-menu ul li:hover li:hover > .menu-arrow {
  transform: rotate(90deg);
}

/* PAGE HEADER */
.page-header {
  width: calc(100% - 108px);
  border-top: 1px solid var(--color-gray);
  margin: 0 54px;
  padding-top: 40px;
}
@media (max-width: 1404px) {
  .page-header {
    width: 100%;
    margin: 0;
  }
}
.page-header .container {
  display: flex;
  flex-wrap: wrap;
}
.page-header.light {
  padding-bottom: 40px;
}
.page-header.dark {
  padding-bottom: 40px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  border-radius: 25px;
}
@media (max-width: 1404px) {
  .page-header.dark {
    border-radius: 0;
  }
}
.page-header.dark small {
  color: var(--color-white);
}
.page-header.dark h1 {
  color: var(--color-white);
}
.page-header.dark h1 span {
  color: #80B6F8;
}
.page-header.center .container {
  justify-content: center;
  text-align: center;
}
.page-header.center .container small {
  flex-wrap: wrap;
  justify-content: center;
}
.page-header.center .container small .small-line {
  flex-wrap: wrap;
  justify-content: center;
}
.page-header.center .container small figure {
  width: 100%;
  justify-content: center;
}
.page-header.right .container {
  justify-content: flex-end;
  text-align: right;
}
.page-header.right .container small {
  justify-content: flex-end;
}
.page-header.right .container small figure {
  order: 2;
}
.page-header small {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  letter-spacing: 4px;
  color: var(--color-secondary);
}
.page-header small .small-line {
  width: 100%;
  display: flex !important;
  align-items: center;
  gap: 15px;
}
.page-header small figure {
  display: flex;
  align-items: center;
  margin: 0;
}
.page-header small figure img {
  height: 14px;
}
.page-header h1 {
  width: 100%;
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--color-secondary);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .page-header h1 {
    max-width: 100%;
  }
}
.page-header h1 span {
  color: var(--color-primary);
}
.page-header p {
  width: 50%;
  margin: 0;
  margin-top: 20px;
  opacity: 0.75;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .page-header p {
    width: 100%;
  }
}

/* SITE HERO */
.site-hero {
  width: calc(100% - 108px);
  max-width: 100%;
  min-height: 660px;
  display: flex;
  justify-content: center;
  margin: 0 54px;
  padding: 35px 0;
  position: relative;
  overflow: hidden;
  background: var(--color-secondary);
  color: var(--color-white);
  border-radius: 25px;
}
@media (max-width: 1404px) {
  .site-hero {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 1023px) {
  .site-hero {
    padding-bottom: 0;
  }
}
.site-hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-hero .container .left-content {
  width: 42%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 5%;
}
@media (max-width: 1023px) {
  .site-hero .container .left-content {
    width: 75%;
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-hero .container .left-content {
    width: 100%;
    margin-top: auto;
  }
}
.site-hero .container .left-content h1 {
  width: 100%;
  display: block;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .site-hero .container .left-content h1 {
    font-size: 40px;
  }
}
.site-hero .container .left-content h1 span {
  color: #6bb5ff;
}
.site-hero .container .left-content h1 .inline-icon {
  height: 64px;
  border-radius: 10px;
  margin: 0 6px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .site-hero .container .left-content h1 .inline-icon {
    display: none;
  }
}
.site-hero .container .left-content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: auto;
  padding: 0;
}
.site-hero .container .left-content ul li {
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 15px;
  padding: 0;
  list-style: none;
}
.site-hero .container .left-content ul li:last-child {
  display: none;
}
.site-hero .container .hero-image {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 28%;
  top: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .site-hero .container .hero-image {
    width: 100%;
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .site-hero .container .hero-image {
    left: 0;
  }
}
.site-hero .container .hero-image img {
  width: auto;
  max-width: max-content;
  height: 100%;
}
@media (max-width: 767px) {
  .site-hero .container .hero-image img {
    margin-left: 40%;
  }
}
.site-hero .container .right-content {
  width: 25%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1280px) {
  .site-hero .container .right-content {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .site-hero .container .right-content {
    width: 75%;
    height: auto;
    order: 2;
    margin-right: 25%;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .site-hero .container .right-content {
    width: 100%;
    margin-right: 0;
  }
}
.site-hero .container .right-content .google-review {
  display: flex;
  margin-top: auto;
}
@media (max-width: 1023px) {
  .site-hero .container .right-content .google-review {
    margin-bottom: 20px;
  }
}
.site-hero .container .right-content .google-review .score {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(-3px);
}
.site-hero .container .right-content .google-review .score:after {
  content: "";
  width: 5px;
  height: 5px;
  display: flex;
  border-radius: 50%;
  background-color: var(--color-white);
  margin: 0 10px;
}
.site-hero .container .right-content .google-review .g-logo {
  display: inline-block;
  margin-right: 10px;
}
.site-hero .container .right-content .google-review .review-total {
  display: block;
  line-height: 1;
  font-size: 12px;
}
.site-hero .container .right-content .google-review .review-total span {
  display: block;
}
.site-hero .container .right-content p {
  font-size: 18px;
  opacity: 0.75;
  margin: auto 0;
}
.site-hero .container .right-content .custom-button {
  margin-top: 20px;
  margin-bottom: auto;
}
@media (max-width: 1023px) {
  .site-hero .container .right-content .custom-button {
    margin-top: 25px;
  }
}
.site-hero .container .right-content .custom-button a {
  height: 58px;
}
.site-hero .container .right-content .custom-button a:before {
  height: 58px;
}
.site-hero .container .right-content .custom-button a .icon {
  width: 46px;
  margin-right: -14px !important;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: var(--color-secondary);
}
.section-title.center {
  text-align: center;
}
.section-title.center small {
  flex-wrap: wrap;
  justify-content: center;
}
.section-title.center small figure {
  width: 100%;
  justify-content: center;
}
.section-title small {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 4px;
}
.section-title small figure {
  width: auto;
  display: inline-block;
  margin: 0;
  margin-right: 15px;
}
.section-title small figure img {
  height: 14px;
}
.section-title h2 {
  width: 100%;
  display: block;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .section-title h2 br {
    display: none;
  }
}
.section-title h2 span {
  color: var(--color-primary);
}
.section-title p {
  width: 100%;
  display: block;
  font-size: 18px;
  color: var(--color-body);
  margin: 0;
}

/* TEXT BOX */
.text-box {
  width: 100%;
  display: block;
}
.text-box p:last-child {
  margin-bottom: 0;
}
.text-box strong {
  font-weight: 600;
}

/* IMAGE BOX */
.image-box {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
.image-box img {
  width: 100%;
}

/* ICON BOX */
.icon-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box.left {
  justify-content: flex-start;
}
.icon-box.right {
  justify-content: flex-end;
}

/* MARQUEE TEXT */
.marquee-text {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  user-select: none;
}
.marquee-text .marquee-inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}
.marquee-text .marquee-inner .marquee-item, .marquee-text .marquee-inner .marquee-separator {
  display: inline-block;
  font-size: 8vw;
  font-weight: 600;
  color: var(--color-secondary);
}
.marquee-text .marquee-inner .marquee-separator {
  color: var(--color-primary);
  margin: 0 20px;
}

/* TESTIMONIAL SLIDER */
.testimonial-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.testimonial-slider .testimonial-slide {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .testimonial-slider .testimonial-slide {
    padding: 20px 0;
  }
}
.testimonial-slider .testimonial-slide .testimonial-rating {
  margin-bottom: 12px;
  color: #f5b700;
  font-size: 22px;
}
.testimonial-slider .testimonial-slide .testimonial-text {
  width: 100%;
  max-width: 700px;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonial-slider .testimonial-slide .testimonial-user img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.testimonial-slider .testimonial-slide .testimonial-user .user-name {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #12326f;
  margin-top: 10px;
}
.testimonial-slider .swiper-pagination-bullet-active {
  background: #12326f !important;
}

/* HORIZONTAL GALLERY */
.horizontal-carousel {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.horizontal-carousel .track {
  width: fit-content;
  flex: 0 0 auto;
}
.horizontal-carousel .track .track-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .horizontal-carousel .track .track-flex {
    gap: 25px;
  }
}
.horizontal-carousel .track .track-flex .panel-wide {
  width: 30svw;
  aspect-ratio: 1/1.28;
  flex: 0 0 auto;
  background: #000;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .horizontal-carousel .track .track-flex .panel-wide {
    width: 42vw;
  }
}
@media (max-width: 767px) {
  .horizontal-carousel .track .track-flex .panel-wide {
    width: 70vw;
  }
}
.horizontal-carousel .track .track-flex .panel-wide img {
  width: auto;
  max-width: 150% !important;
  min-width: 140%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* COUNTER */
.counter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.counter .counter-value {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  font-size: 100px;
}
.counter .counter-value .counter-suffix {
  margin-left: 6px;
}
.counter small {
  width: 100%;
  display: block;
  margin-top: -5%;
  font-size: 16px;
}

/* RECENT NEWS */
.recent-news-carousel-wrapper {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 40px;
}
.recent-news-carousel-wrapper .swiper-button-prev {
  width: 68px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35%;
  border-radius: 48px;
  background-color: var(--color-white);
}
@media (max-width: 1023px) {
  .recent-news-carousel-wrapper .swiper-button-prev {
    display: none;
  }
}
.recent-news-carousel-wrapper .swiper-button-prev:hover {
  background-color: var(--color-primary);
}
.recent-news-carousel-wrapper .swiper-button-prev:hover:after {
  color: var(--color-white);
}
.recent-news-carousel-wrapper .swiper-button-prev:after {
  font-size: 18px;
  color: var(--color-secondary);
}
.recent-news-carousel-wrapper .swiper-button-next {
  width: 68px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35%;
  border-radius: 48px;
  background-color: var(--color-white);
}
@media (max-width: 1023px) {
  .recent-news-carousel-wrapper .swiper-button-next {
    display: none;
  }
}
.recent-news-carousel-wrapper .swiper-button-next:hover {
  background-color: var(--color-primary);
}
.recent-news-carousel-wrapper .swiper-button-next:hover:after {
  color: var(--color-white);
}
.recent-news-carousel-wrapper .swiper-button-next:after {
  font-size: 18px;
  color: var(--color-secondary);
}

.recent-news-carousel {
  width: calc( 50vw + 50% - 8px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.recent-news-carousel .swiper-slide {
  width: 100%;
  max-width: 28%;
}
@media (max-width: 1280px) {
  .recent-news-carousel .swiper-slide {
    max-width: 35%;
  }
}
@media (max-width: 1023px) {
  .recent-news-carousel .swiper-slide {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .recent-news-carousel .swiper-slide {
    max-width: 75%;
  }
}
.recent-news-carousel .swiper-slide .recent-post-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.recent-news-carousel .swiper-slide .recent-post-item .post-image {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}
.recent-news-carousel .swiper-slide .recent-post-item .post-image img {
  width: 100%;
  border-radius: 15px;
}
.recent-news-carousel .swiper-slide .recent-post-item .post-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.recent-news-carousel .swiper-slide .recent-post-item .post-content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  gap: 10px;
  font-size: 16px;
}
.recent-news-carousel .swiper-slide .recent-post-item .post-content ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  font-weight: 600;
}
.recent-news-carousel .swiper-slide .recent-post-item .post-content h4 {
  width: 100%;
  display: block;
  font-size: 18px;
}
.recent-news-carousel .swiper-slide .recent-post-item .post-content h4 a {
  color: var(--color-secondary);
}
.recent-news-carousel .swiper-slide .recent-post-item .post-content .post-metas {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 10px;
}
.recent-news-carousel .swiper-slide .recent-post-item .post-content .post-metas svg {
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

/* TEAM MEMBER */
.team-member {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.team-member figure {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px !important;
}
.team-member figure img {
  width: 100%;
  display: block;
}
.team-member figure .social-icons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.team-member figure .social-icons a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 50%;
}
.team-member figure .social-icons a svg {
  height: 14px;
}
.team-member figure .social-icons a svg path {
  fill: var(--color-secondary);
}
.team-member .member-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.team-member .member-info h3 {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-secondary);
  margin: 0;
}
.team-member .member-info small {
  width: 100%;
  display: block;
  font-size: 14px;
}

/* AUTOTABS SLIDER */
.autotabs-slider {
  width: 100%;
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1023px) {
  .autotabs-slider {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.autotabs-slider .tab-column {
  flex: 1;
  position: relative;
}
.autotabs-slider .tab-column:first-child {
  flex: 1;
}
@media (max-width: 1023px) {
  .autotabs-slider .tab-column:first-child {
    order: 2;
  }
}
.autotabs-slider .tab-column:last-child {
  flex: 1;
}
@media (max-width: 1023px) {
  .autotabs-slider .tab-column:last-child {
    order: 1;
  }
}
.autotabs-slider .tabs-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.autotabs-slider .tabs-list .tab-item {
  position: relative;
  cursor: pointer;
  padding: 18px 0 20px;
  border-bottom: 2px solid #EBEDF2;
}
.autotabs-slider .tabs-list .tab-item.active .tab-content {
  max-height: 120px;
  opacity: 1;
  margin-top: 8px;
}
.autotabs-slider .tabs-list .tab-item.active .tab-progress span {
  animation: tabProgress linear forwards;
}
.autotabs-slider .tabs-list .tab-item h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.autotabs-slider .tabs-list .tab-item .tab-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.autotabs-slider .tabs-list .tab-item .tab-progress {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.autotabs-slider .tabs-list .tab-item .tab-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--color-primary);
  transition: none;
}
.autotabs-slider .tab-image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.autotabs-slider .tab-image {
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: opacity 0.6s ease;
}
.autotabs-slider .tab-image.active {
  opacity: 1;
  position: relative;
}
.autotabs-slider .tab-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

@keyframes tabProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* CAREER LIST */
.career-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.career-list .career-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-gray);
  padding: 25px 0;
}
@media (max-width: 1023px) {
  .career-list .career-item {
    flex-wrap: wrap;
  }
}
.career-list .career-item .career-info {
  display: flex;
  flex-wrap: wrap;
  color: var(--color-secondary);
}
@media (max-width: 767px) {
  .career-list .career-item .career-info {
    margin-bottom: 5px;
  }
}
.career-list .career-item .career-info h4 {
  width: 100%;
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}
.career-list .career-item .career-info p {
  font-size: 18px;
  margin: 0;
}
.career-list .career-item .career-meta {
  display: flex;
  align-items: center;
  gap: 40px;
  color: var(--color-secondary);
}
@media (max-width: 1023px) {
  .career-list .career-item .career-meta {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .career-list .career-item .career-meta {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.career-list .career-item .career-meta span {
  font-size: 16px;
}
.career-list .career-item .career-meta .custom-button {
  margin-left: auto;
}
@media (max-width: 767px) {
  .career-list .career-item .career-meta .custom-button {
    width: 100%;
  }
}

/* ACCORDION */
.accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.accordion .accordion-item {
  width: 100%;
  border-bottom: 1px solid var(--color-gray);
  padding: 25px 0;
}
.accordion .accordion-item .accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
  color: var(--color-secondary);
}
.accordion .accordion-item .accordion-header.open {
  color: var(--color-primary);
}
.accordion .accordion-item .accordion-header.open .icon .plus {
  opacity: 0;
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-header.open .icon .minus {
  opacity: 1;
  transform: rotate(0);
}
.accordion .accordion-item .accordion-header h4 {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.accordion .accordion-item .accordion-header .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.accordion .accordion-item .accordion-header .icon svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.accordion .accordion-item .accordion-header .icon .minus {
  opacity: 0;
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-content {
  display: none;
  padding-top: 10px;
  font-size: 16px;
}

/* CAPSULE LIST */
.capsule-list {
  width: 100%;
  display: grid;
  gap: 16px;
}
@media (max-width: 1024px) {
  .capsule-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .capsule-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.capsule-list.columns-auto {
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), auto));
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
}
.capsule-list.columns-1 {
  grid-template-columns: 1fr;
}
.capsule-list.capsule-list.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.capsule-list.capsule-list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.capsule-list .capsule-item {
  height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  border-radius: 56px;
  background: #f2f4f8;
  transition: transform 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.capsule-list .capsule-item svg {
  flex-shrink: 0;
}
.capsule-list .capsule-item span {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

/* PRICE LIST */
.price-list-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  border: 1px solid var(--color-gray);
  padding: 0 35px;
  border-radius: 20px;
}
.price-list-wrap .price-list {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.price-list-wrap .price-list thead {
  background: #fff;
}
.price-list-wrap .price-list thead th {
  text-align: left;
  padding: 15px 0;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid var(--color-gray);
}
.price-list-wrap .price-list tbody {
  background: #fff;
}
.price-list-wrap .price-list tbody tr {
  background: #fff;
  border-bottom: 1px solid #eef1f6;
}
.price-list-wrap .price-list tbody tr:last-child {
  border-bottom: none;
}
.price-list-wrap .price-list tbody tr:last-child td {
  border-bottom: none;
}
.price-list-wrap .price-list tbody tr td {
  padding: 15px 0;
  font-size: 15px;
  background: #fff;
  border: none;
  border-bottom: 1px solid var(--color-gray);
}
.price-list-wrap .price-list tbody tr td.price {
  color: var(--color-primary);
  font-weight: 600;
}

/* GALLERY */
.gallery-grid {
  width: 100%;
  display: grid;
  gap: 16px;
}
@media (max-width: 1023px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.gallery-grid.columns-1 {
  grid-template-columns: 1fr;
}
.gallery-grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-grid.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-grid.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-grid .gallery-grid-item {
  width: 100%;
}
.gallery-grid .gallery-grid-item:hover img {
  opacity: 0.7;
}
.gallery-grid .gallery-grid-item img {
  width: 100%;
  display: block;
  border-radius: 15px !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.gallery-grid .gallery-grid-item figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
  opacity: 0.8;
}

/* REQUEST FORM */
.wpcf7-form:has(.wpcf7-response-output:empty) .request-form {
  margin-bottom: 0;
}

.request-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.request-form .form-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .request-form .form-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.request-form .form-row.full {
  width: 100%;
  display: flex;
  grid-column: 1/-1;
}
.request-form .form-row.upload-field {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.request-form .form-row p {
  width: 100%;
  margin: 0;
}
.request-form .form-row label {
  width: 100%;
  display: block;
}
.request-form .form-row select {
  width: 100%;
}
.request-form .form-row input[type=submit] {
  border-radius: 50px;
  cursor: pointer;
  float: left;
  margin: 0;
}
.request-form .form-row input[type=submit]:hover {
  background-color: var(--color-secondary);
}
.request-form .form-row textarea {
  max-width: 100%;
}
.request-form .form-row .input-upload {
  width: 100%;
}
.request-form .form-row .wpcf7-spinner {
  margin-top: 16px;
}
.request-form .form-row .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-top: 6px;
}
.request-form .form-row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-form .form-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-form .form-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-form .form-row.full {
  width: 100%;
  display: flex;
  grid-column: 1/-1;
}
.contact-form .form-row p {
  width: 100%;
  margin: 0;
}
.contact-form .form-row label {
  width: 100%;
  display: block;
}
.contact-form .form-row select {
  width: 100%;
}
.contact-form .form-row input[type=submit] {
  border-radius: 50px;
  cursor: pointer;
  float: left;
  margin: 0;
}
.contact-form .form-row input[type=submit]:hover {
  background-color: var(--color-secondary);
}
.contact-form .form-row .wpcf7-spinner {
  margin-top: 16px;
}
.contact-form .form-row .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-top: 6px;
}
.contact-form .form-row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}

/* CONTACT FORM RESPONSES */
.wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 0;
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  color: var(--color-white);
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output {
  background-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #d63638;
}

/* ERROR 404 */
body.error404 {
  margin: 0;
}
body.error404 .site-header, body.error404 .page-header, body.error404 .site-footer {
  display: none;
}

body.error404 .error-page {
  width: 100%;
  display: block;
  text-align: center;
}
body.error404 .error-page figure {
  width: 100%;
}
body.error404 .error-page figure img {
  height: 400px;
}
body.error404 .error-page h1 {
  margin: 0;
  display: none;
}
body.error404 .error-page h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  color: var(--color-primary);
  font-weight: bold;
}
body.error404 .error-page p {
  font-size: 18px;
}
body.error404 .error-page .custom-button {
  display: inline-block;
  margin-top: 30px;
}

/* SITE FOOTER */
.site-footer {
  width: 100%;
  display: grid;
  background: var(--color-secondary);
  color: var(--color-white);
  padding-top: 70px;
  overflow: hidden;
}
.site-footer a {
  color: var(--color-white);
}
.site-footer .footer-cta {
  width: 100%;
  display: grid;
  margin-bottom: 70px;
}
.site-footer .footer-cta .footer-logo {
  width: 100%;
  margin-bottom: 20px !important;
}
.site-footer .footer-cta .footer-logo img {
  height: 37px;
}
.site-footer .footer-cta h3 {
  width: 100%;
  font-size: clamp(28px, calc(5vw + 1rem), 55px);
  font-weight: 600;
}
.site-footer .footer-cta .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.site-footer .footer-cta .cta-buttons > span {
  display: inline-block;
}
@media (max-width: 757px) {
  .site-footer .footer-cta .cta-buttons > span {
    width: 100%;
  }
}
.site-footer .widgets-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1023px) {
  .site-footer .widgets-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .site-footer .widgets-wrapper .widget-column:first-child {
    width: 100%;
  }
}
.site-footer .footer-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .site-footer .footer-bar {
    flex-wrap: wrap;
  }
}
.site-footer .footer-bar .footer-copyright {
  display: inline-block;
}
.site-footer .footer-bar .footer-bar-text {
  display: inline-block;
}
@media (max-width: 1023px) {
  .site-footer .footer-bar .footer-bar-text {
    margin-top: 10px;
  }
}
.site-footer .footer-bar .footer-bar-text p {
  margin: 0;
}
.site-footer .footer-bar .footer-credit {
  display: inline-block;
}
.site-footer .footer-bar .footer-credit a {
  text-decoration: underline;
}
.site-footer .footer-bar .footer-credit a:hover {
  text-decoration: none;
}

/* FOOTER WIDGETS */
.widget-column {
  display: flex;
  flex-wrap: wrap;
  min-width: 250px;
}
.widget-column .footer-widget {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.widget-column .footer-widget .widget-title {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.widget-column .footer-widget .wp-block-heading {
  margin-top: 0;
}
.widget-column .footer-widget .wp-block-heading br {
  margin: 0;
}
@media (max-width: 767px) {
  .widget-column .footer-widget .wp-block-heading br {
    display: none;
  }
}
.widget-column .footer-widget .wp-block-heading strong {
  font-weight: 600;
}
.widget-column .footer-widget .wp-block-heading em {
  font-style: normal;
  color: #80B6F8;
}
.widget-column .footer-widget .wp-block-group .wp-block-heading {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.widget-column .footer-widget .wp-block-heading.has-large-font-size {
  margin: 0;
}
.widget-column .footer-widget.widget_rss {
  width: 100%;
}
.widget-column .footer-widget.widget_rss .rss-widget-feed {
  display: none;
}
.widget-column .footer-widget.widget_rss ul li {
  display: block;
  margin-bottom: 15px;
}
.widget-column .footer-widget.widget_rss ul li a.rsswidget {
  width: 100%;
  margin-bottom: 5px;
}
.widget-column .footer-widget.widget_rss ul li span.rss-date {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.widget-column .footer-widget select {
  width: 100%;
}
.widget-column .footer-widget .wp-block-social-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.widget-column .footer-widget .wp-block-social-links .wp-social-link {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.widget-column .footer-widget .wp-block-social-links .wp-social-link:hover {
  transform: none;
}
.widget-column .footer-widget .wp-block-social-links .wp-social-link a {
  display: flex;
  align-items: center;
  opacity: 1;
  padding: 0;
}
.widget-column .footer-widget .wp-block-social-links .wp-social-link a:hover svg path {
  fill: #80B6F8;
}
.widget-column .footer-widget .wp-block-social-links .wp-social-link a svg {
  width: 20px;
  height: 20px;
}
.widget-column .footer-widget .wp-block-social-links .wp-social-link a svg path {
  fill: var(--color-white);
}
.widget-column .footer-widget .calendar_wrap .wp-calendar-table th, .widget-column .footer-widget .wp-block-calendar .wp-calendar-table th {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.widget-column .footer-widget .calendar_wrap .wp-calendar-table td.pad, .widget-column .footer-widget .wp-block-calendar .wp-calendar-table td.pad {
  background-color: transparent;
}
.widget-column .footer-widget .calendar_wrap .wp-calendar-table td, .widget-column .footer-widget .wp-block-calendar .wp-calendar-table td {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.widget-column .footer-widget .search-form {
  width: 100%;
}
.widget-column .footer-widget .search-form label {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.widget-column .footer-widget .search-form input[type=submit] {
  text-transform: uppercase;
}
.widget-column .footer-widget .tagcloud {
  width: 100%;
}
.widget-column .footer-widget .tagcloud a {
  display: inline-block;
  color: var(--color-dark);
  padding: 4px 10px;
  margin-right: 6px;
  margin-bottom: 10px;
  font-size: 12px !important;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.widget-column .footer-widget .tagcloud a:hover {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.widget-column .footer-widget ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.widget-column .footer-widget ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
}
.widget-column .footer-widget ul li.cat-item {
  position: relative;
  padding-left: 15px;
}
.widget-column .footer-widget ul li.cat-item:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-gray);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.widget-column .footer-widget ul li.recentcomments {
  display: block;
  position: relative;
  padding-left: 15px;
}
.widget-column .footer-widget ul li.recentcomments:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-gray);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.widget-column .footer-widget ul li.recentcomments .comment-author-link {
  font-weight: 600;
}
.widget-column .footer-widget ul li.recentcomments .comment-author-link a {
  opacity: 1;
}
.widget-column .footer-widget ul li ul {
  padding-left: 20px;
  padding-top: 10px;
}
.widget-column .footer-widget ul li a {
  opacity: 0.75;
}
.widget-column .footer-widget ul li a:hover {
  opacity: 1;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
}
.pagination nav.navigation {
  width: 100%;
  display: flex;
}
.pagination nav.navigation .screen-reader-text {
  display: none;
}
.pagination nav.navigation .nav-links {
  width: 100%;
  display: flex;
}
.pagination nav.navigation .nav-links ul.page-numbers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pagination nav.navigation .nav-links ul.page-numbers li {
  display: inline-block;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  list-style: none;
}
.pagination nav.navigation .nav-links ul.page-numbers li:has(.dots) {
  display: none !important;
}
.pagination nav.navigation .nav-links ul.page-numbers li span.page-numbers {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
}
.pagination nav.navigation .nav-links ul.page-numbers li a.page-numbers {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #D5D9E0;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
}
.pagination nav.navigation .nav-links ul.page-numbers li a.page-numbers:hover {
  text-decoration: none;
  color: var(--color-primary);
}

/* POST COLS */
.container:has(.post-items) {
  display: flex;
  gap: 50px;
}

.container:has(.post-items) .post-items {
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 1023px) {
  .container:has(.sidebar-wrapper) {
    flex-wrap: wrap;
  }
}

.container:has(.sidebar-wrapper) .sidebar-wrapper {
  flex: 0 0 380px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .container:has(.sidebar-wrapper) .sidebar-wrapper {
    flex: none;
    width: 100%;
  }
}

/* POST ITEM */
.post-item {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.post-item.sticky, .post-item.tag-sticky-2 {
  padding-top: 40px;
}
.post-item.sticky .post-sticky-label, .post-item.tag-sticky-2 .post-sticky-label {
  height: 34px;
  display: flex;
  align-items: center;
  padding-left: 34px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 34px;
  position: absolute;
  left: 0;
  top: 0;
  background: #EBEDF2;
  color: #5D6168;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99997 0C6.99997 2.33333 2.33333 7 0 7C2.33333 7 7 11.6667 7 14C7 11.6667 11.6666 7.00003 14 7.00003C11.6667 7.00003 6.99997 2.33333 6.99997 0Z' fill='%231E7DF3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 12px center;
}
.post-item.sticky.sticky.has-post-thumbnail .post-sticky-label:before, .post-item.tag-sticky-2.sticky.has-post-thumbnail .post-sticky-label:before {
  content: "";
  width: 100%;
  height: 20px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
.post-item.tag-sticky-2.has-post-thumbnail .post-sticky-label:before {
  content: "";
  width: 100%;
  height: 20px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
.post-item.post-1177 p:last-child {
  width: 100%;
  float: left;
}
.post-item .post-thumbnail {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.post-item .post-thumbnail a {
  width: 100%;
  display: flex;
  align-items: center;
}
.post-item .post-thumbnail img {
  width: 100%;
}
.post-item .post-thumbnail .post-categories {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.post-item .post-thumbnail .post-categories li {
  display: inline-block;
  margin: 0;
  margin-right: 4px;
  padding: 0;
  list-style: none;
}
.post-item .post-thumbnail .post-categories li a {
  display: flex;
  color: var(--color-white);
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}
.post-item .post-thumbnail .post-categories li a:hover {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.post-item .post-content {
  width: 100%;
  display: block;
}
.post-item .post-content .post-title {
  width: 100%;
  color: var(--color-primary);
  font-size: 29px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}
.post-item .post-content .post-title a {
  color: var(--color-dark);
}
.post-item .post-content .post-title a:hover {
  text-decoration: none;
}
.post-item .post-content .post-date {
  width: 100%;
  display: block;
  font-weight: bold;
  opacity: 0.6;
  font-size: 13px;
  margin-bottom: 20px;
}
.post-item .post-content .post-excerpt {
  width: 100%;
  font-size: 17px;
}
.post-item .post-content .custom-button {
  margin-top: 30px;
}
.post-item .post-content .custom-button a:before {
  background-color: var(--color-secondary);
}
.post-item .post-content .custom-button a:hover:before {
  text-decoration: none;
  background-color: var(--color-primary);
}
.post-item .post-content .post-categories {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}
.post-item .post-content .post-categories li {
  display: inline-block;
  margin-left: 4px;
}
.post-item .post-content .post-categories li a {
  display: flex;
  color: var(--color-secondary);
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid var(--color-gray);
  border-radius: 100px;
}
.post-item .post-content .post-categories li a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.post-item .post-content .post-entry {
  width: 100%;
}
.post-item .post-content .post-entry:after {
  content: "";
  display: block;
  clear: both;
}
.post-item .post-content .post-entry .page-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--color-gray);
  padding-top: 26px;
  margin-top: 26px;
}
.post-item .post-content .post-entry .page-links .post-page-numbers {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #D5D9E0;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
}
.post-item .post-content .post-entry .page-links .post-page-numbers.current {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border: none;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
}
.post-item .post-content .post-entry .page-links .post-page-numbers.current:hover {
  color: var(--color-white);
}
.post-item .post-content .post-entry .page-links .post-page-numbers:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.post-item .post-content .post-entry .wp-block-separator {
  width: 100%;
  border: 0.5px solid #eee;
  margin: 20px 0;
  display: block;
}
.post-item .post-content .post-entry .wp-block-quote {
  width: 100%;
}
.post-item .post-content .post-entry .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.post-item .post-content .post-entry .wp-block-pullquote {
  width: 100%;
  padding: 40px 0;
}
.post-item .post-content .post-entry .wp-block-pullquote blockquote.has-text-color.has-light-gray-color {
  border: none;
  background: none;
  color: var(--color-gray);
  margin: 0;
  padding: 0;
}
.post-item .post-content .post-entry .wp-block-pullquote.has-background blockquote {
  border: none;
  background: none;
  color: var(--color-white);
}
.post-item .post-content .post-entry blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #ccc;
  background: #f9f9f9;
  font-style: italic;
  color: #555;
}
.post-item .post-content .post-entry blockquote cite {
  display: block;
  margin-top: 0.5em;
  text-align: right;
  font-style: normal;
  font-weight: bold;
}
.post-item .post-content .post-entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
}
.post-item .post-content .post-entry th, .post-item .post-content .post-entry td {
  padding: 0.75em;
  border: 1px solid #ddd;
  text-align: left;
}
.post-item .post-content .post-entry tr:nth-child(even) {
  background-color: #f9f9f9;
}
.post-item .post-content .post-entry dl {
  margin: 1.5em 0;
}
.post-item .post-content .post-entry dt {
  font-weight: bold;
  margin-top: 1em;
}
.post-item .post-content .post-entry dd {
  margin: 0 0 1em 1.5em;
}
.post-item .post-content .post-entry ul, .post-item .post-content .post-entry ol {
  margin: 1.5em 0 1.5em 2em;
  padding: 0;
}
.post-item .post-content .post-entry ul ul, .post-item .post-content .post-entry ol ol, .post-item .post-content .post-entry ul ol, .post-item .post-content .post-entry ol ul {
  margin-bottom: 0;
}
.post-item .post-content .post-entry li {
  margin-bottom: 0.5em;
}
.post-item .post-content .post-entry code {
  font-family: Consolas, Monaco, monospace;
  background-color: #f5f5f5;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.95em;
}
.post-item .post-content .post-entry pre code {
  color: var(--color-black);
}
.post-item .post-content .post-entry pre {
  font-family: Consolas, Monaco, monospace;
  background: #272822;
  color: #f8f8f2;
  padding: 1em;
  overflow-x: auto;
  margin-bottom: 1.5em;
  border-radius: 4px;
  font-size: 0.95em;
  line-height: 1.5;
}
.post-item .post-content .post-entry abbr, .post-item .post-content .post-entry acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
.post-item .post-content .post-entry kbd {
  background: var(--color-gray);
  font-family: monospace;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
}
.post-item .post-content .post-entry mark {
  background: yellow;
  color: black;
}
.post-item .post-content .post-entry ins {
  background: #e6ffe6;
  text-decoration: none;
}
.post-item .post-content .post-entry del {
  color: #999;
}
.post-item .post-content .post-entry s {
  text-decoration: line-through;
}
.post-item .post-content .post-entry small {
  font-size: 85%;
}
.post-item .post-content .post-entry strong {
  font-weight: 600;
}
.post-item .post-content .post-entry em {
  font-style: italic;
}
.post-item .post-content .post-entry q {
  quotes: "“" "”" "‘" "’";
}
.post-item .post-content .post-entry q::before {
  content: open-quote;
}
.post-item .post-content .post-entry q::after {
  content: close-quote;
}
.post-item .post-content .post-entry address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.post-item .post-content .post-entry .post-password-form p label {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 10px;
}
.post-item .post-content .post-entry .blocks-gallery-grid {
  margin: 0;
  padding: 0;
}
.post-item .post-content .post-entry .gallery {
  width: 100%;
}
@media (max-width: 1023px) {
  .post-item .post-content .post-entry .gallery {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.post-item .post-content .post-entry .gallery.gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.post-item .post-content .post-entry .gallery.gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.post-item .post-content .post-entry .gallery.gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.post-item .post-content .post-entry .gallery.gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.post-item .post-content .post-entry .gallery.gallery-columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.post-item .post-content .post-entry .gallery.gallery-columns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
.post-item .post-content .post-entry .gallery.gallery-columns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
.post-item .post-content .post-entry .gallery.gallery-columns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
}
.post-item .post-content .post-entry .wp-block-archives-list {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.post-item .post-content .post-entry .wp-block-archives-list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 8px;
  padding-left: 15px;
  color: var(--color-gray);
  position: relative;
}
.post-item .post-content .post-entry .wp-block-archives-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-gray);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.post-item .post-content .post-entry .wp-block-archives-dropdown {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.post-item .post-content .post-entry .wp-block-archives-dropdown .wp-block-archives__label {
  display: none;
}
.post-item .post-content .post-entry .wp-block-archives-dropdown select {
  width: 100%;
  max-width: 400px;
}
.post-item .post-content .post-entry .wp-block-calendar {
  width: 100%;
  margin-bottom: 30px;
}
.post-item .post-content .post-entry .wp-block-categories-dropdown {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.post-item .post-content .post-entry .wp-block-categories-dropdown .wp-block-categories__label {
  display: none;
}
.post-item .post-content .post-entry .wp-block-categories-dropdown select {
  width: 100%;
  max-width: 400px;
}
.post-item .post-content .post-entry .wp-block-latest-comments {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.post-item .post-content .post-entry .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  width: 100%;
}
.post-item .post-content .post-entry .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  font-weight: bold;
}
.post-item .post-content .post-entry .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: bold;
  color: var(--color-gray);
}
.post-item .post-content .post-entry .wp-block-latest-posts {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.post-item .post-content .post-entry .wp-block-latest-posts .wp-block-latest-posts__post-date {
  font-weight: bold;
  color: var(--color-gray);
}
.post-item .post-content .post-entry .wp-block-search {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.post-item .post-content .post-entry .wp-block-search .wp-block-search__label {
  display: none;
}
.post-item .post-content .post-entry .wp-block-search .wp-block-search__inside-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--color-gray);
}
.post-item .post-content .post-entry .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: none !important;
  background-color: transparent;
  color: var(--color-dark);
  padding-right: 0;
}
.post-item .post-content .post-entry .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0 25px;
  margin-top: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M26.8708 25.7512L23.316 22.1964C21.8269 20.7073 21.8243 18.3305 22.6513 16.3938C23.2585 14.972 23.5981 13.4116 23.5981 11.799C23.5981 5.51196 18.0861 0 11.799 0C5.25359 0 0 5.25359 0 11.799C0 18.3445 5.25359 23.5981 11.799 23.5981C13.4819 23.5981 15.0574 23.2491 16.4955 22.6112C18.4244 21.7555 20.7979 21.7452 22.29 23.2374L25.8373 26.7847C26.0096 26.9569 26.2679 26.9569 26.4402 26.7847L26.8708 26.3541C27.0431 26.1818 27.0431 25.9234 26.8708 25.7512ZM11.799 22.0478C6.11483 22.0478 1.46411 17.3971 1.46411 11.799C1.46411 6.11483 6.11483 1.46411 11.799 1.46411C17.311 1.46411 22.134 6.28708 22.134 11.799C22.0478 17.4833 17.4833 22.0478 11.799 22.0478Z' fill='%232E2E2E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  text-indent: -99999px;
}
.post-item .post-content .post-entry .wp-block-tag-cloud {
  width: 100%;
}
.post-item .post-content .post-entry .wp-block-tag-cloud a {
  display: inline-block;
  color: var(--color-dark);
  padding: 4px 10px;
  margin-right: 6px;
  margin-bottom: 10px;
  font-size: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
.post-item .post-content .post-entry .wp-block-tag-cloud a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.post-item .post-content .post-entry .wp-block-rss {
  width: 100%;
  margin: 0;
  padding: 0;
}
.post-item .post-content .post-entry .wp-block-rss li.wp-block-rss__item {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 8px;
  padding-left: 15px;
  color: var(--color-gray);
  position: relative;
}
.post-item .post-content .post-entry .wp-block-rss li.wp-block-rss__item:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-gray);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.post-item .post-content .post-bottom {
  width: 100%;
  border-top: 1px solid var(--color-gray);
  padding-top: 26px;
  margin-top: 26px;
}
.post-item .post-content .post-bottom .post-tags {
  width: 100%;
  margin: 0;
  padding: 0;
}
.post-item .post-content .post-bottom .post-tags li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}
.post-item .post-content .post-bottom .post-tags li a {
  display: flex;
  color: var(--color-secondary);
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid var(--color-gray);
  border-radius: 100px;
}
.post-item .post-content .post-bottom .post-tags li a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.post-item .post-content .post-bottom .single-post-nav {
  width: 100%;
  display: block;
  border: 1px solid var(--color-gray);
  margin-top: 20px;
  padding: 26px;
  border-radius: 10px;
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li.prev-post {
  text-align: left;
  padding-right: 20px;
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li.next-post {
  text-align: right;
  padding-left: 20px;
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li:last-child:after {
  display: none;
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li:after {
  content: "";
  width: 1px;
  height: 30px;
  background: var(--color-gray);
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li span.nav-label {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.4;
  color: var(--color-black);
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li span.nav-title {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li span.nav-title {
    display: none;
  }
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li a {
  width: 100%;
  display: inline-block;
}
.post-item .post-content .post-bottom .single-post-nav ul.post-nav-list li a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

/* BOTTOM COMMENTS */
.bottom-comments {
  width: 100%;
  display: block;
  margin-top: 50px;
}

.comments-area {
  width: 100%;
  display: block;
  border: 1px solid var(--color-gray);
  margin-top: 20px;
  padding: 26px;
  border-radius: 10px;
}
.comments-area .comments-title {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
  color: var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.comments-area .comments-title:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 13px;
  transform: translateY(7px);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7h10v2H7zm0 4h7v2H7z'/%3E%3Cpath d='M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z'/%3E%3C/svg%3E");
  background-size: cover;
}
.comments-area .comments-title span {
  color: var(--color-dark);
}
.comments-area .comment-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.comments-area .comment-list li.comment, .comments-area .comment-list li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .comment-list li.comment ol.children, .comments-area .comment-list li ol.children {
  padding-left: 30px;
}
.comments-area .comment-list li.comment .comment-body, .comments-area .comment-list li .comment-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.comments-area .comment-list li.comment .comment-body .comment-meta, .comments-area .comment-list li .comment-body .comment-meta {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author, .comments-area .comment-list li .comment-body .comment-meta .comment-author {
  display: inline-block;
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author img, .comments-area .comment-list li .comment-body .comment-meta .comment-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author .fn, .comments-area .comment-list li .comment-body .comment-meta .comment-author .fn {
  font-weight: bold;
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author .says, .comments-area .comment-list li .comment-body .comment-meta .comment-author .says {
  display: none;
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata, .comments-area .comment-list li .comment-body .comment-meta .comment-metadata {
  display: inline-block;
  font-size: 14px;
  padding-left: 8px;
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata a, .comments-area .comment-list li .comment-body .comment-meta .comment-metadata a {
  color: var(--color-gray);
}
.comments-area .comment-list li.comment .comment-body .comment-content, .comments-area .comment-list li .comment-body .comment-content {
  width: 100%;
  padding-left: 45px;
}
.comments-area .comment-list li.comment .comment-body .comment-content a, .comments-area .comment-list li .comment-body .comment-content a {
  text-decoration: underline;
}
.comments-area .comment-list li.comment .comment-body .comment-content a:hover, .comments-area .comment-list li .comment-body .comment-content a:hover {
  text-decoration: none;
}
.comments-area .comment-list li.comment .comment-body .reply, .comments-area .comment-list li .comment-body .reply {
  width: 100%;
  padding-left: 45px;
}
.comments-area .comment-list li.comment .comment-body .reply a, .comments-area .comment-list li .comment-body .reply a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  padding-left: 20px;
}
.comments-area .comment-list li.comment .comment-body .reply a:before, .comments-area .comment-list li .comment-body .reply a:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(3px);
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg height="17px" version="1.1" viewBox="0 0 18 17" width="18px" xmlns="http://www.w3.org/2000/svg" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" xmlns:xlink="http://www.w3.org/1999/xlink"><title/><desc/><defs/><g fill="none" fill-rule="evenodd" id="Page-1" stroke="none" stroke-width="1"><g fill="%23000000" id="Core" transform="translate(-45.000000, -382.000000)"><g id="reply" transform="translate(45.000000, 382.500000)"><path d="M7,4 L7,0 L0,7 L7,14 L7,9.9 C12,9.9 15.5,11.5 18,15 C17,10 14,5 7,4 L7,4 Z" id="Shape"/></g></g></g></svg>');
  background-size: cover;
}
.comments-area .comment-respond {
  width: 100%;
  display: block;
}
.comments-area .comment-respond .comment-reply-title {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
}
.comments-area .comment-respond .comment-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .comments-area .comment-respond .comment-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .comments-area .comment-respond .comment-form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.comments-area .comment-respond .comment-form a {
  text-decoration: underline;
}
.comments-area .comment-respond .comment-form label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  display: block;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form .logged-in-as .required-field-message {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-form .logged-in-as .required-field-message .required {
  color: red;
  margin-left: 4px;
}
.comments-area .comment-respond .comment-form .comment-notes {
  display: block;
  margin-bottom: 20px;
  grid-column: 1/-1;
}
.comments-area .comment-respond .comment-form .comment-notes .required-field-message {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-form .comment-notes .required-field-message .required {
  color: red;
  margin-left: 4px;
}
.comments-area .comment-respond .comment-form .comment-form-comment {
  width: 100%;
  margin-bottom: 15px;
  grid-column: 1/-1;
}
.comments-area .comment-respond .comment-form .comment-form-comment textarea {
  width: 100%;
  max-width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-author {
  width: 100%;
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-author input[type=text] {
  width: 100%;
  max-width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-email {
  width: 100%;
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-email input[type=email] {
  width: 100%;
  max-width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-url {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .comments-area .comment-respond .comment-form .comment-form-url {
    grid-column: 1/-1;
  }
}
.comments-area .comment-respond .comment-form .comment-form-url input[type=url] {
  width: 100%;
  max-width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column: 1/-1;
  margin-bottom: 25px;
  gap: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
  width: auto;
  margin: 0;
}
.comments-area .comment-respond .comment-form .form-submit {
  width: 100%;
  margin: 0;
  grid-column: 1/-1;
}

/* SIDEBAR - WIDGETS */
.sidebar {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  padding: 30px;
  position: relative;
  border-radius: 10px;
}
.sidebar .widget {
  width: 100%;
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.sidebar .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .widget select {
  width: 100%;
}
.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: var(--color-primary);
}
.sidebar .widget.widget_rss .widget-title a.rss-widget-feed {
  display: none;
}
.sidebar .widget .wp-block-group__inner-container:has(.wp-block-categories, .wp-block-archives-list, .wp-block-latest-posts, .wp-block-latest-comments) > h2, .sidebar .widget h3, .sidebar .widget h4, .sidebar .widget h5, .sidebar .widget h6 {
  width: 100%;
  display: block;
  font-size: 18px;
  color: var(--color-dark);
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.sidebar .widget.widget_categories > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.wp-block-page-list > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_recent_comments > ul, .sidebar .widget.widget_recent_entries > ul, .sidebar .widget.widget_rss > ul, .sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_nav_menu ul, .sidebar .widget.widget_archive ul, .sidebar .widget ul.wp-block-categories, .sidebar .widget ul.wp-block-archives-list, .sidebar .widget ul.wp-block-latest-posts {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidebar .widget.widget_categories > ul li, .sidebar .widget.widget_pages > ul li, .sidebar .widget.wp-block-page-list > ul li, .sidebar .widget.widget_meta > ul li, .sidebar .widget.widget_recent_comments > ul li, .sidebar .widget.widget_recent_entries > ul li, .sidebar .widget.widget_rss > ul li, .sidebar .widget.widget_nav_menu > ul li, .sidebar .widget.widget_nav_menu ul li, .sidebar .widget.widget_archive ul li, .sidebar .widget ul.wp-block-categories li, .sidebar .widget ul.wp-block-archives-list li, .sidebar .widget ul.wp-block-latest-posts li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 8px;
  padding-left: 15px;
  color: var(--color-gray);
  position: relative;
}
.sidebar .widget.widget_categories > ul li:before, .sidebar .widget.widget_pages > ul li:before, .sidebar .widget.wp-block-page-list > ul li:before, .sidebar .widget.widget_meta > ul li:before, .sidebar .widget.widget_recent_comments > ul li:before, .sidebar .widget.widget_recent_entries > ul li:before, .sidebar .widget.widget_rss > ul li:before, .sidebar .widget.widget_nav_menu > ul li:before, .sidebar .widget.widget_nav_menu ul li:before, .sidebar .widget.widget_archive ul li:before, .sidebar .widget ul.wp-block-categories li:before, .sidebar .widget ul.wp-block-archives-list li:before, .sidebar .widget ul.wp-block-latest-posts li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-gray);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.sidebar .widget.widget_categories > ul li:last-child, .sidebar .widget.widget_pages > ul li:last-child, .sidebar .widget.wp-block-page-list > ul li:last-child, .sidebar .widget.widget_meta > ul li:last-child, .sidebar .widget.widget_recent_comments > ul li:last-child, .sidebar .widget.widget_recent_entries > ul li:last-child, .sidebar .widget.widget_rss > ul li:last-child, .sidebar .widget.widget_nav_menu > ul li:last-child, .sidebar .widget.widget_nav_menu ul li:last-child, .sidebar .widget.widget_archive ul li:last-child, .sidebar .widget ul.wp-block-categories li:last-child, .sidebar .widget ul.wp-block-archives-list li:last-child, .sidebar .widget ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar .widget.widget_categories > ul li .comment-author-link a, .sidebar .widget.widget_pages > ul li .comment-author-link a, .sidebar .widget.wp-block-page-list > ul li .comment-author-link a, .sidebar .widget.widget_meta > ul li .comment-author-link a, .sidebar .widget.widget_recent_comments > ul li .comment-author-link a, .sidebar .widget.widget_recent_entries > ul li .comment-author-link a, .sidebar .widget.widget_rss > ul li .comment-author-link a, .sidebar .widget.widget_nav_menu > ul li .comment-author-link a, .sidebar .widget.widget_nav_menu ul li .comment-author-link a, .sidebar .widget.widget_archive ul li .comment-author-link a, .sidebar .widget ul.wp-block-categories li .comment-author-link a, .sidebar .widget ul.wp-block-archives-list li .comment-author-link a, .sidebar .widget ul.wp-block-latest-posts li .comment-author-link a {
  font-weight: bold;
}
.sidebar .widget.widget_categories > ul li .rsswidget, .sidebar .widget.widget_pages > ul li .rsswidget, .sidebar .widget.wp-block-page-list > ul li .rsswidget, .sidebar .widget.widget_meta > ul li .rsswidget, .sidebar .widget.widget_recent_comments > ul li .rsswidget, .sidebar .widget.widget_recent_entries > ul li .rsswidget, .sidebar .widget.widget_rss > ul li .rsswidget, .sidebar .widget.widget_nav_menu > ul li .rsswidget, .sidebar .widget.widget_nav_menu ul li .rsswidget, .sidebar .widget.widget_archive ul li .rsswidget, .sidebar .widget ul.wp-block-categories li .rsswidget, .sidebar .widget ul.wp-block-archives-list li .rsswidget, .sidebar .widget ul.wp-block-latest-posts li .rsswidget {
  font-weight: bold;
}
.sidebar .widget.widget_categories > ul li .rss-date, .sidebar .widget.widget_pages > ul li .rss-date, .sidebar .widget.wp-block-page-list > ul li .rss-date, .sidebar .widget.widget_meta > ul li .rss-date, .sidebar .widget.widget_recent_comments > ul li .rss-date, .sidebar .widget.widget_recent_entries > ul li .rss-date, .sidebar .widget.widget_rss > ul li .rss-date, .sidebar .widget.widget_nav_menu > ul li .rss-date, .sidebar .widget.widget_nav_menu ul li .rss-date, .sidebar .widget.widget_archive ul li .rss-date, .sidebar .widget ul.wp-block-categories li .rss-date, .sidebar .widget ul.wp-block-archives-list li .rss-date, .sidebar .widget ul.wp-block-latest-posts li .rss-date {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-gray);
  margin-bottom: 6px;
}
.sidebar .widget.widget_categories > ul li cite, .sidebar .widget.widget_pages > ul li cite, .sidebar .widget.wp-block-page-list > ul li cite, .sidebar .widget.widget_meta > ul li cite, .sidebar .widget.widget_recent_comments > ul li cite, .sidebar .widget.widget_recent_entries > ul li cite, .sidebar .widget.widget_rss > ul li cite, .sidebar .widget.widget_nav_menu > ul li cite, .sidebar .widget.widget_nav_menu ul li cite, .sidebar .widget.widget_archive ul li cite, .sidebar .widget ul.wp-block-categories li cite, .sidebar .widget ul.wp-block-archives-list li cite, .sidebar .widget ul.wp-block-latest-posts li cite {
  font-family: Georgia;
  font-style: italic;
  margin-top: 5px;
}
.sidebar .widget.widget_categories > ul li ul, .sidebar .widget.widget_pages > ul li ul, .sidebar .widget.wp-block-page-list > ul li ul, .sidebar .widget.widget_meta > ul li ul, .sidebar .widget.widget_recent_comments > ul li ul, .sidebar .widget.widget_recent_entries > ul li ul, .sidebar .widget.widget_rss > ul li ul, .sidebar .widget.widget_nav_menu > ul li ul, .sidebar .widget.widget_nav_menu ul li ul, .sidebar .widget.widget_archive ul li ul, .sidebar .widget ul.wp-block-categories li ul, .sidebar .widget ul.wp-block-archives-list li ul, .sidebar .widget ul.wp-block-latest-posts li ul {
  width: 100%;
  padding-left: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-gray);
}
.sidebar .widget.widget_categories > ul li ul ul, .sidebar .widget.widget_pages > ul li ul ul, .sidebar .widget.wp-block-page-list > ul li ul ul, .sidebar .widget.widget_meta > ul li ul ul, .sidebar .widget.widget_recent_comments > ul li ul ul, .sidebar .widget.widget_recent_entries > ul li ul ul, .sidebar .widget.widget_rss > ul li ul ul, .sidebar .widget.widget_nav_menu > ul li ul ul, .sidebar .widget.widget_nav_menu ul li ul ul, .sidebar .widget.widget_archive ul li ul ul, .sidebar .widget ul.wp-block-categories li ul ul, .sidebar .widget ul.wp-block-archives-list li ul ul, .sidebar .widget ul.wp-block-latest-posts li ul ul {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget.widget_categories > ul li a, .sidebar .widget.widget_pages > ul li a, .sidebar .widget.wp-block-page-list > ul li a, .sidebar .widget.widget_meta > ul li a, .sidebar .widget.widget_recent_comments > ul li a, .sidebar .widget.widget_recent_entries > ul li a, .sidebar .widget.widget_rss > ul li a, .sidebar .widget.widget_nav_menu > ul li a, .sidebar .widget.widget_nav_menu ul li a, .sidebar .widget.widget_archive ul li a, .sidebar .widget ul.wp-block-categories li a, .sidebar .widget ul.wp-block-archives-list li a, .sidebar .widget ul.wp-block-latest-posts li a {
  margin-right: auto;
}
.sidebar .widget.widget_recent_comments > ul li {
  display: block;
  padding-left: 0;
}
.sidebar .widget.widget_recent_comments > ul li:before {
  display: none;
}
.sidebar .widget.widget_rss > ul li {
  display: block;
  padding-left: 0;
  margin-bottom: 15px;
}
.sidebar .widget.widget_rss > ul li:before {
  display: none;
}
.sidebar .widget.widget_nav_menu .sub-menu {
  padding-left: 0;
}
.sidebar .widget ul.wp-block-latest-posts {
  width: 100%;
}
.sidebar .widget ul.wp-block-latest-posts:has(.wp-block-latest-posts__featured-image) li {
  padding-left: 0;
  gap: 10px;
  margin-bottom: 20px;
}
.sidebar .widget ul.wp-block-latest-posts:has(.wp-block-latest-posts__featured-image) li .wp-block-latest-posts__featured-image {
  width: 100px;
  display: flex;
  align-items: center;
  order: 2;
}
.sidebar .widget ul.wp-block-latest-posts:has(.wp-block-latest-posts__featured-image) li a.wp-block-latest-posts__post-title {
  flex: 1;
  order: 3;
  padding-top: 25px;
}
.sidebar .widget ul.wp-block-latest-posts:has(.wp-block-latest-posts__featured-image) li .wp-block-latest-posts__post-date {
  width: 100%;
  display: block;
  order: 1;
  padding-left: 110px;
  transform: translateY(25px);
}
.sidebar .widget ul.wp-block-latest-posts:has(.wp-block-latest-posts__featured-image) li:before {
  display: none;
}
.sidebar .widget ol.wp-block-latest-comments {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidebar .widget ol.wp-block-latest-comments li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.sidebar .widget ol.wp-block-latest-comments li .avatar {
  display: none;
}
.sidebar .widget ol.wp-block-latest-comments li a.wp-block-latest-comments__comment-author {
  font-weight: bold;
}
.sidebar .widget ol.wp-block-latest-comments li .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}
.sidebar .widget ol.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt {
  margin-left: 0;
}
.sidebar .widget ol.wp-block-latest-comments li .wp-block-latest-comments__comment-date {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-gray);
  margin-bottom: 6px;
}
.sidebar .widget ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-search {
  width: 100%;
}
.sidebar .widget .wp-block-search .wp-block-search__button {
  margin-top: 0 !important;
}
.sidebar .widget.widget_search {
  width: 100%;
}
.sidebar .widget.widget_search .wp-block-search__label {
  display: none;
}
.sidebar .widget.widget_search .wp-block-search__button {
  margin-top: 0 !important;
}
.sidebar .widget.widget_search .widget-title {
  display: none;
}
.sidebar .widget.widget_search .wp-block-search__inside-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--color-gray);
}
.sidebar .widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: none !important;
  padding-right: 0;
}
.sidebar .widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M26.8708 25.7512L23.316 22.1964C21.8269 20.7073 21.8243 18.3305 22.6513 16.3938C23.2585 14.972 23.5981 13.4116 23.5981 11.799C23.5981 5.51196 18.0861 0 11.799 0C5.25359 0 0 5.25359 0 11.799C0 18.3445 5.25359 23.5981 11.799 23.5981C13.4819 23.5981 15.0574 23.2491 16.4955 22.6112C18.4244 21.7555 20.7979 21.7452 22.29 23.2374L25.8373 26.7847C26.0096 26.9569 26.2679 26.9569 26.4402 26.7847L26.8708 26.3541C27.0431 26.1818 27.0431 25.9234 26.8708 25.7512ZM11.799 22.0478C6.11483 22.0478 1.46411 17.3971 1.46411 11.799C1.46411 6.11483 6.11483 1.46411 11.799 1.46411C17.311 1.46411 22.134 6.28708 22.134 11.799C22.0478 17.4833 17.4833 22.0478 11.799 22.0478Z' fill='%232E2E2E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  text-indent: -99999px;
}
.sidebar .widget.widget_search .search-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--color-gray);
}
.sidebar .widget.widget_search .search-form input.search-field {
  border: none !important;
  padding-right: 0;
}
.sidebar .widget.widget_search .search-form input.search-submit {
  padding: 0 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M26.8708 25.7512L23.316 22.1964C21.8269 20.7073 21.8243 18.3305 22.6513 16.3938C23.2585 14.972 23.5981 13.4116 23.5981 11.799C23.5981 5.51196 18.0861 0 11.799 0C5.25359 0 0 5.25359 0 11.799C0 18.3445 5.25359 23.5981 11.799 23.5981C13.4819 23.5981 15.0574 23.2491 16.4955 22.6112C18.4244 21.7555 20.7979 21.7452 22.29 23.2374L25.8373 26.7847C26.0096 26.9569 26.2679 26.9569 26.4402 26.7847L26.8708 26.3541C27.0431 26.1818 27.0431 25.9234 26.8708 25.7512ZM11.799 22.0478C6.11483 22.0478 1.46411 17.3971 1.46411 11.799C1.46411 6.11483 6.11483 1.46411 11.799 1.46411C17.311 1.46411 22.134 6.28708 22.134 11.799C22.0478 17.4833 17.4833 22.0478 11.799 22.0478Z' fill='%232E2E2E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  text-indent: -99999px;
}
.sidebar .widget .textwidget {
  width: 100%;
}
.sidebar .widget .textwidget p:empty {
  display: none;
}
.sidebar .widget .textwidget img {
  margin-bottom: 15px;
  margin-top: 10px;
  border-radius: 6px;
}
.sidebar .widget .tagcloud, .sidebar .widget .wp-block-tag-cloud {
  width: 100%;
}
.sidebar .widget .tagcloud a, .sidebar .widget .wp-block-tag-cloud a {
  display: inline-block;
  color: var(--color-dark);
  padding: 4px 10px;
  margin-right: 6px;
  margin-bottom: 10px;
  font-size: 12px !important;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar .widget .tagcloud a:hover, .sidebar .widget .wp-block-tag-cloud a:hover {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

/* CALENDER */
.calendar_wrap, .wp-block-calendar {
  width: 100%;
}
.calendar_wrap .wp-calendar-table, .wp-block-calendar .wp-calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
.calendar_wrap .wp-calendar-table caption, .wp-block-calendar .wp-calendar-table caption {
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
.calendar_wrap .wp-calendar-table th, .wp-block-calendar .wp-calendar-table th {
  border: 1px solid var(--color-gray);
  background-color: #f5f5f5;
  font-weight: 600;
  padding: 6px 0;
}
.calendar_wrap .wp-calendar-table td, .wp-block-calendar .wp-calendar-table td {
  border: 1px solid var(--color-gray);
  padding: 8px 4px;
}
.calendar_wrap .wp-calendar-table td.pad, .wp-block-calendar .wp-calendar-table td.pad {
  background: transparent;
}
.calendar_wrap .wp-calendar-table #today, .wp-block-calendar .wp-calendar-table #today {
  background-color: var(--color-primary);
  font-weight: bold;
  color: var(--color-white);
  border: 2px solid var(--color-primary);
}
.calendar_wrap .wp-calendar-table #today a, .wp-block-calendar .wp-calendar-table #today a {
  color: var(--color-white);
}
.calendar_wrap .wp-calendar-nav, .wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 8px;
}
.calendar_wrap .wp-calendar-nav a, .wp-block-calendar .wp-calendar-nav a {
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: none;
}
.calendar_wrap .wp-calendar-nav a:hover, .wp-block-calendar .wp-calendar-nav a:hover {
  text-decoration: underline;
}

/* WOOCOMMERCE COMPATIBITY */
.woocommerce-breadcrumb {
  display: none;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 15px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
  font-size: 15px;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: var(--color-primary);
}

.woocommerce .price {
  font-size: 14px !important;
}

.woocommerce ins {
  background: none !important;
}

.wc-block-components-product-price__value.is-discounted {
  background: none;
}

.wc-block-components-product-metadata {
  display: none;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: 36px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 5px;
  border: none;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
  background-color: var(--color-secondary);
  text-decoration: none;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  background: none;
}

.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 6px 10px;
  line-height: 1;
  border-radius: 50px;
  z-index: 2;
}

.woocommerce div.product .product_title {
  color: var(--color-primary);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: var(--color-secondary);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  width: max-content;
  height: 57px;
  display: flex !important;
  align-items: center;
  background: var(--color-primary);
  border: none;
  border-radius: 5px;
  padding: 0 30px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 14px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: var(--color-secondary);
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  height: 36px;
  padding: 0 20px;
  margin-left: auto;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px !important;
  padding-left: 55px !important;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  margin-top: 5px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--color-secondary);
  font-size: 18px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price ins, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price ins {
  text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  width: max-content;
  height: 57px;
  display: flex !important;
  align-items: center;
  background: var(--color-primary);
  border: none;
  border-radius: 5px;
  padding: 0 30px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 14px;
}

.woocommerce-products-header__title.page-title {
  max-width: 60%;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--color-secondary);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .woocommerce-products-header__title.page-title {
    max-width: 100%;
  }
}

.woocommerce .products ul, .woocommerce ul.products {
  float: left;
  margin-top: 40px !important;
}

.related.products {
  width: 100%;
  display: block;
  margin-top: 40px;
  color: var(--color-primary);
  font-weight: bold;
}

.related.products h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.woocommerce ul.products li.product .button {
  display: none !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0;
  border: none;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  height: 57px;
  border-radius: 5px;
  border: 1px solid var(--color-gray);
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100%;
  max-width: 580px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox] {
  margin-top: 6px;
  float: left;
  margin-right: 6px;
}

.product_meta .sku_wrapper {
  width: 100%;
  display: block;
  margin-bottom: 6px;
}

.product_meta .posted_in {
  width: 100%;
  display: block;
  margin-bottom: 6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: -1px;
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs .panel > h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews-title {
  display: none;
}

.woocommerce #review_form #respond p label {
  width: 100%;
  display: block;
}

/* CUSTOM WOO QUANTITY*/
.quantity {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid var(--color-gray);
  border-radius: 5px;
}
.quantity input.qty {
  width: 80px;
  text-align: center;
  border: 1px solid #dadee4;
  border-radius: 6px;
  font-weight: 600;
  color: var(--color-secondary);
  appearance: textfield;
  margin: 0 5px;
  padding: 0 10px;
  border: none;
}
.quantity input.qty::-webkit-inner-spin-button, .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .qty-btn {
  width: 40px;
  height: 48px;
  background: var(--color-white);
  border: none;
  font-size: 20px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.quantity .qty-btn:hover {
  background: none;
}
.quantity .qty-btn.minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quantity .qty-btn.plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*# sourceMappingURL=styles.css.map */
