/*
 Theme Name:   Retriever Agency
 Theme URI:    http://getflexsite.com
 Description:  Custom theme alteration created for the SiteBuilder network
 Author:       Avelient
 Author URI:   http://avelient.co
 Template:     sb3
 Version:      1.0
 Tags:         custom-logo, custom-brand-colors
 Text Domain:  sb3-child
*/

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

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

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

/**
 * Custom Work
 */ 

 @media (min-width: 760px) {
  .header .custom-logo {
    width: 200px; /* width of logo */
    height: 63px; /* height of logo */
  }
 }

 @media (min-width: 860px) {
  .header .custom-logo {
    width: 300px; /* width of logo */
    height: 95px; /* height of logo */
  }
 }

 .footer {
  color: #fff
 }

 .footer a {
  color: #fff
 }

 .footer a:hover {
  color: rgba(255,255,255,.65)
 }

 .feature h2 {
  color: #e37f1d;
  font-weight: 500;
 }

 .banner h1 {
  font-weight: 500;
  text-shadow: 0px 0px 5px #212121;
  font-size: 1.85em;
 }

 @media (min-width: 760px) {
  .banner {
    max-width: 850px;
    margin: 0 auto;
  }
 }

 .footer hr {
  border-color: rgba(255,255,255,.1)
 }

 .footer ul:not(.social) li:before {
  color: rgba(255,255,255,.1);
 }

 .footer a {
  border-color: rgba(255,255,255,.1)
 }

 .listing-feature .featured-item h2 {
  color: #606060
 }

 .listing-feature .icon {
  color: #e37f1d
 }

   /**
   * Sidebar fix
   */

   @media (min-width: 760px) {
    .main>.sidebar {
      width: 33.35%;
    }
   }

/**
 * Backgrounds
 */
 body,
 .snap-content {
  background-color: #d3d4d3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23d3d4d3'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23cfcfcf' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cfcfcf' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.24'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
 }

.snap-drawers {
  background: #d6771e;
}

.topbar,
.mobile-topbar {
  background: #e37f1d;
}

.nav ul ul {
  background: #404040;
}

.feature {
  background: #d3d3d3;
}

.action {
  background: #d6771e;
}

.feature .featured-item:nth-child(1) {
  background: #EBEAEA;
}
.feature .featured-item:nth-child(2) {
  background: #DFDEDE;
}
.feature .featured-item:nth-child(3) {
  background: #D3D3D3;
}

.main > .sidebar {
  background: #DFDEDE;
}

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

.footer {
  background: #58595b;
}

/**
 * Buttons
 */
.banner .button,
.button.blue-green,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
  background-color: #EA9646;
  color: #fff;
}

.action .button.green,
.sidebar-item-action .content-action .button {
  background-color: #fff;
  color: #212121;
}

.action .button.green:hover,
.sidebar-item-action .content-action .button:hover {
  background-color: #dadada;
  color: #212121;
}

.banner .button:hover,
.button.blue-green: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: #d6771e;
  color: #fff;
}

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

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #d6771e;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #a75c17;
}

.footer h3 {
  color: #fff;
}

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