/******** 26'th December 2024 ********/
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffffff;
}
.site-main {
  margin: 165px 0px 0px 0px !important;
}

/******** Layout of the Contact Form ********/
.contact-form-7 .row-name {
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 5px;
  }
  .row-content .wpcf7-textarea {
    height: 100px;
  }
  .contact-form-7 .col {
    flex: 1;
    padding: 5px;
  }
  .contact-form-7 .col:nth-child(2) {
    margin-left: 15px;
  }
  .contact-form-7 .wpcf7-submit {
    width: 100%;
    background-color: #4899db !important;
    font-size: 20px;
    border: none;
    padding: 10px 0px !important;
  }

  /******** Home Page Map Carousel ********/
.location-container {
  background-color: #ffffff;
  padding: 10px 10px 20px 10px;
}
.location-details i, .location-contact i, .location-fax i {
  color: #83CF70;
}
.location-details p {
  /* padding: 0px 15px; */
  font-size: 19px !important;
  font-weight: 400;
  color: #000000;
}
.location-address h4 {
  /* padding: 0px 15px; */
  font-size: 18px !important;
  font-weight: 700;
  color: #000000;
}
.location-contact a {
  /* padding: 0px 15px; */
  font-size: 18px !important;
  font-weight: 400;
  color: #000000;
}
.location-contact a:hover {
  color: #000000;
}
.location-fax a {
  /* padding: 0px 15px; */
  font-size: 18px !important;
  font-weight: 400;
  color: #000000;
}
.location-fax a:hover {
  color: #000000;
}

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 180px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(/wp-content/uploads/2024/12/arrow-left-1.svg) no-repeat scroll 0 0;
  left: -50px;
  z-index: 999;
  width: 50px;
  height: 50px;
}
.owl-carousel .next-slide{
  background: url(/wp-content/uploads/2024/12/arrow-right-1.svg) no-repeat scroll 0 0;
  right: -50px;
  z-index: 999;
  width: 50px;
  height: 50px;
}
/* .owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
} */

.huge-quote-down:before {
  content: url(/wp-content/uploads/2024/12/quote.svg) !important;
}

.owce-carousel:not(.owce-carousel-testimonial-three) .owl-quote-icon {
  right: 30px !important;
}
.eicon-chevron-left:before {
  content: url(/wp-content/uploads/2024/12/arrow-left-1.svg) !important;
}
.eicon-chevron-right:before {
  content: url(/wp-content/uploads/2024/12/arrow-right-1.svg) !important;
}
i.eicon-chevron-right {
  top: 220px;
  position: absolute;
  right: 700px;
}
i.eicon-chevron-left {
  position: absolute;
  top: 220px;
  left: 700px;
}

.footer-links a {
  color: #ffffff !important;
}

.gt_selector {
  height: 55px !important;
  background-color: #83CF70 !important;
  font-weight: 600 !important;
  border: none;
  border-radius: 0px !important;
  color: #ffffff;
}

.page-content a {
  text-decoration: none !important;
}

.contact-form-7 label {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 1em !important;
}

