/*
 Theme Name:   Lighthouse Agency, 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: 363px; /* 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.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
 */

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

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

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

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

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

 @media (min-width: 760px) {
  .header .inner {
    padding: 1em 0
  }
  .image-wrap {
    background-position: 50% 40%
  }
 }

 @media (max-width: 759px) {
  .header {
    border-bottom: 1px solid rgba(0, 69, 124, .5)
  }
  .header .inner {
    padding: 0 0 1em;
  }
  .image-wrap {
    background-position: 80% 40%
  }
 }

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

 .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)
 }

 .feature-blog {
  display: none;
 }

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

.snap-drawers {
  background: #00345d;
}

.header {
  background: #fff;
}

.nav-wrap,
.mobile-topbar {
  background: linear-gradient(to bottom, #00457c, #00345d);
}

.action {
  background: radial-gradient(#00457c, #00345d);
}
.action.inline .content-action {
  background: rgba(0,0,0, 0.25);
}

.sidebar .sidebar-item-action {
  background: radial-gradient(#00457c, #00345d);;
}
.sidebar .sidebar-item-action .content-action {
  background: rgba(0,0,0, 0.25);
}

.footer,
.footer .copyright {
  background: #00345d;
}

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

.header .links .button {
  background-color: #ba9b1c;
  color: #fff;
}
.header .links .button:hover {
  background-color: #202020;
  color: #fff;
}

/**
 * Pagination
 */
.pagination a {
  background: #ba9b1c;
  color: #fff;
}
.pagination a:hover {
  background: #a28719;
  color: #fff;
}

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.feature.inline .featured-item h2 {
  color: #ba9b1c;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.feature.inline .featured-item h2:hover {
  color: #a28719;
}

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

.feature .featured-item p,
.feature-blog .featured-item h3 {
  color: #ba9b1c;
}
.feature .featured-item:hover p,
.feature-blog .featured-item:hover h3 {
  color: #a28719;
}

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