/*
Theme Name: Gacono Real Estate Theme
Author: Tony Manhollan, REP Digital Media Marketing
Author URI: https://www.repdigitalmedia.com/
Description: Child theme derived from the7, customized for Gacono Real Estate.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

:root {
  --rep-color-brand-primary: #20356E;
  --rep-color-brand-secondary: #000F52;
  --rep-color-brand-light: #c7c8c6;
  --rep-color-brand-accent: #518FCD;
  --rep-color-brand-xlight: #e6e7e8;
  --rep-font-primary: 'Ubuntu', sans-serif;
  --rep-font-secondary: 'Ubuntu Condensed', sans-serif;
  --rep-font-accent: 'Merriweather', serif;
  --rep-font-body-text: 'Ubuntu', sans-serif;
}

/* Agent Profile Page */
.type-rep-agent section.row,
.type-rep-agent aside .field-group {
  margin-bottom: 1em;
}
.type-rep-agent section h2 {
  font-size: var(--the7-h3-font-size);
}
.type-rep-agent aside h3.field-label {
  font-size: var(--the7-h4-font-size);
  margin-bottom: 0;
}

/* Agent Archive Page */
.post-type-archive-rep-agent .agent-group .group-title h1,
.post-type-archive-rep-agent .agent-group .group-title h2,
.post-type-archive-rep-agent .agent-group .group-title h3,
.post-type-archive-rep-agent .agent-group .group-title h4,
.post-type-archive-rep-agent .agent-group .group-title h5,
.post-type-archive-rep-agent .agent-group .group-title h6,
#ihf-main-container .rep-ihf-listing-agent .agent h3,
.ihf-main-container .rep-ihf-listing-agent .agent h3 {
  font: var( --the7-h2-font );
}
#ihf-main-container .rep-ihf-listing-agent .agent h3,
.ihf-main-container .rep-ihf-listing-agent .agent h3 {
  font-size: var( --the7-h4-font-size );
}
.post-type-archive-rep-agent .agent-list .agent {
  margin-bottom: 2.5em;
}
.post-type-archive-rep-agent .agent-list .agent .thumbnail img,
.single-rep-agent .single-agent-thumbnail img,
#ihf-main-container .rep-ihf-listing-agent .agent-thumbnail img,
.ihf-main-container .rep-ihf-listing-agent .agent-thumbnail img,
#ihf-main-container .ihf-listing-detail .ihf-property-photo img,
.ihf-main-container .ihf-listing-detail .ihf-property-photo img,
#ihf-main-container .ihf-grid-result-container.well,
#ihf-main-container .ihf-results-grid-photo,
.rep-testimonial > .rep-agent .rep-testimonial-agent-photo img {
  border: 2px solid var(--rep-color-brand-primary);
}
.post-type-archive-rep-agent .agent-list .agent .thumbnail a:hover img,
.single-rep-agent .single-agent-thumbnail:hover img,
#ihf-main-container .rep-ihf-listing-agent .agent-thumbnail:hover img,
.ihf-main-container .rep-ihf-listing-agent .agent-thumbnail:hover img,
#ihf-main-container .ihf-listing-detail .ihf-property-photo:hover img,
.ihf-main-container .ihf-listing-detail .ihf-property-photo:hover img,
#ihf-main-container .ihf-results-grid-photo:hover,
#ihf-main-container .ihf-grid-result-container.well:hover,
.rep-testimonial > .rep-agent .rep-testimonial-agent-photo img:hover {
  border: 2px solid var(--rep-color-brand-secondary);
  box-shadow: 0 0 10px rgba(0,0,0,0.666666667);
}
#ihf-main-container .ihf-grid-result-container.well:hover {
  margin: -1px -1px 29px -1px;
}
.single-rep-agent .single-agent-thumbnail {
  margin-bottom: 1em;
}
.post-type-archive-rep-agent .agent-list .agent .agent-name,
#ihf-main-container .rep-ihf-listing-agent .agent .agent-name,
.ihf-main-container .rep-ihf-listing-agent .agent .agent-name {
  font: var( --the7-h4-font );
  margin-bottom: 0;
}
#ihf-main-container .rep-ihf-listing-agent .agent .agent-name,
.ihf-main-container .rep-ihf-listing-agent .agent .agent-name {
  font-size: var( --the7-h5-font-size );
}
.post-type-archive-rep-agent .agent-list .agent .agent-title,
#ihf-main-container .rep-ihf-listing-agent .agent .agent-title,
.ihf-main-container .rep-ihf-listing-agent .agent .agent-title {
  font: var(--the7-h3-font);
  font-size: var(--the7-h6-font-size);
  font-style: italic;
  margin-bottom: 0;
}

