/******************************************************************
Theme Name: OHC Website New
Theme URI: http://www.envision-creative.com/
Author: Envision Creative
Author URI: http://www.envision-creative.com
******************************************************************/

@font-face {
    font-family: "Bicyclette";
    src: url("fonts/Bicyclette-Regular.eot");
    src: url("fonts/Bicyclette-Regular.eot?#iefix") format("embedded-opentype"),
      url("fonts/Bicyclette-Regular.woff2") format("woff2"),
      url("fonts/Bicyclette-Regular.woff") format("woff"),
      url("fonts/Bicyclette-Regular.ttf") format("truetype"),
      url("fonts/Bicyclette-Regular.svg#Bicyclette-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Bicyclette";
    src: url("fonts/Bicyclette-Bold.eot");
    src: url("fonts/Bicyclette-Bold.eot?#iefix") format("embedded-opentype"),
      url("fonts/Bicyclette-Bold.woff2") format("woff2"),
      url("fonts/Bicyclette-Bold.woff") format("woff"),
      url("fonts/Bicyclette-Bold.ttf") format("truetype"),
      url("fonts/Bicyclette-Bold.svg#Bicyclette-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Bicyclette";
    src: url("fonts/Bicyclette-Black.eot");
    src: url("fonts/Bicyclette-Black.eot?#iefix") format("embedded-opentype"),
      url("fonts/Bicyclette-Black.woff2") format("woff2"),
      url("fonts/Bicyclette-Black.woff") format("woff"),
      url("fonts/Bicyclette-Black.ttf") format("truetype"),
      url("fonts/Bicyclette-Black.svg#Bicyclette-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Bicyclette";
    src: url("fonts/Bicyclette-Thin.eot");
    src: url("fonts/Bicyclette-Thin.eot?#iefix") format("embedded-opentype"),
      url("fonts/Bicyclette-Thin.woff2") format("woff2"),
      url("fonts/Bicyclette-Thin.woff") format("woff"),
      url("fonts/Bicyclette-Thin.ttf") format("truetype"),
      url("fonts/Bicyclette-Thin.svg#Bicyclette-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  a {
    text-decoration: none;
  }
  
  a img {
    border: none;
  }
  
  .clear {
    clear: both;
  }
  
  body {
    color: #707070;
    font-family: "Bicyclette";
    font-size: 16px;
  }
  
  p {
    color: #707070;
    font-family: "montserrat";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  p a {
    color: #364858 !important;
  }

  p a:hover {
    color: #364858 !important;
    text-decoration: underline;
  }
  
  /* ----- header----*/
  
  .header_main {
    width: 100%;
    position: relative;
  }
  
  .header {
  width: 100%;
  padding: 0px 0;
  position: relative;
}


.header .logo {
  margin-bottom: 0;
}
  .header_top {
    width: 100%;
    background: #293949;
    padding: 10px 0;
  }
  
  .header_top_wrapper {
    width: 79%;
    margin: 0 auto;
/*     max-width: 1644px; */
  }
  
  .header_top_mid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .res_nav {
    display: none;
  }

  .top_nav_header {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  
  .top_nav_header ul li {
    font-family: "Bicyclette";
    font-size: 14px;
    float: left;
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .top_nav_header ul li a {
    display: block;
    color: #fff;
    padding: 0 45px;
    opacity: 1;
    transition: background-color 1s ease 0s;
  }
  
.top_nav_header ul li a:hover {
  color: #DD9845;
}
  
.search-box input {
  border: 1px solid #fff !important;
  background: none !important;
  border-radius: 50px;
  padding: 3px 16px;
  width: 100%;
  color: #fff;
  font-family: "Bicyclette";
  font-size: 16px;
  box-shadow: none !important;
  height: unset;
}
  
.search-box {
  width: 30%;
}


  
  .header_bottom {
    width: 100%;
  }
  
  .header_bottom_wrapper {
    width: 94%;
    margin: 0 auto;
/*     max-width: 1644px; */
  }
  
  .header_bottom_mid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header_top_mid_box a::after {
    display: none;
  }
  
  .top_nav ul li {
    font-family: "Bicyclette";
    font-size: 16px;
    float: left;
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
  }
  
 .top_nav ul li a {
  display: block;
  color: #293949;
  padding: 40px 0px;
  transition: background-color 1s ease 0s;
}
  
  .top_nav ul li a:hover {
    opacity: 0.6;
  }
  

  .header ul.sub-menu li a {
    color: #fff;
    padding: 5px 30px;
    font-weight: bold;
  }
  /* ----- header----*/
  
  /* ----- newsletter------- */
  
.newsletter {
  width: 100%;
  padding: 25px 0px;
  background-color: #DD9845;
}
  
  .newsletter_wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1644px;
  }
  
  .newsletter_mid {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
  }
  
  .newsletter input[type="email"] {
    padding: 5px 0px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #fff !important;
    background: transparent;
    color: #fff;
    outline: none;
    font-size: 18px;
    font-family: "Bicyclette";
    font-weight: 500;
    width: 90%;
	box-shadow: none;
  }
  
  .newsletter input::placeholder {
    color: white;
    opacity: 0.8;
  }
  
  .newsletter_mid form {
  width: 100%;
  display: flex;
  align-items: center;
}

  .arrow_btn {
    background: url("https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/05/arrow-btn.png") no-repeat right center;
    border: none;
    height: 11px;
    width: 12px;
    cursor: pointer;
  }
  
  /* ----- newsletter------- */
  
  /* ----- footer------- */
  
  .footer {
    background-color: #293949;
    color: #fff;
    padding: 40px 0px;
    width: 100%;
  }
  
  .footer_wrapper {
    width: 94%;
    margin: 0 auto;
/*     max-width: 1644px; */
  }
  
  .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  
  .footer_nav {
    width: 80%;
  }
  
  .footer_nav ul li {
    font-family: "Bicyclette";
    font-size: 16px;
    float: left;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .footer_nav ul li a {
    display: block;
    color: #fff;
    padding: 0 65px;
    transition: background-color 1s ease 0s;
  }
  
  .footer_nav ul li a:hover {
    opacity: 0.6;
  }
  
  .social-icons-footer a{
    margin-left: 10px;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.6;
	font-family: "Bicyclette";
  }
  .footer-bottom-left a {
    color: #fff;
  }
  .social-icons {
    display: flex;
    gap: 15px;
  }
  
  .footer-bottom-left span {
    margin: 0 80px;
  }
  .social-icons a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }
  .footer-bottom-left,
  .footer-bottom-right {
    display: flex;
    gap: 20px;
    align-items: center;
  }

.newsletter_mid span {
  font-family: "Bicyclette";
}
  
  /* ----- footer------- */
  
   

/* Make the <li> contents inline and prevent wrapping */
.navbar-nav li.menu-item-has-children {
  white-space: nowrap;
  display: block;
  align-items: center;
  gap: 6px;            /* Space between text link and icon */
}

/* Make sure the link and toggle icon are inline blocks */
.navbar-nav li.menu-item-has-children > a,
.navbar-nav li.menu-item-has-children > .toggle-icon {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

/* Style the toggle icon */
.navbar-nav .toggle-icon {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  right: 0;
}



.navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > .sub-menu {
  display: none;
  width: 100%;
}

/*.header .toggle-icon {
  padding: 16px 20px !important;
  width: 60px !important;
}*/

.navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children > .sub-menu {
  padding: 0 20px 5px;
  width: 100%;
  position: relative;
}

.sub-menu li {
  display: flex;
  width: 100%;
}


.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 1000;
  float: none;
  width: 240px;
  padding: 20px 0;
  margin: 0px 0px;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #9BAEBA;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  white-space: normal;
}

.sub-menu li {
  float: none !important;
}


.navbar-nav li:hover > .sub-menu {
  display: block;
 /* padding: 8px 0;
  width: auto;*/
}
.navbar-nav li:hover > .sub-menu li a {
  padding: 8px 20px;
  display: inline-block;
  /*width: 100%;*/
}
 
.top_nav {
  display: flex;
}
ul.sub-menu li a {
  color: #fff;
}
.header {
  position: relative;
}
/* .top_nav ul li a {
  padding: 40px 65px;
} */


.search #page_header {
  display: none;
}

.manufacuring-box-title{
position: absolute;
top: 84%;
left: 36%;
transform: translate(-50%, -50%);
color: white;
z-index: 2;
}
.manufacuring-box{
	position: relative;
}
.product-guide-box {
  clip-path: polygon(85% 0, 100% 101%, 0 100%, 0% 0);
}
.blue-box-layer .fl-col-content {
  position: absolute;
  width: 44%;
}
.blue-round-heading {
  background: #293949;
  border-radius: 0 92px 92px 0;
}

.locations-grid .location-item {
  padding: 5px;
  margin-bottom: 50px;
}


.acf-map {
  height: 300px;
}
.medium-4.columns.location-item h2 {
  border-bottom: 1px solid #DD9845;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 30px;
  line-height: 31px;
  font-family: "Bicyclette";
  color: #293949;
}
.location-item .location_info {
  font-family: Montserrat, sans-serif;
  color: #293949;
  font-size: 17px;
  line-height: 20px;
}
.location-item h3 {
  font-family: Montserrat, sans-serif;
  color: #293949;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}
.location-item ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 17px;
  line-height: 20px;
  font-family: Montserrat, sans-serif;
  color: #293949;
}
.location-item ul li a{
font-size: 16px;
line-height: 20px;
font-family: "Bicyclette";
color: #293949;
}

.four-box-list ul {
  margin-left: 10px;
}

.four-box-list .fl-heading-text span {
  font-size: 40px;
  line-height: 48px;
  color: #293949 !important;
}

.ohc-project-slider-wrapper {
  text-align: center;
  padding: 0;
}

.project-card {
  background: #fff;
  padding: 0;
  border: 1px solid #707070;
  min-height: 596px;
}


.project-card img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}
.project-content {
  padding: 20px;
  text-align: left;
}
.project-card h3 {
  position: relative;
  margin: 15px auto 10px;
  font-size: 22px;
  line-height: 26px;
  font-family: "Bicyclette";
  font-weight: bold;
  text-align: left;
  display: inline-block; /* Required for ::after to size properly */
	text-transform: uppercase;
}

.project-card h3::after {
  content: "";
  display: block;
  margin: 10px 0 5px;
  width: 100%;
  height: 1px;
  background-color: #cdd6dc;
  text-align: left;
  transform: unset;
  left: 0;
}


.project-card p {
  font-size: 15px;
  color: #444;
  line-height: 22px;
  margin-top: 20px;
}
.view-all-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #293949 !important;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #293949;
  font-family: "montserrat";
}
.view-all-button:hover {
  background: #fff !important;
  color: #293949 !important;
  border: 1px solid #293949;
}
/* Previous Button */
.featured-project-slider .swiper-button-prev,
.ohc-project-slider-wrapper .swiper-button-prev{
  width: 52px;
  height: 52px;
  background: url('https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/l.svg') no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
}

.featured-project-slider .swiper-button-prev:hover,
.ohc-project-slider-wrapper .swiper-button-prev:hover{
  background: url('https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/Component-37-–-6.svg') no-repeat center center;
}

/* Next Button */
.featured-project-slider .swiper-button-next,
.ohc-project-slider-wrapper .swiper-button-next{
  width: 52px;
  height: 52px;
  background: url('https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/r.svg') no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
}


.featured-project-slider .swiper-button-next:hover,
.ohc-project-slider-wrapper .swiper-button-next:hover{
  background: url('https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/Component-37-–-5.svg') no-repeat center center;
}

/* Hide default Swiper icons */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}


.ohc-swiper-container {
  height: 580px;
}
.project-content p a {
  color: #6CA0AC;
}
.blog-slider .view-all-button:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.blog-slider .view-all-button {
  background: #fff;
  color: #293949;
}

#dropdown-section-inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.filter-tabs {
  display: flex;
  justify-content: center;
}
#product-container {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-sec-box-inner img {
  width: 260px;
  height: 260px;
  border-radius: 130px;
  box-shadow: 0 0 7px #000000b8;
  object-fit: cover;
}

