/*
 Theme Name:   Bi-County Insurance Agency Inc
 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: 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;
  }
}

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

/**
 * Custom Work
 */ 

 .header {
  background: #612529
 }

 .header .logo {
  color: #fff
 }

 .nav {
  background: #fff
 }

 .banner h1 {
  font-weight: bold;
  font-size: 3.15em
 }

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

 .action h2,
 .sidebar .sidebar-item-action h2 {
  color: #265874;
  font-weight: 400;
 }

 .action,
 .sidebar .sidebar-item-action {
  font-weight: 400;
  color: #414141
 }

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

 @media (min-width: 760px) {
  .main .block-listing a {
    color: #7f252b
  }
  .main .block-listing a:hover {
    color: #407c9e
  }
 }

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

 /**
  * Social Header hide
  */
    .topbar .social {
      display: none;
    }

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

.snap-drawers {
  background: #482022;
}

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

.nav ul ul {
  background: #482022;
}

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

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

.footer {
  background: #8e8877;
}

.snap-drawer-nav ul li>a:hover, .snap-drawer-nav ul li:hover>a, .snap-drawer-nav ul li.on>a, .snap-drawer-nav ul li a.on, .snap-drawer-nav .children-toggle:hover, .snap-drawer-nav .children-toggle.active {
  background: rgba(255,255,255,.1)
}

/**
 * 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: #3f7b9d;
  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: #275a76;
  color: #fff;
}

.header .links .button {
  background-color: #3f7b9d;
  color: #fff;
}
.header .links .button:hover {
  background-color: #275a76;
  color: #fff;
}

/**
 * Pagination
 */
.pagination a {
  background: #efefef;
  color: #404040;
}
.pagination a:hover {
  background: #2b63af;
  color: #fff;
}

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #7f252b;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #407c9e;
}

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

.listing-feature .featured-item h2 {
  color: #7f252b;
}
.listing-feature .featured-item:hover h2 {
  color: #407c9e;
}
