/*
 Theme Name:   Integrity Insurance Agency, LLC
 Theme URI:    http://getflexsite.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: 381px; /* width of logo */
  height: 100px; /* 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;
  }
}

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

/**
 * Custom Work
 */

 .nav {
  background: #e0e0e0;
  background-image: linear-gradient(to bottom, #f3f3f3, #cfcfcf)
 }

 @media (max-width: 759px) {
  .header .inner {
    padding: 1em 2em 2em;
  }
 }

 .banner h1 {
  font-weight: bold;
 }

 .banner .text-lead {
  font-weight: 400;
 }

 .banner h1,
 .banner .text-lead {
  text-shadow: 0px 0px 5px #000
 }

 .nav ul ul li:hover {
  background: rgba(255,255,255,.1)
 }

 .action .button.red,
 .sidebar-item-action .content-action .button,
 .sidebar .sidebar-item-action .content-action .button {
  background-color: #fff;
  color: #303030
 }

 .action .button.red:hover,
 .sidebar-item-action .content-action .button:hover,
 .sidebar .sidebar-item-action .content-action .button:hover {
  background-color: #d2d2d2;
  color: #303030
 } 

 .listing-feature .icon.icon-chevron-right {
  color: #d57e00
 }

 .footer {
  color: #303030;
 } 

 .footer h3 {
  color: #d57e00;
  font-weight: 400;
 }

 .footer nav a {
  color: #303030
 }

 .footer nav a:hover {
  color: #303030
 }

 .footer a {
  color: #303030;
  border-color: rgba(0,0,0,.15)
 }

 .footer a:hover {
  color: rgba(0,0,0,.6);
  border-color: rgba(0,0,0,.2)
 }

 .footer ul:not(.social) li:before {
  color: rgba(0,0,0,.25)
 }

 /**
  * Social Header hide
  */

    .topbar .social {
      display: none;
    }

/**
 * Backgrounds
 */
 body,
 .snap-content {
   background: #404040;
   background-image: linear-gradient(to bottom, #efefef, #4e4e50)
 }

.snap-drawers {
  background: #562e78;
}

.topbar, .mobile-topbar {
  background: #431669;
}
.pattern {
  background: rgba(255,255,255, 0.1);
}

.nav ul ul {
  background: #431669;
}

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

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

.footer {
  background: #d4d4d4;
}

/**
 * Buttons
 */
.banner .button,
.button.red,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
  background-color: #562e78;
  color: #fff;
}
.banner .button:hover,
.button.red:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=image]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #431669;
  color: #fff;
}

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

/**
 * Pagination
 */
.pagination a {
  background: #562e78;
  color: #fff;
}
.pagination a:hover {
  background: #431669;
  color: #fff;
}

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.main .block-listing a {
  color: #491974;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.main .block-listing a:hover {
  color: #d57e00;
}

.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: #491974;
}
.feature .featured-item:hover h2 {
  color: #d57e00;
}

.listing-feature .featured-item h2 {
  color: #491974;
}
.listing-feature .featured-item:hover h2 {
  color: #d57e00;
}
