/*
 Theme Name:   Rodney Mouton Insurance Agency
 Theme URI:    http://moutonagency.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: 258px;
  /* width of logo */
  height: 100px;
  /* height of logo */
  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;
  }
}

.home .feature {
  display: none;
}

.home .feature-blog {
  display: none;
}

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

.snap-drawers {
  background: #AE272E;
}

.header {
  background: #fff;
}

.nav-wrap {
  background: #24254D;
}

.action {
  background: #343570;
}

.action.inline .content-action {
  background: rgba(0, 0, 0, 0.25);
}

.sidebar .sidebar-item-action,
.sidebar .sidebar-item-power-reviews {
  background: #9E9E9E;
}

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

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

/**
 * Buttons
 */
.button.primary,
.banner .button,
.button.red,
.sidebar-item-action .content-action .button,
.sidebar-item-power-reviews .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,
.sidebar .sidebar-item-power-reviews .content-action .button {
  background-color: #AE272E;
  color: #fff;
}

.button.primary:hover,
.banner .button:hover,
.button.red:hover,
.sidebar-item-action .content-action .button:hover,
.sidebar-item-power-reviews .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,
.sidebar .sidebar-item-power-reviews .content-action .button:hover {
  background-color: #BE5054;
  color: #fff;
}

.header .links .button {
  background-color: #AE272E;
  color: #fff;
}

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

/**
 * Pagination
 */
.pagination a {
  background: #efefef;
  color: #343570;
}

.pagination a:hover {
  background: #343570;
  color: #fff;
}

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

h1 {
  color: #AE272E;
}

h2,
h3,
h4,
h5,
h6 {
  color: #343570;
}

h2 {
  color: #AE272E;
}

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

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

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

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

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

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

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

.feature-blog .featured-item:hover h3 {
  color: #1E1C61;
}

.feature.inline .featured-item h2,
.feature.inline .featured-item .icon {
  color: #AE272E;
}

/**
 * Misc
 */

#BVRRSummaryContainer {
  max-width: 320px;
  margin: auto;
}

.feature-blog .featured-item {
  min-height: 380px;
}