/*!
Theme Name:   Lakeside
Author:       Sproutbox
Author URI:   https://www.sproutbox.co
Template:     hello-elementor
Version:      1.0.0
*/
/* Include partial SASS files */
/* Global colors */
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
html a {
  transition: all ease 0.3s;
}

.sbx_btn .elementor-button-content-wrapper {
  align-items: center;
  gap: 0.5rem;
}
.sbx_btn .elementor-button-content-wrapper:hover {
  gap: 0.9rem;
  transition: gap ease 0.5s;
}
.sbx_btn .elementor-button-icon svg {
  height: 13px !important;
  width: auto !important;
}

.sbx_header .elementor-nav-menu--dropdown {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.sbx_header .elementor-nav-menu--dropdown .elementor-nav-menu {
  margin-inline-start: 40px !important;
}
.sbx_header .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item:hover {
  border-left: 2px solid #dda448;
  transition: all ease 0.1s;
}
.sbx_header .elementor-nav-menu--dropdown .elementor-nav-menu .current_page_item {
  border-left: 2px solid #dda448;
  transition: all ease 0.1s;
}

.sbx_add-line .line {
  height: 1px;
  width: 100px;
  background-color: #dda448;
}

.sbx_tab-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid #dda448;
  border-radius: 50%;
  color: #dda448;
  font-size: 22px;
  line-height: 1;
  margin-right: 10px;
  text-align: center;
}

.sbx_portfolio-term {
  display: inline-block;
  padding: 5px 13px;
  background-color: rgba(219, 227, 230, 0.8);
  border-radius: 50px;
  color: #252c33;
}

.sbx_header-border .elementor-heading-title {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #759ba5;
}

.sbx_more-details button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0 !important;
  color: #252c33 !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #759ba5 !important;
  background: transparent !important;
}
.sbx_more-details button svg {
  height: 13px;
  width: auto;
}
.sbx_more-details button:hover {
  gap: 0.9rem;
  transition: gap ease 0.5s;
}

.sbx_bio {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 30px;
  left: 0;
  background-color: #f5f7f8;
  padding: 30px;
  border-radius: 10px;
}
.sbx_bio .bio_heading {
  margin-bottom: 40px;
}
.sbx_bio .bio_heading h4 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.sbx_bio .bio_heading p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #759ba5;
  font-size: 16px;
  line-height: 1;
}

.sbx_bio-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
  gap: 10px;
}
.sbx_bio-logos img {
  display: block;
}

.sbx_portfolio-post .heading-line {
  margin-top: 40px;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.sbx_portfolio-post .heading-line::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 40px;
  margin-left: 10px;
  background-color: #dda448;
}

#fluentform_3 {
  font-family: "Nunito Sans", sans-serif !important;
}
#fluentform_3 .ff-btn {
  background-color: #759ba5;
  border: none;
}

.ff-message-success {
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .home .sbx_header .elementor-nav-menu a {
    color: #FFFFFF !important;
  }
  .home .sbx_header .elementor-nav-menu--dropdown a {
    color: #252c33 !important;
  }
  .home #sbx_header-btn {
    background-color: #FFFFFF !important;
    color: #759ba5 !important;
  }
  .home #sbx_header-btn svg path {
    fill: #759ba5 !important;
  }
}
@media (max-width: 1023px) {
  .sbx_show-mbl {
    display: block !important;
  }
}
.sbx_portfolio-facts-label {
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