.product-title {
  color: #FFF;
  font-family: "Bicyclette";
  font-size: 25px;
  line-height: 26px;
  margin: 25px 0 20px;
}
.product-sec-box {
  text-align: center;
}

.filter-tabs select {
  background-color: #293949 !important;
  border: 1px solid #ffffff !important;
  border-radius: 30px;
  width: 285px;
  color: #fff;
  font-family: "Bicyclette";
  font-size: 16px;
  line-height: 22px;
  background-position: calc(100% - 27px) 7px;
  text-align: center;
  margin: 0 10px;
  fill: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'%3E%3Cpolygon points='0,0 32,0 16,24' style='fill:%23ffffff'/%3E%3C/svg%3E");
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.filter-tabs select:focus,
.filter-tabs select:active {
  background-color: #293949 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  outline: none;
}

.filter-tabs select option {
    background-color: #ffffff;
    color: #000000;
}
.load-more-container {
  text-align: center;
}
.load-more {
  color: #fff;
  font-family: "montserrat";
  font-size: 16px;
  line-height: 15px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 30px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 300;
}
.load-more:hover {
  background: #fff;
  color: #293949;
}
#load-more-staff:hover {
  background: #293949 !important;
  color: #fff !important;
}
#dropdown-section .filtering {
  width: 100%;
  max-width: 1400px;
}
#sidebar_top select {
  background-color: transparent;
  border: 1px solid aliceblue;
  border-radius: 30px;
  width: 260px;
  color: #fff;
  font-family: "montserrat";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 10px;
  fill: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'%3E%3Cpolygon points='0,0 32,0 16,24' style='fill:%23ffffff'/%3E%3C/svg%3E");
  text-transform: uppercase;
}
.resource-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}
.resource-thumbnail {
    flex: 1 1 40%;
    max-width: 40%;
}
.resource-content {
    flex: 1 1 55%;
    max-width: 55%;
}
@media (max-width: 768px) {
    .resource-thumbnail,
    .resource-content {
        max-width: 100%;
        flex: 1 1 100%;
    }
	
}
.page-id-9031 #inner-content article .post-title a {
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
}
.page-id-9031 #inner-content article p {
  font-size: 17px;
  color: #fff;
  line-height: 22px;
}
.page-id-9031 #inner-content .resource-right a {
  color: #fff!important;
	font-family: "montserrat";
}
.page-id-9031 .lnr-camera-video {
  display: none;
}
.resource-right .post-title {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.resource-right .post-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: #9BAEBA;
}
.page-id-9031 #sidebar_top {
  margin-bottom: 60px;
}

