/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
/* Primary Colors */
.has-primary-light-background-color {
  background-color: #8AA4A4 !important;
}

.has-primary-x-light-background-color {
  background-color: #f0f4f4 !important;
}

.has-primary-dark-background-color {
  background-color: #486D6D !important;
}

/* Secondary Colors */
.has-secondary-light-background-color {
  background-color: #537791 !important;
}

.has-secondary-dark-background-color {
  background-color: #234661 !important;
}

/* Neutral Colors */
.has-white-background-color {
  background-color: #ffffff !important;
}

.has-black-background-color {
  background-color: #0E0D0D !important;
}

/* Accent Colors */
.has-red-background-color {
  background-color: #B83A3A !important;
}

.wp-block-group__inner-container p:first-of-type {
  margin-top: 0;
}

.btn {
  padding: 1rem 2rem;
  margin: 2rem 0;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn:hover {
  cursor: pointer;
}
.btn--white {
  background: #ffffff;
  color: #486D6D;
  border: 1px solid #ffffff !important;
}
.btn--white:hover {
  background: #486D6D;
  color: #ffffff;
}
.btn--primary {
  background: #8AA4A4;
  color: #ffffff;
  border: 1px solid #8AA4A4 !important;
}
.btn--primary:hover {
  background: #ffffff;
  color: #8AA4A4;
}

#main-nav {
  background-color: #0E0D0D;
  color: #ffffff;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 991px) {
  #main-nav {
    flex-wrap: wrap;
  }
}
#main-nav #navbarNavDropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #main-nav #navbarNavDropdown {
    flex-basis: 100%;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease-in-out;
  }
  #main-nav #navbarNavDropdown.show {
    max-height: inherit;
    opacity: 1;
    pointer-events: auto;
  }
}
#main-nav span.brand {
  flex-grow: 1;
}
#main-nav a.brand {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-weight: bold;
}

.navbar-toggler {
  display: none;
  margin: 24px;
}
@media (max-width: 991px) {
  .navbar-toggler {
    display: inline-block;
    cursor: pointer;
  }
}

#main-menu {
  display: flex;
  justify-content: flex-end;
  margin: 24px;
  list-style: none;
  flex-wrap: wrap;
  max-width: 800px;
}
@media (max-width: 991px) {
  #main-menu {
    flex-direction: column;
    width: 100%;
  }
}
#main-menu li {
  position: relative;
  margin: 0 16px;
}
@media (max-width: 991px) {
  #main-menu li {
    margin: 0.75rem 0;
    font-size: 1.25rem;
  }
}
#main-menu li a {
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
#main-menu li a:hover {
  color: #537791;
}
#main-menu li.menu-item-has-children ul.sub-menu {
  list-style: none;
  margin-left: 15px;
}
#main-menu li.menu-item-has-children ul.sub-menu li {
  margin: 15px 0 0;
}
@media (min-width: 440px) {
  #main-menu li.menu-item-has-children {
    display: flex;
    align-items: center;
  }
  #main-menu li.menu-item-has-children::after {
    content: "";
    background-image: url(downcaret.svg);
    background-repeat: no-repeat;
    font-weight: 100;
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }
  #main-menu li.menu-item-has-children:hover ul.sub-menu {
    height: auto;
    visibility: visible;
    pointer-events: all;
  }
  #main-menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 16px;
    left: -32px;
    z-index: 2;
    width: 220px;
    background-color: #0E0D0D;
    padding: 10px 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 10px 20px;
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28127, 83, 145, .8%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E");
}

.twd-gift-card a, .twd-book-now a, .twd-facebook a, .twd-instagram a, .twd-call-us a, .twd-find-us a {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
@media (min-width: 991px) {
  .twd-gift-card a, .twd-book-now a, .twd-facebook a, .twd-instagram a, .twd-call-us a, .twd-find-us a {
    margin-top: 1rem;
  }
}

.twd-gift-card a, .twd-book-now a, .twd-call-us a, .twd-find-us a {
  padding: 10px 15px;
  background-color: #8AA4A4;
}

.twd-facebook a i, .twd-instagram a i {
  margin-top: 5px;
}

.twd-gift-card a::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  color: #ffffff;
}

