/*
 Theme Name:   Cohn Agency Co Inc.
 Theme URI:    http://cohninsurance.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: 102px; /* width of logo */
  height: 57px; /* 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: #394a6c;
}

.snap-drawers {
  background: #768fbb;
}

.header {
  background: #768fbb;
}

.nav-wrap,
.mobile-topbar {
  background: #394a6c;
}

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

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

.footer,
.footer .copyright {
  background: #394a6c;
}

/**
 * Custom Work
 */

.banner h1,
.banner .text-lead {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}

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

.header .links .button {
  background-color: #394a6c;
  color: #fff;
}
.header .links .button:hover {
  background-color: #29364f;
  color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #394a6c;
}
h2 {
  color: #768fbb;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #394a6c;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #c96a05;
}

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

.feature .featured-item p {
  color: #768fbb;
}
.feature .featured-item:hover p {
  color: #c96a05;
}

.main .block-listing a:hover {
  color: #c96a05;
}
.feature.inline .featured-item h2,
.feature.inline .featured-item .icon {
  color: #394a6c;
}
