@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(../fonts/material_symbols_outlined.woff2) format("woff2");
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.divider {
  display: inline-block;
  width: 2px;
  height: 28px;
  background-color: var(--white);
  margin: 0 24px;
}

.social-media-item {
  display: inline-block;
  height: 21px;
  width: 21px;
  margin-right: 16px;
}
.social-media-item svg {
  width: 100%;
  height: 100%;
}
.social-media-item svg path {
  transition: all 0.3s ease-in-out;
}
.social-media-item:hover svg path {
  fill: var(--secondary_color);
}

.cta-button {
  display: inline-block;
}

.button {
  border-radius: 99px !important;
  padding: 10px 20px;
  color: var(--base_color) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.button.white {
  background-color: var(--white) !important;
  color: var(--base_color) !important;
}
.button.white:hover {
  background-color: var(--secondary_color) !important;
}
.button:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35) !important;
}

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

#header #top-bar .top-bar-nav li {
  margin: 0;
}
#header #top-bar .html {
  font-size: 14px !important;
}
#header #top-bar .social-media {
  height: 21px;
}
#header #top-bar .contact-topbar-item .label {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#header #top-bar .contact-topbar-item .label .icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 99px;
  background-color: var(--white);
  align-items: center;
  justify-content: center;
}
#header #top-bar .contact-topbar-item .label .icon svg {
  width: 100%;
  height: 100%;
}
#header #top-bar .contact-topbar-item .label .txt {
  font-size: 14px;
}
#header #top-bar .contact-topbar-item .contact {
  color: var(--white) !important;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
#header #top-bar .contact-topbar-item .contact:hover {
  color: var(--secondary_color) !important;
}
#header #top-bar .cta-button .button {
  font-size: 14px !important;
}
#header #masthead .flex-left .header-nav {
  justify-content: center !important;
}
#header #masthead .flex-left .header-nav > li {
  margin: 0 15px;
}
#header #masthead .flex-left .header-nav > li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--base_color);
  position: relative;
}
#header #masthead .flex-left .header-nav > li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: var(--secondary_color);
  transition: all 0.3s ease-in-out;
}
#header #masthead .flex-left .header-nav > li a:hover::before {
  width: 100%;
}
#header #masthead .flex-left .header-nav > li .sub-menu {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25), 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
#header #masthead .flex-left .header-nav > li .sub-menu > li a {
  font-size: 14px;
  font-weight: 500;
  border-bottom: none;
}
#header #masthead .flex-left .header-nav > li.header-search #ux-search-dropdown {
  padding: 0;
  min-width: 850px !important;
  left: unset !important;
  right: 0 !important;
  top: calc(100% + 28px) !important;
  border-radius: 25px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
#header #masthead .flex-left .header-nav > li.header-search #ux-search-dropdown form input {
  height: 50px;
  background-color: var(--white);
  padding: 5px 15px;
  font-size: 14px;
  max-width: 850px;
}
#header #masthead .flex-left .header-nav > li.header-search #ux-search-dropdown form input::placeholder {
  color: rgba(10, 10, 10, 0.3);
}
#header #masthead .flex-left .header-nav > li.header-search #ux-search-dropdown form button {
  padding: 0 !important;
  margin-right: 5px !important;
  height: 40px;
  width: 40px;
}

#footer .footer-1 {
  border-top: 1px solid var(--primary_color);
  padding-top: 40px;
}
@media (min-width: 850px) {
  #footer .footer-1 .row .col {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}
#footer .footer-1 .row .col .widget-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  color: var(--primary_color);
  margin-bottom: 24px;
}
#footer .footer-1 .row .col .menu li {
  border: none;
}
#footer .footer-1 .row .col .menu li a {
  color: var(--base_color);
  transition: all 0.3s ease-in-out;
}
#footer .footer-1 .row .col .menu li a:hover {
  color: var(--primary_color);
}
#footer .footer-1 .row .col .is-divider {
  display: none;
}
#footer .footer-1 .row .col .contact-info-item.business-name .name {
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 850px) {
  #footer .footer-1 .row .col:first-child {
    flex-basis: 40% !important;
    max-width: 40% !important;
  }
}
#footer .footer-1 .row .col:nth-child(2) .menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
#footer .footer-1 .row .col:nth-child(2) .menu li {
  flex-basis: calc(50% - 5px);
  max-width: calc(50% - 5px);
}