/** Gorman Kelly Extra Styles **/
body #header-secondary-outer nav > ul > .current-menu-item > a {
  color: white !important;
}

.rec-team-container .rec-team-section-header {
  padding: 140px 0 0;
}
.rec-team-container .rec-staff-section-header-row {
  gap: 1em;
}
.rec-team-container .rec-staff-card {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .rec-team-container .rec-staff-card {
    width: 100%;
  }
}
.rec-team-container .wpb_column[data-shadow=small_depth] {
  padding: 0;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08);
}

.rec-staff-listing-container .col.span_12.dark.left {
  gap: 1.5em;
}
.rec-staff-listing-container .rec-staff-card {
  padding: 0 !important;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08);
}

.rec-staff-agent-listings-header {
  left: calc(-1 * (100vw - 100%) / 2);
  width: 100vw;
  position: relative;
  padding: 50px 20px;
}

.rec-staff-agent-listings {
  left: calc(-1 * (100vw - 100%) / 2);
  width: 100vw;
  position: relative;
  padding: 0;
}
.rec-staff-agent-listings .rec-staff-listings-results {
  display: block !important;
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 90px;
}
@media screen and (max-width: 1000px) {
  .rec-staff-agent-listings .rec-staff-listings-results {
    max-width: 600px;
    padding: 0;
  }
}
@media screen and (max-width: 690px) {
  .rec-staff-agent-listings .rec-staff-listings-results {
    max-width: 420px;
    padding: 0;
  }
}
@media screen and (max-width: 478px) {
  .rec-staff-agent-listings .rec-staff-listings-results {
    max-width: 320px;
    padding: 0;
  }
}

.gks-wrapper #frmFertileSearch .select2-container--default .select2-selection--single {
  background-color: white;
}
.gks-wrapper #frmFertileSearch .btnSearch {
  opacity: 1;
}
.gks-wrapper .gks-upper-row {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .gks-wrapper .gks-upper-row {
    margin-bottom: 1em;
  }
}
.gks-wrapper .gks-upper-row .gks-field {
  margin: 0;
}
.gks-wrapper .gks-searchbtn {
  margin: 0 !important;
}
.gks-wrapper .gks-lower-row {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 1000px) {
  .gks-wrapper .gks-lower-row {
    flex-wrap: wrap;
  }
  .gks-wrapper .gks-lower-row .gks-field {
    margin: 0;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .gks-wrapper .gks-lower-row .gks-field {
    width: 100% !important;
  }
}

.rec-search-results-row .row_col_wrap_12 {
  display: block !important;
}

#divFertileGKSearchResults .rec-similar-listings-container,
.rec-similar .rec-similar-listings-container,
.rec-staff-agent-listings .rec-similar-listings-container {
  display: block !important;
}
#divFertileGKSearchResults .rec-results-row-wrap,
.rec-similar .rec-results-row-wrap,
.rec-staff-agent-listings .rec-results-row-wrap {
  display: flex;
}
#divFertileGKSearchResults .rec-results-row,
.rec-similar .rec-results-row,
.rec-staff-agent-listings .rec-results-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
@media screen and (max-width: 1000px) {
  #divFertileGKSearchResults .rec-results-row,
  .rec-similar .rec-results-row,
  .rec-staff-agent-listings .rec-results-row {
    grid-template-columns: 1fr;
  }
}

.rec-listing-card.wpb_column {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08);
  background: white;
  float: none;
  width: auto;
  margin-bottom: 0;
}

.rec-staff-blog-post,
.rec-single-listing-widget {
  background: white;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08);
}

.rec-single-listing-widget {
  padding: 3% !important;
}

#footer-widgets[data-cols="5"] .container .row .widget {
  font-size: 14px;
  line-height: 24px;
}

#footer-outer[data-cols="1"] .col {
  text-align: center;
}

#footer-outer[data-cols="1"] #footer-widgets .container .col {
  width: 100%;
}

#footer-outer[data-cols="1"] .widget {
  margin-bottom: 0;
}

#footer-outer[data-cols="1"] #copyright .col,
#footer-outer[data-cols="1"] #copyright .col ul {
  width: 100%;
  float: none;
}

#footer-outer[data-cols="1"] #copyright li a {
  display: block;
  height: 50px;
  width: 50px;
}

#footer-outer[data-cols="1"] #copyright li a i {
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  width: 50px;
  line-height: 48px !important;
}

#footer-outer[data-cols="1"] #copyright li a:hover i {
  border-color: #fff;
  color: #fff !important;
}

#footer-outer[data-cols="1"] #copyright .col ul li {
  margin-bottom: 25px;
}

#footer-outer[data-cols="1"] #copyright {
  padding: 45px 0;
}

#footer-outer[data-cols="1"] #copyright li {
  float: none;
  display: inline-block;
  margin: 0 10px;
  width: auto;
}

body #footer-outer[data-cols="1"][data-using-bg-img=true][data-disable-copyright=false] .row {
  padding-top: 85px;
  padding-bottom: 40px;
}

#footer-outer[data-using-bg-img=true] #copyright {
  background-color: transparent !important;
}

#footer-outer[data-using-bg-img=true] {
  background-size: cover;
  background-position: center;
}

#footer-outer[data-using-bg-img=true]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: inherit;
  opacity: 0.9;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0"]:after {
  opacity: 0;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.1"]:after {
  opacity: 0.1;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.2"]:after {
  opacity: 0.2;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.3"]:after {
  opacity: 0.3;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.4"]:after {
  opacity: 0.4;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.5"]:after {
  opacity: 0.5;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.6"]:after {
  opacity: 0.6;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.7"]:after {
  opacity: 0.7;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.8"]:after {
  opacity: 0.8;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.9"]:after {
  opacity: 0.9;
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="1"]:after {
  opacity: 1;
}