.resource-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}


.resource-left {
    flex: 0 0 40%; /* 40% width for image */
    max-width: 40%;
    margin-right: 2rem;
}

.resource-left .vid_link {
    display: block;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0;
}

.resource-left .vid_link .fa-play-circle {
    position: absolute;
    font-size: 3rem;
    color: rgba(255,255,255,0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resource-right {
    flex: 1; /* fill remaining space */
    max-width: 60%;
}

.resource-right .post-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.resource-right .entry-content {
    margin-bottom: 1rem;
}

/* Responsive: stack on small screens */
@media (max-width: 768px) {
    .resource-row {
        flex-direction: column;
    }
    .resource-left, .resource-right {
        max-width: 100%;
        flex: none;
        margin-right: 0;
    }
    .resource-left {
        margin-bottom: 1rem;
    }
}


#resource-archive {
  display: block;
  clear: both;
  width: 100%;
}


.resource-left,
.resource-right {
    box-sizing: border-box;
}

.page-id-9031 #inner-content article {
  display: flex;
}


.image-wrapper {
    position: relative;
    display: inline-block;
}

.read-bio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 57, 73, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.read-bio-overlay:hover {
  opacity: 1;
  background: rgba(221, 152, 69, 0.8);
}


/*.image-wrapper:hover .read-bio-overlay {
  opacity: 0.8;
  background-color: #DD9845;
}*/

.read-bio-button {
  background-color: #fff;
  color: #293949;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "Bicyclette", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: absolute;
  top: 70%;
}

.read-bio-button:hover {
    background-color: #293949;
    color: #fff;
}


.footer-bottom a:hover {
  opacity: 0.6;
  color: #fff;
}

.gform_required_legend {
  display: none;
}

.gform-body.gform_body {
  flex: 0 0 90%;
}
 
/*.gform-body.gform_body label {
  display: none !important;
}*/
 
#field_3_1 div input {
  color: #ffffffb5;
  padding: 0;
}
 
#gform_3 .gform-footer.gform_footer.top_label {
  padding: 0;
  margin: 0;
}

#gform_3 .gform-footer.gform_footer.top_label input {
  width: 12px;
  padding: 0;
  border-radius: 0;
  margin: 0 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/Polygon-1.png") no-repeat right center;
    background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  color: transparent;
  border: none;
}

