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

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

/**
 * Custom Work
 */

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

.feature-blog .featured-item .date,
.text-soften {
  color: #757575;
}

/**
 * Banner Image
 */
.banner {
  background: #efefef url("img/banner-image.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 70%;
}

.banner .content {
  background: rgba(38, 61, 105, 0.85);
}

/**
 * Structure
 */
body,
.snap-content,
.snap-drawer {
  background: #263d69;
}

/**
  * Top bar
  */
.topbar,
.mobile-topbar {
  background: #010201;
}

.topbar a:hover,
.mobile-topbar a:hover {
  color: #8fa9d6;
}

/**
  * Nav Bar
  */
.header .nav>ul>li>a {
  color: #303030;
}

.header .nav>ul>li>a:hover {
  color: #263d69;
}

/**
  * banner
  */

@media (min-width: 760px) {
  .banner .content {
    background: rgba(0, 0, 0, 0.6);
    background: url("img/banner-content-shape.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
    padding: 2em 4em;
  }
}

/**
  * Action
  */
.feature .featured-item h2 {
  color: #263d69;
}

.feature .featured-item:hover h2 {
  color: #661b91;
}

.action {
  background: #426ab5;
}

.action .col:last-child .content,
.action.inline .content-action {
  background: #263d69;
}

.sidebar-item-action {
  background: #426ab5;
}

.sidebar-item-action .content-action {
  background: #263d69;
}

@media (min-width: 760px) {
  .action .col:last-child .content:before {
    content: "";
    background: url("img/action-shape.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 100%;
    width: 60px;
    height: 100%;
  }
}

/**
  * Feature Blog
  */
.feature-blog .featured-item .thumbnail.thumbnail-default {
  background: #909090;
}

.feature-blog .featured-item h3 {
  color: #263d69;
}

.feature-blog .featured-item:hover h3 {
  color: #661b91;
}

/**
  * Type
  */
h2 {
  color: #4169b5;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #263d69;
}

a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #661b91;
}

.pagination a {
  background: #efefef;
  color: #263d69;
}

.pagination a:hover,
.pagination ul li.MarkupPagerNavOn a,
.pagination .current {
  background: #263d69;
  color: #fff;
}

/**
  * Buttons
  */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="image"],
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #426bb5;
}

.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: #263d69;
  color: #fff;
}

/**
  * Footer
  */
.footer h3 {
  color: #8fa9d6;
}

.footer a {
  color: #fff;
}

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