/*
Theme Name: Porsche child theme
Author: Divi theme examples
Author URI: http://www.divithemeexamples.com
Template: Divi
Version: 1.0
*/
 
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
@font-face {
    font-family: 'PorscheNextWLa-Bold';
    src: url(https://porsche-centre-liege.be/fonts/porschenextwla-bold-webfont.woff2) format('woff2'),
         url(https://porsche-centre-liege.be/fonts/porschenextwla-bold-webfont.woff) format('woff');
		 font-weight:bold;
}
@font-face {
    font-family: 'porschenextwla-regular';
    src: url(https://porsche-centre-liege.be/fonts/porschenextwla-regular-webfont.woff2) format('woff2'),
         url(https://porsche-centre-liege.be/fonts/porschenextwla-regular-webfont.woff) format('woff');
		 font-weight:normal;
}

#main-content {background-color:rgb(234,234,234) !important;}
#woo-mainTitle-001 h2 {font-family: 'PorscheNextWLa-Bold', arial, sans-serif; font-size:32px; color:#333333; line-height:40px;}
#woo-footer {font-family: 'porschenextwla-regular', arial, sans-serif; font-size:12px; color:#333333;}

.et-pb-arrow-next, .et-pb-arrow-prev {color: #ffffff !important; background-color:#000000 !important; font-size:24px; padding:1px 4px 0 3px; border-radius:3px;}

/* WP Forms cleaning styles*/
div.wpforms-container-full:not(:empty) {margin-top:0; margin-bottom:0}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {background: #ffffff !important; border: none !important;}