/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

html {
  scroll-behavior: smooth; }

@font-face {
  font-family: 'geomanistregular';
  src: url('fonts/geomanist-regular-webfont.eot');
  src: url('fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/geomanist-regular-webfont.woff2') format('woff2'), url('fonts/geomanist-regular-webfont.woff') format('woff'), url('fonts/geomanist-regular-webfont.ttf') format('truetype'), url('fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
  font-weight: normal;
  font-style: normal; }
body {
  position: relative;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif; }

#thesis_logo_image {
  margin: 0 auto;
  transition: 0.2s;
  width: 230px; }

p {
  margin-bottom: 20px;
  font-size: 17.5px;
  line-height: 1.6;
  font-weight: 400;
  color: #444444; }

ul,
ol {
  margin-left: 25px;
  margin-bottom: 20px; }

li {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 400; }

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

.clearfix:after {
  display: table;
  content: "";
  clear: both; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #322c2a;
  line-height: 1.1; }

#site_title {
  margin-bottom: 0;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  padding: 15px; }

#site_title a {
  color: #111111; }

a {
  color: #ff6a39;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }

h1 {
  font-size: 46px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 28px; }

h6 {
  font-size: 24px; }

input[type=text],
input[type=password],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=month],
input[type=week],
textarea {
  font-family: inherit;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: middle;
  width: 100%;
  color: #b1b1be;
  padding: 5px 20px;
  font-weight: 400;
  background-color: initial;
  border: 0;
  border-bottom: 1px solid #1b3561;
  text-transform: inherit;
  font-size: 14px;
  outline: none;
  line-height: 25px;
  border-radius: 4px; }

textarea {
  height: 130px; }

.wpcf7 {
  padding: 30px 40px 0px; }

.wpcf7 p {
  margin-bottom: 15px; }

.wpcf7 input[type=submit],
.wpcf7 button,
.gform_button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 500;
  color: black;
  background-color: initial;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 11px 16px rgba(70, 168, 210, 0.1);
  box-shadow: 0px 11px 16px rgba(48, 144, 93, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 16px 26px; }

.wpcf7 input[type=submit]:hover,
.wpcf7 button:hover,
.gform_button:hover {
  background-color: #30905d;
  box-shadow: 0px 12px 18px rgba(70, 168, 210, 0.3);
  box-shadow: 0px 12px 18px rgba(48, 144, 93, 0.3);
  color: white;
  transform: translateY(-7px); }

.pers-font-medium {
  font-size: 20px; }

.pers-container {
  width: 1240px;
  margin: 0 auto; }

.pers-flex {
  display: flex; }

.pers-flex-gap {
  gap: 20px; }

.pers-flex-ac {
  align-items: center; }

.menu {
  margin: auto;
  position: relative;
  text-align: center; }

.menu li {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
  position: relative; }

.menu li a {
  display: flex;
  font-size: 16px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
  padding: 5px 25px;
  margin-right: -4px;
  font-weight: 300;
  letter-spacing: 2px; }

