/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
body {
  border-left: 8px solid #00ffff;
  border-right: 8px solid #00ffde;
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 8px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #494949;
}
body::before {
  content: "";
  height: 8px;
  display: block;
  background: linear-gradient(90deg, rgb(0, 255, 255) 0%, rgb(0, 255, 222) 100%);
}
body::after {
  content: "";
  height: 8px;
  display: block;
  background: linear-gradient(90deg, rgb(0, 255, 255) 0%, rgb(0, 255, 222) 100%);
}

body.bricks-is-frontend :focus {
  outline: none;
}

.products-offer-custom .repeater-item {
  position: relative;
  overflow: hidden;
}
.products-offer-custom .repeater-item .content-wrapper {
  display: flex;
  position: absolute;
  justify-content: flex-end;
  opacity: 0;
  left: 5%;
  bottom: 5%;
  width: 90%;
  padding-bottom: 10px;
}
.products-offer-custom .repeater-item .content-wrapper :first-child a {
  transition: all 0.2s ease-out;
}
.products-offer-custom .repeater-item .content-wrapper p a {
  transition: all 0.2s ease-out;
}
.products-offer-custom .repeater-item .content-wrapper p a:hover {
  color: white;
}
.products-offer-custom .repeater-item div.image {
  transition: all 0.2s ease-out;
}
.products-offer-custom .repeater-item:hover div.image {
  filter: brightness(0.3);
}
.products-offer-custom .repeater-item:hover .content-wrapper {
  opacity: 1;
}

.main-page-gallery-hover div.image {
  transition: all 0.2s ease-out;
}
.main-page-gallery-hover li:hover div.image {
  filter: brightness(0.3);
}

.main-page-blog-custom ul li .image-wrapper {
  overflow: hidden;
}
.main-page-blog-custom ul li .image-wrapper div.image {
  transform: scale(1.05) translateX(-3px);
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.main-page-blog-custom ul li:hover div.image {
  transform: scale(1.05) translateX(3px);
  filter: grayscale(0);
}
.main-page-blog-custom ul li div.content-wrapper p:last-child {
  position: relative;
}
.main-page-blog-custom ul li div.content-wrapper p:last-child a {
  margin-left: 40px;
}
.main-page-blog-custom ul li div.content-wrapper p:last-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 30px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.3s;
  background-color: currentColor;
}
.main-page-blog-custom ul li div.content-wrapper p:last-child:hover::before {
  transition: 0.3s 0.3s;
  transform: scaleX(1);
}
.main-page-blog-custom ul li div.content-wrapper p:last-child::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 30px;
  height: 1px;
  transform: scaleX(1);
  transform-origin: 100% 50%;
  transition: 0.3s;
  background-color: currentColor;
}
.main-page-blog-custom ul li div.content-wrapper p:last-child:hover::after {
  transform: scaleX(0);
}

.main-menu-custom nav ul {
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.main-menu-custom nav ul li {
  position: relative;
}
.main-menu-custom nav ul li::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -8px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.main-menu-custom nav ul li:hover::before {
  width: 30px;
}
.main-menu-custom nav ul li.current-menu-item::before {
  width: 30px;
}

.logo-link-custom {
  display: flex !important;
}

header span.navigation a:first-child {
  display: none;
}

header.sticky.scrolling section:nth-child(2) > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
header.sticky.scrolling section:first-child {
  display: none;
}

header.sticky.scrolling section:first-child {
  display: none;
}

#sticky-second-header {
  transition: all 0.2s ease-out;
  border-bottom-style: none !important;
  border-color: none !important;
}
#sticky-second-header::after {
  content: "";
  height: 8px;
  width: 100%;
  display: block;
  background: linear-gradient(90deg, rgb(0, 255, 255) 0%, rgb(0, 255, 222) 100%);
}

.footer-blog-hover ul li div div p {
  transition: all 0.2s ease-out;
}

.footer-events-shortcode .mec-event-title {
  color: white;
}
.footer-events-shortcode .mec-event-title:hover {
  color: #9a9a9a;
}

#scroll a:nth-child(2) i {
  transition: all 0.2s ease-out;
}

#scroll:hover a:nth-child(2) i {
  transform: rotateZ(-45deg) translateY(-90%);
  opacity: 0;
}

