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

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

@media (min-width: 760px) {
  .header .custom-logo {
    width: 360px;
  }
}

@media (min-width: 840px) {
  .header .custom-logo {
    width: 430px;
  }
}

body:not(.home) .image-wrap {
  background-position: 50% 35%
}

body:not(.home) .image-wrap:after {
  opacity: 0.75;
}

.nav {
  background: #722222;
}

.banner h1 {
  color: #212121;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, .55);
  font-weight: bold;
}

.banner .container {
  max-width: 70rem;
}

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

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

.image-wrap:after {
  background: #efefef;
  opacity: 0.55;
}

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

.snap-drawers {
  background: #2B2B27;
}

.nav ul ul {
  background: #2B2B27;
}

.action {
  background: #2B2B27;
}

.feature .featured-item {
  background: #efefef;
}

.sidebar-item-action {
  background: #2B2B27;
}

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

/**
 * Buttons
 */
.banner .button,
.button.blue-green,
.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] {
  background-color: #722222;
  color: #fff;
}

.banner .button:hover,
.button.blue-green: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 {
  background-color: #9D2F2F;
  color: #fff;
}

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

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

/**
 * Pagination
 */
.pagination a {
  background: #efefef;
  color: #404040;
}

.pagination a:hover {
  background: #722222;
  color: #fff;
}

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

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

h2 {
  color: #727967;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.feature .featured-item h2 {
  color: #9D2F2F;
}

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

.feature-blog .featured-item h3 {
  color: #9D2F2F;
}

.footer h3,
.footer a {
  color: #fff;
}

.footer a:hover {
  color: rgba(255, 255, 255, .75);
}