/*
 Theme Name:   Independent Agents of Kentucky
 Theme URI:    http://weinsurekentucky.com
 Description:  Custom theme alteration created for the SiteBuilder network
 Author:       Avelient
 Author URI:   http://avelient.co
 Template:     sb6
 Version:      1.0
 Tags:         custom-logo, custom-brand-colors
 Text Domain:  sb6-child
*/

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

/**
 * Custom Work
 */

@media (min-width: 760px) {
  .header .inner {
    padding: 1em 0;
  }
}

@media (max-width: 759px) {
  .header .inner {
    padding: 0.5em 0 1.5em;
  }
}

.banner h1,
.banner .text-lead {
  font-weight: 400;
  text-shadow: 0px 0px 5px #000;
}

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

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

.header {
  background: #ffffff;
}

.nav-wrap,
.mobile-topbar {
  background: #0f52ba;
}

/**
 *Custom Sized Header and Nav. Bar they wanted. Did not work
.header {
  background: #ffffff;
  height: 128px;
  margin-top: -20px;
}

.nav-wrap {
  background: #0f52ba;
  height: 55px;
  line-height: 2px;
}
*/

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

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

.footer,
.footer .copyright {
  background: #303030;
}

.footer a:hover {
  color: #ec770b;
}

/**
 * Buttons
 */
.banner .button,
.button.red,
.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"],
.sidebar .sidebar-item-action .content-action .button {
  background-color: #0f52ba;
  color: #fff;
}
.banner .button:hover,
.button.red: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,
.sidebar .sidebar-item-action .content-action .button:hover {
  background-color: #ec770b;
  color: #fff;
}

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

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

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2b63af;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ec770b;
}

.feature,
.feature .featured-item,
.feature h2 {
  color: #404040;
}

.feature .featured-item p {
  color: #2b63af;
}
.feature .featured-item:hover p {
  color: #ec770b;
}

.main .block-listing a:hover {
  color: #ec770b;
}

/** Custom CSS Provided by customer */

.footer nav a:hover {
  background: #f18c0f;
}

.nav-links {
  display: flex;
  flex-direction: row;
}
.nav-links a,
.nav-links span {
  display: flex;
  min-width: 20px;
  padding: 0 10px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-left: 6px;
  color: #0f52ba;
  cursor: pointer;
  text-decoration: none;
  background: #efefef;
  color: #444;
}
.nav-links a:first-child,
.nav-links span:first-child {
  margin-left: 0px;
}
.nav-links a:hover,
.nav-links span:hover {
  background: #ec770b;
  color: #fff;
}
.nav-links a.current,
.nav-links span.current {
  background: #0f52ba;
  color: #fff;
}
.nav-links a.dots,
.nav-links a.dots:hover,
.nav-links span.dots,
.nav-links span.dots:hover {
  background: #ec770b;
  cursor: default;
  color: #444;
}

.feature-blog .featured-item h3 {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}
.feature-blog .featured-item .date {
  margin-top: auto;
}
.feature-blog .featured-item .content {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer nav a {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  background: transparent;
  border: 0 none;
  border-radius: 3px;
}

/**


.image-wrap {
 overflow: hidden;
}
.image-wrap .banner:before {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 height: 100%;
 width: 100%;
 background: #000;
 filter: blur(170px);
 opacity: 0.8;
}

*/
