/* Theme Name: Ervinbeauty
Version: 1.0
Author: SeoLeo (www.seoleo.agency) 
*/

@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/playfair-display-v40-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/inter-v20-latin-300.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter-v20-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/inter-v20-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/inter-v20-latin-600.woff2") format("woff2");
}

body {
  font-family: "Inter", sans-serif;
  color: #3d3633;
  font-weight: 400;
  background-color: #fff;
}

h1, .h1 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
}

h2, .h2 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

h3, .h3 {
    font-size: 18px;
}

a {
	color: #917a6a;
}

/* ----- HEADER ----- */

.main-header {
  transition: background-color 0.3s ease;
  padding: 8px 0;
}

.main-header.scrolled {
  background-color: #927a6a !important;
  padding: 0;
}

.main-header__logo {
  color: #fff !important;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  display: inline-block;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform-origin: left center;
}

.main-header.scrolled .main-header__logo {
  transform: scale(0.83);
}

.main-header__link {
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 15px;
}

.main-header__burger-btn {
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .main-header__logo {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.instagram-ico, .burger-ico {
	color: #fff;
}

/* HERO */

.hero {
  min-height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 85% center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2;
}

.hero__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 7vw, 48px);
  line-height: 1.2;
  color: #fff;
}

.hero__description {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.625;
  color: #ffffffe6;
}

.hero__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: -10px;
  opacity: 0.7;
  filter: grayscale(100%);
  background-size: cover;
}

.hero__rating-text {
  color: #ffffffe6;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.hero__btn {
  border-radius: 5px;
  font-size: 18px;
  padding: 12px 24px;
}

.hero__feature-item {
  font-size: 13px;
  line-height: 1.25rem;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 767px) {
  .hero__feature-item {
    font-size: 11px;
  }
  .hero__rating-text {
    font-size: 13px;
  }
}

/* ----- SIDE MENU ----- */

.side-menu {
  width: 320px !important;
  padding: 1.5rem;
  font-size: 16px;
  font-family: "Playfair Display", serif;
}

.side-menu__close {
  background: none;
  border: 0;
  margin-top: -20px;
}

.side-menu__close:hover svg {
  stroke: #917a6a;
  transition: stroke 0.3s ease;
}

.side-menu__body {
  overflow-x: hidden !important;
}

.side-menu__header,
.side-menu__body {
  padding: 0;
}

.side-menu__logo {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.side-menu a,
.side-menu a:focus {
  text-decoration: none;
  border-radius: 0.5rem;
  background: #fff;
  color: #3d3633;
  font-weight: 300;
  font-size: 15px;
  padding: 12px 16px;
  display: block;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease-out;
}

.side-menu a:hover,
.side-menu a:active {
  background: #eadcca;
}

.side-menu__divider {
  opacity: 1;
  border-color: #eadcca;
  margin: 5px 0;
}

.side-menu__contacts a {
  font-size: 14px;
}

#hoursList .rounded {
  border-radius: 0.5rem;
}

#hoursList .text-muted {
  font-weight: 500 !important;
  color: #917a6a !important;
}

.side-menu__hours-trigger,
.side-menu__hours-trigger:focus {
  cursor: pointer;
  user-select: none;

  text-decoration: none;
  border-radius: 0.5rem;
  background: #fff;
  color: #3d3633;
  font-weight: 300;
  font-size: 15px;
  padding: 12px 16px;
  transition: all 0.3s ease-out;
}

.side-menu__hours-trigger:hover,
.side-menu__hours-trigger:active {
  background: #eadcca;
}

.side-menu__hours-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #917a6a;
  border-bottom: 2px solid #917a6a;
  border-bottom-right-radius: 1px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 5px;
  display: block;
}

.side-menu__hours-trigger[aria-expanded="true"]::after {
  transform: rotate(225deg);
}

.side-menu__hours-box {
  background: #fbfbfb;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #3d3633;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.side-menu .side-menu__book,
.side-menu .side-menu__book:focus {
  border-radius: 5px;
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #917a6a;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
}

.side-menu .side-menu__book:hover,
.side-menu .side-menu__book:active {
  background: #7a6558;
}

/* ----- RESULTS ----- */

.results {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.results__decor {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 384px;
  height: 384px;
  opacity: 0.1;
  pointer-events: none;
}

.results__title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #3d3633;
}

.results__subtitle {
  color: #5a5a5a;
  font-size: 17px;
}

.results__filter-pill {
  background-color: #eadcca;
  border-radius: 50px;
  padding: 4px;
  display: inline-flex;
  gap: 8px;
}

.results__filter-btn {
  border: none;
  background: transparent;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #3d3633;
}

.results__filter-btn.active {
  background-color: #917a6a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.results__filter-btn:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.5);
}

.tab-pane.fade {
  transition: opacity 0.15s linear;
}

.results__card {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #eadcca;
  padding: 0;
  transition: all 0.3s ease;
  background: none;
}

@media (min-width: 576px) {
  .results__card {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .results__card {
    height: 192px;
  }
}

.results__card:hover {
  border-color: #917a6a;
}

.results__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results__card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: opacity 0.3s ease;
}

.results__card-title {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin: 0;
}

.results__card-overlay-no-img {
  background-color: #fdfbf9;
}

.results__card-overlay-no-img .results__card-title {
    color: #3d3633;
}

@media (max-width: 576px) {
  .results__card-title {
    font-size: 0.875rem;
  }
}

/* ----- FINANCING----- */

.financing {
  padding: 80px 0 50px;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}

.financing__decor {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  opacity: 0.15;
  transform-origin: center;
  transform: translateX(-50%) rotate(90deg);
  pointer-events: none;
}

.financing__title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #3d3633;
  margin-bottom: 16px;
}

