/*
 Theme Name:   Asset Insurance Consultants, LLC
 Theme URI:    http://aicinsurance.net
 Description:  Custom theme alteration created for the SiteBuilder network
 Author:       Avelient
 Author URI:   http://avelient.co
 Template:     sb1
 Version:      1.0
 Tags:         custom-logo, custom-brand-colors
 Text Domain:  sb1-child
*/

/**
 * Custom logo
 */
.header .custom-logo {
  background: url("img/logo.png") no-repeat center center;
  background-size: 100% auto;
  width: 125px;
  /* width of logo */
  height: 82px;
  /* height of logo */
  max-width: 100%;
  padding: 0;
  /* hide text */
  text-indent: -9999px;
  font-size: 0;
  border: 0 none;
}

.header .logo {
  color: #ffffff;
  font-size: 1.3em;
}

@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
 */
.banner {
  background: #fff url("img/banner-image.jpg") no-repeat;
  background-size: cover;
  background-position: 88% 35%;
}

@media (min-width: 760px) {
  .banner {
    background-size: cover;
    background-position: 65% 35%;
  }
}

.banner .content {
  background: rgba(102, 146, 181, .9);
}

.banner .content h1,
.banner .content .text-lead {
  color: #212121;
}

/**
 * Structure
 */
body,
.snap-content {
  background: #124068;
}

/**
  * Top bar
  */
.topbar,
.mobile-topbar {
  background: #124068;
}

.topbar a:hover,
.mobile-topbar a:hover {
  color: #4394CE;
}

/**
  * Nav Bar
  */

.header {
  background: #18558B;
}

.header .nav>ul>li>a {
  color: #fff;
}

.header .nav>ul>li>a:hover {
  color: #4394CE;
}

/**
  * banner
  */

@media (min-width: 760px) {

  .banner .content {
    background: rgba(0, 0, 0, 0.6);
    background: url("img/banner-content-shape.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
    padding: 2em 4em;
  }

}

/**
  * Action
  */
.feature .featured-item h2 {
  color: #18558B;
}

.feature .featured-item:hover h2 {
  color: #4394CE;
}

.action {
  background: #4394CE;
}

.action .col:last-child .content,
.action.inline .content-action {
  background: #3677A5;
}

.sidebar-item-action {
  background: #4394CE;
}

.sidebar-item-action .content-action {
  background: #3677A5;
}

@media (min-width: 760px) {
  .action .col:last-child .content:before {
    content: "";
    background: url("img/action-shape.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 100%;
    width: 60px;
    height: 100%
  }
}

/**
  * Feature Blog
  */
.feature-blog .featured-item .thumbnail.thumbnail-default {
  background: #909090;
}

.feature-blog .featured-item h3 {
  color: #18558B;
}

.feature-blog .featured-item:hover h3 {
  color: #4394CE;
}

/**
  * Type
  */
h2 {
  color: #18558B;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #18558B;
}

a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #4394CE;
}

.pagination a {
  background: #efefef;
  color: #18558B;
}

.pagination a:hover,
.pagination ul li.MarkupPagerNavOn a,
.pagination .current {
  background: #18558B;
  color: #fff;
}

/**
  * Buttons
  */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
  background-color: #18558B;
}

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

/**
  * Footer
  */
.footer h3,
.footer a {
  color: #4CA7E8;
}

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