.twd-book-now a::before {
  content: "\f274";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .twd-book-now a::before {
    display: block;
    margin: 0 auto 10px;
  }
}

.twd-call-us a::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .twd-call-us a::before {
    display: block;
    margin: 0 auto 10px;
  }
}

.twd-find-us a::before {
  content: "\f5a0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .twd-find-us a::before {
    display: block;
    margin: 0 auto 10px;
  }
}

@media (max-width: 440px) {
  .twd-find-us a, .twd-call-us a, .twd-book-now a {
    min-width: 67.75px;
    font-size: 13px;
  }
}
.twd-front-page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25vh;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  background-color: #486D6D;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 2rem;
  background-color: #0E0D0D;
  color: white;
  text-align: center;
}

#wrapper-footer,
#wrapper-footer-full {
  background-color: #0E0D0D;
  color: white;
}

h3.widget-title {
  font-size: 1.3rem;
}

#twd-footer-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#twd-footer-menu li {
  margin: 1rem;
}
#twd-footer-menu li a {
  color: white;
}

.twd-copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .twd-copyright {
    margin-bottom: 3rem;
  }
}

.twd-social-links {
  list-style: none;
  display: flex;
  justify-content: center;
  min-width: 260px;
  margin: 2rem 0;
  padding: 0;
  gap: 2rem;
}
.twd-social-links li a {
  color: white;
}

.brand img {
  height: 80px;
}

.front-page-subtitle {
  color: #486D6D;
  margin-top: 1rem;
  font-weight: 100;
  font-size: 1.7rem;
  color: #8AA4A4;
  letter-spacing: 0.5px;
  line-height: 2rem;
}

.image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
  gap: 2rem;
}
.image-row h3 {
  text-align: center;
  color: #486D6D;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  padding-top: 0.25rem;
  bottom: 0;
}

.image-wrapper {
  width: 100%;
  max-width: 370px;
  height: 0;
  padding-bottom: 18%;
  position: relative;
  overflow: hidden;
  flex: 0 1 50%;
}
@media (max-width: 741px) {
  .image-wrapper {
    padding-bottom: 46%;
    margin: 0 1rem;
  }
}
@media (max-width: 1184px) and (min-width: 742px) {
  .image-wrapper {
    padding-bottom: 25%;
  }
}
@media (max-width: 1575px) and (min-width: 1174px) {
  .image-wrapper {
    max-width: 504px;
  }
}
.image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.twd-services {
  background-color: #ffffff;
}
@media (min-width: 1189px) {
  .twd-services {
    padding: 2rem 0;
  }
}

.twd-about {
  padding: 2rem;
  background: linear-gradient(285.46deg, #B7C9C9 -31.85%, #073737 167.73%);
  color: white;
}
.twd-about h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 100;
}
.twd-about .container {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .twd-about .container {
    flex-direction: column;
  }
  .twd-about .container .twd-about__text {
    order: 2;
  }
  .twd-about .container .twd-about__image {
    margin-bottom: 32px;
  }
  .twd-about .container .twd-about__image img {
    height: auto;
    max-height: 450px;
    margin: 2rem 0;
    border-radius: 8px;
  }
}
.twd-about__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
}
.twd-about__text p {
  max-width: 600px;
}
.twd-about__text p:first-of-type {
  margin-top: 0;
}
.twd-about__text p:last-of-type {
  margin-bottom: 1rem;
}
.twd-about__image {
  flex-basis: 50%;
  text-align: center;
}
.twd-about__image img {
  max-width: 80%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.header--mobile {
  display: none;
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .header--desktop {
    display: none;
  }
  .header--mobile {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 440px) {
  .header--mobile a {
    margin: 1rem auto;
  }
}
.wrapper--frontpage {
  padding: 0 !important;
}

.services .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  padding: 20px;
}
.services .service-row {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .services .service-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }
}
.services .service-row .service-image {
  flex: 1;
  max-width: 50%;
}
.services .service-row .service-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .services .service-row .service-image img {
    height: 400px;
  }
}
.services .service-row .service-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 50%;
}
.services .service-row .service-content h2 {
  font-size: 1.75rem;
  margin-bottom: 12px;
}
@media (min-width: 991px) {
  .services .service-row .service-content h2 {
    text-align: left;
  }
}
.services .service-row .service-content p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 12px;
}
@media (min-width: 991px) {
  .services .service-row .service-content a.btn.btn--primary {
    align-self: flex-start;
  }
}
.services .image-right {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .services .service-row {
    flex-direction: column;
  }
  .services .service-row .service-image,
  .services .service-row .service-content {
    max-width: 100%;
  }
}