.shop-products-offer-custom ul li {
  position: relative;
  overflow: hidden;
}
.shop-products-offer-custom ul li div.dynamic:first-child {
  height: 250px;
  aspect-ratio: 1/1;
}
.shop-products-offer-custom ul li div.dynamic:first-child a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: all 0.2s ease-out;
}
.shop-products-offer-custom ul li .offer-link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.shop-products-offer-custom ul li .offer-link-wrapper .offer-content-wrapper {
  position: absolute;
  width: 90%;
  height: 85%;
  left: 10%;
  top: 10%;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
}
.shop-products-offer-custom ul li .offer-link-wrapper .offer-content-wrapper .offer-name {
  transition: all 0.2s ease-out;
}
.shop-products-offer-custom ul li .offer-link-wrapper .offer-content-wrapper .offer-name:hover {
  color: #00ffff !important;
}
.shop-products-offer-custom ul li .offer-link-wrapper .offer-content-wrapper .offer-category a {
  display: contents;
  transition: all 0.2s ease-out;
}
.shop-products-offer-custom ul li .offer-link-wrapper .offer-content-wrapper .offer-category a:hover {
  color: white;
}
.shop-products-offer-custom ul li:hover .offer-content-wrapper {
  display: flex;
}
.shop-products-offer-custom ul li:hover :first-child a img {
  filter: brightness(0.3);
}

.shop-products-filtration-custom .woof_container_inner ul li .woof_childs_list li {
  margin-bottom: 0;
}
.shop-products-filtration-custom .woof_container_inner ul li label {
  color: #494949;
  font-weight: 300;
  vertical-align: sub;
  padding-bottom: 0;
  margin-bottom: 0;
}
.shop-products-filtration-custom .woof_container_inner ul li label.woof_checkbox_label_selected {
  font-weight: 500;
}
.shop-products-filtration-custom .woof_container_inner ul li .woof_childs_list {
  padding-top: 0 !important;
  padding-left: 24px !important;
}
.shop-products-filtration-custom .woof_container_inner ul li .woof_childs_list_opener {
  margin-left: 15px;
}
.shop-products-filtration-custom button.woof_reset_search_form {
  font-family: "Oswald";
  border: 2px solid black;
  background: white;
  font-weight: 400;
  padding: 12px 20px;
  transition: all 0.2s ease-out;
}
.shop-products-filtration-custom button.woof_reset_search_form:hover {
  background: white;
  color: #00ffff;
  border-color: #00ffff;
}

.animation-image-custom img:first-child {
  -webkit-clip-path: circle(0);
          clip-path: circle(0);
  transition: 2.5s 0.1s cubic-bezier(0.28, 0.65, 0.38, 0.79);
}
.animation-image-custom.slideIn img:first-child {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
}
.animation-image-custom img:nth-child(2) {
  transform: translateY(20px);
  transition: 1s 0.3s;
}
.animation-image-custom.slideIn img:nth-child(2) {
  transform: translateY(0);
}

.divider-image-slide-in {
  -webkit-clip-path: circle(0);
          clip-path: circle(0);
  transition: 1s 0.3s;
}
.divider-image-slide-in.slideIn {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
}

.divider-image-from-left-slide-in {
  -webkit-clip-path: circle(0% at 7% 50%);
          clip-path: circle(0% at 7% 50%);
  transition: 1s 0.3s;
}
.divider-image-from-left-slide-in.slideIn {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
}

.opacity-slide-in {
  opacity: 0;
  transition: 1s 0.3s;
}
.opacity-slide-in.slideIn {
  opacity: 1;
}

.divider-white {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(124deg) brightness(110%) contrast(101%);
}

.one-offer-view .one-offer-view-custom .item {
  margin: 5px 0;
}
.one-offer-view .one-offer-view-custom .item .prefix {
  color: #494949;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.one-offer-view .one-offer-view-custom .text a {
  color: #9d9d9d;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-style: italic;
  transition: all 0.2s ease-out;
}
.one-offer-view .one-offer-view-custom .text a:hover {
  color: black;
}
.one-offer-view .model-height, .one-offer-view .shoe-size {
  font-family: "Josefin Sans", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #494949;
}

.gallery-product-custom .flex-viewport {
  height: 500px !important;
}
.gallery-product-custom .flex-viewport .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
}