#gform_wrapper_3 {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headersticky {
  position: fixed;
  padding: 0;
  background-color: #fff;
  z-index: 9999;
  top: 0;
  border-bottom: 1px solid #293949;
}

@media (min-width: 768px) {
	
	.navbar-nav {
  margin-bottom: 0;
}
	
  .headersticky .logo a::after {
    background-image: url('https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/05/OHC_50126_Logo_RGB-Wordmark.svg');
    content: "";
    width: 130px;
    height: 40px;
    position: absolute;
    left: auto;
    background-repeat: no-repeat;
    background-size: contain;
    top: 13px;
  }
	
.headersticky .logo img {
  display: none;
}
	
.manufacturing-sec .fl-photo-align-right {
  text-align: left !important;
}	
	
.manufacturing-sec h2 {
  padding-left: 25px;
}
	
		
	
}



.page-id-9007 #content {
  padding: 0;
}


.manufacturing-sec img:hover {
  opacity: 0.8;
}



#staff-cat-filter {
  border-radius: 30px;
  font-family: "Bicyclette";
  font-size: 16px;
  line-height: 15px;
  background-position: calc(100% - 0) 4px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'%3E%3Cpolygon points='0,0 32,0 16,24' style='fill:%23293949'/%3E%3C/svg%3E");
  text-transform: uppercase;
  border: 1px solid #293949;
  color: #293949;
  margin-bottom: 60px;
  appearance: none;
  padding: 10px 35px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #fff;
  width: 250px;
  margin-right: 90px;
}


.contact-info-mid {
  height: 340px;
}

.contact-info {
  width: 80%;
}

#contractor-link .fl-button:hover {
  font-weight: 700;
}


/*.page-id-9021 .product-sec-box-inner img {
  border-radius: 50%;
  box-shadow: 0 0 7px #00000078;
}*/



.circle-wrapper {
  position: relative;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 0;
  border-radius: 50%;
}

.product-sec-box-inner:hover .circle-wrapper::before {
  background-color: #d89b4a; 
  opacity: 0.8;
}


 .product-sec-box-inner .circle-wrapper {
  text-align: center;
  width: 260px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 7px #000000b8;
} 


.newsletter input[type="email"] {
  height: 20px;
}


.heading-align .fl-heading-text {
  display: flex;
  align-items: baseline;
  gap: 15px;
}


.heading-number {
  display: inline-block;
  position: relative;
  top: 8px;
}

.exterior-sec .fl-list-item-icon {
  position: relative;
  top: -4px;
  width: 20px !important;
}


#gform_1 label {
  font-family: Bicyclette, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #293949;
}

#gform_1 input,
#gform_1 select {
    background-color: transparent;
    border-bottom: 1px solid #293949 !important;
    box-shadow: none;
    border: none;
  
}

#gform_3 label {
  display: none;
}

#gform_1 input::placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}


a.fl-button, #gform_1 #gform_submit_button_1 {
  font-family: "montserrat" !important;
  font-weight: 400 !important;
}

#noresults {
  text-align: center;
  color: #DD9845;
}


/*.resource-menu .sub-menu {
  margin-left: 40px;
} */


/* .navbar-nav li.menu-item-has-children::after {
  transition: transform;
  transition-duration: .35s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.37,.01,0,.98);
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0 !important;
  width: 100% !important;
  height: 2px;
  transform-origin: center;
  transform: scaleX(0);
} */

.navbar-nav li.menu-item-has-children:hover::after
{
  transform: scaleX(1);
}

.navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children > .sub-menu li a {
  padding: 1px 10px;
  line-height: 20px !important;
}

.page-id-8983 .blug-bg-slider .project-card {
  background: inherit;
  height: 95%;
}

.page-id-8983 .blug-bg-slider .ohc-swiper-container {
  height: 660px;
}


.page-id-8983  .blug-bg-slider .project-content h3 {
  font-size: 22px;
  line-height: 28px;
}


/* Hide original select */
#staff-cat-filter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

/* Wrapper for the custom dropdown */

.page-id-9788 .custom-dropdown {
  width: 250px !important;
  margin-right: 0px !important;
}

.custom-dropdown {
  position: relative;
  width: 250px;
  margin: 0 auto;
    margin-right: auto;
  margin-right: auto;
  margin-right: 0;
  font-family: 'Montserrat', sans-serif;
}

.custom-dropdown-selected {
  background: white;
    background-color: white;
    background-repeat: repeat;
    background-size: auto;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
  font-family: "Bicyclette";
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #293949;
  color: #293949;
  margin-bottom: 60px;
  appearance: none;
  padding: 10px 35px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #fff;
}

/* Arrow */
.custom-dropdown-selected::after {
  content: "▼";
  float: right;
  margin-left: 10px;
  font-size: 14px;
  transform: translateY(2px);
}

/* Dropdown list */
.custom-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(28, 37, 48, 0.5);
  backdrop-filter: blur(10px);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 999;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px;
}

/* Show dropdown */
.custom-dropdown.active .custom-dropdown-options {
  display: block;
  width: 86%;
  margin: 0 auto;
  overflow: scroll;
  max-height: 500px;
}

/* Each option */
.custom-dropdown-option {
  padding: 5px 0;
  color: white;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.custom-dropdown-option:hover {
  opacity: 0.7;
}

.single-staff #content #sidebar .post-featured-image img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 50%;
}

.single-staff #content #sidebar h2.post-title p {
  color: #293949;
  font-family: "Bicyclette";
  line-height: 26px;
  margin: 25px 0 0 36px;
  text-transform: uppercase;
}

