/*
 Theme Name:   Adobe Insurance Brokers
 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-white.png") no-repeat center center;
  background-size: 100% auto;
  width: 200px; /* width of logo */
  height: 76px; /* 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-white.png") no-repeat;
    background-size: 100% auto;
  }
}

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

/**
 * Custom Work
 */

 .main {
  background: #fff8f1
 }

 .topbar,
 .header,
 .banner {
  background: rgba(0,0,0,.2)
 }

 body:not(.home) .image-wrap {
  background-position: 50% 0%
 } 

 .banner h1 {
  font-weight: bold;
 }

 .banner .text-lead {
  font-weight: 400
 }

 .mobile-topbar,
 .footer {
  background: linear-gradient(to bottom, #592E1E, #462417)
 }

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

 .action h2,
 .sidebar-item-action h2 {
  color: #404040
 }

 .action,
 .sidebar-item-action {
  color: #404040
 }

 .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: rgba(255,255,255,.1)
 }

 .listing-feature .icon.icon-chevron-right {
  color: #592E1E
 }

 .sidebar-item-nav li.active a, .sidebar-item-nav li.current_page_item a, .sidebar-item-nav a:hover {
  background: #d9c8b4;
  color: #404040;
 }

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

.snap-drawers {
  background: linear-gradient(to bottom, #592E1E, #462417);;
}

.nav ul ul {
  background: linear-gradient(to bottom, #592E1E, #462417);;
}

.feature {
  background: linear-gradient(to bottom, #592E1E, #462417);
}

.action {
  background: #d9c8b4;
}

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

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #8c623e;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #5f4128;
}

.listing-feature .featured-item {
  color: #303030;
}
.listing-feature .featured-item h2 {
  color: #8c623e;
}
.listing-feature .featured-item:hover {
  background: #fff
}

.header .logo,
.banner h1 {
  color: #fff;
}
.header .logo:hover {
  color: #6ff7dc;
}

.topbar,
.topbar a {
  color: #fff;
}
.mobile-topbar a:hover,
.topbar a:hover {
  color: rgba(255,255,255,.75)
}

.footer h3 {
  color: #d9c8b4
}
.footer a {
  color: #fff;
  border-color: rgba(255,255,255,0.15);
}
.footer a:hover {
  color: rgba(255,255,255,.75);
}

/**
 * Buttons
 */
.button.blue-green,
.sidebar-item-action .content-action .button {
  background-color: #592E1E;
  color: #fff;
}
.banner .button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
  background-color: #D9C8B4;
  color: #404040;
}
.button.blue-green:hover,
.sidebar-item-action .content-action .button:hover {
  background-color: #713a26;
  color: #fff;
}
.banner .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: #b9aa99;
  color: #404040;
}

/**
 * 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);
}