.telephone-number-contact .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.telephone-number-contact .wpcf7-form p {
  margin: 0;
}
.telephone-number-contact .wpcf7-form .wpcf7-form-control {
  color: black;
  border: 1px solid black;
  background-color: transparent;
  font-family: "Josefin Sans";
  font-size: 15px;
  font-weight: 300;
}
.telephone-number-contact .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}
.telephone-number-contact .wpcf7-form .wpcf7-response-output {
  position: absolute;
  top: 80%;
}
.telephone-number-contact .wpcf7-form .wpcf7-spinner {
  position: absolute;
  transform: translateY(50%);
}
.telephone-number-contact .wpcf7-form .wpcf7-submit {
  background-color: black;
  color: white;
  font-family: "Oswald";
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  padding: 14px 55px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid #000;
}

.single-mec-events #main-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-mec-events #main-content .mec-event-info-desktop > div {
  background-color: #f7f7f7;
}
.single-mec-events #main-content .mec-export-details .mec-events-button:hover {
  color: white !important;
}
.single-mec-events #main-content .form-submit #submit {
  font-family: "Oswald";
  background-color: black;
  color: white;
  font-size: 16px;
  border: 1px solid black;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}
.single-mec-events #main-content .form-submit #submit:hover {
  background-color: white;
  color: #000;
}

.single-blog-view-social-media li a {
  transition: all 0.2s ease-out;
}
.single-blog-view-social-media li a:hover::before {
  background-color: #9a9a9a;
}
.single-blog-view-social-media li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: transparent;
  border: 1px solid #82887a;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.single-blog-view-social-media li a i {
  font-size: 14px;
}

.blog-single-article-comment-button #submit {
  transition: all 0.2s ease-out;
}

.blog-one-articleside-column li .bricks-layout-inner {
  align-items: center;
}
.blog-one-articleside-column li .bricks-layout-inner .image-wrapper {
  width: 120px;
  overflow: hidden;
}
.blog-one-articleside-column li .bricks-layout-inner .image-wrapper .image {
  filter: grayscale(1);
  transition: 0.5s ease;
  transform: scale(1.05) translateX(-3px);
}
.blog-one-articleside-column li .bricks-layout-inner .image-wrapper .image:hover {
  filter: grayscale(0);
  transform: scale(1.05) translateX(3px);
}
.blog-one-articleside-column li .bricks-layout-inner .image-wrapper {
  overflow: hidden;
}

.blog-single-article-navigation .prev-post i::before, .blog-single-article-navigation .prev-post .label, .blog-single-article-navigation .next-post i::before, .blog-single-article-navigation .next-post .label {
  transition: all 0.2s ease-out;
}
.blog-single-article-navigation .prev-post:hover i::before, .blog-single-article-navigation .prev-post:hover .label, .blog-single-article-navigation .next-post:hover i::before, .blog-single-article-navigation .next-post:hover .label {
  color: white !important;
}
.blog-single-article-navigation .content .label {
  vertical-align: sub;
}

.blog-one-article-related .post-thumbnail-inner,
.blog-one-article-image {
  filter: grayscale(1);
  transition: 0.5s ease;
}
.blog-one-article-related .post-thumbnail-inner:hover,
.blog-one-article-image:hover {
  filter: grayscale(0);
}

.blog-one-article-category-hover a,
.blog-one-article-metadane-hover span {
  transition: all 0.2s ease-out;
}
.blog-one-article-category-hover a:hover,
.blog-one-article-metadane-hover span:hover {
  color: #000;
}

.realizations-all-filtration .bricks-isotope-filters {
  margin-bottom: 40px;
}
.realizations-all-filtration .bricks-isotope-filters li {
  position: relative;
  transition: all 0.2s ease-out;
  transition: color 0.3s 0.1s cubic-bezier(0, 0.62, 0.72, 0.91);
}
.realizations-all-filtration .bricks-isotope-filters li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #000000;
  transition: 0.3s ease-out;
  z-index: -1;
}
.realizations-all-filtration .bricks-isotope-filters li:hover::after {
  height: 100%;
  transition-delay: 0s;
  color: aliceblue;
}
.realizations-all-filtration .bricks-isotope-filters li:hover {
  color: white !important;
}
.realizations-all-filtration .bricks-layout-item .image-wrapper {
  overflow: hidden;
}
.realizations-all-filtration .bricks-layout-item .image-wrapper div.image {
  transform: scale(1.05) translateX(-3px);
  filter: grayscale(0);
  transition: all 0.5s ease-in-out;
}
.realizations-all-filtration .bricks-layout-item:hover .content-wrapper :first-child a {
  color: #494949;
}
.realizations-all-filtration .bricks-layout-item:hover div.image {
  transform: scale(1.05) translateX(3px);
  filter: grayscale(1);
}
.realizations-all-filtration .bricks-layout-item .content-wrapper :first-child a {
  transition: all 0.2s ease-out;
}