/* Testimonials */
.rep-testimonial > .rep-agent .rep-testimonial-agent-photo img {
  border-radius: 0 !important;
}

/* Listing Gallery */
#ihf-main-container .ihf-grid-result-container.well {
  background-color: #f8f8f8 !important;
  border-width: 1px;
  box-shadow: 0 0 10px rgba(0,0,0,0.333333333);
  margin-bottom: 30px;
}
.ihf-results-grid-photo {
  height: 250px
}
#ihf-main-container .ihf-grid-result-container.well .ihf-grid-result-price {
  font-family: var(--rep-font-secondary);
  border: none;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-address-container,
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-address {
  font-family: var(--rep-font-secondary);
  font-weight: 700;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-address {
	display: block;
	margin-bottom: 0.5em;
}

/* Listing Details */
blockquote:not(.wp-block-quote):not(.elementor-blockquote) {
	font-family: var(--rep-font-body-text);
}

.ihf-main-image {
  padding-bottom: 2em;
}
#ihf-main-container .carousel-caption {
  bottom: 0;
}
#ihf-main-container .carousel-control.left {
  left: -1.5em;
}
#ihf-main-container .carousel-control.right {
  right: -1.5em;
}
#ihf-main-container .carousel-control .glyphicon-chevron-left {
  left: 0;
}
#ihf-main-container .carousel-control .glyphicon-chevron-right {
  right: 0;
  left: auto;
}

/* Map Search */
.ihf-search-type--eureka .elementor-section.elementor-element-990c08a,
.ihf-search-type--eureka .elementor-section.elementor-element-1fbdc23 {
  /* Hides the top-bar and title sections to save space for the map */
  display: none;
}
.ihf-eureka .ihf-top-nav .ihf-navbar.ihf-navbar-light.ihf-primary {
  background-color: var(--rep-color-brand-xlight) !important;
}
.ihf-eureka .ihf-top-nav .ihf-navbar.ihf-navbar-light ul.ihf-navbar-nav {
  margin-left: 0;
}
.ihf-eureka .ihf-top-nav .ihf-navbar.ihf-navbar-light a,
.ihf-eureka .ihf-top-nav .ihf-navbar.ihf-navbar-light .ihf-navbar-text {
  font-family: var(--rep-font-secondary);
  font-weight: 700;
  font-size: 16px;
  color: var(--rep-color-brand-primary);
}
.ihf-eureka .ihf-top-nav .ihf-navbar.ihf-navbar-light .ihf-btn {
  font-family: var(--rep-font-secondary);
  font-weight: 700;
  text-transform: uppercase;
}