.single-staff #content #sidebar h2 {
  margin-bottom: 0 !important;
}

.single-staff #content #sidebar h2.post-title span.position {
  display: block;
  font-style: italic;
  font-weight: normal;
  font-size: 18px !important;
}

.single-staff #content #sidebar span.email a, .single-staff #content #sidebar span.phone a {
	color: #293949 !important;
	font-weight: bold !important;
}

.team-page-back-btn a {
  background-color: #fff;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 70px;
}

.single-resources #inner-content .social-share {
  width: 100% !important;
  padding: 0;
  margin-bottom: 50px;
}


.single-resources .resource-title {
  text-align: center;
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #293949;
  margin-bottom: 30px;
}

.team-page-back-btn a:hover {
  background-color: #364858;
  color: #293949 !important;
}


.single-locations #page_header #page-title {
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  text-shadow: 0px 3px 6px #000000;
  text-align: left;
}


.single-locations .row {
  max-width: 87%;
}


.hover-section .fl-button-wrap a span:hover {
  font-weight: 700;
}


.single-locations .contact-info h2 {
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 33px !important;
  line-height: 40px;
  color: #293949;
}


.single-locations .entry-content h2 {
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px;
  color: #293949;
	
}

.single-locations .entry-content {
  max-width: 100% !important;
  margin: 20px auto 50px !important ;
}

.single-locations .gform_wrapper h3.gform_title {
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  color: #293949;
}


.single-staff #content {
  padding: 100px 0;
}	



/* ----- species----*/

.species-container {
  margin: auto;
  display: flex;
  gap: 30px;
  padding: 70px 0;
}

.left-panel {
  flex: 1.5;
  min-width: 280px;
}

.left-panel h2 {
  background-color: #1f2a38;
  color: #fff;
  padding: 40px 0 40px 140px;
  border-radius: 0 100px 100px 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
}

.left-panel h2 span {
  display: block;
  font-size: 29px;
  font-style: italic;
  margin-top: 5px;
  font-weight: 400;
  text-transform: none;
  line-height: 38px;
}

.wood-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  padding: 60px 140px 60px;
}

.wood-images img {
  width: 100%;
  height: 430px;
}

.right-panel {
  flex: 2;
  min-width: 300px;
}

.right-panel-inner {
  display: flex;
  gap: 50px;
}

.right-panel-inner .section p {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.section {
  margin-bottom: 60px;
}

.section h3 {
  margin-bottom: 8px;
  color: #1f2a38;
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
}

.section p, .section ul {
  color: #293949;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-left: 0;
}
.right-panel .section ul li {
  margin-left: 20px;
}

.section ul {
  list-style: disc;
}

.icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.icon-box {
  background-color: #f5f5f5;
  padding: 10px;
  border-left: 3px solid #ff9d00;
}

.buttons {
  text-align: center;
  margin-top: 30px;
}

.buttons a {
  display: inline-block;
  padding: 12px 24px;
  margin: 5px;
  text-decoration: none;
  border-radius: 35px;
  border: 1px solid #293949;
  font-family: "montserrat" !important;
  font-weight: 400 !important;
  line-height: 20px;
  font-size: 16px;
}

.buttons a:first-child {
  background-color: #293949;
  color: #fff;
}

.buttons a:first-child:hover {
  background: transparent;
  color: #293949;
}

.buttons a:last-child:hover {
  background:#293949;
  color:#fff;
}

.properties-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: auto;
}

.icons-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 3px;
}

.icons-col img {
  width: 38px;
  height: 39px;
}

.text-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-left: 3px solid #dd9845;
  padding: 0 20px 0 50px;
  margin-left: 30px;
}

.property-item {
  display: flex;
  flex-direction: column;
  height: 60px;
}

.property-item strong {
  color: #293949;
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.img-wrapper {
  height: 54px;
}

.property-item span {
  color: #293949;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}




.blue-sec {
  background: #293949;
  padding: 100px 140px 30px;
  color: #fff;
}

.blue-sec .property-table tbody tr {
  background-color: #293949 !important;
}

.blue-sec tr td {
  border: none !important;
}

.blue-sec tr td {
  border: none !important;
  padding: 0px !important;
}

.left-box-inner {
  flex: 0 0 47%;
}

.left-box,
.right-box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
  justify-content: space-between;
}

.left-box h3, .right-box h3 {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}

.property-table {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
} 

.blue-sec tr td ,
tbody, tfoot, thead {
  border: none!important;
}

.door-image {
  flex: 0 0 47%;
}

.working-properties {
  flex: 0 0 47%;
  padding: 0px 0 0;
}

.property-table tbody tr td span {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
} 

.working-properties p {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
}

.working-properties p strong {
  flex: 0 0 45%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
}

.note {
  margin: 50px 0;
}

.tech-button-sec {
  margin: 100px 0 0;
}

.tech-button {
  display: inline-block;
  padding: 12px 24px;
  margin: 5px;
  text-decoration: none;
  border-radius: 35px;
  border: 1px solid #fff;
  font-family: "montserrat" !important;
  font-weight: 400 !important;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.tech-button:hover {
  background-color: #fff;
  color: #1d3345;
}

.view-more {
  padding: 10px 25px;
  background-color: #1d3345;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.experience-sec {
  width: 100%;
  padding: 0 0 100px;
  text-align: center;
}

.experience-sec h2 {
  text-transform: uppercase;
  color: #293949;
  font-family: Bicyclette, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.gallery-section {
  padding: 70px 0;
}

.gallery-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.gallery-grid-wrapper h2 {
  margin-bottom: 40px;
  color: #293949;
  font-family: Bicyclette, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  flex: 0 0 32%;
}

.gallery-grid-wrapper {
  margin: 0 auto;
  width: 85%;
}

.view-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.view-more {
  background-color: #fff;
  color: #293949;
  cursor: pointer;
  transition: 0.3s ease;
  display: inline-block;
  padding: 12px 24px;
  margin: 5px;
  text-decoration: none;
  border-radius: 35px;
  border: 1px solid #293949;
  font-family: "montserrat" !important;
  font-weight: 400 !important;
  line-height: 20px;
  font-size: 14px;
}

.view-more:hover {
  background-color: #324c65;
  color:#fff;
}


/* ----- species----*/



#book-bottom-sec .fl-row-content-wrap {
  display: none;
}


.filter-btn:hover {
  background: #2f3e4f;
  color: #fff;
}

.page-id-9010 .location-item .button.hollow {
  border: 1px solid #293949;
  background-color: #293949;
  color: #fff !important;
}

.blug-bg-slider .project-card img {
  box-shadow: 0 3px 6px #000 !important;
}


.species-links-sec:hover a {
  font-weight: bold;
}

/* .species-links-sec:hover .fl-separator {
  max-width: 70%;
  transition: max-width 0.3s ease;
} */


/* .species-links-sec:hover .fl-separator {
  max-width: 25%;
  transition: max-width 0.3s ease;
}
 */
.species-links-sec:hover .fl-separator {
  transition: max-width 0.3s ease;
  max-width: 552px;
}

#road-load-sec .fl-button-wrap a span:hover {
  font-weight: 700;
}


.page-id-9010 .contact-info h3 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}


.page-id-9010 .location-item .button.hollow:hover {
  background-color: #fff;
  color: #293949 !important;
}


.exterior-sec .fl-list-item-wrapper {
  display: flex;
}


.exterior-sec .fl-list-item-wrapper .fl-list-item-heading {
  width: auto;
}


.exterior-sec .fl-list-item-content-text p {
  line-height: 22px;
}

.exterior-sec .fl-list-item-content .fl-list-item-content-text a:hover {
  font-weight: bold;
}


.species-links-sec a {
  transition: font-weight 0.2s ease, color 0.2s ease;
}

.species-links-sec .fl-separator {
  transition: border-top-width 0.2s ease;
}


.blug-bg-slider .featured-project-slider .swiper-button-prev:hover, .blug-bg-slider .ohc-project-slider-wrapper .swiper-button-prev:hover {
  background: url('https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/Component-37-–-6.svg') no-repeat center center;
  border: 1px solid #fff;
}

.blug-bg-slider .featured-project-slider .swiper-button-next:hover, .blug-bg-slider .ohc-project-slider-wrapper .swiper-button-next:hover {
  background: url('https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/Component-37-–-5.svg') no-repeat center center;
  border: 1px solid #fff;
}


  
/* Contractor Draft Page CSS */

.page-id-9812 .blug-bg-slider .project-content h3 {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}


.page-id-9812 .project-card p {
  font-size: 15px;
  line-height: 22px;
}


.page-id-9812 .project-content h3 {
  font-size: 28px;
}


.page-id-9812 .view-all-button {
  font-size: 14px;
  margin-top: 50px;
}


.page-id-9812 .blug-bg-slider .project-card {
  background: inherit;
  height: 100%;
}

/* Contractor Draft Page CSS */


.video-button {
  text-align: left;
}

.back-video-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #293949;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #293949;
  margin-top: 20px;
  font-family: "montserrat";
}

.back-video-btn:hover {
  background: transparent;
  color: #293949 !important;
  border: 1px solid #293949;
}


#about-ohc .blue-box-layer .fl-col-content {
  position: absolute;
  width: 40%;
}

#about-ohc .fl-node-7439zh56bq0o {
  width: 64%;
  float: right;
}

.error-heading {
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}

#post-not-found .entry-content p {
  text-align: center;
}


.error404 #content {
  padding: 140px 40px;
}

.search-heading {
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 0;
}

.search-results .post-featured-image img {
  display: none;
}

.search-results .page-navigation {
  margin-bottom: 30px;
}


.search-no-results #content {
  padding: 180px 40px;
}

.search-no-results #page-title {
  text-align: center;
}


.history-thumb img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2) !important;
}

.arrow-group img {
  box-shadow: inherit !important;
}

.blug-bg-slider .view-all-button {
  background: #fff;
  color: #293949;
  border: 1px solid #fff !important;
}

.blug-bg-slider .view-all-button:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.blug-bg-slider .project-card {
  background: inherit;
}

h3 {
  position: relative;
  padding-bottom: 20px;
}

h3::after {
  position: absolute;
  bottom: -12px;
  left: 8%;
  transform: translateX(-50%);
  width: 16%;
  height: 1px;
  background-color: #DD9845;
}


.search-results #inner-content article h2.post-title {
  font-family: "montserrat";
}

.search-results .pagination li a:hover {
  background-color: transparent;
  color: #293949 !important;
}


.archive-sec .res-top-item .custom-dropdown {
  margin-right: 0;
  width: 295px;
}

.article-footer .resource_link.button.hollow {
  border: 1px solid #293949;
}


.page-id-9021 .fl-node-gmu48kocnx5v {
  width: 66%;
  float: right;
}


.page-id-9021 .blue-box-layer .fl-col-content {
  position: absolute;
  width: 35%;
}


.page-id-9824 .blue-box-layer .fl-col-content {
  position: absolute;
  width: 35%;
}


.page-id-9824 .fl-node-bmi4spnkt8o6 {
  width: 66%;
  float: right;
}

.page-id-8978 .blue-box-layer .fl-col-content {
  position: absolute;
  width: 40%;
}


.page-id-8978  .fl-node-edc32ug7aw0m {
  width: 64%;
  float: right;
}