.mec-container {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mec-container > :first-child {
  text-align: center;
  margin-bottom: 15px;
}

.footer-social-media-icons li:first-child {
  margin-left: 0 !important;
}

.realizations-all-filtration .bricks-isotope-filters {
  padding-left: 0 !important;
}

.reviews-google-custom .ti-review-item {
  font-family: "Josefin Sans" !important;
}

.qa-list-custom-permalink .ewd-ufaq-permalink {
  display: none;
}

.join-us-form-custom .container .mt-4 {
  padding-left: 15px;
  padding-right: 15px;
}
.join-us-form-custom .container .col-12 .mt-4 {
  font-size: 24px;
  color: black;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 5px;
}
.join-us-form-custom .container label {
  color: #000;
  font-weight: 400;
}
.join-us-form-custom .container input {
  border-color: #000;
  margin-bottom: 20px;
  height: 50px;
}
.join-us-form-custom .container input:focus {
  border-color: #00ffff;
}
.join-us-form-custom .container hr {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.join-us-form-custom .container .col-lg-6.col-sm-12 .checkbox_custom {
  margin-left: auto !important;
  margin-right: 50%;
}
.join-us-form-custom .container .checkmark {
  top: 0 !important;
}
.join-us-form-custom .container .col-lg-4.mt-4.col-sm-12 .checkmark {
  top: 5px !important;
}
.join-us-form-custom .container .row.mt-4 .col-lg-6.col-sm-12 {
  margin-bottom: 15px;
}
.join-us-form-custom .container .row.mt-4 .col-lg-6.col-sm-12:first-child {
  padding-left: 0;
}
.join-us-form-custom .container .row.mt-4 .col-lg-6.col-sm-12:first-child div:first-child {
  margin-top: 15px;
}
.join-us-form-custom .container .row.mt-4 .col-lg-6.col-sm-12:first-child div:nth-child(2) {
  margin-top: 55px !important;
}
.join-us-form-custom .container .row.mt-4 .col-lg-6.col-sm-12:nth-child(2) {
  padding-right: 0;
}
.join-us-form-custom .container div.col-12.col-sm-12 .mt-4 {
  padding-left: 0;
}
.join-us-form-custom .container .col-12.mt-4:nth-child(3) {
  display: flex;
  align-items: center;
}
.join-us-form-custom .container .col-12.mt-4.mb-4 input {
  padding-left: 5px !important;
  padding-right: 5px !important;
  float: right;
}
.join-us-form-custom .container .checkbox_custom .checkmark:after {
  top: 3px;
  height: 14px;
  width: 8px;
}
.join-us-form-custom .container .row:nth-last-child(2) {
  margin-top: 15px;
  margin-bottom: 15px;
}
.join-us-form-custom .container .row:nth-last-child(2) .col-12.mt-4 {
  display: flex !important;
  align-items: center !important;
}
.join-us-form-custom .container .row:nth-last-child(2) .col-12.mt-4 input {
  margin-top: 0 !important;
}
.join-us-form-custom .container .row:nth-last-child(2) .col-12.mt-4 label {
  margin: 0 0 0 10px !important;
}
.join-us-form-custom .container #rule, .join-us-form-custom .container#rule_text {
  margin-bottom: 0;
  margin-left: 5px;
}
.join-us-form-custom .container .sumbit {
  transition: all 0.2s ease-out;
  border-color: #000;
}
.join-us-form-custom .container .sumbit:hover {
  border: 2px solid rgb(0, 255, 255);
}

@media (min-width: 1400px) {
  .join-us-form-custom .container {
    width: 1320px;
  }
}
@media (max-width: 1200px) {
  .join-us-form-custom .row.mt-4 {
    display: flex;
  }
  .join-us-form-custom .row.mt-4 .col-lg-6.col-sm-12 {
    margin-bottom: 25px;
  }
  .join-us-form-custom .row.mt-4 .col-lg-6.col-sm-12 > div {
    flex-direction: column;
  }
  .join-us-form-custom .row.mt-4 .col-lg-6.col-sm-12 label {
    text-align: center;
    width: 60%;
    margin: 0;
  }
  .join-us-form-custom .row.mt-4 .col-lg-6.col-sm-12 p {
    text-align: center;
  }
  .join-us-form-custom .row.mt-4 .col-lg-6.col-sm-12:nth-child(2) {
    padding-left: 0;
  }
  .join-us-form-custom .row.mt-4 .col-lg-6.col-sm-12:nth-child(2) > label {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .mec-container {
    width: 95%;
  }
  .shop-products-offer-custom ul li {
    background-color: white;
    box-shadow: 2px 5px 10px rgba(51, 51, 51, 0.1);
  }
  .shop-products-offer-custom ul li div.dynamic:first-child a img {
    height: 250px;
  }
  .shop-products-offer-custom ul li .offer-link-wrapper {
    position: relative;
  }
  .shop-products-offer-custom ul li .offer-link-wrapper .offer-content-wrapper {
    display: flex !important;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    padding: 5px 10px 10px;
    width: 100%;
    left: 0;
    top: 0;
  }
  .shop-products-offer-custom ul li .offer-link-wrapper .offer-content-wrapper :first-child {
    color: black;
  }
  .shop-products-offer-custom ul li .offer-link-wrapper .offer-content-wrapper .offer-category a:hover {
    color: rgb(201, 201, 201);
  }
  .shop-products-offer-custom ul li:hover :first-child a img {
    filter: brightness(1);
  }
  .products-offer-custom .bricks-swiper-container {
    padding: 10px;
  }
  .products-offer-custom .bricks-swiper-container .repeater-item {
    box-shadow: 2px 5px 10px rgba(51, 51, 51, 0.1);
  }
  .products-offer-custom .bricks-swiper-container .repeater-item .content-wrapper {
    position: relative;
    justify-content: flex-start;
    opacity: 1;
    left: 0;
    bottom: 5%;
    width: 100%;
    padding: 5px 10px 10px;
    text-align: center;
  }
  .products-offer-custom .bricks-swiper-container .repeater-item .content-wrapper :first-child {
    width: 100%;
  }
  .products-offer-custom .bricks-swiper-container .repeater-item .content-wrapper :first-child a {
    color: #000;
    transition: all 0.2s ease-out;
  }
  .products-offer-custom .bricks-swiper-container .repeater-item .content-wrapper p {
    width: 100%;
  }
  .products-offer-custom .bricks-swiper-container .repeater-item .content-wrapper p a {
    transition: all 0.2s ease-out;
  }
  .products-offer-custom .bricks-swiper-container .repeater-item .content-wrapper p a:hover {
    color: white;
  }
  .products-offer-custom .bricks-swiper-container .repeater-item div.image {
    filter: brightness(1);
  }
}
@media (max-width: 768px) {
  .blog-single-article-navigation {
    flex-wrap: nowrap;
  }
  .blog-single-article-navigation .next-post {
    margin-top: 0 !important;
  }
  .blog-single-article-navigation .content .label {
    display: none;
  }
  .telephone-number-contact .wpcf7-form {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .telephone-number-contact .wpcf7-form p:has(.wpcf7-form-control-wrap) {
    width: 100%;
  }
  #scroll:not(:active) a:nth-child(2) i {
    transform: rotateZ(-45deg) translateY(-60%);
    opacity: 1;
  }
}
.faces_filter_wrapper .wpc-filter-heade,
.faces_filter_wrapper .wpc-instead-of-posts-found {
  display: none;
}
.faces_filter_wrapper .wpc-filter-title {
  display: none;
}
.faces_filter_wrapper .wpc-filter-link {
  color: #494949;
  font-weight: 300 !important;
}
.faces_filter_wrapper .children {
  padding-left: 8px;
}
.faces_filter_wrapper .wpc-term-count {
  color: #494949;
  font-weight: 300;
}

.forminator-custom-form {
  line-height: 1.4;
}
.forminator-custom-form label {
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 1.4;
  margin-bottom: 0;
}
.forminator-custom-form input,
.forminator-custom-form textarea {
  border: 1px solid black;
}
.forminator-custom-form .forminator-row {
  margin-bottom: 12px;
}
.forminator-custom-form button.forminator-button-submit {
  background-color: black;
  padding: 7px 36px;
  border: 1px solid black;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  color: white;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .forminator-custom-form button.forminator-button-submit:hover {
    background-color: white;
    color: black;
  }
}
.forminator-custom-form .forminator-response-message {
  font-size: 16px;
}
.forminator-custom-form .forminator-error,
.forminator-custom-form .forminator-error-message {
  font-size: 12px;
  font-weight: 500;
  color: red;
  line-height: 1.4;
}
.forminator-custom-form .forminator-row-last .forminator-field {
  display: flex;
  justify-content: flex-end;
}
.forminator-custom-form .forminator-description {
  font-size: 14px;
  line-height: 1.4;
  color: black;
}
.forminator-custom-form .forminator-success {
  font-size: 18px;
  font-weight: 600;
  padding: 6px 0;
  color: green;
}
.forminator-custom-form .forminator-has_error input,
.forminator-custom-form .forminator-has_error textarea {
  border-color: red;
}
.forminator-custom-form .forminator-checkbox__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
}
.forminator-custom-form .forminator-checkbox__wrapper label,
.forminator-custom-form .forminator-checkbox__wrapper .forminator-checkbox__label {
  width: auto;
  display: inline-block;
}

.forminator-field-date .forminator-icon-calendar {
  display: none;
}

#ui-datepicker-div {
  background-color: black;
}
#ui-datepicker-div .ui-datepicker-today a.ui-state-highlight {
  width: 100%;
  background: white;
  border-color: #00ffff;
  border-width: 2px;
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-current-day .ui-state-active {
  background-color: #00ffff !important;
  color: black !important;
  font-weight: 600 !important;
  border: none;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  height: 100%;
}
#ui-datepicker-div .ui-datepicker-prev .ui-icon,
#ui-datepicker-div .ui-datepicker-next .ui-icon {
  font-size: 0;
}

