/*
Theme Name: Pumpvol Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* Fonts */
@font-face {
   font-family: 'Berthold Akzidenz Grotesk Bold';
   src: url('fonts/berthold-akzidenz-grotesk-bold.otf');
}
@font-face {
   font-family: 'Berthold Akzidenz Grotesk Medium';
   src: url('fonts/berthold-akzidenz-grotesk-medium.otf');
}
@font-face {
   font-family: 'Berthold Akzidenz Grotesk Light';
   src: url('fonts/berthold-akzidenz-grotesk-light.otf');
}
/* END Fonts */

/* General */
body .main-content a{
    color: #1d1d1b;
}
body .main-content a:hover{
    color: #ffe500;
}
.bg-name{
    color: #fff;
    background-color: #1d1d1b;
    padding: 10px 0px 2px 35px;
    margin-left: -35px;
}
body .full-width-section > .col.span_12.dark, .full-width-content > .col.span_12.dark{
    color: #1d1d1b;
}
body .full-width-section > .col.span_12.dark h1, 
body .full-width-content > .col.span_12.dark h1, 
body .full-width-section > .col.span_12.dark h2, 
body .full-width-content > .col.span_12.dark h2, 
body .full-width-section > .col.span_12.dark h3, 
body .full-width-content > .col.span_12.dark h3, 
body .full-width-section > .col.span_12.dark h4, 
body .full-width-content > .col.span_12.dark h4, 
body .full-width-section > .col.span_12.dark h5, 
body .full-width-content > .col.span_12.dark h5, 
body .full-width-section > .col.span_12.dark h6, 
body .full-width-content > .col.span_12.dark h6 {
    color: #1d1d1b;
}
body[data-slide-out-widget-area-style="fullscreen-alt"] #header-outer{
    display: none!important;
}
.col[data-padding-pos="left"], .column-inner[data-padding-pos="left"], body .wpb_row .span_12 >.col[data-padding-pos="left"], body .wpb_row .span_12 >.column-inner[data-padding-pos="left"]{
    padding-left: 10px!important;
    padding-right: 10px!important;
}
/* div#top-slide{
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
} */
div#content-slide{

}
div#contact-slide{

}
body div#top-slide .nectar_icon_wrap[data-color="grey"] i, 
body div#top-slide .svg-icon-holder[data-color="grey"]{
    color: rgba(0,0,0,0.5)!important;
}
body .nectar_icon_wrap[data-padding="20px"] .nectar_icon{
    padding: 0;
}
body .onlymobile{
    display: none!important;
}

/* Mobile */
@media (max-width: 999px){
    body .wpb_row .nectar-parallax-scene div{
        height: 100%;
    }
    body .wpb_row .nectar-parallax-scene{
        opacity: 0.33;
    }
}
@media (max-width: 769px){
    body div#content-slide.wpb_row .nectar-parallax-scene{
        display: none;
    }
    body .onlymobile{
        display: block!important;
    }
}
@media (max-width: 500px){
    body div#contact-slide .wpb_row .row-bg, body div#contact-slide.full-width-section .row-bg{
        background-position: 43%!important;
    }
}

#pumpvol-animation {
    width: 1px;
    min-width: 100%;
    *width: 100%;
} 

.wpb_row .nectar-parallax-scene div {
    width: 100%;
    height: 100%;
}

body .wpb_row .nectar-parallax-scene{
    left: 190px;
}

body #content-slide .nectar-parallax-scene {
    margin-left: 30px;
}

body #content-slide .wpb_column {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

body #top-slide .col.span_12{
    min-height: 100vh !important;
}

#top-slide .row-bg-wrap {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}