.button-primary {
  color: #FFFFFF;
  background-color: #AD343E;
  padding: 12px 24px;
  border: 1px solid #AD343E;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
}

.button-secondary {
  color: #AD343E;
  padding: 12px 24px;
  border: 1px solid #AD343E;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
}

* {
  font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif !important;
}

.icon {
  height: 18px;
}

.icon-social {
  height: 27px;
}

a {
  text-decoration: none;
  color: unset;
}
a:focus, a:hover {
  color: unset;
}

body.wp-theme-il-bric-theme {
  color: #474747;
  background-color: #FFFFFF;
  margin-bottom: 0;
  font-size: 18px;
}
body.wp-theme-il-bric-theme .entry-content {
  margin: 0;
}
body.wp-theme-il-bric-theme header#main-menu .header-top-bar {
  background-color: #AD343E;
  padding-top: 9px;
  padding-bottom: 9px;
}
body.wp-theme-il-bric-theme header#main-menu .header-top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.wp-theme-il-bric-theme header#main-menu .header-top-bar .container .header-contact {
  color: #FFFFFF;
  font-size: 16px;
  gap: 25px;
}
body.wp-theme-il-bric-theme header#main-menu .header-top-bar .container .header-contact div {
  gap: 8px;
  align-items: center;
}
@media (max-width: 576px) {
  body.wp-theme-il-bric-theme header#main-menu .header-top-bar .container .header-contact {
    flex-direction: column-reverse;
    font-size: 14px;
    gap: 0;
  }
}
body.wp-theme-il-bric-theme header#main-menu .header-top-bar .container .header-contact-social {
  gap: 4px;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu {
  background-color: #F4F4ED;
  padding: 16px 0;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar {
  padding: 0;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .header-logo {
  margin-right: 0;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .header-logo img {
  height: 57px;
}
@media (max-width: 991px) {
  body.wp-theme-il-bric-theme header#main-menu .header-menu .header-logo img {
    height: 48px;
  }
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-toggler {
  border: 1px solid #DBDFD0;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: none;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 18px;
  position: relative;
  display: block;
  border-top: 2px solid #AD343E;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-toggler .navbar-toggler-icon::before, body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  border-top: 2px solid #AD343E;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-toggler .navbar-toggler-icon::after {
  top: 14px;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-collapse.collapsing {
  transition: height 0.3s ease !important;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-collapse-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .menu .menu-item .menu-nav-link {
  display: block;
  color: #474747;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 14px;
  transition: color 0.2s ease;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .menu .menu-item .menu-nav-link:hover, body.wp-theme-il-bric-theme header#main-menu .header-menu .menu .menu-item .menu-nav-link:focus, body.wp-theme-il-bric-theme header#main-menu .header-menu .menu .menu-item .menu-nav-link.active {
  color: #AD343E;
}
body.wp-theme-il-bric-theme header#main-menu .header-menu .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-collapse-inner {
    justify-content: flex-end;
  }
  body.wp-theme-il-bric-theme header#main-menu .header-menu .menu {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 991px) {
  body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-collapse.show,
  body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-collapse.collapsing {
    width: 100%;
    flex-basis: 100%;
  }
  body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-collapse.show .navbar-collapse-inner {
    margin-top: 18px;
    display: block;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #DBDFD0;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  }
  body.wp-theme-il-bric-theme header#main-menu .header-menu .navbar-collapse.collapsing .navbar-collapse-inner {
    display: block;
    margin-top: 18px;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #DBDFD0;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  }
  body.wp-theme-il-bric-theme header#main-menu .header-menu .menu {
    flex-direction: column;
    width: 100%;
  }
  body.wp-theme-il-bric-theme header#main-menu .header-menu .menu .menu-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #DBDFD0;
  }
  body.wp-theme-il-bric-theme header#main-menu .header-menu .menu .menu-item:last-child {
    border-bottom: none;
  }
  body.wp-theme-il-bric-theme header#main-menu .header-menu .menu .menu-item .menu-nav-link {
    width: 100%;
    padding: 14px 0;
  }
  body.wp-theme-il-bric-theme header#main-menu .header-menu .header-cta {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
}
body.wp-theme-il-bric-theme #footer {
  background-color: #474747;
  padding-top: 80px;
  padding-bottom: 80px;
}
body.wp-theme-il-bric-theme #footer .container .footer-logo img {
  height: 57px;
}
@media (max-width: 991px) {
  body.wp-theme-il-bric-theme #footer .container .footer-logo {
    display: flex;
    justify-content: center;
  }
}
body.wp-theme-il-bric-theme #footer .container .footer-info {
  color: #FFFFFF;
}
body.wp-theme-il-bric-theme #footer .container .footer-info .main-navigation .menu {
  display: flex;
  flex-direction: column;
}
body.wp-theme-il-bric-theme #footer .container .footer-info .main-navigation .menu li {
  line-height: 40px;
  text-align: center;
}
body.wp-theme-il-bric-theme #footer .container .footer-info .button-primary {
  display: inline-block;
}
body.wp-theme-il-bric-theme #footer .icon {
  height: 24px;
}

@media (max-width: 767px) {
  body.wp-theme-il-bric-theme #footer .footer-contact-item {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
  body.wp-theme-il-bric-theme #footer .footer-contact-item .icon {
    margin-right: 0 !important;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .mobile-read-more p {
    margin-bottom: 0;
  }
  .mobile-read-more .elementor-widget-container {
    position: relative;
  }
  .mobile-read-more .elementor-widget-container .text-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mobile-read-more .elementor-widget-container.is-expanded .text-content {
    -webkit-line-clamp: initial;
  }
  .mobile-read-more .elementor-widget-container .read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */