/*
    Teal: rgb(185, 5, 4)
    Mid Gray: rgb(76, 76, 76)
    Dark Gray: rgb(51, 51, 51)
 */

.e-ribbon-primary {
    background-color: rgb(185, 5, 4);
}

.e-ribbon-secondary {
    background-color: rgb(255, 255, 255);
}

.e-header-handle {
    color: rgb(185, 5, 4);
}

.e-right-sidebar,
.e-left-sidebar {
  background-color: rgb(185, 5, 4);
  color: rgb(255, 255, 255);
}

@media (max-width: 979px) {
    .e-header-navigation a:hover, .e-header-navigation li.active a, .e-header-navigation a:active {
        color: rgb(185, 5, 4);
    }
}

@media (min-width: 980px) {
    .e-header a:hover, .e-header a:active, .e-header li.active a {
        color: rgb(185, 5, 4);
        border-color: rgb(185, 5, 4);
    }

    .e-header-navigation li ul li a:hover, .e-header-navigation li ul li a:active, .e-header-navigation li ul li.active a {
        border-color: rgb(185, 5, 4);
    }
}

.e-primary-text {
    color: rgb(185, 5, 4);
}

.e-home-callouts {
    background-image: url('/dev/themes/exit23/img/seigaiha.png');
}

.e-home-callout-content h2 {
    color: rgb(185, 5, 4);
}

.e-home-callout-1 .e-home-callout-icon,
.e-home-callout-2 .e-home-callout-icon,
.e-home-callout-3 .e-home-callout-icon {
    background-color: rgb(185, 5, 4);
}

.e-testimonials {
    background-color: rgb(185, 5, 4);
}

.e-footer a:hover {
    color: rgb(185, 5, 4);
}

.e-listing-view a {
    background-color: rgb(185, 5, 4);
}

.e-sp-contact {
    background-color: rgb(185, 5, 4);
}

.sidebar-second .contact-form-block-wrapper .title,
.site-type-corporate .row #content-main .title {
  color: rgb(185, 5, 4);
}

form#e-quicksearch-form input {
    border: 1px solid rgba(185, 5, 4, 0.5);
}

.contact-form-block .submit-wrapper input.btn {
    background-color: rgb(185, 5, 4);
    color: #fff;
}

.e-listing-title {
  color: rgb(185, 5, 4);
}

.page-listing-detail  .e-propery-detail-list {
  color: rgb(185, 5, 4);
}

.listing-search-full .search-field-wrapper .input-append button {
    background-color: rgb(185, 5, 4);
}
