/*
 Theme Name:   Wall Insurance
 Theme URI:    http://wallinsurance.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
 */
@import url('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy');

body {
  font-family: 'Sorts Mill Goudy', serif;
}

.header .custom-logo {
  background: url("img/logo.png") no-repeat center left;
  background-size: 100px 90px;
  max-width: 100%;
  padding: 0;
  /* hide text */
  text-indent: 0px;
  font-size: 2.5em;
  border: 0 none;
  min-height: 90px;
  padding-left: 120px;
  display: inline-flex;
  align-items: center
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header .custom-logo {
    background: url("img/logo@2x.png") no-repeat center left;
    background-size: 100px 90px;
  }
}

.custom-logo-text {
 font-family: 'Sorts Mill Goudy', serif;
 text-transform: none;
 color: #425588
}

@media (max-width: 890px) {
  .header .custom-logo {
    font-size: 2em;
  }
}

@media (max-width: 760px) {
  .header .custom-logo {
    font-size: 2.5em;
  }
}

.banner h1 {
  text-shadow: 1px 1px #212121;
}

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

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

.snap-drawers {
  background: #2b63af;
}

.header {
  background: #fefbf5;
}

.nav-wrap {
  background: #e4d1b6;
}

.action {
  background: #e4d1b6;
  font-family: "Lato","Helvetica Neue","HelveticaNeue",helvetica,arial,sans-serif;
  color: #212121
}

.action .phone {
  color: #fff
}

.action h2 {
  color: #212121
}

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

.sidebar .sidebar-item-action {
  background: #404040;
  font-family: "Lato","Helvetica Neue","HelveticaNeue",helvetica,arial,sans-serif;
}
.sidebar .sidebar-item-action .content-action {
  background: rgba(0,0,0, 0.25);
}

.footer,
.footer .copyright {
  background: #769ab1;
}

/**
 * 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: #dbf1ff;
  color: #212121;
}
.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: #C5D9E5;
  color: #212121;
}

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

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

/**
 * Typography
 */
.nav > ul > li > a {
  color: #212121
}

.nav > ul > li:hover > a {
  color: #425588;
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,.5);
}

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

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

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.feature-blog .featured-item h3,
.feature.inline .featured-item h2,
.feature.inline .featured-item .icon,
.nav ul ul li:hover > a,
.feature .featured-item:hover {
  color: #556F7F;
}
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,
.feature.inline .featured-item:hover h2 {
  color: #2A3740;
}

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

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

.feature .featured-item:hover p {
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,.5)
}
.feature .featured-item:hover p {
  color: #2A3740;
}

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