/*
 Theme Name:   The Oaks Agency, LLC
 Theme URI:    http://getflexsite.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: 475px; /* width of logo */
  height: 84px; /* 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;
  }
}

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

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

@media (min-width: 760px) {
  .image-wrap {
    background-position: 80% 80%;
  }
}

/**
 * Custom Work
 */

 .nav > ul > li:hover > a, 
 .nav > ul > li > a:hover, 
 .nav > ul > li.active > a {
  color: rgba(255,255,255,.75)
 }

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

 .nav ul ul li:hover,
 .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(0,0,0,.05)
 }

 .nav ul ul {
  background: #557334
 }
 
 .nav ul ul li a {
  color: #fff
 }

 .topbar, 
 .mobile-topbar {
  background: linear-gradient(to bottom, #9f5f26, #9f5f26, #885120);
 }

 .feature.inline .featured-item h2 {
  color: #9f5f26
 }

 .feature.inline .featured-item .icon {
  color: #5f813a
 }

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

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

 .topbar a:hover, 
 .mobile-topbar a:hover {
  color: #ccc
 }

 .feature-blog .featured-item h3 {
  color: #9f5f26;
  transition: none;
 }

 .feature-blog .featured-item:hover h3 {
  color: #885120;
  text-decoration: underline;
  text-decoration-color: rgba(136, 81, 32, .25);
  transition: none;
 }

 .feature .featured-item:hover {
  color: #606060
 }
/**
 * Backgrounds
 */
 body,
 .snap-content {
   background: #405627;
 }

.snap-drawers {
  background: #557334;
}

.header {
  background: #fff;
}

.nav-wrap {
  background: linear-gradient(to bottom, #9f5f26, #9f5f26, #885120);
}

.action {
  background: radial-gradient(#5f813a, #557334);
}
.action.inline .content-action {
  background: rgba(0,0,0, 0.25);
}

.sidebar .sidebar-item-action {
  background: radial-gradient(#5f813a, #557334);;
}
.sidebar .sidebar-item-action .content-action {
  background: rgba(0,0,0, 0.25);
}

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

/**
 * Buttons
 */
.banner .button {
  background: #5f813a;
}

.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: #9f5f26;
  color: #fff;
}
.banner .button:hover {
  background: #557334;
}
.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: #885120;
  color: #fff;
}

.header .links .button {
  background-color: #5f813a;
  color: #fff;
}
.header .links .button:hover {
  background-color: #557334;
  color: #fff;
}

 .header .links .button:last-child {
  background: #9f5f26
 }
 .header .links .button:last-child:hover {
  background: #885120
 }

/**
 * Pagination
 */
.pagination a {
  background: #9f5f26;
  color: #fff;
}
.pagination a:hover {
  background: #885120;
  color: #fff;
}

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #9f5f26;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #885120;
}

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

.feature .featured-item p {
  color: #9f5f26;
}
.feature .featured-item:hover p {
  color: #606060;
}

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