/*
 Theme Name:   Pete Mitchell and Associates, Inc.
 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: 234px; /* width of logo */
  height: 125px; /* 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;
}

/*
 * Custom Work
 */ 

 @media (min-width: 760px) {
  .header .inner {
    padding: 1em 0
  }
 }

 @media (max-width: 759px) {
  .header .inner {
    padding: 0em 0 1em 0
  }
  .header {
    border-bottom: 1px solid rgba(114, 19, 40, .5)
  }
 }

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

 .footer h3 {
  color: #981a36;
  font-weight: bold;
 }

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

 .nav > ul > li:hover > a, 
 .nav > ul > li > a:hover, 
 .nav > ul > li.active > a {
  color: #b1b1b1
 }

 .topbar, .mobile-topbar {
  background: #981a36
 }

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

 .footer nav a:hover {
 	background: rgba(255,255,255,0.05)
 }

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

.snap-drawers {
  background: #721328;
}

.header {
  background: #fff;
}

.nav-wrap {
  background: #981a36;
}

.action {
  background: radial-gradient(#981a36, #721328);
}
.action.inline .content-action {
  background: rgba(0,0,0, 0.25);
}

.sidebar .sidebar-item-action {
  background: radial-gradient(#981a36, #721328);
}
.sidebar .sidebar-item-action .content-action {
  background: rgba(0,0,0, 0.25);
}

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

/**
 * 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: #BF7B54;
  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: #9e6646;
  color: #fff;
}

.header .links .button {
  background-color: #BF7B54;
  color: #fff;
}
.header .links .button:hover {
  background-color: #9e6646;
  color: #fff;
}

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

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.feature-blog .featured-item h3,
.feature.inline .featured-item h2 {
  color: #981a36;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.feature-blog .featured-item:hover h3 {
  color: #696969;
}

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

.feature .featured-item p,
.nav ul ul li:hover>a {
  color: #981a36;
}

.feature .featured-item:hover {
  color: #404040
}

.feature .featured-item:hover p {
  color: #696969;
}

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