@charset "UTF-8";
/*   
Theme Name: BarePress
Theme URI: https://www.wordpress.com/
Description: A custom resposive theme
Author: BarePress
Author URI: https://www.wordpress.com/
Version: 1.0
*/
/*
    VARIABLES

    ----------------------- */
/*
    COLORS

    ----------------------- */
/*
    MEDIA QUERIES

    ----------------------- */
/*
 *	MIXINS
 *	================================================== */
/*
    SITE CSS

    ----------------------- */
body {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px !important;
}

p {
  color: #77838f;
}

/*  HEADER  */
header {
  position: fixed;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 20;
}
header nav .navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none !important;
}
header nav .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header nav ul li {
  display: inline-block;
  min-width: 130px;
  text-align: center;
}
header nav ul li a.nav-link {
  color: #a3b99a !important;
  padding: 20px;
}
header nav ul li a.nav-link:hover {
  color: #96C18A !important;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  header {
    position: relative;
  }
}

/*  MAIN  */
body[data-elementor-device-mode=mobile] nav #navbarNav {
  background-color: #a3b99a;
}
body[data-elementor-device-mode=mobile] nav #navbarNav .nav-link {
  color: #FFFFFF !important;
}
body[data-elementor-device-mode=mobile] nav #navbarNav .nav-link:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}
body[data-elementor-device-mode=mobile] nav .container-fluid {
  justify-content: center;
}
body[data-elementor-device-mode=mobile] nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'/%3E%3C/svg%3E");
}

/*  BUTTONS */
#burger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 45px;
  width: 40px;
}
#burger-menu:hover {
  background-color: rgb(150, 193, 138) !important;
}

.open .elementor-button-icon {
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-position: center;
}

.btn-primary {
  background-color: #a3b99a;
  min-width: 170px;
}
.btn-primary.pink {
  background-color: #ebbcad;
}
.btn-primary.pink:hover {
  color: #1e1e1e;
  background-color: #f5e2db;
}
.btn-primary.green {
  background-color: #a3b99a;
}

/*  OVERRDIES */
.form-control:focus,
.form-control:active,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
  border-color: #a3b99a;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  padding: 5px 0;
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
}
.wpcf7-form .wpcf7-form-control {
  border: none;
  border-radius: 0;
  letter-spacing: 1px !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7-form input:not([type=submit]) {
  height: 50px;
}

/*  BREADCRUMB  */
.breadcrumb-wrapper {
  margin: 1em 0;
  font-size: 0.9em;
}
.breadcrumb-wrapper .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.breadcrumb-wrapper .breadcrumb-list li::after {
  content: "»";
  margin-left: 0.5em;
}
.breadcrumb-wrapper .breadcrumb-list li:last-child::after {
  content: "";
}
.breadcrumb-wrapper .breadcrumb-list a {
  text-decoration: none;
  color: #a3b99a;
}
.breadcrumb-wrapper .breadcrumb-list li:last-child a {
  color: #000000;
}
.breadcrumb-wrapper .breadcrumb-list a:hover {
  text-decoration: underline;
}

/*  FOOTER  */
footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  footer {
    position: relative;
  }
}/*# sourceMappingURL=style.css.map */