.page-id-8983 .blue-box-layer .fl-col-content {
  position: absolute;
  width: 38%;
}


.page-id-8983 .fl-node-1yi2qtn4k8fl {
  width: 65%;
  float: right;
}


.archive-sec .res-top-item .custom-dropdown-selected {
  font-family: "montserrat";
}

.article-header .post-title {
  font-family: "Bicyclette";
}


#post-not-found .article-header #page-title {
  text-align: center;
  font-family: "Bicyclette";
}

#resource-archive #post-not-found {
  padding: 60px 0;
  width: 100%;
  float: left;
}


.yellow-underline .fl-heading .fl-heading-text {
  display: inline-block;
  position: relative;
}


.yellow-underline .fl-heading .fl-heading-text::after {
   position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DD9845;
  content: "";
}

 h3 .fl-heading-text {
  display: inline-block;
  position: relative;
}


h3 .fl-heading-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #DD9845;
}


#sidebar .industry-title {
  color: #364858;
}


#image-grid p {
  color: #DD9845 !important;
}


.page-id-9001 .projects-grid p {
  color: #DD9845;
}

.postid-8725 .fl-button , .postid-8680 .fl-button{
  border-radius: 36px 36px !important;
}


.postid-8725 .fl-button:hover , .postid-8680 .fl-button:hover {
  background: #fff !important;
}

.postid-8725 .fl-button-text , .postid-8680 .fl-button-text {
  padding: 12px 24px;
  display: block;
}


.postid-8725  a.fl-button-text:hover , .postid-8680 a.fl-button-text:hover {
  color: #293949 !important;
}


.postid-8725 .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited , .postid-8680 .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited{
  padding: 0px 0px;
}

.page-id-9001 .project-excerpt {
  color: #fff !important;
}

.fl-button-text:hover {
  color: #293949 !important;
}


.media-frame button {
  font-family: unset;
  text-transform: capitalize;
}



.fl-button:hover {
  color: red !important;
}

.project-content p a {
  color: #fff !important;
}


/* .home .manufacuring-box-title {
  top: 77%;
  left: 73%;
  width: 100%;
} */

/* Underline effect that matches text width only */
.navbar-nav li.menu-item-has-children > a::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #9BAEBA; /* Use the color you're using for underline */
    width: 100%;
    margin-top: 5px;
    transition: width 0.3s ease;
}

/* Optional: Hide underline unless hover or active */
.navbar-nav li.menu-item-has-children > a:not(:hover):not(.current-menu-item)::after {
    width: 0;
    background-color: #9BAEBA;
}


.home-products-sec .fl-button-text:hover {
  color: #fff !important;
}



.blog-sec .ohc-project-slider-wrapper .swiper-button-prev {
  width: 52px;
  height: 52px;
  background: rgb(255, 255, 255) url("https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/l.svg") center center / contain no-repeat;
  border-radius: 50%;
}


.blog-sec .ohc-project-slider-wrapper .swiper-button-next {
  width: 52px;
  height: 52px;
  background: url('https://ohcdevsite.wpenginepowered.com/wp-content/uploads/2025/06/r.svg') no-repeat center center;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-size: contain;
  border-radius: 50%;
  background-color: #fff;
}

.acf-field[data-name="species_details_link_target"] .acf-radio-list {
  display: flex;
  gap: 20px;
}

.acf-field[data-name="species_details_link_target"] .acf-radio-list label {
  border: 2px solid #ccc;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  font-weight: 500;
  background: #f9f9f9;
}

.acf-field[data-name="species_details_link_target"] .acf-radio-list input:checked + span {
  color: #fff;
}

.acf-field[data-name="species_details_link_target"] .acf-radio-list input:checked + span::before {
  background-color: #0073aa;
  border-color: #0073aa;
}

.acf-field[data-name="species_details_link_target"] .acf-radio-list input:checked + span {
  background-color: #0073aa;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
}


.yellow-underline .fl-heading .fl-heading-text {
  margin-bottom: 30px;
}

.blog-sec .project-card {
  min-height: 589px !important;
}

/* .header-search-icon :last-child {
  margin: 0 20px 0 20px;
} */


.page-id-8978 .blue-round-heading {
  padding: 50px;
    padding-left: 50px;
  margin-left: 0 !important;
  padding-left: 130px;
  margin: 0 0 !important;
}

.page-id-9490 #slider-sec .fl-row-fixed-width {
  max-width: 1100px;
}


/* .login #backtoblog a:focus, .login #nav a:focus, .login h1 a:focus {
  color: #fff;
}

.login #backtoblog a, .login #nav a {
  text-decoration: none;
  color: #fff;
} */


 #related_posts_header {
  color: #293949;
  font-family: Montserrat, sans-serif;
}

.single #inner-content-single-blog-content {
  width: 100%;
}

.single  .social-share {
  padding: 1.25rem 0 0rem;
}

.single #related_posts a.see_more {
  color: #293949;
  font-family: Montserrat, sans-serif;
}


.single .fl-row-fixed-width {  max-width: 100% !important;}

.single-resources #inner-content .resource_link {
  font-size: 14px !important;
}

.single-resources #inner-content .entry-content p {
  font-size: 16px !important;
}

.single-history #page-title {
  font-size: 36px;
}

.single-history #inner-content article p {
  font-size: 16px;
}

.single-locations #inner-content article p {
  font-size: 16px;
}

.single-staff #inner-content article p {
  font-size: 16px;
}

.single-post .fl-module-heading .fl-heading {
  font-size: 33px;
}


.single-post #inner-content article p {
  font-size: 16px;
}

.single-post .fl-button-wrap .fl-button {
  font-size: 14px;
}

