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

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

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

/**
 * Custom Work
 */

 .banner h1 {
  font-weight: bold;
  text-shadow: 1px 1px 2px #000
 }

 .feature h2 {
  color: #b91b27
 }

 .feature a:hover h2 {
  text-decoration: underline;
  text-decoration-color: rgba(158, 0, 12, 0.25)
 }

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

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

 @media (min-width: 880px) {
  .header .custom-logo {
    width: 325px;
    height: 76px;
  }
 }

 .nav>ul>li>a {
  color: #606060
 }

 .header {
  background: rgba(255,255,255,0.8)
 }

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

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

.topbar,
.mobile-topbar {
  background: #b91b27;
}

.nav ul ul {
  background: #404040;
}

.feature {
  background: #404040;
}

.action {
  background: #404040;
}

.feature .featured-item:nth-child(1) {
  background: #EBEAEA;
}
.feature .featured-item:nth-child(2) {
  background: #DFDEDE;
}
.feature .featured-item:nth-child(3) {
  background: #D3D3D3;
}

.main > .sidebar {
  background: #ebeaea;
}

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

.footer {
  background: #dfdede;
}

/**
 * Buttons
 */
.button.green,
.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: #b90027;
  color: #fff;
}
.button.green:hover,
.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: #90011f;
  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: #80001C;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.footer nav a,
.listing-feature .featured-item h2 {
  color: #b90027;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.footer nav a:hover,
.listing-feature .featured-item h2:hover {
  color: #333;
}

.footer h3 {
  color: #212121;
}

/**
 * Misc
 */
.sidebar h3,
.listing-feature li {
  border-color: rgba(0,0,0, 0.1);
}