.financing__subtitle {
  color: #5a5a5a;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto 48px;
}

.financing__grid {
  max-width: 960px;
  margin: 0 auto;
}

.financing__card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.financing__card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.financing__card-body {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.financing__logo-wrapper {
  width: 100%;
  height: 80px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.financing__card-text {
  color: #5a5a5a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  margin-bottom: 24px;
}

.financing__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
  align-self: flex-start;
}

.financing__list-item {
  display: flex;
  items-align: start;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #5a5a5a;
  margin-bottom: 8px;
}

.financing__check-icon {
  color: #917a6a;
  margin-top: 3px;
  flex-shrink: 0;
}

.financing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  transition: background-color 0.2s ease;
  margin-top: auto;
}

.financing__disclaimer {
  font-size: 12px;
  color: #5a5a5a;
  margin-top: 32px;
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .financing {
    padding: 64px 0;
  }
  .financing__title {
    font-size: 28px;
  }
}

/* ----- SERVICES----- */

.services {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.services__decor {
  position: absolute;
  top: -48px;
  right: 0;
  width: 400px;
  height: 400px;
  opacity: 0.15;
  transform: rotate(180deg);
  pointer-events: none;
}

.services__title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #3d3633;
  margin-bottom: 16px;
}

.services__subtitle {
  color: #5a5a5a;
  font-size: 17px;
  margin-bottom: 48px;
}

.services__card {
  background: #ffffff;
  border: 2px solid #eadcca;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.services__card:hover {
  border-color: #917a6a;
}

.services__image-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.services__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.services__card-title {
  font-size: 18px;
  font-weight: 600;
  color: #3d3633;
  text-decoration: none;
  margin-bottom: 12px;
}

.services__card-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #5a5a5a;
  margin-bottom: 24px;
  flex-grow: 1;
}

.services__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 24px;
}

.services__info-item {
  background: #fafafa;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
}

.services__info-label {
  display: block;
  font-size: 12px;
  color: #5a5a5a;
}

.services__info-value {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #3d3633;
}

.services__info-value--price {
  color: #917a6a;
}

.services__actions {
  display: flex;
}

.services__btn {
  flex: 1;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  transition: all 0.2s ease;
}

.services__btn--outline {
  background: #ffffff;
  color: #917a6a;
  border: 2px solid #917a6a;
}

.services__btn--outline:hover {
  background: #eadcca;
}

.services__btn--primary {
  background: #917a6a;
  color: #ffffff;
}

.services__btn--primary:hover {
  background: #7a6558;
}

/* ----- REVIEWS----- */

.reviews {
  padding: 80px 0;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}

.reviews__decor-top {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 400px;
  height: 400px;
  pointer-events: none;
  transform: rotate(-45deg);
  opacity: 0.15;
}

.reviews__title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #3d3633;
  margin-bottom: 16px;
}

.reviews__source {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}

.reviews__source-icon {
  color: #917a6a;
}

.reviews__source-text {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
}

.reviews__card {
  padding: 24px;
  position: relative;
}

.reviews__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.reviews__quote {
  font-style: italic;
  font-weight: 300;
  color: #5a5a5a;
  margin-bottom: 16px;
  font-size: 15px;
}

.reviews__author {
  font-weight: 600;
  color: #3d3633;
  margin-bottom: 0;
}

.reviews__map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.reviews__map-wrapper iframe {
  display: block;
  width: 100%;
  border: 0;
}

.reviews__all-link {
  color: #917a6a;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.reviews__all-link:hover {
  color: #7a6558;
}

@media (max-width: 768px) {
  .reviews__title {
    font-size: 28px;
  }
}

/* ----- BLOG----- */

.blog {
  padding: 64px 0;
  background-color: #ffffff;
}

.blog__header {
  text-align: center;
  margin-bottom: 48px;
}

.blog__title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #3d3633;
  margin-bottom: 16px;
}