.menu .current-menu-item > a {
  color: #f9423a; }

.menu li a:hover {
  color: #f9423a; }

.menu a {
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: inherit;
  display: inline;
  text-decoration: none; }

.menu a:hover {
  background-size: 100% 1px; }

.menu .sub-menu .current-menu-item > a {
  background-color: #f9423a;
  color: white; }

.menu .sub-menu a:hover {
  background: #f9423a;
  color: white; }

.menu li .sub-menu a {
  text-align: left;
  font-size: 16px;
  color: #494949;
  line-height: normal;
  height: auto;
  border-bottom: 1px solid whitesmoke;
  padding: 10px 20px; }

.menu li .sub-menu li:last-child a {
  border-bottom: 0; }

.menu li .sub-menu {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  max-height: none;
  overflow: visible;
  margin-left: 0;
  background-color: white;
  margin-bottom: 0;
  pointer-events: all; }

.menu li:hover .sub-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.menu .navmenu {
  left: 0;
  max-height: none;
  min-width: 250px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  top: 100%;
  width: 100%;
  z-index: 2; }

.menu .sub-menu a:hover {
  color: white; }

.menu-item-has-children > a span {
  display: flex;
  padding-left: 6px; }

.menu-item-has-children > a span:after {
  content: "\f107";
  font-family: fontawesome;
  font-size: 16px;
  position: relative;
  transform: rotate(0);
  transition: transform 0.5s; }

.menu-item-has-children:hover > a span:after {
  transform: rotate(-180deg); }

.menu li.current-menu-item:after,
.menu li:hover:after {
  opacity: 1; }

.menu .sub-menu li:hover > a:before {
  display: none; }

.menu .sub-menu li.current-menu-item > a:before {
  display: none; }

.menu .sub-menu li {
  margin-right: 0;
  display: block; }

.menu li .sub-menu a {
  text-align: left;
  font-size: 16px;
  color: #494949;
  line-height: normal;
  height: auto;
  border-bottom: 1px solid whitesmoke;
  padding: 10px 20px; }

.menu_control {
  display: none; }

.submenu-toggle {
  display: none; }

.pers-header {
  background-color: #1c1c1c;
  z-index: 999;
  position: relative; }

.collapsable-btn {
  display: none; }

.pers-center-header {
  margin: 0 auto; }

.pers-header {
  background-color: #1c1c1c; }

.pers-right-header {
  padding-right: 20px; }

.pers-btn .wp-block-button__link {
  padding: 18px 35px;
  color: white;
  display: inline-block;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f9423a;
  border-radius: 0; }

.pers-btn .wp-block-button__link:hover {
  animation: bounce 0.6s; }

.pers-head-btn {
  padding: 18px 35px;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  transition: transform 0.3s ease; }

.pers-head-btn:hover {
  animation: bounce 0.6s; }

.pers-head-btn span i {
  font-size: 18px;
  padding-right: 5px; }

.pers-red-bg-color {
  background-color: #f9423a;
  color: white; }

.pers-orange-bg-color {
  background-color: #ff6a39;
  color: white; }

.pers-lorange-bg-color {
  background-color: #ff8f1c;
  color: white; }

.pers-slider-section {
  position: relative; }

.pers-slider-content-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1; }

.pers-slider-section h2 {
  font-family: 'geomanistregular';
  font-size: 110px !important;
  margin-bottom: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  color: white; }

.pers-stencil-text {
  position: absolute;
  font-size: 140px;
  font-weight: 800;
  color: transparent !important;
  -webkit-text-stroke: 2px white;
  z-index: 1;
  opacity: 0.2;
  margin-bottom: 0;
  left: 10%;
  top: -80px; }

.pers-stencil-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3; }

.pers-stencil-heading {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 28px;
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 800;
  color: transparent !important;
  -webkit-text-stroke: 4px white; }

.pers-slider-section h2 strong {
  color: #ff8f1c; }

.pers-footer-top {
  background-color: #1c1c1c; }

.pers-footer h3 {
  font-size: 20px;
  color: white; }

.pers-footer p {
  color: #c0c0be;
  font-weight: 200; }

.pers-footer-top .wp-block-separator {
  height: 100%;
  width: 1px; }

.pers-footer ul {
  margin-left: 0; }

.pers-footer ul li {
  list-style: none;
  margin-bottom: 5px;
  font-weight: 400; }

.pers-footer ul li a {
  color: #c0c0be;
  text-decoration: underline; }

.pers-footer h5 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ff6a39;
  font-weight: 300;
  margin-bottom: 5px; }

.pers-footer p.attribution {
  margin-bottom: 0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.pers-footer-bottom {
  background-color: #1c1c1c; }

.pers-footer-top .wp-block-group.pers-container {
  border-bottom: 1px solid #434343; }

.pers-footer-top .wp-block-columns {
  padding-bottom: 20px;
  margin-bottom: 0; }

.split-lines {
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  letter-spacing: -1px; }

.split-lines .word {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  transition: opacity 0.5s ease, transform 0.5s ease; }

.split-lines .word.visible {
  opacity: 1;
  transform: translateY(0); }

.split-lines-title {
  color: #111111;
  text-align: center; }

.split-lines-title span {
  color: #ff8f1c; }

.benefits-section {
  text-align: center;
  padding: 60px 50px;
    /*
   * background: #fff2e5;
   */ }

.benefits-title {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold; }

.benefits-title span {
  color: #ff8f1c; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 0 auto; }

.benefit-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  animation: bounceIn 0.8s ease forwards; }

.benefit-card:hover {
  transform: translateY(-10px); }

.benefit-card img {
  width: 60px;
  margin-bottom: 20px; }

.benefit-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
  color: #111111; }

.benefit-card p {
  font-size: 0.95rem;
  color: #555555; }

@keyframes bounceIn {
     {
    transform: translateY(50px);
    opacity: 0; }


     {
    transform: translateY(0);
    opacity: 1; }
 }
.pricing-plans {
  padding: 60px 20px;
  font-family: sans-serif;
  text-align: center; }

.pricing-title {
  font-size: 2rem;
  color: #f9423a;
  margin-bottom: 40px; }

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto; }

.plan-card {
  background-color: white;
  border: 2px solid #ffe0d3;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1); }

.plan-card h3 {
  font-size: 1.4rem;
  color: #f9423a;
  margin-bottom: 10px; }

.plan-card .price {
  font-size: 1.8rem;
  color: #ff6a39;
  margin: 10px 0 20px;
  font-weight: bold; }

.plan-card .price span {
  font-size: 1rem;
  font-weight: normal; }

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left; }

.plan-card ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #333333; }

.plan-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff8f1c;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease; }

.plan-btn:hover {
  background-color: #f9423a;
  animation: bounce 0.6s; }

/*
 * Highlight middle plan
 */
.featured {
  border: 2px solid #f9423a;
  background-color: #fff4ef; }

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
    /*
   * initially at top
   */
  transition: transform 0.3s ease;
  z-index: 1000; }

/*
 * Slide up (hide) on scroll up - optional behavior
 */
#site-header.hide {
  transform: translateY(-100%); }

.pers-main {
  padding-top: 89px;
    /*
   * space for fixed header
   */
  background-color: #1c1c1c; }

.pers-column {
  background-color: white; }

#backToTop {
  position: fixed;
  bottom: 30px;
  right: -60px;
    /*
   * Hidden to the right initially
   */
  width: 48px;
  height: 48px;
  background: #333333;
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: right 0.3s ease, opacity 0.3s ease;
  z-index: 9999;
  opacity: 0; }

#backToTop.show {
  right: 30px;
  opacity: 1; }

h1.headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-size: 3em;
  z-index: 1;
  font-weight: 400;
  width: 70%;
  text-align: center; }

.pers-cart-checkout h1.headline {
  position: relative;
  width: auto;
  text-shadow: none;
  color: #111111; }

.pers-team {
  padding: 0 50px; }

.pers-pos-rel {
  position: relative;
  margin-top: 70px; }

.pers-meet-our-teem-stencil-text {
  position: absolute;
  font-size: 140px;
  font-weight: 800;
  z-index: 1;
  opacity: 0.2;
  margin-bottom: 0px;
  left: 10%;
  top: -80px;
  color: transparent !important;
  -webkit-text-stroke: 2px #111111; }

.pers-full-testi {
  position: relative; }

.pers-full-testi h3 {
  font-size: 54px; }

.pers-full-testi h5 {
  position: absolute;
  font-size: 120px;
  font-weight: 800;
  z-index: 1;
  opacity: 0.2;
  margin-bottom: 0px;
  right: 0%;
  top: 0;
  color: transparent !important;
  -webkit-text-stroke: 2px white; }

.pers-testi-image {
  margin-right: 15px;
  width: 30%; }

.client-info {
  position: relative;
  padding: 70px 30px;
  width: 70%; }

.client-info .pers-testi-quote i {
  font-size: 100px;
  color: #ff8f1c;
  color: rgba(255, 143, 28, 0.5);
  position: absolute;
  z-index: -9;
  top: 35px;
  left: 0; }

.client-info p {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.8; }

.client-info h6 {
  color: #f9423a;
  margin-bottom: 10px; }

.client-info span {
  color: #eeeeee; }

.client-details {
  margin-left: 12%; }

.pers-ci h4 {
  font-size: 60px; }

.pers-ci h5 {
  color: #f9423a !important;
  text-transform: uppercase; }

.pers-ci .wp-block-separator {
  transform: skewX(150deg);
  -webkit-transform: skewX(150deg);
  border-color: white;
  border-width: 6px;
  width: 50px;
  margin: 0 auto; }

.wp-block-columns.pers-contact {
  margin-bottom: 0; }

.pers-contact-pad {
  padding: 0 50px; }

.pers-contact .wp-block-separator {
  transform: skewX(150deg);
  -webkit-transform: skewX(150deg);
  border-color: white;
  border-width: 6px;
  width: 50px;
  margin-bottom: 20px; }

.pers-contact p {
  font-size: 20px; }

.pers-contact-phone a {
  color: #898989 !important; }

.pers-contact-phone a:before {
  content: "\f095";
  font-family: fontawesome;
  padding-right: 5px; }

.pers-contact-phone a:hover {
  color: white !important; }

.gform-theme .gform_body input,
.gform-theme .gform_body textarea {
  font-size: 16px;
  border-width: 0 0 2px 0 !important;
  background: transparent !important;
  border-color: #4f4f4f !important;
  color: #999999 !important; }

.gform-theme .gform_body .gfield_label {
  color: #9f9f9f; }

body .gform_wrapper a:focus {
  outline: none !important;
  box-shadow: none !important; }

body .gform_wrapper a:hover {
  text-decoration: none;
    /*
   * or keep it if you like underline on hover
   */ }

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  outline: none !important;
  box-shadow: none !important;
  caret-color: auto; }

body .gform_wrapper ::placeholder {
  color: #999999;
    /*
   * change to your desired color
   */
  opacity: 0.8;
    /*
   * to ensure consistency across browsers
   */
  font-weight: 200; }

body .gform_wrapper input[type="submit"] {
  padding: 18px 35px !important;
  color: white !important;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  background-color: #f9423a !important;
  border-radius: 0 !important;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  margin-top: 20px !important;
  transform: translateY(0); }

body .gform_wrapper input[type="submit"]:hover {
  animation: bounce 0.6s;
  transform: translateY(0); }

.pers-pricing-table thead {
  background-color: #fff2e5; }

.pers-pricing-table td strong {
  font-weight: 600; }

.pers-pricing-table td a {
  text-decoration: underline;
  color: #f9423a; }

.pers-pricing-table td em {
  font-size: 12px; }

.pers-class {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column; }

.pers-class h4 {
  background: #f9423a;
  padding: 20px;
  color: white;
  font-size: 20px;
  margin-bottom: 0; }

.pers-class ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none; }

.pers-class ul li {
  padding: 14px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0;
  border-color: #e5e5e5;
  background-color: #f6f6f6;
  color: #444444;
  font-size: 16px; }

.pers-class ul li:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #f06d6d;
  font-size: 12px;
  padding-right: 10px; }

.pers-inner-class {
  padding: 20px; }

.pers-inner-class p {
  margin-bottom: 0;
  color: #444444;
  font-size: 16px; }

.pers-btn-link {
  margin-top: auto; }

.pers-btn-link .wp-block-button__link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff8f1c;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease; }

.pers-btn-link .wp-block-button__link:hover {
  background-color: #f9423a;
  animation: bounce 0.6s; }

.pers-team-feature {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pers-team-img-round {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 25px; }

.pers-team-block-cover-img {
  opacity: 0.3; }

.pers-team-cover-img {
  background-color: #141414; }

.amelia-v2-booking,
.amelia-v2-booking #amelia-container {
  border: 0; }

.amelia-v2-booking #amelia-container .am-ecs__page {
  border: 1px solid #f9423a !important; }

.amelia-v2-booking #amelia-container .am-button.am-button--small {
  background-color: #f9423a !important;
  color: white !important;
  border-color: #f9423a !important; }

.amelia-v2-booking #amelia-container .am-ecs .am-evt-wrapper {
  box-shadow: 2px 0 0 0 #ff6a39 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) !important;
  background-color: #ffeee9 !important; }

.amelia-v2-booking #amelia-container .am-ecs__side-card {
  box-shadow: 2px 0 0 0 #ff6a39 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) !important; }

.pres-upcom-emp-event .amelia-app-booking .am-events-filter .el-row .el-col:last-child {
  display: none !important; }

.amelia-app-booking #amelia-booking-wrap #am-events-booking .am-event-list .am-event .am-event-data .am-event-price.am-event-free {
  color: #f9423a !important; }

.amelia-app-booking #amelia-booking-wrap #am-events-booking .am-event-list .am-event .am-event-data .am-event-date .am-event-date-month,
.amelia-app-booking #amelia-booking-wrap #am-events-booking .am-event-list .am-event .am-event-data .am-event-dates .am-event-date-month {
  color: #f9423a !important; }

#am-modal.am-modal.am-in-body .el-button--primary.el-button,
.amelia-app-booking #amelia-booking-wrap .el-button--primary.el-button {
  background-color: #f9423a !important; }

.studio-location {
  background: #fff5f5;
  border-left: 4px solid #f9423a;
  padding: 10px 15px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  margin: 10px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }

.studio-location .label {
  font-weight: bold;
  color: #f9423a; }

.studio-location .location {
  color: #333333;
  margin-left: 5px;
  font-weight: bold; }

.pers-no-gap {
  gap: 0; }

.pers-contact-class-inner {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
  border-image: initial;
  padding: 30px 29px 24px;
  position: relative;
  transition: 500ms;
  display: flex;
  flex-direction: column; }

.pers-contact-class-inner:hover {
  border-color: #f9423a; }

.pers-contact-class-inner h5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 20px;
  color: #a3a1ad;
  font-size: 20px; }

.pers-contact-class-inner p {
  margin-bottom: 5px;
  font-size: 16px; }

.pers-contact-class-inner ul {
  margin-top: 10px;
  margin-left: 0; }

.pers-contact-class-inner ul li {
  border-bottom: 1px solid #3e3c48;
  padding: 8px 0px;
  list-style: none;
  font-size: 16px;
  margin-bottom: 0; }

.pers-contact-class-inner ul li:before {
  font-family: FontAwesome;
  content: "\f101";
  color: #a3a1ad;
  font-size: 14px;
  padding-right: 10px; }

.pers-contact-class-inner ul li:last-child {
  border-bottom: 0; }

.pers-contact-class-inner:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 40px;
  left: -1px;
  top: 40px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
  background: #f9423a; }

.pers-contact-class-btn-link .wp-block-button__link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f9423a;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease; }

.pers-contact-class-btn-link .wp-block-button__link:hover {
  background-color: #ff8f1c;
  animation: bounce 0.6s; }

.owl-carousel.pers-contact-class .owl-nav .owl-next,
.owl-carousel.pers-contact-class .owl-nav .owl-prev {
  color: #a8a8a8;
  transition: all 0.3s ease; }

.owl-carousel.pers-contact-class .owl-nav .owl-next:hover,
.owl-carousel.pers-contact-class .owl-nav .owl-prev:hover {
  color: white; }

.pers-product-woo {
  padding: 50px 0; }

.woocommerce .quantity .qty {
  padding: 10px 5px; }

.woocommerce div.product form.cart .button {
  display: inline-block;
  padding: 15px 20px;
  background-color: #ff8f1c;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease; }

.woocommerce div.product form.cart .button:hover {
  background-color: #f9423a;
  animation: bounce 0.6s; }

.woocommerce #review_form #respond .form-submit input {
  display: inline-block;
  padding: 15px 20px;
  background-color: #ff8f1c;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease; }

.woocommerce #review_form #respond .form-submit input:hover {
  background-color: #f9423a;
  animation: bounce 0.6s;
  color: white; }

.template-single-product.woocommerce #review_form #respond p {
  margin: 15px 0 10px; }

.template-single-product .woocommerce-message {
  border-top-color: #f9423a; }

.template-single-product .woocommerce-message:before {
  color: #f9423a; }

.template-single-product.woocommerce span.onsale {
  padding: 0.5em;
  background-color: #f9423a;
  min-height: 4.236em;
  min-width: 4.236em; }

.template-single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.template-single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #f9423a; }

.template-single-product.woocommerce .product_cat-mwb_wgm_giftcard .price {
  font-size: 1em; }

.mwb_wgm_info {
  font-size: 13px; }

.mwb_wgm_section.mwb_wgm_msg_field {
  font-size: 13px; }

.template-single-product.woocommerce .mwb_wgm_added_wrapper label {
  font-weight: 600;
  color: #111111; }

.template-single-product.woocommerce .mwg_wgm_preview_email {
  display: block;
  margin-bottom: 15px; }

.template-single-product.woocommerce .mwg_wgm_preview_email a {
  display: inline-block;
  padding: 5px 20px;
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  color: #111111;
  font-size: 14px;
  letter-spacing: 2px; }

.template-single-product.woocommerce .mwb_wgm_added_wrapper input,
.template-single-product.woocommerce .mwb_wgm_added_wrapper textarea {
  color: #333333;
  opacity: 1;
  border: 1px solid #f9423a !important; }

.template-single-product.woocommerce .mwb_wgm_added_wrapper .mwb_wgm_send_date {
  background-color: #f9423a;
  color: white;
  border: 1px solid #f9423a; }

.template-single-product.woocommerce .woocommerce-error .button,
.template-single-product.woocommerce .woocommerce-info .button,
.template-single-product.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  display: inline-block;
  padding: 15px 20px;
  background-color: #ff8f1c;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease; }

.template-single-product.woocommerce .woocommerce-error .button:hover,
.template-single-product.woocommerce .woocommerce-info .button:hover,
.template-single-product.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: #f9423a;
  animation: bounce 0.6s; }

.pers-cart-checkout .wc-block-components-product-name {
  font-size: 1.2em;
  color: #111111;
  font-weight: 600; }

.pers-cart-checkout .wc-block-components-product-metadata__description p {
  font-size: 13px; }

.pers-cart-checkout .wc-block-components-button:not(.is-link) {
  padding: 15px 20px;
  background-color: #f9423a;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  border: 0;
  transition: background-color 0.3s ease; }

.pers-cart-checkout .wc-block-components-button:not(.is-link):hover {
  background-color: #f9423a;
  animation: bounce 0.6s; }

.pers-cart-checkout table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 1em; }

.pers-cart-checkout .wc-block-cart .wc-block-cart__totals-title {
  font-size: 1em; }

.pers-cart-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  padding: 15px 20px; }

.gift-cards_form .selected_button .ywgc-manual-currency-symbol {
  top: 10px; }

.gift-cards_form .selected_button #ywgc-manual-amount {
  background-color: white !important;
  color: #111111 !important;
  border: 1px solid #dddddd;
  padding: 5px;
  border-radius: 0; }

.gift-cards_form .gift-cards-list .ywgc-amount-buttons:last-of-type {
  border: 0;
  padding: 7px;
  background-color: initial !important; }

.gift-cards_form .ywgc-choose-design-preview {
  margin-bottom: 0px; }

.woocommerce .gift-cards_form > h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px; }

.woocommerce .gift-cards_form .gift-card-content-editor.step-content input {
  height: auto;
  margin: 1em 0 1em 0;
  border: 1px solid; }

.woocommerce .gift-cards_form .gift-card-content-editor.step-content textarea {
  margin: 1em 0 1em 0;
  border: 1px solid; }

.woocommerce .ywgc-delivery-notification-checkbox-container {
  padding-top: 15px;
  float: none;
  display: flex; }

.woocommerce #ywgc-delivery-notification-checkbox {
  width: auto;
  margin-right: 10px; }

.woocommerce  #ui-datepicker-div.ywgc-date-picker .ui-datepicker-buttonpane.ui-widget-content button {
  width: auto !important; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled] {
  background: #878787 !important; }

.woocommerce div.product {
  overflow: hidden; }

.pers-vimeo-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
    /*
   * Maintains 16:9 aspect ratio
   */
  height: 0;
  overflow: hidden;
  background-color: black; }

.pers-vimeo-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.pers-join-form p {
  font-size: 32px; }

.pers-join-form .gform_fields {
  align-items: baseline; }

.pers-join-form .gform_fields .gform-button {
  border: 0 !important;
  width: 100% !important;
  clip-path: polygon(7% 0, 100% 0, 92% 100%, 0% 100%); }

.rlAccordion > h4 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333;
  font-size: 18px;
  margin: 0 auto;
  padding: 3%;
  text-decoration: none;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 1px;
  position: relative; }

.rlAccordion > h4 > span {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 15px; }

.rlAccordion > h4 + div {
  display: none;
  padding: 1% 2%; }

.rlAccordion .wp-block-list {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
  margin-top: 15px; }

/*
 * Tabbed Widget CSS Code
 */
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px; }

ul#tabs-nav li {
  cursor: pointer;
  display: inline-block; }

ul#tabs-nav li a:hover,
ul#tabs-nav li.active a {
  background-color: #f9423a; }

#tabs-nav li a {
  text-decoration: none;
  color: white;
  padding: 8px 50px;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  border: 1px solid transparent; }

#popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998; }

#popupOverlay.show {
  display: block; }

#myPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
    /*
   * Start slightly smaller
   */
  background: rgba(229, 229, 229, 0.9);
  padding: 30px;
  border: 2px solid black;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 40%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: bounce 0.6s ease forwards;
    /*
   * Apply bounce effect
   */ }

#myPopup.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) !important; }

.closePopup {
  position: absolute;
  top: -15px;
  right: -8px;
  cursor: pointer;
  font-size: 15px;
  background-color: rgba(229, 229, 229, 0.9);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #333333;
  padding: 1px;
  font-weight: normal; }

.popup-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: black; }

.popup-offers {
  list-style: none;
  padding: 0;
  margin: 0; }

.popup-offers li {
  background: #f9f9f9;
  border-left: 5px solid #f9423a;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4em; }

.popup-offers li .highlight {
  font-weight: bold;
  color: #111111; }

.popup-offers small {
  display: block;
  font-size: 14px;
  color: #666666; }

.popup-btn-wrap {
  text-align: center;
  margin-top: 15px; }

.popup-btn {
  display: inline-block;
  background: #f9423a;
  color: white;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.2s ease; }

.popup-btn:hover {
  background: #111111;
  transform: scale(1.05); }

/*
 * FullCalendar more-events popup
 */
.pers-calendar .fc-popover {
  max-height: 220px;
    /*
   * limit popup height
   */
  overflow-y: auto;
    /*
   * enable vertical scroll
   */
  z-index: 9999;
    /*
   * keep it above other elements
   */ }

#calendar-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
    /*
   * Adjust based on your calendar container
   */
  font-size: 18px;
  color: #333333; }

.spinner {
  border: 4px solid #f3f3f3;
    /*
   * Light gray
   */
  border-top: 4px solid #f9423a;
    /*
   * Blue
   */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-right: 10px; }

@keyframes spin {
     {
    transform: rotate(0deg); }


     {
    transform: rotate(360deg); }
 }
#modalDescription {
  color: #322c2a;
  margin-bottom: 20px;
  font-size: 17.5px;
  line-height: 1.6;
  font-weight: 400; }

.pers-blog-container {
  padding: 50px 150px;
  background-color: rgba(255, 106, 56, 0.53); }

.pers-blog-container .post_box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  margin-bottom: 20px; }

.pers-blog-container .post_box h2 {
  font-size: 24px;
  font-weight: 600; }

.pers-blog-container .post_box h2 a {
  color: #111111; }

.pers-blog-container .post_box .post_excerpt {
  color: #333333; }

.pers-blog-container .post_box .post_content {
  color: #333333; }

.pers-blog-container h1.headline {
  position: relative;
  transform: initial;
  width: auto;
  text-shadow: none;
  left: 0;
  top: 0;
  color: #333333;
  font-size: 36px;
  font-weight: 600; }

.archive_title.headline {
  position: relative;
  transform: initial;
  width: auto;
  text-shadow: none;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 28px;
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 800;
  color: transparent !important;
  -webkit-text-stroke: 4px white; }

.pers-blog-container h2,
.pers-blog-container h3,
.pers-blog-container h4,
.pers-blog-container h5,
.pers-blog-container h6 {
  font-weight: 600; }

.pers-blog-container h2 {
  font-size: 30px; }

.pers-blog-container h3 {
  font-size: 28px; }

.pers-blog-container h4 {
  font-size: 24px; }

.pers-blog-container h5 {
  font-size: 20px; }

.pers-blog-container h6 {
  font-size: 18px; }

@media only screen and (max-width: 1600px) {
  .pers-head-btn {
    padding: 15px 20px;
    font-size: 16px; }

  .menu li a {
    padding: 5px 10px;
    font-size: 16px; } }

@media only screen and (max-width: 1320px) {
  #site-header {
    display: inline-block; }

  #site_title {
    text-align: left;
    display: inline-block; }

  .pers-right-header {
    position: absolute;
    top: 18px;
    right: 0; }

  .menu li a {
    padding: 5px 15px; } }

@media only screen and (max-width: 1199px) {
  .pers-container {
    width: 970px; }

  .pers-slider-section h2 {
    font-size: 80px !important; }

  figure.effect-lily figcaption > div {
    padding: 1em; }

  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }

  .client-info .pers-testi-quote i {
    font-size: 60px; }

  .client-details {
    margin-left: 7%; }

  .pers-blog-container {
    padding: 50px 50px; } }

@media only screen and (max-width: 1023px) {
  .pers-flex {
    display: block; }

  .pers-container {
    width: 95%; } }

@media only screen and (max-width: 800px) {
  a.collapsable-btn {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    margin-right: auto;
    color: #111111;
    height: auto;
    cursor: pointer;
    font-size: 0; }

  .collapsable-btn .text,
  .collapsable-btn .bars {
    height: 28px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    display: inline-block; }

  .collapsable-btn .text {
    color: #111111;
    line-height: 28px;
    margin: 0 0 0 10px; }

  .collapsable-btn .bars span {
    border-bottom: 2px solid white;
    margin: 6px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    margin: 4px 0;
    width: 30px;
    display: block; }

  .collapsable-btn.collapsed .bars span:first-child {
    -webkit-transform: rotate(45deg) translate(2px, 3px);
    -moz-transform: rotate(45deg) translate(2px, 3px);
    -ms-transform: rotate(45deg) translate(2px, 3px);
    -o-transform: rotate(45deg) translate(2px, 3px);
    transform: rotate(45deg) translate(2px, 3px); }

  .collapsable-btn.collapsed .bars span:nth-child(2) {
    border-color: transparent; }

  .collapsable-btn.collapsed .bars span:last-child {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -moz-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    -o-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px); }

  .collapsable-content {
    background-color: #3c3c3c;
    left: 0;
    overflow: hidden !important;
    position: absolute;
    top: 35px;
    width: 0;
    visibility: hidden;
    z-index: 999; }

  .menu-main-menu-container {
    opacity: 0;
    overflow: auto;
    transition: opacity 1s;
    position: relative; }

  .menu li {
    display: block; }

  .menu li a {
    display: block;
    text-align: left;
    line-height: 45px;
    padding-left: 25px;
    color: white; }

  .collapsable-content.collapse {
    width: 97vw !important;
    visibility: visible; }

  .collapse .menu-main-menu-container {
    opacity: 1; }

  .menu .navmenu {
    position: relative; }

  .menu li .sub-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none; }

  .menu li .sub-menu.show-subnav {
    display: block; }

  .menu li .sub-menu a {
    padding: 10px 40px; }

  .menu-item-has-children > a span {
    display: none; }

  .submenu-toggle {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 999;
    margin-left: 0;
    width: 42px;
    background-color: #111111;
    color: white;
    padding: 6px;
    cursor: pointer;
    font-weight: bold; }

  .plans-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }

  .pers-testi-image {
    margin-right: 0;
    width: 100%; }

  .client-info {
    width: 100%; }

  #site-header {
    padding: 15px 0; }

  .pers-left-header {
    text-align: center; }

  #site_title {
    text-align: center;
    padding: 0; }

  .pers-center-header {
    position: absolute;
    left: 12px;
    top: 30%; }

  .pers-right-header {
    position: relative;
    top: 0;
    right: 0;
    text-align: center; }

  .pers-main {
    padding-top: 150px; }

  .pers-slider-section h2 {
    font-size: 60px !important; }

  .pers-meet-our-teem-stencil-text {
    font-size: 74px; }

  .pers-full-testi h5 {
    font-size: 66px; }

  .owl-carousel2 .owl-item img {
    width: 200px;
    margin: 0 auto; }

  .pers-join-form p {
    font-size: 20px; }

  .rlAccordion > h4 > span {
    right: 5px; } }

