/*
 Theme Name:   Hometown Insurance Agency - Collinsville
 Theme URI:    http://getflexsite.com
 Description:  Custom theme alteration created for the SiteBuilder network
 Author:       Avelient
 Author URI:   http://avelient.co
 Template:     sb6
 Version:      1.0
 Tags:         custom-logo, custom-brand-colors
 Text Domain:  sb6-child
*/

/**
 * Custom logo
 */
.header .custom-logo {
  background: url("img/logo.png") no-repeat center center;
  background-size: 100% auto;
  width: 345px; /* width of logo */
  height: 102px; /* 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;
}

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

.snap-drawers {
  background: #1f1f1f
}
.mobile-topbar {
  background: #030303;
}

.header {
  background: #fff;
}

.nav-wrap {
  background: #030303;
}

.action {
  background: #272727;
}
.action.inline .content-action {
  background: #030303;
}

.sidebar .sidebar-item-action {
  background: #272727;
}
.sidebar .sidebar-item-action .content-action {
  background: #030303;
}

.footer,
.footer .copyright {
  background: #1b1b1b;
}

.nav ul ul {
  background: #030303
}

.nav ul ul li a {
  color: #fff
}

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

.nav > ul > li > a:hover,
.nav ul ul li:hover > a {
  color: #cc222c
}

.nav > ul > li > a {
  text-transform: uppercase;
}

.banner .text-lead {
  display: none
}

.feature.inline .featured-item .icon {
  color: #cc222c
}

.feature.inline .featured-item h2 {
  color: #030303
}

.footer a:hover {
  color: #cc222c
}

@media (min-width: 760px) {
  .banner {
    padding: 10em 0 10em 0;
  }
  .header .inner {
    padding: 1em 0;
  }
}

.feature,
.feature-blog {
  background: #ecf0f1 url("img/pattern.jpg") repeat center center
}

.feature hr {
  border-bottom: 2px solid rgba(255,255,255,.25)
}

/**
 * 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: #fff;
  color: #030303;
}
.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: #d2d2d2;
  color: #030303;
}

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

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

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

.banner h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3.1em;
  text-shadow: 1px 1px #000
}

.feature-blog h2 {
  color: #fff
}

h1, h2, h3, h4, h5, h6 {
  color: #303030;
}
h2 {
   color: #cc222c;
}
.footer h3 {
  color: #cc222c;
  font-weight: 500;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.feature-blog .featured-item h3 {
  color: #cc222c;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.feature-blog .featured-item:hover h3 {
  color: #a01a22;
}

.feature,
.feature .featured-item,
.feature h2 {
  color: #fff;
}

.feature .featured-item p {
  color: #fff;
}
.feature .featured-item:hover p {
  color: #cc222c;
}

.feature .featured-item:hover {
  color: #fff
}

.main .block-listing a:hover {
  color: #1fbf9f;
}