/* Misc. ihf styles */
#ihf-main-container .ihf-listing-search-results .btn-group .btn.btn-link.dropdown-toggle {
  font-family: var(--rep-font-primary);
  font-weight: bold;
  font-size: 22px;
  color: var(--rep-color-brand-accent);
}
#ihf-main-container .ihf-listing-search-results .btn-group.open .btn.btn-link.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ihf-main-container .ihf-listing-search-results .btn-group > .btn-group {
  margin-left: 10px;
}
/* - Make market report buttons display like tabs to clarify which is active */
#ihf-market-report-forsale-sold-toggle-buttons .col-sm-2 {
  display: none;
}
#ihf-market-report-forsale-sold-toggle-buttons .col-sm-8,
#ihf-market-report-forsale-sold-toggle-buttons .col-sm-10 {
  width: 100%;
}
#ihf-market-report-forsale-sold-toggle-buttons .btn-group.btn-group-justified {
  display: block;
  width: auto;
}
#ihf-market-report-forsale-sold-toggle-buttons .btn-group {
  border-bottom: 1px solid var(--rep-color-brand-primary);
  width: 100%;
}
#ihf-market-report-forsale-sold-toggle-buttons .btn-group .btn {
  display: inline-block;
  width: auto;
  margin: 0 0 -1px 3px;
  border-radius: 4px 4px 0 0 !important;
  color: white !important;
  background-color: var(--rep-color-brand-primary) !important;
  border: 1px solid var(--rep-color-brand-primary);
  border-bottom: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 10px 15px;
}
#ihf-market-report-forsale-sold-toggle-buttons .btn-group .btn:first-child {
  margin-left: 3px;
}
#ihf-market-report-forsale-sold-toggle-buttons .btn-group .btn:hover {
  background-color: var(--rep-color-brand-accent) !important;
}
#ihf-market-report-forsale-sold-toggle-buttons .btn-group .btn.active {
  color: var(--rep-color-brand-primary) !important;
  background-color: var(--the7-body-bg-color) !important;
}
/* - Market report header cleanup  */
#ihf-market-report-header {
  position: relative;
}
#ihf-market-report-header .ihf-market-report-header-toggle {
  display: none;
}
@media screen and (min-width: 556px) {
  #ihf-market-report-header .ihf-market-report-header-text {
    float: none;
    font-size: 13px;
    position: absolute;
    width: auto;
    top: 0.75em;
    right: 0;
    z-index: 1;
    text-align: center;
    font-style: italic;
    height: 1.25em;
    line-height: 1.25em;
    overflow: hidden;
    transition: 0.3s ease;
  }
  #ihf-market-report-header .ihf-market-report-header-text:hover {
    height: 5em;
    color: var(--rep-color-brand-primary);
    cursor: pointer;
    transition: 0.3s ease;
    background-color: #eee;
  }
}
.ihf-market-report .row {
  margin: 0 !important;
}
/* - Email signup modal */
.ihf-modal .ihf-modal-dialog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto !important;
}
.ihf-modal button {
  color: white !important;
  font-weight: 500 !important;
  margin-right: 0.5em !important;
}
.ihf-modal button:hover {
  text-decoration: none !important;
  background-color: var(--rep-color-brand-secondary) !important;
}
.ihf-modal p {
  line-height: 1.25em;
}

/* Breadcrumbs */
#breadcrumbs span {
  margin: 0 0.5em;
  font-weight: bold;
  line-height: 1.2;
}
#breadcrumbs span a:link,
#breadcrumbs span a:visited {
  color: var(--rep-color-brand-primary);
}
#breadcrumbs span a:hover {
  color: var(--rep-color-brand-accent);
  text-decoration: underline;
}
#breadcrumbs span.breadcrumb_last {
  font-weight: 300;
  font-style: italic;
}

/* Photo Galleries */
.foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner h3 {
  font-family: var(--rep-font-secondary);
  font-weight: bold;
  font-size: 22px;
  opacity: 1;
  color: white !important;
  text-shadow: 1px 1px 0 black;
  background-color: transparent !important;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%) !important;
  padding: 2em 0 0.5em 0;
  line-height: 1.2;
}
.foogallery-album-gallery-list .foogallery-pile h3 span {
  font-weight: normal;
  font-size: 18px;
}
.foogallery-album-header {
  margin: 1em 0 3em 0;
  text-align: center;
}
.foogallery .fg-caption, .fbx-modal {
  font-family: var(--rep-font-secondary);
}

/* Agent Archive */
.gaconorealestate-agent-intro {
  margin: 0.5em auto 3.5em;
}
.gaconorealestate-agent-intro  p {
  font-size: 20px;
  font-weight: 300;
}

/* Fix homepage featured property slider nav */
.elementor-element-77e2157 #ihf-main-container .ihf-gallery-slider-paging:last-child {
  text-align: left;
  padding-left: 0;
}