@media only screen and (max-width: 768px) {
  .pers-calendar.fc .fc-toolbar {
    display: block; }

  .pers-calendar.fc-theme-standard .fc-toolbar-chunk {
    margin-bottom: 20px; }

  .pers-calendar {
    padding: 10px; }

  .pers-calendar.fc-theme-standard td,
  .pers-calendar.fc-theme-standard th {
    color: #333333; }

  .pers-calendar.fc-theme-standard td {
    font-size: 15px; }

  .pers-calendar.fc .fc-toolbar-title {
    font-size: 1.4em; }

  .pers-calendar.fc .fc-list-empty-cushion {
    color: #333333; } }

@media only screen and (max-width: 600px) {
  .pers-head-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal; }

  .pers-slider-section h2 {
    font-size: 34px !important; }

  .split-lines-title {
    font-size: 24px; }

  .pers-btn .wp-block-button__link {
    padding: 10px 35px;
    font-size: 14px;
    font-weight: 300; }

  .benefits-section {
    text-align: center;
    padding: 30px 20px; }

  .benefits-title {
    font-size: 1.8rem;
    margin-bottom: 30px; }

  .pricing-plans {
    padding: 35px 20px; }

  .pers-meet-our-teem-stencil-text {
    font-size: 42px; }

  .pers-full-testi h3 {
    font-size: 30px;
    text-align: center; }

  .pers-full-testi h5 {
    font-size: 30px;
    top: 25px; }

  .pers-team {
    padding: 0 30px; }

  .client-info {
    padding: 30px 20px; }

  .client-info .pers-testi-quote i {
    font-size: 30px; }

  .pers-column .wp-block-cover,
  .pers-column .wp-block-cover-image {
    min-height: 150px; }

  h1.headline {
    font-size: 2.5em; }

  .pers-stencil-heading {
    padding: 20px;
    font-size: 60px; }

  .archive_title.headline {
    padding: 20px;
    font-size: 60px; }

  .pers-footer .wp-block-image img {
    width: 240px; }

  .pers-footer-top .wp-block-columns {
    gap: 1em; }

  .pers-center-header {
    left: 8px; }

  .rlAccordion > h4 {
    font-size: 16px;
    letter-spacing: 0; }

  #myPopup {
    width: 90%; }

  .pers-blog-container {
    padding: 5px 5px; }

  .pers-blog-container h1.headline {
    font-size: 30px; }

  .pers-blog-container .post_box {
    padding: 15px 20px; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ Custom CSS ]:---
 */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-content {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  position: relative;
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  padding: 30px; }

.modal-overlay.show .modal-content {
  transform: translateY(0);
  opacity: 1;
  overflow-y: auto;
  z-index: 9999;
  max-height: 600px; }

.close-button {
  color: #aaaaaa;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer; }

.close-button:hover {
  color: black; }

.pers-calendar {
  border: 1px solid #f9423a !important;
  border-radius: 8px;
  background-color: #fff9f6;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding: 25px; }

.pers-calendar h1,
.pers-calendar h2,
.pers-calendar h3,
.pers-calendar h4,
.pers-calendar h5,
.pers-calendar h6,
.pers-calendar p {
  color: #322c2a; }

.pers-calendar-popup h1,
.pers-calendar-popup h2,
.pers-calendar-popup h3,
.pers-calendar-popup h4,
.pers-calendar-popup h5,
.pers-calendar-popup h6,
.pers-calendar-popup p {
  color: #322c2a; }

.pers-calendar-popup-info p {
  color: #322c2a; }

.pers-calendar thead {
  background-color: rgba(0, 0, 0, 0.03); }

.pers-calendar.fc-theme-standard .fc-scrollgrid {
  border: 0; }

.pers-calendar.fc-theme-standard td,
.pers-calendar.fc-theme-standard th {
  border: 0; }

.pers-calendar.fc-theme-standard .fc-scrollgrid-liquid .fc-scrollgrid-sync-table td {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 4px 0 0;
  background-color: transparent; }

.pers-calendar.fc-theme-standard .fc-scrollgrid-liquid .fc-scrollgrid-section-header .fc-col-header-cell-cushion {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  padding: 7px 0; }

.pers-calendar.fc-theme-standard .fc-scrollgrid-liquid .fc-scrollgrid-sync-table .fc-daygrid-day-number {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.429;
  color: black;
  padding: 0 4px; }

.pers-calendar.fc-theme-standard .fc-button-primary {
  background-color: #f9423a;
  color: white;
  border-color: #f9423a; }

.pers-calendar.fc-theme-standard .fc-daygrid-event {
  box-shadow: 2px 0 0 0 #ff6a39 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffeee9;
  display: block;
  border-radius: 4px;
  padding: 6px 6px 0px;
  margin-bottom: 2px; }

.pers-calendar.fc-theme-standard .fc-event-time {
  display: flex;
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.455;
  color: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.pers-calendar.fc-theme-standard .fc-event-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.pers-calendar.fc-theme-standard .fc-daygrid-event-dot {
  display: none; }

.pers-calendar.fc-theme-standard .event-status {
  font-size: 0.75rem;
  margin-top: 2px; }

.pers-calendar.fc-theme-standard .event-status.open {
  color: green; }

.pers-calendar.fc-theme-standard .event-status.closed {
  color: red; }

#modalEventLink.disabled {
  cursor: false;
  background-color: #cccccc; }

.pers-calendar.fc-theme-standard .fc-daygrid-day-bottom {
  padding: 2px 0px 0; }

.pers-calendar.fc-theme-standard .fc-daygrid-more-link {
  display: block;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 2px 3px 2px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.455;
  color: rgba(0, 0, 0, 0.7); }

.pers-calendar.fc-theme-standard .fc-more-popover .fc-popover-body {
  padding: 4px 15px 15px; }

.pers-calendar.fc-theme-standard .fc-popover-header {
  background: none;
  padding: 10px 15px 0; }

.pers-calendar.fc-theme-standard .fc-toolbar-chunk select {
  position: relative;
  height: 32px;
  min-height: 24px;
  padding: 0 10px 0 12px;
  background-color: #f9423a;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #f9423a;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-size: 16px;
    /*
   * appearance: none;
   * -webkit-appearance: none;
   * -moz-appearance: none;
   */ }

.pers-calendar.fc-theme-standard .fc-toolbar-chunk {
  position: relative; }

.pers-calendar.fc-theme-standard .fc-toolbar-chunk select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
    /*
   * arrow color
   */ }

.pers-calendar.fc-theme-standard .fc-header-toolbar select:focus {
  outline: none; }

.pers-calendar.fc-theme-standard .fc-popover-title {
  color: #322c2a; }

.pers-calendar-popup {
  background-color: #fff9f6;
  padding: 15px;
  margin-bottom: 10px;
  gap: 20px; }

.pers-calendar-popup h2 {
  font-size: 20px;
  margin-bottom: 0; }

.pers-calendar-popup p {
  margin-bottom: 5px; }

.pers-calendar-popup-tr {
  margin-left: auto; }

.pers-calendar-popup-tr #modalPrice {
  font-size: 32px;
  font-weight: bold; }

.pers-calendar-popup-tl #modalDate {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  background-color: #f9423a;
  color: white;
  padding: 16px 10px;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5; }

.pers-calendar-popup-info h5 {
  font-size: 14px;
  border-bottom: 2px solid #efefef;
  font-weight: normal;
  color: #f9423a;
  padding-bottom: 7px; }

.pers-btn-link #modalEventLink {
  display: inline-block !important; }