/*
 Theme Name:   Barnes & Reynolds Insurance, Inc.
 Theme URI:    http://getflexsite.com
 Description:  Custom theme alteration created for the SiteBuilder network
 Author:       Avelient
 Author URI:   http://avelient.co
 Template:     sb2
 Version:      1.0
 Tags:         custom-logo, custom-brand-colors
 Text Domain:  sb2-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 */
  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;
  }
}

/**
 * Custom Work
 */ 

.banner h1,
.banner .banner-text {
  font-weight: bold;
  text-shadow: 1px 1px #000
}

.nav > ul > li:hover > a, 
.nav > ul > li > a:hover, 
.nav > ul > li.active > a {
  background: rgba(255,255,255,0.15);
}

.mobile-topbar a:hover {
  color: #aaafbc
}

.snap-drawer-nav ul li>a:hover, .snap-drawer-nav ul li:hover>a, .snap-drawer-nav ul li.on>a, .snap-drawer-nav ul li a.on, .snap-drawer-nav .children-toggle:hover, .snap-drawer-nav .children-toggle.active {
  background-color: rgba(255,255,255,.1);
}

/**
 * Banner Image
 */
.image-wrap {
  background-image: url("img/banner-image.jpg");
  background-color: #404040;
}

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

.snap-drawers {
  background: #232b43;
}

.nav ul ul {
  background: radial-gradient(#242E47, #212940);
}

.feature {
  background: #232b43;
}

.action {
  background: radial-gradient(#3a496f, #212940)
}

.sidebar-item-action {
  background: radial-gradient(#3a496f, #212940);
}
.sidebar-item-action .content-action {
  background: rgba(0,0,0, 0.25);
}

.footer {
  background: #232b43
}

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

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

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: #38466b;
}

.listing-feature .featured-item {
  color: #303030;
}
.listing-feature .featured-item h2 {
  color: #2b63af;
}

.listing-feature .featured-item:hover h2 {
  color: #38466b;
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,.15);
}

.header .logo,
.banner h1 {
  color: #f3fafa;
}
.header .logo:hover {
  color: #aaafbc;
}

.topbar,
.topbar a {
  color: #fff;
}
.topbar a:hover {
  color: #aaafbc;
}

.footer h3,
.footer a {
  color: #d2d2d2;
}
.footer a:hover {
  color: #fff;
}

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

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

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