/*
 Theme Name:   Donald R Hardy Agency
 Theme URI:    http://hardyins.com
 Description:  Custom theme alteration created for the SiteBuilder network
 Author:       Avelient
 Author URI:   http://avelient.co
 Template:     sb5
 Version:      1.0
 Tags:         custom-logo, custom-brand-colors
 Text Domain:  sb5-child
*/

/**
 * Custom logo
 */
.header .custom-logo {
  background: url("img/logo.png") no-repeat center center;
  background-size: 100% auto;
  width: 102px; /* width of logo */
  height: 57px; /* height of logo */
  max-width: 100%;
  padding: 0;
  /* hide text */
  text-indent: -9999px;
  font-size: 0;
  border: 0 none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header .custom-logo {
    background: url("img/logo@2x.png") no-repeat center center;
    background-size: 100% auto;
  }
}


.custom-logo-text {
  display: block;
  color: rgba(255,255,255,.80);
  font-size: 1.15em;
  line-height: 2em;
}

.custom-logo-text p {
  margin: 0;
}

.logo {
  text-align: center;
}

/**
 * Banner Image
 */
.image-wrap {
  background-image: url("img/banner-image.jpg");
  background-color: #404040;
}

/**
 * Backgrounds
 */
 body,
 .snap-content {
   background: #dfdfdf;
 }

.snap-drawers {
  background: #216f77;
}

.topbar, .mobile-topbar {
  background: #303030;
}
.pattern {
  background: rgba(255,255,255, 0.1);
}
.header .inner {
  background: #216f77
}

.nav ul ul {
  background: #404040;
}

.action {
  background: #216f77;
}
.action.inline .content-action {
  background: rgba(0,0,0, 0.25);
}

.sidebar .sidebar-item-action {
  background: #216f77;
}
.sidebar .sidebar-item-action .content-action {
  background: rgba(0,0,0, 0.25);
}

.footer {
  background: #454545;
}

.header .logo {
  color: #fff;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff
}

/**
 * Buttons
 */
.banner .button,
.button.red,
.sidebar-item-action .content-action .button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit],
.sidebar .sidebar-item-action .content-action .button {
  background-color: #B24B00;
  color: #fff;
}
.banner .button:hover,
.button.red:hover,
.sidebar-item-action .content-action .button:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=image]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.sidebar .sidebar-item-action .content-action .button:hover {
  background-color: #8F3C00;
  color: #fff;
}

.header .links .button {
  background-color: #404040;
  color: #fff;
}
.header .links .button:hover {
  background-color: #202020;
  color: #fff;
}

/**
 * Pagination
 */
.pagination a {
  background: #B24B00;
  color: #fff;
}
.pagination a:hover {
  background: #8F3C00;
  color: #fff;
}

/**
 * Typography
 */
body,
.text-lead {
  color: #303030;
}

h1, h2, h3, h4, h5, h6 {
  color: #303030;
}
h2 {
  color: #216f77;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #206d92;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #17506B;
}

.mobile-topbar a {
  color: rgba(255,255,255, 1);
}
.mobile-topbar a:hover {
  color: rgba(255,255,255, 0.5);
}

.feature .featured-item h2 {
  color: #206d92;
}
.feature .featured-item:hover h2 {
  color: #17506B;
}

.listing-feature .featured-item h2 {
  color: #206d92;
}
.listing-feature .featured-item:hover h2 {
  color: #17506B;
}
