/*
Theme Name: Energy Recovery 2019
Theme URI: 
Description: Custom designed theme for Energy Recovery  built with HTML 5.
Version: 3.0
Author: 
Tags: minimalist, template, html5, CSS3, fluid, responsive, sass, ie8-fallback

  The CSS, HTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-3.0.html
*/

.xdebug-var-dump {
  background: white;
  color: black;
}
.page-template-page-product-php .site-content .main-content > ul.featured-resources {
  max-width: 100%;
}
.page-template-page-product-php .site-content .main-content > ul {
  vertical-align: text-top;
  display: block;
}
.main-content ul {
  padding-top: 2.1875rem;
}

.listing-items .tech-spec ul .tech-spec:before {
  content: '';
}

.download_registration_form input[type=text] {
  width: 100%;
    margin-top: 10px;
    line-height: 1.6em;
    padding: 2px 6px;
}
.download_registration_form select {
  margin-top: 10px;
  line-height: 1.6em;
}
.download_registration_form input[type=submit] {
  margin-top: 20px;
}

.single-resource aside .resource-sidebar a.resource-download {
  font-size: 1.75rem;
    color: #FCB525;
    background: transparent;
    padding: 0 23px 5px;
    border-radius: 11px;
    transition: background .25s ease, color .25s ease;
}

/**
Maintenance Message
**/
.maintentance-announcement h2{
padding-bottom: 40px;
color: #4EC1E0;
margin: 0 auto;
width: 90%;
max-width: 800px;
text-align: center;
}

/**
Image slider styles
**/
.page-template-page-slideshow-listing .io-home-slider-container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.page-template-page-slideshow-listing .slide-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 65px;
    /*padding-left: 8.5%;*/
    line-height: 1.2;
    color: #fff;
    z-index: 5;
}
  .page-template-page-slideshow-listing .slide-title h1{
      font-size: 5.5em;
      font-weight: normal;
      margin: 0;
      font-family: "Scout Light";
  }

.page-template-page-slideshow-listing .io-home-slider-container .slide .slide-text .slide-message {
    width: 83%;
}

.page-template-page-slideshow-listing .io-home-slider-container .slide .slide-text-alt {
    position: absolute;
    top: 0;
    bottom: auto;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 30px 0;
    font-style: normal;
    font-weight: normal;
    font-family: "Scout Light";
    line-height: 1.2;
}
.page-template-page-slideshow-listing .io-home-slider-container .slide .slide-text-alt p{
  font-size: 28px;
}

.page-template-page-slideshow-listing .io-home-slider-container .bx-controls-direction {
  top: 50%;
}

.page-template-page-slideshow-listing .io-home-slider-container .bx-pager {
  bottom: 0;
  left: 50%;
  padding: 25px 0 30px;
}
/*
.page-template-page-slideshow-listing .bx-pager .bx-pager-item a {
    background: transparent;
    border: 2px solid #FFF;
    height: 12px;
    width: 12px;
}

.page-template-page-slideshow-listing .io-home-slider-container .bx-pager .bx-pager-item a.active {
    background: #FFF;
} */

.page-template-page-slideshow-listing .hero-header .intro-text .hero-text {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom-right-radius: 40px;
}

/**
Slideshow Listing page styles (List)
**/
.page-template-page-slideshow-listing .site-content .solutions-listing {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.page-template-page-slideshow-listing .solutions-listing li {
    border-bottom: 1px solid #E2E2E2;
    padding: 40px 0;
    line-height: 1;
}

.page-template-page-slideshow-listing .site-content .solutions-listing li .listing-image {
    display: inline-block;
    width: 30%;
    padding-right: 30px;
    line-height: 0;
    height: 200px;
}
  .page-template-page-slideshow-listing .site-content .solutions-listing li .listing-image-container {
      width: 100%;
      height: 100%;
      overflow: hidden;
  }
  .page-template-page-slideshow-listing .site-content .solutions-listing li .listing-image-inner {
    height: 100%;
    margin: 0 -50%;
  }
  .page-template-page-slideshow-listing .site-content .solutions-listing li .listing-image img{
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
    margin: 0 auto;
  }

.page-template-page-slideshow-listing .site-content .solutions-listing li .listing-details {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.page-template-page-slideshow-listing .site-content .solutions-listing li .listing-details h3 {
    margin-top: 0;
    font-style: normal;
    font-weight: normal;
    font-family: Scout;
    font-size: 2.25rem;
    padding-bottom: 20px;
}
.page-template-page-slideshow-listing .site-content .solutions-listing li .listing-details .listing-description {
    font-style: normal;
    font-weight: normal;
    font-family: "Scout Light";
    font-size: 1.3125rem;
    padding-bottom: 0.3125rem;
    line-height: 1.25;
}

@media screen and (max-width: 56.25em) {
  .page-template-page-slideshow-listing .io-home-slider-container .slide .slide-text-alt {
    display: none;
  }
  .page-template-page-slideshow-listing .slide-title{
    padding-bottom: 30px;
  }
  .page-template-page-slideshow-listing .site-content .solutions-listing li .listing-image {
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 0;
    padding-bottom: 20px;
  }
  .page-template-page-slideshow-listing .site-content .solutions-listing li .listing-details {
    display: block;
    width: 100%;
  }

}

@media screen and (max-width: 40em) {

  .page-template-page-slideshow-listing .slide-title h1{
      font-size: 4em;
  }
  .page-template-page-slideshow-listing .io-home-slider-container .bx-pager {
    padding: 25px 0 10px;
  }
}