.single-post #page-title {
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 38px;
}

.ohc-btn .fl-button-text:hover {
  color: #fff !important;
}

.guide-btn .fl-button-text:hover {
  color: #fff !important;
}

.accessories-bottom-sec h2 {
  position: relative;
  display: inline-block;
  color: #293949;
  font-weight: 400;
  padding-bottom: 5px;
  cursor: pointer;
  transition: font-weight 0.15s ease;
}

.accessories-bottom-sec h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 70%;
  height: 1px;
  background-color: #DD9845;
  transform: translateX(-50%);
  transition: height 0.15s ease, width 0.15s ease;
}

.accessories-bottom-sec h2:hover {
  font-weight: 700;             
}

.accessories-bottom-sec h2:hover::after {
  height: 2px;
  width: 85%;
}


.single-locations .staff-image .imgcover {
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 12px #00000080;
}


.single-locations .staff-image {
  border: none !important;
}


.single-locations .article-header h2 {
  color: #293949;
  font-family: "Bicyclette" !important;
  margin: 5px 0 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: 23px !important;
  line-height: 26px !important;
}


.single-locations .article-header h2 .position {
  font-style: italic !important;
  margin: 5px 0 10px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.single-locations .team-sec {
  width: 90%;
}
.location-btn .fl-button-text:hover {
  color: #fff !important;
}

#experience-sec .fl-button-text:hover {
  color: #364858 !important;
}

.guides-sec .fl-button-text:hover {
  color: #fff !important;
}

#quote-btn .fl-button-text:hover {
  color: #fff !important;
}

#free-guide-btn .fl-button-text:hover {
  color: #364858 !important;
}

.top-banner-image {
  position: relative;
  text-align: center;
  overflow: hidden;
}


.top-banner-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 475px;
}

.banner-heading {
  position: absolute;
  top: 50%;
  left: 7%;
}


.banner-heading h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  text-shadow: 0px 3px 6px #000000;
}


.product-title-sec {
  text-align: center;
  width: 770px;
  margin: 0 auto;
  padding: 75px 1rem 30px;
}

.product-title-sec h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: Bicyclette, sans-serif;
  font-weight: 700;
}


.product-title-sec h3 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}


.product-title-sec .button {
  background: #293949;
  color: #fff !important;
}

.product-title-sec .button:hover {
	background: #fff;
	border: 1px solid #293949;
	color: #293949 !important;
}


#ohc-map .gm-style-iw.gm-style-iw-c {
  box-shadow: inherit;
  background-color: inherit;
}


#ohc-map .map-section {
  width: 90%;
}


#ohc-map .map-section strong {
  font-size: 16px;
}

#ohc-map .map-section p {
  color: #fff;
  font-size: 12px;
  margin: 20px 0;
}


#ohc-map .map-section p a {
  color: #fff !important;
}


#ohc-map .gm-ui-hover-effect {
  top: 45px;
  right: 50px;
}

#ohc-map .gm-ui-hover-effect > span {
  background-color: light-dark(#fff, #fff);
}


#ohc-map .gm-style-iw-d {
  overflow: inherit !important;
}


.single-locations #page_header #header_text {
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}


.gm-style .gm-style-iw-tc {
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 25px;
  filter: inherit;
}

.gm-style .gm-style-iw-tc::after {
  clip-path: polygon(0 0,50% 100%,100% 0);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 25px;
  background: #293949;
}

.mobile-swipe-note {
  display: none;
}


#species-section {
  background: #293949 !important;
}

#species-top h2 {
  color: #fff;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

#species-section .post-title a {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 28px;
  font-weight: 700;
}

#species-section .post-title {
  margin-bottom: 50px;
}

#species-section .post-featured-image {
  margin-bottom: 10px;
}

.manufacture-section {
  height: 600px;
}

.read-bio-overlay {
  display: none;
}


.fl-module.fl-module-heading.fl-heading.fl-heading-text.fl-node-j2n73fztu0o8.heading-align {
  display: flex;
  align-items: baseline;
  gap: 15px;
}


/* Footer Logo Bar  */


.footer-logo-bar {
  padding: 40px 20px;
  position: relative;
}

.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1140px;
  margin: 0 auto;
}

.logo-container img {
  max-height: 80px;
  max-width: 180px;
  transition: filter 0.3s ease;
  margin: 0 25px;
  filter: contrast(20%) saturate(0);
}


.footer-logo-bar::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #293949; 
}


/* Footer Logo Bar  */


.banner-heading.no-banner {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.banner-heading.no-banner h1 {
  text-align: center;
  color: #293949;
  text-shadow: none;
}

.banner-heading.no-banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  left: 0;
}

.single-locations .staff-data.clear {
  display: none;
}

.single-locations #inner-content .staff-loop .archive-grid article {
  margin-bottom: 20px !important;
}

.single-locations .header_main {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 99999999;
}

.single-locations .search-overlay {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
}

.banner-heading.no-banner {
  top: 50px;
}

.page-id-9021 .blue-round-heading , .page-id-9824 .blue-round-heading{
  padding: 50px 0px 50px 125px;
	margin-left:0 !important;
}
.ohc-diff-sec {
  padding: 50px 0px 50px 125px;
  margin-left: 0 !important;
  margin-right: 75px !important;
}

.page-id-8983 .contractor-sec {
  padding: 20px 120px;
  margin-left: 0px !important;
}

#three-box-sec .manufacuring-box-title {
  padding-left: 25px;
  width: 100%;
  left: 0px;
  transform: none !important;
  top: 73%;
}

.page-id-9824 #three-box-sec .manufacuring-box-title {
  width: 100%;
  left: 0px;
  position: absolute;
  transform: none !important;
  top: 73%;
}




