/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* AUTOMOTIVE PRODUCTS: Improve display of 'Cataltyic Converter' text wrapping to a new line */ 
.page-id-890 .av-image-caption-overlay-center {
    padding: 0;
}

.caption {
    background-color: rgba(204,0,0, 0.7);
    color: #fff;          
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
    padding: 10px;
}

.search-section blockquote, .preview-section blockquote {
  color: #fff;
}


.search-section h3, .search-section label {
  color: #fff;
}

.preview-section .prod-code {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.preview-section a.print-button {
    background: #aa0000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 12px;
}

.preview-section a.print-button:hover {
    background: #cc0000; 
}

.toggle {
  display: none;
}

#preview_img img {
  width: 100%;
  height: auto;
  display: block;
}

#disclaimer {
  background: rgba(170,0,0,0.7);
  color: #fff;
  padding: 30px;
  margin: 30px 0;
}

#disclaimer p {
  margin-top: 0;
}

#disclaimer a {
  background: #fff;
  color: #aa0000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 5px;
  border-radius: 5px;
  display: inline-block;
}

#disclaimer a:hover {
  background: #aa0000;
  color: #fff;
}

#fitment-centres {
   background: rgba(0,0,0,0.5);
   padding: 20px 30px 10px 30px;
}

#fitment-centres span {
   font-size: 18px;
   color: #fff;
}

#fitment-centres ul {
   list-style: none;
   margin:10px 0 20px 0;
}

#fitment-centres ul li {
   margin-left: 0;
}

#fitment-centres ul li a {
   font-size: 16px;
   font-weight: 700;
}

#fitment-centres ul li a:hover {
   color: #888;
   text-decoration: none;
}

/* Disabling preview image due to incorrect images from client
 * -----------------------------------------------------------
*/
.preview-section article > blockquote, #preview_img {
  display: none !important;
}
#disclaimer {
  margin-top: 0;
}
/* ----------------------------------------------------------- */

/* Media Queries */
/* ------------- */
@media print {
    * {
        background: #fff !important;
    }
    #header_main, 
    #av-layout-grid-1, 
    #av-layout-grid-2, 
    #av-layout-grid-3, 
    #av_section_1, 
    #av_section_3, 
    .preview-section a.print-button, 
    #disclaimer, 
    .preview-section .print-heading, 
    footer {
        display: none !important;
    }
    /*.home #av_section_2, 
    .home #av_section_2 .av-section-color-overlay {
        background: none !important;
        opacity: 1 !important;
    }*/
    #av_section_2 blockquote, 
    #av_section_2 h1, 
    #av_section_2 h3,
    #av_section_2 label,
    #av_section_2 .prod-code {
        color: #444 !important;
    }
    #fitment-centres {
      padding: 30px 0 0 0;
    }
    #fitment-centres span, #fitment-centres a {
        color: #444 !important;
        text-decoration: none;
    }
}
/* ------------- */


/*---Menu Social Media Icons---*/

.social_bookmarks .av-social-link-facebook a,
.social_bookmarks .av-social-link-twitter a{
  text-decoration: none;
}