.ewd-ufaq-faq-category .ewd-ufaq-faq-categories {
  display: none !important;
  font-size: 0;
}
.ewd-ufaq-faq-category .ewd-ufaq-faq-category-title-toggle h3 {
  padding-left: 32px;
  position: relative;
  font-size: 28px;
  color: #232020;
}
@media (max-width: 992px) {
  .ewd-ufaq-faq-category .ewd-ufaq-faq-category-title-toggle h3 {
    font-size: 22px;
  }
}
.ewd-ufaq-faq-category .ewd-ufaq-faq-category-title-toggle h3 span {
  font-weight: 400;
}
.ewd-ufaq-faq-category .ewd-ufaq-faq-category-title-toggle h3::after, .ewd-ufaq-faq-category .ewd-ufaq-faq-category-title-toggle h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  background-color: #00ffff;
  transform: translateY(-50%);
}
.ewd-ufaq-faq-category .ewd-ufaq-faq-category-title-toggle h3::before {
  height: 4px;
  width: 16px;
  left: 0;
}
.ewd-ufaq-faq-category .ewd-ufaq-faq-category-inner {
  background-color: #f7f7f7;
  padding: 8px 32px 16px;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .ewd-ufaq-faq-category .ewd-ufaq-faq-category-inner {
    padding: 8px;
  }
}
.ewd-ufaq-faq-category:has(.ewd-ufaq-faq-category-body-hidden) .ewd-ufaq-faq-category-title-toggle h3::after {
  height: 16px;
  width: 4px;
  left: 6px;
}

