/*
 Theme Name:   King Insurance & Financial Services
 Theme URI:    http://kinginsurancefs.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: 162px; /* width of logo */
  height: 125px; /* 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 {
	height: 100vh;
}

 body,
 .snap-content {
  background: rgb(130,130,130); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(130,130,130,1) 0%, rgba(64,64,64,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(130,130,130,1) 0%,rgba(64,64,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(130,130,130,1) 0%,rgba(64,64,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
}

.header {
  background: rgba(255, 255, 255, 0.75);
}

.snap-drawers {
  background: #8B0027;
}

.topbar,
.mobile-topbar {
  background: #8B0027;
}

.nav ul ul {
  background: #404040;
}

.feature {
  background: #404040;
}

.action {
  background: #8B0027;
}

.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: #828282;
}
.sidebar-item-action .content-action {
  background: rgba(0,0,0, 0.25);
}

.footer {
  background: #EBEAEA;
}

/**
 * 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: #8B0027;
  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: #63001c;
  color: #fff;
}
.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: #800024;
    color: #fff;
}
/**
 * Pagination
 */
.pagination a {
  background: #efefef;
  color: #404040;
}
.pagination a:hover {
  background: #8B0027;
  color: #fff;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #8B0027;
}
h2 {
  color: #47A67C;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #47A67C;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #767676;
}

.footer h3 {
  color: #8B0027;
}
.feature h2 {
  color: #8B0027;
}
.listing-feature .featured-item h2 {
  color: #47A67C;
}

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