section.reviews {
  background-color: #486D6D;
  padding: 40px 0;
  margin-top: 30px;
}
@media (max-width: 440px) {
  section.reviews {
    padding: 15px 20px 0;
  }
}
section.reviews h2 {
  color: #ffffff;
}

.front-page-contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.front-page-contact--layout {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .front-page-contact--layout {
    flex-direction: column;
  }
}
.front-page-contact--layout > * {
  flex-basis: 50%;
  padding: 0 30px;
}
.front-page-contact--layout .contact-details--book-now img {
  width: 100%;
}
.front-page-contact--layout .contact-details--book-now h3 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .front-page-contact--layout .contact-details--book-now h3 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .front-page-contact--layout .contact-details--book-now a.btn {
    display: block;
  }
}
.front-page-contact--layout .contact-form h3 {
  text-align: center;
}
.front-page-contact--layout .contact-form form {
  padding: 0;
}
.front-page-contact--layout .contact-form form .wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn--primary {
  border-radius: 0;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.textwidget.custom-html-widget {
  height: 100%;
}

#footer-full-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 991px) {
  #footer-full-content {
    justify-content: space-around;
    flex-direction: row;
  }
}

.footer-widget {
  margin-top: 2rem;
}

.twd-team-members {
  text-align: center;
  background-color: #8AA4A4;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .twd-team-members {
    margin: -1rem;
  }
}

.twd-team-member {
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px;
  width: 250px;
}

