/*
 Theme Name:   Gill Financial & Insurance Services
 Theme URI:    http://gillfinancial.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: 250px; /* width of logo */
  height: 69px; /* height of logo */
  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: rgb(56, 56, 56);
  background: -moz-linear-gradient(
    top,
    rgba(56, 56, 56, 1) 0%,
    rgba(88, 88, 88, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(56, 56, 56, 1) 0%,
    rgba(88, 88, 88, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(56, 56, 56, 1) 0%,
    rgba(88, 88, 88, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#585858',GradientType=0 );
}

.header {
  background: rgba(255, 255, 255, 1);
  border-bottom: 2px solid #dfdede;
}

.snap-drawers {
  background: #6e6e6e;
}

.topbar,
.mobile-topbar {
  background: #6e6e6e;
}

.nav ul ul {
  background: #404040;
}

.feature {
  background: #404040;
}

.action {
  background: #6e6e6e;
}

.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: #dfdede;
}

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

.footer {
  background: #ebeaea;
}

.banner h1 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
  font-weight: bold !important;
}

@media (min-width: 760px) {
  .banner {
    padding: 12em 2em;
  }
}

/**
 * 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: #df0013;
  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: #c49f11;
  color: #fff;
}
.banner h1 {
  margin: 0 0 2rem 0;
  color: #ffffff;
  font-weight: 300;
}

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

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #c49f11;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #9a9a9a;
}

.footer h3 {
  color: #df0013;
}

.feature h2 {
  color: #a10213;
}
.listing-feature .featured-item h2 {
  color: #df0013;
}

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