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

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

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

@media (min-width: 1700px) {
  .image-wrap {
    background-position: 50% 40%;
  }
}

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

.snap-drawers {
  background: #282886;
}

.nav ul ul {
  background: #13153e;
}

.feature {
  background: #292986;
}

.action {
  background: #1e1d64;
  background-image: radial-gradient(#292986, #1e1d64);
}

.mobile-topbar {
  background: #1e1d64;
}

.sidebar-item-action {
  background: #1e1d64;
  background-image: radial-gradient(#292986, #1e1d64);
}
.sidebar-item-action .content-action {
  background: rgba(0, 0, 0, 0.25);
}

.footer {
  background: #1e1d64;
}

/**
 * Custom Work
 */

.topbar,
.header {
  background: rgba(0, 0, 0, 0.15);
}
.banner {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

.nav > ul > li > a {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}

.topbar {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}

.topbar .social li .icon {
  text-shadow: none;
}

.banner h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

.banner .banner-text {
  font-weight: bold;
  font-size: 1.4em;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

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

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #d73b2d;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #aa3227;
}

.listing-feature .featured-item {
  color: #404040;
}
.listing-feature .featured-item h2 {
  color: #272786;
}
.listing-feature .icon-wrap {
  color: #d73b2d;
}

.header .logo,
.banner h1 {
  color: #fff;
}
.header .logo:hover {
  color: #6ff7dc;
}

.topbar,
.topbar a {
  color: #fff;
}
.topbar a:hover {
  color: #efefef;
}

.footer h3,
.footer a {
  color: #fff;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/**
 * 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: #d73b2d;
  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: #a62e24;
  color: #fff;
}

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

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