.twd-team-member img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.twd-team-member h3 {
  color: #0E0D0D;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.twd-team-member p {
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.twd-team-member-social-icons a {
  margin: 0.25rem;
  color: #0E0D0D;
}

.twd-team-member-content a {
  color: #0E0D0D;
}

.wpcf7-form {
  padding: 0 1rem 1rem;
}
.wpcf7-form input, .wpcf7-form textarea {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  padding: 0.75rem;
  border: 0.5px solid #8AA4A4;
  border-radius: 4px;
  width: 100%;
}
.wpcf7-form input[type=submit], .wpcf7-form textarea[type=submit] {
  border: 0;
  margin-top: 0;
  padding: 1rem 2rem;
}
@media (min-width: 440px) {
  .wpcf7-form input[type=submit], .wpcf7-form textarea[type=submit] {
    width: inherit;
  }
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  border-color: #486D6D;
  outline-color: #486D6D;
}
.wpcf7-form label {
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.wpcf7-form label:focus-within {
  font-weight: 400;
}

.chaty-svg svg circle, .chaty-svg svg ellipse {
  fill: #486D6D;
}

.twd-team-member-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 991px) {
  .twd-team-member-container {
    flex-direction: column;
    justify-content: center;
  }
}
.twd-team-member-container img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
@media (min-width: 991px) {
  .twd-team-member-container img {
    max-width: 60%;
  }
}

@media (max-width: 991px) {
  .services-hero {
    margin: -1rem;
  }
}
@media (max-width: 782px) {
  .services-hero .wp-block-columns {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1300px) {
  .services-hero .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .services-hero .wp-block-columns .services-hero-image {
    flex-basis: 100% !important;
    width: 100%;
  }
}
.services-hero .wp-block-columns h2 {
  margin-top: 0 !important;
}
.services-hero .wp-block-columns p {
  line-height: 1.5;
}
@media (max-width: 782px) {
  .services-hero .wp-block-columns p {
    font-size: 16px !important;
  }
}

figure, img, .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-cb-slide .wp-block-group {
  border-radius: 18px;
}

@media (max-width: 768px) {
  .services-carousel {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 991px) {
  .services-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .services-section h3 {
    margin-top: 0 !important;
  }
}

.services-section .wp-block-group__inner-container {
  max-width: 1600px;
  margin: 0 auto;
}
.services-section .wp-block-group__inner-container .wp-block-group {
  gap: 30px;
}
@media (max-width: 782px) {
  .services-section .wp-block-group__inner-container .wp-block-button {
    width: 100%;
  }
  .services-section .wp-block-group__inner-container .wp-block-button__link {
    display: block;
  }
}

.services-section figure.wp-block-table.is-style-regular table {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 782px) {
  .services-section figure.wp-block-table.is-style-regular table {
    font-size: 1.1rem;
  }
}

.services-section figure.wp-block-table.is-style-regular th,
.services-section figure.wp-block-table.is-style-regular td {
  padding: 12px 16px;
  text-align: left;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
}

h1 {
  font-family: "PT Serif", serif;
  font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 440px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-weight: 100;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 440px) {
  h2 {
    font-size: 2.4rem;
  }
}

a {
  text-decoration: none;
  color: #486D6D;
}

ul.twd_list {
  max-width: 600px;
  margin: 0 auto;
  list-style: none;
}
ul.twd_list li {
  margin: 1rem 0;
  padding-left: 24px;
  background-image: url(hair-brush-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 50%;
}

.wrapper {
  flex-grow: 1;
  position: relative;
}
.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(swoop-green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.06;
  z-index: -1;
}
@media (max-width: 991px) {
  .wrapper::before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wrapper {
    padding: 1rem;
  }
}
.wrapper .site-main {
  flex: 1 0 auto;
}
.wrapper .site-footer {
  flex-shrink: 0;
}

.site-main.twd-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.page-title {
  background-color: #0E0D0D;
  text-align: center;
  color: #ffffff;
  padding: 24px;
  border-top: 5px solid #486D6D;
}

.entry-content {
  max-width: 1000px;
  margin: 0 auto;
}

p {
  margin: 2rem auto 0;
  line-height: 1.5rem;
}

.loader {
  border: 10px solid #8AA4A4;
  border-top: 10px solid #486D6D;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.twd_fade_in {
  opacity: 0;
  transform: translateY(-25px);
}

.twd_map_container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Aspect ratio for 16:9 */
  height: 0;
}
.twd_map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-column.is-layout-flow {
  padding: 1rem;
}

ul.twd_pricing {
  max-width: 600px;
  margin: 2rem auto;
  list-style: none;
}
ul.twd_pricing li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #486D6D;
  text-align: right;
}
ul.twd_pricing li:last-of-type {
  border-bottom: 0;
}
ul.twd_pricing li strong {
  float: left;
}
@media (max-width: 991px) {
  ul.twd_pricing li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  ul.twd_pricing li strong {
    margin-bottom: 0.5rem;
  }
}

i.venmo {
  display: inline-block;
  width: 100%;
  height: 24px;
  background-image: url(Venmo_Logo_White.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.75rem;
}

.twd-block-testimonial {
  background-color: rgba(144, 163, 164, 0.2588235294);
  box-shadow: 3px 2px 4px 0px #94a2a4;
}
.twd-block-testimonial h3 {
  color: #486D6D;
  text-transform: uppercase;
  font-family: Platin, serif;
  font-weight: 800;
  letter-spacing: -0.55px;
  font-size: 1.4rem;
}
.twd-block-testimonial p {
  color: #0E0D0D;
  font-family: "Inter", sans-serif;
}

.posts-page-wrapper {
  display: flex;
}
.posts-page-wrapper aside {
  width: 100%;
  flex-grow: 1;
  border: 1px solid black;
  margin: 20px;
}
@media (max-width: 1285px) {
  .posts-page-wrapper aside {
    display: none;
  }
}

.posts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.twd-post-card {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 20px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .twd-post-card {
    flex-direction: column;
  }
}
.twd-post-card h2 {
  text-align: left;
  font-weight: 200;
}
.twd-post-card p {
  margin: 0;
}
.twd-post-card .post-thumbnail {
  width: 40%;
  display: block;
}
@media (max-width: 991px) {
  .twd-post-card .post-thumbnail {
    width: 100%;
  }
}
.twd-post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.twd-post-card .entry-content {
  width: 70%;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 991px) {
  .twd-post-card .entry-content {
    width: 100%;
    padding: 10px 0;
  }
}
.twd-post-card .entry-title {
  margin: 0;
  font-size: 1.5rem;
}
.twd-post-card .entry-title a {
  text-decoration: none;
  color: #333;
}
.twd-post-card .entry-title a:hover {
  color: #0073aa;
}
.twd-post-card .entry-excerpt {
  flex-grow: 1;
  margin: 10px 0;
  color: #666;
}
.twd-post-card a.read-more {
  max-width: 160px;
  text-align: center;
  margin: 0;
}

.twd-single-post-container .twd-featured-image {
  padding-top: 2rem;
}
.twd-single-post-container .twd-featured-image img {
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.twd-single-post-container .entry-content {
  margin-bottom: 2rem;
}
@media (max-width: 1080px) {
  .twd-single-post-container .entry-content {
    padding: 0 1rem;
  }
}
.twd-single-post-container .entry-meta {
  margin-bottom: 1rem;
}
.twd-single-post-container h1.wp-block-heading, .twd-single-post-container h2.wp-block-heading, .twd-single-post-container h3.wp-block-heading, .twd-single-post-container h4.wp-block-heading, .twd-single-post-container h5.wp-block-heading, .twd-single-post-container h6.wp-block-heading {
  margin-top: 2rem;
  font-weight: 100;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
}
.twd-single-post-container h2.wp-block-heading {
  font-size: 3rem;
}
@media (max-width: 440px) {
  .twd-single-post-container h2.wp-block-heading {
    font-size: 2rem !important;
  }
}
.twd-single-post-container h3.wp-block-heading {
  font-size: 2.4rem;
}
@media (max-width: 440px) {
  .twd-single-post-container h3.wp-block-heading {
    font-size: 1.6rem;
  }
}
.twd-single-post-container h4.wp-block-heading {
  font-size: 1.875rem;
}
@media (max-width: 440px) {
  .twd-single-post-container h4.wp-block-heading {
    font-size: 1.375rem;
  }
}
.twd-single-post-container h5.wp-block-heading {
  font-size: 1.5rem;
}
@media (max-width: 440px) {
  .twd-single-post-container h5.wp-block-heading {
    font-size: 1.125rem;
  }
}
.twd-single-post-container h6.wp-block-heading {
  font-size: 1.25rem;
}
@media (max-width: 440px) {
  .twd-single-post-container h6.wp-block-heading {
    font-size: 1rem;
  }
}
.twd-single-post-container ul {
  margin: 2rem;
  list-style: none;
}
.twd-single-post-container ul li {
  margin: 0.4rem 0;
  margin: 1rem 0;
  padding-left: 24px;
  background-image: url(hair-brush-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 50%;
}
.twd-single-post-container .wp-block-image, .twd-single-post-container .wp-block-cover {
  margin: 1rem 0;
}
.twd-single-post-container .wp-block-image img, .twd-single-post-container .wp-block-cover img {
  object-fit: cover;
}
.twd-single-post-container .wp-element-caption {
  font-weight: 200;
}
.twd-single-post-container .wp-block-embed.is-type-video.is-provider-youtube {
  display: flex;
  justify-content: center;
  margin: 2rem;
}

.footer-promotion {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
  margin: 0;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: bottom 0.5s ease-out;
}
@media (max-width: 440px) {
  .footer-promotion {
    font-size: 18px;
    padding: 0.6rem;
  }
}
.footer-promotion p {
  margin: 0;
}
.footer-promotion.visible {
  bottom: 0;
}
.footer-promotion.above-footer {
  position: relative;
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/*# sourceMappingURL=main.a484f85c5886a9c701f0.css.map*/