.btn-home-banner {
  height: 80px !important;
}
/******** Google Translator Styling ********/
.gtranslate_wrapper {
  position: absolute !important;
  right: 10px !important;
}
.gt_switcher {
  font-family: "Montserrat", Sans-serif !important;
  font-size: 12pt !important;
  text-align: left !important;
  cursor: pointer !important;
  overflow: visible !important;
  width: 173px !important;
  line-height: 0 !important;
  height: 50px !important;
  background: #83cf70 !important;
}
.gt_selected a {
  border: none !important;
  padding: 13px 5px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
.gt_selected img {
  width: 30px !important;
  margin-right: 10px !important;
  margin-left: 15px !important;
  border-radius: 3px !important;
  opacity: 1 !important;
}

/* Search CSS */
/* Search Container */
.search-container {
  position: relative;
}

/* Search Icon Button */
.search-toggle {
  background: transparent !important;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
}
.search-icon i {
  color: #000000 !important;
  font-size: 1.3rem;
}
/* Search Bar */
.search-bar {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #f9f9f9;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-radius: 5px;
}

.search-bar form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-bar input[type="text"] {
  width: 200px;
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search-bar button {
  background: #83cf70;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1rem !important;
}
.search-bar button:hover {
  background-color: #83cf70;
}

.search-bar .close-btn {
  background: transparent;
  color: #000;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}
.search-bar .close-btn:hover {
  background-color: transparent !important;
  color: #000;
}
.search-bar input[type="text"] {
  width: 340px !important;
  padding: 10px !important;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #000000 !important;
}
.search-results .page-header {
  height: 200px !important;
  /* background-image: url(/wp-content/uploads/2024/12/organic-lines-backgrounds-XXWEEQA.jpg); */
  background-color: #003a3a !important;
  /* 12-09-2025 */
  display: flex;
  align-items: center;
  justify-content: center;
  /* 12-09-2025 */
}
/* 12-09-2025 */
.search-results .page-header h1 {
  color: #ffffff;
  padding-top: 0px;
  margin-block-start: 1rem;
}
/* 12-09-2025 */
body:not([class*="elementor-page-"]) .site-main {
  max-width: 100%;
}
.search-results .page-header .entry-title {
  text-align: center;
  font-size: 40px;
}
.search_wrapper {
  max-width: 70%;
  margin: auto;
}
.result_count_wrapper {
  margin: 50px 0px;
  display: flex;
  justify-content: space-between;
}
/* .post-contents {
  margin: 50px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
  align-items: start;
} */
.post-contents {
  margin: 50px 0px;
  display: list-item;
  list-style: none;
}
.post-contents .entry-header {
  width: 30%;
}
.post-contents .entry-header img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.post-contents .entry-content {
  width: 70%;
  padding: 20px;
}
.post-contents .entry-content h2 a {
  color: #000000 !important;
  font-size: 30px;
  font-weight: 600;
}
.post-contents .entry-content h2 a:hover {
  color: #1175b6 !important;
}
.post-contents .entry-content p {
  color: #000000 !important;
  font-size: 16px;
}
.post-contents .entry-content a {
  color: #000000 !important;
  font-size: 18px;
  font-weight: 400;
}
.post-contents .entry-content a:hover {
  color: #1175b6 !important;
}
.post-contents .entry-content .item_type {
  color: #000000 !important;
  font-size: 18px;
  font-weight: 400;
}
.search_single_item {
  padding: 20px;
  background-color: #f1f1f1;
  box-shadow: rgba(255, 255, 255, 0.945) 0px 8px 24px;
  display: flex;
  margin: 20px 0px;
}
.hidden-text {
  display: none;
}
.read-more {
  cursor: pointer;
  color: #ffffff;
  background-color: #83cf70;
  padding: 20px 25px !important;
  width: 170px !important;
  text-align: center;
  font-weight: 500;
}
.read-more:hover {
  background-color: #082048 !important;
}
/******** 404 Page ********/
.notfound-page-header {
  text-align: center;
}
.notfound-page-header img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
.notfound-page-content {
  text-align: center;
  color: #000000;
  margin-bottom: 120px;
}
.notfound-page-content a {
  color: #1175b6;
}
.notfound-page-content a:hover {
  color: #000000;
}
.wpcf7 form .wpcf7-response-output {
  margin: -25px 5px 20px 5px !important;
  padding: 0px 10px !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  font-size: 1em !important;
}
/******** Home Banner CTA Styling *********/
.btn-home-banner a span {
  text-align: left !important;
  padding-left: 5px !important;
}
/******** Button Hover Style For Full Site ********/
.elementor-btn a {
  background-color: #83cf70 !important;
  color: #ffffff !important;
}
.elementor-btn a:hover {
  background-color: #082048 !important;
}
.search-bar button:hover {
  background-color: #082048 !important;
}
/******** Owl Carousel Fixed Height ********/
.owl-carousel .location-container {
  height: 415px !important;
}
/******** Spanish Text ********/
.translated-ltr .banner-title h1 {
  font-size: 79px !important;
}
.translated-ltr .btn-home-banner a {
  font-size: 1.5rem !important;
}
.translated-ltr .hfe-nav-menu li a {
  font-size: 0.8rem !important;
}
.translated-ltr .about-vision-title h2 {
	font-size: 3rem !important;
}
.privacy-policy h2, .terms h2 {
  font-size: 1.3rem !important;
}
/******** Search Page Navigation ********/
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span {
  color: #000000 !important;
  border: none !important;
}
.wp-pagenavi a {
  color: #1175b6 !important;
  border: none !important;
}

/******** 2 column layout for tablet view ********/
@media (max-width: 1024px) {
  .search_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .search_wrapper {
    max-width: 100%;
    margin: auto;
    padding: 30px;
  }
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 100%;
  }
  /* 12-09-2025 */
  .search-results .page-header h1 {
    padding-top: 0px;
  }
  /* 12-09-2025 */
  .owl-carousel .prev-slide {
    left: -25px !important;
  }
  .owl-carousel .next-slide {
    right: -28px !important;
  }
  /******** Spanish Text ********/
  .translated-ltr .banner-title h1 {
    font-size: 70px !important;
  }
  .translated-ltr .btn-home-banner a {
    font-size: 0.9rem !important;
  }
  .site-main {
    margin-top: 130px!important;
  }
}

@media (max-width: 810px) {
  .header-cta-button a {
    padding: 18px 8px !important;
  }
}

/******** Single column layout for mobile view ********/
@media (max-width: 768px) {
  .search_wrapper {
    grid-template-columns: 1fr;
  }
  .search-results .page-header .entry-title {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .result_count_wrapper {
    margin: 50px 0px;
    display: block;
  }
  .post-contents {
    flex-direction: column;
    gap: 20px;
  }
  .post-contents .entry-header {
    width: 100%;
  }
  .post-contents .entry-content {
    width: 100%;
    padding: 10px;
  }
  .search_single_item {
    flex-direction: column;
  }
  /* 12-09-2025 */
  .search-results .page-header h1 {
    padding-top: 0px;
  }
  /* 12-09-2025 */
  .owl-carousel .prev-slide {
    left: -25px !important;
  }
  .owl-carousel .next-slide {
    right: -28px !important;
  }
  .gt_selected img {
    margin-left: 8px !important;
  }
  /******** Spanish Text ********/
  .translated-ltr .banner-title h1 {
    font-size: 35px !important;
  }
  .translated-ltr .btn-home-banner a {
    font-size: 0.8rem !important;
  }
  .translated-ltr .about-vision-title h2 {
	font-size: 1.5rem !important;
}
.btn-home-banner {
  width: 350px !important;
  height: 55px !important;
}
/* Header Styling */
.search-icon i {
  position: absolute;
  left: 5px !important;
  bottom: 5px !important;
}
.search-bar input[type="text"] {
  width: 175px !important;
}
.gt_switcher {
  font-size: 10px !important;
  width: 145px !important;
  height: 50px !important;
}
.gt_selected img {
  width: 30px !important;
  margin-right: 10px !important;
}
.gt_container--ev4x5h .gt_switcher .gt_selected a {
  width: 145px !important;
}
.gt_container--ev4x5h .gt_switcher .gt_option a {
  width: 145px !important;
}
}

@media (max-width: 639px) {
  .header-cta-button a {
    padding: 10px !important;
  }
  #masthead .custom-header .elementor-button-link .elementor-button-text {
    display: none;
  }
  .gt_switcher {
    width: 100px !important;
    height: 35px !important;
  }
  .gt_container--ixyfuj .gt_switcher a img,
  .gt_selected img {
    display: none!important;
  }
  .gt_switcher .gt_selected a {
    width: auto !important;
    padding: 18px 10px!important;
  }
  .gt_switcher .gt_selected a:after {
    right: 7px!important;
    top: 7px!important;
  }
  .site-main {
    margin-top: 100px!important;
  }
}
@media (max-width: 480px) {
  .site-main {
    margin-top: 85px!important;
  }
}