.blog__subtitle {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
}

.blog__card {
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #eadcca;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

.blog__card:hover {
  border-color: #917a6a;
  transform: translateY(-4px);
}

.blog__image-container {
  height: 192px;
  overflow: hidden;
}

.blog__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog__card:hover .blog__image {
  transform: scale(1.05);
}

.blog__body {
  padding: 20px;
}

.blog__card-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.4;
  color: #3d3633;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog__card-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #5a5a5a;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog__more {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #917a6a;
  font-size: 14px;
  font-weight: 500;
  transition: gap 0.2s ease;
}

.blog__card:hover .blog__more {
  gap: 8px;
}

.blog__icon {
  width: 16px;
  height: 16px;
}

/* ----- ABOUT HOME----- */

.about-home {
  padding: 64px 0;
  background-color: #fafafa;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  color: #111111;
}

.about-home h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #111;
  margin-bottom: 12px;
}

.about-home strong {
  color: #6a4e3a;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 24px;
}

.about-home h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #6a4e3a;
  margin-bottom: 12px;
}

.about-home ul {
  list-style: none;
  padding: 0;
}

.about-home ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  color: #111111;
  margin-bottom: 8px;
}

.about-home ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6a4e3a;
  font-weight: bold;
}

.about__card {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #eadcca;
  border-radius: 5px;
  margin-top: 32px;
}

.about__image-wrapper {
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.about__image {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .about {
    padding: 48px 0;
  }
  .about__title {
    font-size: 28px;
  }
}

/* ----- CTA----- */

.cta {
  padding: 80px 0;
  background-color: #ffffff;
}

.cta__title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #3d3633;
  margin-bottom: 24px;
}

.cta__description {
  font-weight: 400;
  font-size: 17px;
  color: rgba(90, 90, 90, 0.9);
  margin-bottom: 32px;
}

.cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #917a6a;
  color: #ffffff;
  padding: 12px 48px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: 0.3px;
  transition: background-color 0.3s ease;
  border: none;
}

.cta__button:hover {
  background-color: #7a6558;
  color: #ffffff;
}

.cta__icon {
  margin-left: 8px;
}

/* ----- FOOTER ----- */
.footer {
  background-color: #3d3633;
  padding: 48px 0;
  font-size: 0.875rem;
  color: #eadccacc;
  font-weight: 300;
}

.footer__brand-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.footer__text {
  font-size: 14px;
  line-height: 1.6;
  max-width: 300px;
}

.footer__column-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: none;
}

.footer__list, .footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.footer__item {
  margin-bottom: 8px;
}

.footer__link, .footer__menu a {
  color: rgba(234, 220, 202, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__link:hover, .footer__menu a:hover {
  color: #ffffff;
}

.footer__link--underline {
  text-decoration: underline;
}

.footer__divider {
  border-top: 1px solid #eadcca33;
  margin-top: 32px;
  padding-top: 32px;
}

.footer__bottom-text {
  font-size: 12px;
  color: #eadcca99;
  margin-bottom: 0;
}

/* ----- PAGINATION ----- */

.navigation.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 8px;
    border: 1px solid #eadcca;
	border-radius: 8px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.page-numbers.current {
    border-color: #917a6a;
    background-color: #917a6a;
    color: #fff;
}

.page-numbers:hover:not(.current) {
    border-color: #917a6a;
    color: #917a6a;
}

.page-numbers.next, 
.page-numbers.prev {
    width: auto;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

@media (max-width: 576px) {
    .page-numbers {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

/* ----- PAGE TEMPLATE DEFAULT ----- */

.page-template-default {
	background: #fafafa;
	padding-top: 74px;
	font-weight: 300;
}

.page-template-default .main-header {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.page-template-default .main-header__logo {
    color: #3d3633 !important;
}

.page-template-default .main-header.scrolled .main-header__logo {
    color: #fff !important;
}

.page-template-default .main-header__link {
    color: #3d3633 !important;
}

.page-template-default .main-header.scrolled .main-header__link {
    color: #fff !important;
}

.page-template-default .main-header .instagram-ico,
.page-template-default .main-header .burger-ico {
	color: #3d3633;
}

.page-template-default .main-header.scrolled .instagram-ico,
.page-template-default .main-header.scrolled .burger-ico {
	color: #fff;
}

/* ----- SINGLE SERVICES ----- */

.services-template-default {
	background: #fafafa;
}

.services-template-default .badge {
	color: #5a5a5a;
}

.sidebar-services {
	color: #5a5a5a;
}

/* ----- CONTACT ----- */

.contact__title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #3d3633;
}

.wpcf7-form-control.form-control {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.wpcf7-form-control.form-control:focus {
    box-shadow: none;
    border-bottom-color: #c4a4a0;
}

.wpcf7-form-control-wrap {
    display: block;
}