@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Dickiebirds
 Author URI:   https://dickiebirds.studio/
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
/*
 * FONTS
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #635a59;
  letter-spacing: 0px;
  background-color: #fff !important;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.fl-module-heading {
  margin-bottom: -10px;
}
h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
h1, h1 .fl-heading-text {
  font-size: 38px;
}
h2, h2 .fl-heading-text {
  font-size: 34px;
}
h3, h3 .fl-heading-text {
  font-size: 26px;
}
h4, h4 .fl-heading-text {
  font-size: 22px;
}
p, ul {
  font-size: 15px;
  line-height: 1.8;
}
@media all and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 36px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 24px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media all and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 28px;
    line-height: 1 !important;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul {
    font-size: 14px;
    line-height: 1.5;
  }
}
.fl-rich-text ul {
  margin: 0px 0px 20px 30px !important;
  list-style: none !important;
}
.fl-rich-text ul li {
  padding-bottom: 10px;
  position: relative;
}
.fl-rich-text ul li:last-child {
  padding-bottom: 0px;
}
.fl-rich-text ul li:before {
  color: #d12f53;
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f058";
  padding-right: 10px;
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .fl-row-content {
    max-width: 880px !important;
  }
}
@media all and (max-width: 768px) {
  .fl-row-content {
    max-width: 600px !important;
  }
  .fl-row-content img {
    max-height: 420px;
    object-fit: cover;
  }
}
.dots-title .fl-heading-text {
  position: relative;
}
.dots-title .fl-heading-text:before {
  left: -10px;
  top: 50%;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #d12f53;
}
.dots-title .fl-heading-text:after {
  right: -10px;
  top: 50%;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #d12f53;
}
.fl-button {
  font-family: 'Poppins', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  border-width: 0px !important;
  border-style: solid !important;
  border-radius: 0px !important;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2) !important;
  min-width: 180px;
  padding: 12px 35px !important;
  display: block;
  text-align: center !important;
  font-size: 14px !important;
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 12px !important;
    min-width: 150px;
    padding: 16px 16px !important;
  }
}
.primary .fl-button {
  position: relative;
  z-index: 1;
  background: #c81747 !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
}
.primary .fl-button::before {
  content: none !important;
}
.primary .fl-button span {
  position: relative;
  z-index: 1;
  color: #fff !important;
}
.primary .fl-button:hover {
  background: #c81747 !important;
  color: #fff !important;
}
.primary .fl-button:hover::before {
  width: calc(100% + 5px);
}
.primary .fl-button:hover span {
  color: #fff !important;
}
.secondary .fl-button {
  background: #b0a6a5 !important;
  border-color: #b0a6a5 !important;
  color: #d12f53 !important;
}
.secondary .fl-button span {
  color: #d12f53 !important;
}
.secondary .fl-button:hover {
  background: #988b8a !important;
  border-color: #988b8a !important;
}
.transparent-primary .fl-button {
  background: none !important;
  border-color: #d12f53 !important;
  color: #d12f53 !important;
}
.transparent-primary .fl-button:hover {
  border-color: #d12f53 !important;
  color: #fff !important;
  background: #eeecdd !important;
}
.transparent-primary .fl-button:hover span {
  color: #fff !important;
}
.transparent-secondary .fl-button {
  background: none !important;
  border-color: #b0a6a5 !important;
  color: #b0a6a5 !important;
}
.transparent-secondary .fl-button:hover {
  border-color: #eeecdd;
  color: #fff !important;
  background: #eeecdd !important;
}
.transparent-secondary .fl-button:hover span {
  color: #fff !important;
}
.dual-btn {
  margin-top: -5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dual-btn.center {
  justify-content: center;
}
.dual-btn div {
  margin-top: 5%;
}
.dual-btn div:first-child {
  margin-right: 5%;
}
.dual-btn div.link a {
  position: relative;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #d12f53;
}
.dual-btn div.link a:hover {
  color: #b0a6a5;
}
.dual-btn div.link a:hover::after {
  right: -50px;
}
.dual-btn div.link a::after {
  transition: 0.3s;
  display: block;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  right: -30px;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translate(0%, -50%);
}
.fl-builder-pagination-load-more .fl-button {
  min-width: 240px;
  width: min-content;
  padding: 15px 20px !important;
  box-shadow: none !important;
  background-color: #eeecdd !important;
  border: 1px solid #eeecdd !important;
}
.fl-builder-pagination-load-more .fl-button span {
  transition: 0.3s linear;
}
.fl-builder-pagination-load-more .fl-button:hover {
  background-color: #d12f53 !important;
}
.fl-builder-pagination-load-more .fl-button:hover span {
  color: #fff !important;
}
.banner {
  color: #fff !important;
}
.banner .fl-heading {
  color: #fff !important;
}
.banner ul, .banner p {
  color: #fff;
}
.banner .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.banner .fl-row-content {
  z-index: 10;
  max-width: 1920px;
}
.banner .fl-row-content-wrap {
  padding: 0px !important;
}
.banner .fl-row-content-wrap:after {
  background: linear-gradient(90deg, rgba(86, 86, 86, 0.5) 0%, rgba(43, 43, 43, 0) 100%);
}
.transparent-box {
  max-width: 700px !important;
  transition: all 1s ease-in;
}
.transparent-box > .fl-col-content {
  min-height: 650px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
  padding: 40px;
  background-color: rgba(46, 28, 43, 0.65);
}
@media only screen and (max-width: 768px) {
  .transparent-box {
    opacity: 0;
  }
}
@media all and (max-width: 768px) {
  .transparent-box {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.transparent-box.active {
  opacity: 1;
}
.narrow-col {
  width: 100%;
}
.narrow-col .fl-col-content {
  max-width: 900px;
  margin: 0 auto;
}
.general-img img {
  border-radius: 0px;
  box-shadow: 10px 10px 0px rgba(176, 166, 165, 0);
}
.link a {
  transition: 0.5s;
}
.link a:hover {
  padding-left: 10px;
}
#primary-menu {
  margin-top: 10px;
}
#primary-menu a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#primary-menu li.menu-btn {
  margin-left: 20px;
}
#primary-menu li.menu-btn a {
  transition: 0.3s;
  border-radius: 0px;
  text-transform: uppercase;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
  background-color: #d12f53 !important;
  border: 0px solid #d12f53 !important;
  color: #fff !important;
}
#primary-menu li.menu-btn a:hover {
  background-color: #d12f53 !important;
  border-color: #d12f53 !important;
  color: #fff !important;
}
#primary-menu .menu-item:not(.menu-btn) a {
  position: relative;
}
#primary-menu .menu-item:not(.menu-btn) a::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #d12f53;
  left: 20px;
  transition: 0.3s;
  margin-top: -10px;
}
#primary-menu .menu-item:not(.menu-btn).current_page_item a::after {
  width: calc(100% - 40px);
}
#primary-menu .menu-item:not(.menu-btn):hover a::after {
  width: calc(100% - 40px);
}
#primary-menu .sub-menu .menu-item a::after {
  display: none !important;
}

#secondary-navigation h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #fff;
  margin: 24px 0px 15px 0px;
  float: left;
}
@media only screen and (max-width: 800px) {
  #secondary-navigation h4 {
    display: none;
  }
}
.secondary-navigation .menu-toggle {
  display: none;
}
.hide-link {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  .secondary-navigation {
    text-align: center !important;
  }
}
.secondary-navigation a {
  margin: 10px 5px;
  transition: 0.3s;
}
.secondary-navigation a:hover {
  background-color: #a82542 !important;
  color: #fff !important;
}
@media only screen and (max-width: 950px) {
  .secondary-navigation a span {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .secondary-navigation a {
    font-size: 8px !important;
    line-height: 35px !important;
  }
}
.secondary-navigation .call a, .secondary-navigation .consultation a, .secondary-navigation .brochure a {
  text-transform: uppercase !important;
  background-color: #fff;
  color: #635a59 !important;
}
.secondary-navigation .call a:hover, .secondary-navigation .consultation a:hover, .secondary-navigation .brochure a:hover {
  background: #d12f53 !important;
  color: #fff !important;
}
.secondary-navigation em {
  font-style: normal !important;
}



#masthead {
	position: fixed !important;
	width: 100%;
	left: 0;
	z-index: 999;
	margin-top: 50px
}

@media (max-width: 1150px) {
  #masthead {
    background: #d12f53;
    display: block !important;
    opacity: 1;
  }
  #masthead.active-sticky {
    position: sticky;
    top: 0px;
  }
  #masthead a {
    color: #fff;
  }
  #masthead .site-logo {
    display: none;
  }
  #masthead .secondary-navigation {
    text-align: center !important;
    margin-bottom: 0px;
  }
  #masthead .secondary-navigation ul {
    display: flex;
    justify-content: center;
  }
  #masthead .secondary-navigation ul li {
    float: none;
  }
  #masthead .nav-float-right .inside-header .site-branding {
    display: none;
  }
  #masthead .inside-header {
    padding: 5px 0px;
  }
  #mobile-header.active-sticky {
    position: sticky;
    top: 50px;
  }
}
@media (max-width: 1150px) and (max-width: 620px) {
  #masthead .secondary-navigation ul {
    justify-content: space-around;
  }
}
@media (max-width: 1150px) and (max-width: 620px) {
  #masthead .secondary-navigation ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #masthead .secondary-navigation ul li a em {
    display: none;
  }
  #masthead .secondary-navigation ul li a span {
    text-transform: capitalize;
  }
}
.entry-content {
  margin-top: 0px !important;
}
.mobile-header-logo img {
  padding: 0px 0px 5px 0px !important;
}
@media (max-width: 1150px) {
  #masthead .inside-header {
    padding: 0px 0px !important;
  }
}
#sticky-navigation #primary-menu {
  margin: 10px 5px;
}
#mobile-header .mobile-header-logo {
  padding: 5px;
}
.slideout-navigation .site-logo {
  padding: 40px 20px;
}
footer a, footer p {
  font-size: 14px;
  color: #635a59 !important;
}
footer a:hover {
  text-decoration: underline;
}
footer h4, footer h4 .fl-heading-text {
  color: #a28f8f;
  font-size: 18px !important;
  font-weight: 400;
}
footer .fl-col {
  padding-left: 40px;
}
@media all and (max-width: 768px) {
  footer .fl-col {
    padding-left: 0px !important;
  }
}
footer .fl-col:first-child {
  padding-left: 0px;
}
.lower-footer a, .lower-footer p {
  color: #fff !important;
}
.footer-logos img {
  height: 60px;
  width: auto;
  margin-right: 20px;
}
.slideout-navigation .site-logo {
  width: 100%;
}
.slideout-navigation .site-logo img {
  padding: 20px 50px;
  width: 100%;
}
.click-col {
  transition: 0.5s;
}
.click-col .fl-col-content {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}
.click-col .fl-module {
  padding: 20px;
}
.click-col:hover .primary .fl-button {
  background-color: #eeecdd !important;
  border-color: #eeecdd !important;
}
.click-col:hover .fl-col-content:after {
  transition: 0.3s;
  background-color: rgba(162, 143, 143, 0.5);
}
.projects .fl-post-column .overlay-1 {
  height: 100%;
  width: 100%;
}
.projects .fl-post-column .overlay-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  bottom: 100%;
  background-color: rgba(162, 143, 143, 0.7);
}
.projects .fl-post-column i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 30px;
  transition: 0.5s;
}
.projects .fl-post-column .overlay-2 {
  height: 100%;
  width: 100%;
}
.projects .fl-post-column .overlay-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  transition: 0.5s;
  bottom: 0;
  background-color: rgba(162, 143, 143, 0.7);
}
.projects .fl-post-column .overlay-3 {
  height: 100%;
  width: 100%;
}
.projects .fl-post-column .overlay-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  transition: 0.5s;
  bottom: 0;
  background-color: rgba(162, 143, 143, 0.7);
}
.projects .fl-post-column .overlay-4 {
  height: 100%;
  width: 100%;
}
.projects .fl-post-column .overlay-4::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: 0.5s;
  bottom: 0;
  background-color: rgba(162, 143, 143, 0.7);
}
.projects .fl-post-column .overlay-5 {
  height: 100%;
  width: 100%;
}
.projects .fl-post-column .overlay-5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  right: 50%;
  bottom: 50%;
  background-color: rgba(162, 143, 143, 0.7);
}
.projects .fl-post-column:hover .overlay-1::before {
  bottom: 0;
}
.projects .fl-post-column:hover .overlay-2::before {
  right: 0;
}
.projects .fl-post-column:hover i {
  opacity: 1;
  color: #fff;
}
.projects .fl-post-column:hover .overlay-3::before {
  left: 0;
}
.projects .fl-post-column:hover .overlay-4::before {
  top: 0;
}
.projects .fl-post-column:hover .overlay-5::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonials-carousel {
  position: relative;
}
.testimonials-carousel .testimonial-carousel .container-triangle {
  background-color: #f9f6ed;
  padding: 20px 40px;
  margin-bottom: 40px;
  position: relative;
}
.testimonials-carousel .testimonial-carousel .container-triangle::after {
  top: 100%;
  left: 8%;
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 50px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #f9f6ed;
}
.testimonials-carousel .testimonial-carousel .name {
  margin-top: 10px;
  margin-left: 5%;
  position: relative;
}
.testimonials-carousel .testimonial-carousel .name:before {
  left: -10px;
  top: 9px;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #d12f53;
}
.testimonials-carousel .testimonial-carousel h2 {
  font-size: 20px;
  margin-bottom: 0px;
}
.testimonials-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  right: 30px;
}
.white .pages-grid .fl-post-title {
  color: #fff !important;
}
.white .pages-grid .fl-post-title a {
  color: #fff !important;
}
.pages-grid .fl-module-content {
  margin-bottom: 0px !important;
}
.pages-grid .fl-post-column {
  padding-bottom: 0;
}
.pages-grid .fl-post-column .fl-post-grid-post {
  background-color: transparent;
  margin-bottom: 0;
}
.pages-grid .fl-post-column .fl-post-grid-post .page-grid-col {
  overflow: hidden;
  width: 100%;
}
.pages-grid .fl-post-column .fl-post-grid-post .page-grid-col .fl-post-image {
  display: block;
  line-height: 1 !important;
  overflow: hidden;
  position: relative;
}
.pages-grid .fl-post-column .fl-post-grid-post .page-grid-col .fl-post-image::before {
  opacity: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9;
  transition: 0.3s ease-in-out;
}
.pages-grid .fl-post-column .fl-post-grid-post .page-grid-col .fl-post-image img {
  margin-bottom: -10px !important;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.pages-grid .fl-post-column .fl-post-grid-post .page-grid-col:hover .fl-post-image::before {
  opacity: 1;
}
.fl-post-image {
  position: relative;
}
.fl-post-image .overlay i {
  font-size: 30px;
  color: #fff;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fl-post-grid-post {
  border: none;
}
.overlay, .overlay::before, .overlay::after {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
}
.overlay {
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
.overlay::before {
  left: 50%;
  content: '';
  width: 200%;
  margin-left: -100%;
  background: rgba(191, 178, 154, 0.45);
  transform: skewX(-30deg) translateX(-100%);
  transition: transform 0.3s linear 0.3s;
}
.overlay::after {
  left: 50%;
  content: '';
  width: 200%;
  margin-left: -100%;
  background: rgba(191, 178, 154, 0.7);
  transform: skewX(-30deg) translateX(-100%);
  transition: transform 0.3s linear 0.3s;
}
.team-layout .fl-module-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.team-layout .fl-post-column {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.fl-post-feed-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.team {
  position: relative;
  cursor: pointer;
}
.team:hover .read-more-arrow {
  opacity: 0.9 !important;
}
.team > .fl-post-image {
  margin: 0 auto;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  text-align: center;
  position: relative;
}
.team > .fl-post-image .read-more-arrow {
  color: #fff !important;
  transition: 0.5s ease;
  opacity: 0;
  border: 1px solid #aaa2a3;
  border-radius: 100%;
  background: #d12f53;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team > .fl-post-image .read-more-arrow i {
  font-size: 70px;
  padding-bottom: 20px;
}
.team > .fl-post-image .read-more-arrow h3 {
  font: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.team > .fl-post-image::after, .team > .fl-post-image::before {
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 1;
  transition: 0.5s ease;
}
.team > .fl-post-image::before {
  background-color: rgba(209, 47, 83, 0.5);
}
.team > .fl-post-image img {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  padding: 5px !important;
  border: 1px solid #d12f53;
  transform: scale(1);
  transition: 0.5s ease;
}
.team h2 {
  font-size: 20px;
  text-align: center;
  margin: 0 !important;
  padding: 20px 0;
}
.team h3 {
  font-size: 14px;
  text-align: center;
}
.team h4 {
  font-size: 13px;
  text-align: center;
}
.team .read-more {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.team .modal {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: rgba(162, 143, 143, 0.4);
}
.team .modal.active {
  display: block;
}
.team .modal.active .people-list {
  animation: activeModal 0.5s ease-in-out 1;
}
.team .modal .people-list {
  padding: 40px 20px;
  border-left: 5px solid #d12f53;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: flex-start;
  transition: 0.3s;
  text-align: left;
}
.team .modal .people-list .fl-post-image {
  height: 250px !important;
  width: 250px !important;
  margin-right: 30px;
}
.team .modal .people-list .fl-post-image img {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  object-fit: cover;
  position: center;
  padding: 5px !important;
  border: 1px solid #d12f53;
}
.team .modal .people-list .fl-post-text {
  max-height: 400px;
  width: calc(100% - 230px);
}
@media only screen and (max-width: 600px) {
  .team .modal .people-list .fl-post-text h2 {
    margin-top: 0px;
  }
}
.team .modal .people-list .fl-post-text h2, .team .modal .people-list .fl-post-text h3, .team .modal .people-list .fl-post-text h4 {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .team .modal .people-list {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team .modal .people-list .fl-post-text {
    width: 100%;
    padding: 20px 0 0 !important;
  }
}
.team .modal .people-list .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d12f53;
}
.team .modal.modalScrollable .people-list .fl-post-text {
  overflow-y: scroll;
}
@keyframes activeModal {
  0% {
    top: 150%;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.review-layout .fl-module-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.review-layout .fl-post-column {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.review-col .review-quote {
  max-width: 100px;
  padding: 0px !important;
  margin-bottom: -115px;
  margin-left: 20px;
  opacity: 0.2;
}
.review-col .opinion {
  border-top: 1px solid #d12f53;
  border-left: 1px solid #d12f53;
  border-right: 1px solid #d12f53;
  padding: 40px;
}
.review-col .opinion p:last-child {
  margin-bottom: 0px;
}
.review-col .opinion img {
  display: block;
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0px auto -90px auto;
  position: relative;
  z-index: 2;
  padding: 0px !important;
}
.review-col .name {
  background: #b0a6a5;
}
.review-col .name h2 {
  padding: 65px 20px 30px 20px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.news-column {
  display: flex;
  flex-direction: column;
}
.news-column .fl-post-image {
  order: 1;
}
.news-column .fl-post-image::before {
  opacity: 0;
  position: absolute;
  left: -100%;
  content: '';
  width: 100%;
  height: calc(100% + 5px);
  background: rgba(0, 0, 0, 0.35);
  z-index: 9;
  transition: 0.5s ease-in-out;
}
.news-column .fl-post-image img {
  display: block;
  height: 340px;
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
}
.news-column .primary {
  margin-top: -20px;
  padding-left: 30px;
  order: 3;
  margin-bottom: 20px;
}
.news-column .primary:hover + .fl-post-image::before {
  opacity: 1;
  left: 0;
}
.news-column .fl-post-text {
  background: rgba(176, 166, 165, 0.2);
  order: 2;
  padding: 30px 30px 25px 30px;
}
.news-column .fl-post-text .fl-post-title {
  text-transform: none;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.news-column .fl-post-text .fl-post-meta {
  margin-bottom: 20px;
  font-size: 14px;
}
.post-navigation-links {
  background-color: #b0a6a5;
}
.post-navigation-links a {
  color: #fff;
  transition: 0.3s;
}
.post-navigation-links a:hover {
  text-decoration: underline;
}
.dot-date {
  position: relative;
  padding-left: 10px;
}
.dot-date:before {
  left: 0px;
  top: 9px;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #d12f53;
}
.jump-column {
  display: flex;
  flex-direction: column;
}
.jump-column .fl-post-image {
  order: 1;
}
.jump-column .fl-post-image::before {
  opacity: 0;
  position: absolute;
  left: -100%;
  content: '';
  width: 100%;
  height: calc(100% + 5px);
  background: rgba(0, 0, 0, 0.35);
  z-index: 9;
  transition: 0.5s ease-in-out;
}
.jump-column .fl-post-image img {
  display: block;
  height: 400px;
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
}
.jump-column .primary {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  margin-top: -20px;
  order: 3;
}
.jump-column .primary a {
  min-width: 320px;
}
.jump-column .primary:hover + .fl-post-image::before {
  opacity: 1;
  left: 0;
}
.jumps-layout .fl-module-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.jumps-layout .fl-post-column {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}
.projects .fl-post-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.projects .fl-post-grid .fl-post-column .post {
  margin: 0;
}
.projects .single-project {
  position: relative;
}
.projects .single-project .fl-post-image > a {
  position: relative;
  height: 100%;
  display: block;
  line-height: 1;
  font-size: 1px;
}
.projects .single-project .fl-post-image > a::after, .projects .single-project .fl-post-image > a::before {
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 1;
  transition: 0.5s ease;
}
.projects .single-project .fl-post-image > a::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 30%);
}
.projects .single-project .fl-post-image > a::after {
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  border: 1px solid #aaa2a3;
}
.projects .single-project .fl-post-image > a img {
  height: 100%;
  transform: scale(1);
  transition: 0.5s ease;
}
.projects .single-project .fl-post-image h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: fit-content;
  z-index: 2;
  opacity: 1;
  transition: 0.5s ease;
}
.projects .single-project .fl-post-image h2 a {
  color: #fff;
  word-break: keep-all;
  transition: 0.5s ease;
}
.projects .single-project .fl-post-image:hover h2 {
  opacity: 0;
}
.projects .single-project .fl-post-image:hover a::after, .projects .single-project .fl-post-image:hover a::before {
  opacity: 0.4;
}
.projects .single-project .fl-post-image:hover a img {
  transform: scale(1.1);
}
@media all and (max-width: 768px) {
  .contact-form #field_1_5 {
    margin-bottom: -8px;
  }
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form .gfield_label, .contact-form label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  border-color: rgba(0, 0, 0, 0.5);
  padding: 10px !important;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0px !important;
  background: transparent;
}
.contact-form textarea::placeholder, .contact-form input::placeholder {
  opacity: 1;
}
.contact-form .gform_button {
  letter-spacing: 0px !important;
  margin-top: 0px !important;
  display: block;
  padding: 10px !important;
  min-width: 160px;
  font-family: 'Poppins', sans-serif;
  border-radius: 0px;
  background: #d12f53 !important;
  border: 0px solid #d12f53 !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #a82542 !important;
  border-color: #a82542 !important;
}



/*
.fl-node-v2rukhqfo7md.red-top-bar {
  position: fixed !important;
  top: 106px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 998 !important;
  background-color: #b3aeae !important;
  padding: 10px 0 !important;
}
*/


.site-content {
  margin-top: 195px;
}



.fl-node-v2rukhqfo7md.red-top-bar {
  position: fixed !important;
  top: 180px 
  left: 0 !important;
  width: 100% !important;
  z-index: 10 !important; 
  background-color: #b3aeae !important;

}

/* targets any row containing the ditty ticker */
.fl-row:has(.mtphr-dnt) {
  position: fixed !important;
  top: 180px 
  left: 0 !important;
  width: 100% !important;
  z-index: 10 !important;
  background-color: #b3aeae !important;

}

@media screen and (max-width: 1024px) {
	.site-content {
		margin-top: 0;
	}
	
	.fl-node-v2rukhqfo7md.red-top-bar {
		top: 110px;
	}
	
	.fl-row:has(.mtphr-dnt) {
		top: 110px;
	}
}


.secondary-navigation {
  position: fixed !important;
  top: 0 !important;
  z-index: 1001 !important;
  width: 100%;
}

#mobile-header {
	padding-top:60px;
}