.footer-contact-btn {
  box-shadow: 0 0 0 0 rgba(0, 255, 255, 0.7);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

/* Comment-out to have the button continue to pulse on mouseover */
.footer-contact-btn:hover {
  animation: none;
  color: #ffffff;
}

/* Animation */
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 25px rgba(0, 255, 255, 0);
  }
}
@media (max-width: 992px) {
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 15px rgba(0, 255, 255, 0);
    }
  }
}
.single-person-spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 16px;
  border-bottom: 1px solid rgb(215, 215, 215);
  padding: 4px 0;
}

.single-person-gallery img {
  width: 100%;
  height: 100%;
}

.pswp.brx .pswp__img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media (max-width: 567px) {
  .single-person-spec-row {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 8px 0;
  }
}
.home-section-faces .splide__arrow {
  padding: 6px;
  transition: all 0.2s ease;
}
.home-section-faces .splide__arrow:hover {
  background-color: rgb(0, 0, 0);
}
.home-section-faces .splide__arrow svg {
  fill: #00ffff;
}
.home-section-faces .brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow {
  transform: translateY(-70%);
}
.home-section-faces .brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev {
  transform: translateY(-70%) scaleX(-1);
}

.speech-bubble-custom {
  position: relative;
  display: none;
}
.speech-bubble-custom::after {
  content: "";
  position: absolute;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotateZ(315deg);
  width: 16px;
  height: 16px;
  bottom: 16px;
  right: -9px;
  background-color: white;
}
@media (max-width: 767px) {
  .speech-bubble-custom::after {
    bottom: -8px;
    right: 16px;
    transform: rotateZ(45deg);
  }
}/*# sourceMappingURL=style.css.map */