/* 
 Theme Name:     Pro Press
 Author:         Studio Projectie
 Author URI:     https://www.projectie.com/
 Template:       Divi
 Version:        Versie 4.8
 Description:    Custom Pro Press Wordpress website door Studio Projectie
 */ 


 /* c01d70 */

 /* ------Import extra css bestanden----------- */ 

 @import url("/wp-content/themes/pro-press/form.css");
 @import url("/wp-content/themes/pro-press/custom-admin-css.css");
 @import url("/wp-content/themes/pro-press/standaard.css");



 /* ALGEMEEN QUERIES */

 /* Responsive Styles Smartphone Only */
 @media all and (max-width: 767px) {

 }

 /* Responsive Styles Tablet And Below */
 @media all and (min-width: 768px) and (max-width: 980px) {

 }

 /* Responsive Styles Desktop Only */
 @media all and (min-width: 981px) {
/* CHANGE STYLE ON SCROLL */
.header-1.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #047404!important;
}

.header-1.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu .fa-user-circle {
	color: #047404!important;
}
	 
.o-groen-header nav.et-menu-nav ul li a {
    color: white;
}
	 
.dsm_fixed_header_scroll_active .o-groen-header nav.et-menu-nav ul li a {
    color: #43a660;
}

	 
/* Responsive Styles Desktop Only */
 @media all and (min-width: 981px) {
/* CHANGE STYLE ON SCROLL */
.o-header-1.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #41a65f!important;
}

.o-header-1.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu .fa-user-circle {
	color: #464E51!important;
}	 
	 
 }

 /* SPECIFIEKE SITUATIE QUERIES */

 /* Responsive Styles Standard Desktop Only */
 @media all and (min-width: 981px) and (max-width: 1405px) {

 }

 /* Responsive Styles Tablet Portrait */
 @media all and (max-width: 768px) {

 }

 /* Responsive Styles 981px - 1100px */
 @media all and (min-width: 981px) and (max-width: 1100px) {

 }

 /* Responsive Styles Smartphone Portrait */
 @media all and (max-width: 479px) {

 }

 /* Responsive Smartphone Ladnscape And Above */
 @media all and (min-width: 480px) {

 }
/*Mobile menu*/
@media (max-width: 980px){
.et_pb_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu {
    top: 80%;
    padding: 10%;
}

.et_mobile_menu {
    margin-left: -40px;
    padding: 10%;
    width: calc( 100% + 80px);
}
	
ul.sub-menu li a {
    color: #047404!important;
}	
.et_mobile_menu li li a {
    font-weight: 200!important;
}	
.et_mobile_menu .menu-item-has-children > a {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0);
}
	.et_mobile_menu li a {
		border-bottom: 0px solid white;
	}
}


/* [Scroll to top button customizen] */
    .et_pb_scroll_top.et-pb-icon {
        display: none;
        position: fixed;
        z-index: 99999;
        right: 20px;
        bottom: 125px;
        padding: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 0px;
        color: #fff;
        background: #cc9900E;
        font-size: 40px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
		border-radius: 4px;
    }

 /*MENU CSS*/

 .o-custom-menu .et_pb_row>.et_pb_menu__logo-wrap .et_pb_menu__logo img {
 	max-height: 90px;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }





/* FIXED MENU */

 @media (max-width: 980px) {
 	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
 		position: fixed;
 	}
 	.et_mobile_menu {
 		overflow: scroll !important;
 		max-height: 83vh;
 	}
 }





/*----------------------- BUTTONS ---------------------------*/

.et_pb_button {
	padding-bottom: .5em!important;
}

.et_pb_button .et_pb_custom_button_icon .et_pb_button_1 .et_pb_bg_layout_light{
	padding-bottom: .5em!important;
}

/*Button aanpassingen ALIGN CENTER*/

a.et_pb_button::after {
margin-top: 3px;
}

/*----------------------- FONTS ---------------------------*/

 h1,h3,h4 {
 	font-family:"sofia-pro", sans-serif;
 }

 body,p {
 	font-weight:300;
 }

 h1{
 	font-weight: 700;
 	font-style: normal;
 	
 }


 h3{
 	font-weight: 700;
 	font-style: normal;
 	font-size: 40px !important;
 	color: #43A660;
	 line-height: 10px;
 }


 h4{
 	font-weight: 700;
 	font-style: normal;
 	font-size: 25px !important;
 }

 h2{
 	font-family: 'Imprima', sans-serif !important;
 	
 }

 strong {
 	font-weight: 500;
 }

 .et_pb_button {
 	font-family:"sofia-pro", sans-serif;
 	font-weight: 700;
 	font-style: normal;
 }



 .ppijler {
 	font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
 	font-size: 16px;
 	line-height: 30px!important;
 }
 .pbanner{
 	font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
	 line-height: 40px;
 }

 .pfooter{
 	font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
 	font-size: 20px!important;

 }

.hcontact h4{
	font-size: 18px!important;
}

.hblog h4{
	font-family: 'Imprima', sans-serif !important;
	font-size: 40px!important;
	color: white;
}







/*
.et_pb_section_0_tb_header{
	z-index: 99;
	
}
*/


/*----------------------- RESPONSIVE FONTS ---------------------------*/

@media(min-width:1920px){
	h1{
		font-size: 70px!important;
	}
	
	.h1small h1{
		font-size: 60px!important;
	}
	
	h2{
		font-size: 45px!important;
	}
	
	p{
		font-size: 20px!important;
		line-height: 30px!important;
		
	}
	
	.pbanner{
		font-size: 25px!important;
		line-height: 40px!important;	
	}
	
	.hscan h1{
		font-size: 50px!important;
	}
	
	
	.et_pb_module .et_pb_text .et_pb_text_6 .scanheight  .et_pb_text_align_left .et_pb_bg_layout_light {
		margin-top: 0px!important;
	}
	
   .et_pb_contact_main_title h1 {
		font-size: 26px!important;
	}
	
}






/*----------------------- HEADER MENU HOVER ---------------------------*/

.header-2 .et-menu-nav li a:before {
    position: relative;
    top: -2px;
    left: -10px;
    width: 7px;
    height: 7px;
    background: #43a660;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}



.header-2 .et-menu-nav li a:focus::before,.header-2 .et-menu-nav li a:hover::before {
    opacity: 1!important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.header-2 li a:hover {
    opacity: 1;
}

.header-1 .et-menu-nav li a:before {
    position: relative;
    top: -2px;
    left: -10px;
    width: 7px;
    height: 7px;
    background: #ffffff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}

.header-1 .et-menu-nav li a:focus::before,.header-1 .et-menu-nav li a:hover::before {
    opacity: 1!important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.header-1 li a:hover {
    opacity: 1;
}

/*----------------------- HEADER ON SCROLL ---------------------------*/

.et_mobile_menu {
margin-top: 20px;
background-color: white!important;
}
/* HIDE ADMIN */
.admin-bar .header-1:after {
    height: 120px;
}
/* SHOW ON SCROLL ADMIN */  
.admin-bar .header-1.js-scroll-active:after {
    visibility: visible;
}
	 
	/* SHOW ON SCROLL ADMIN */  
.admin-bar .o-header-1.js-scroll-active:after {
    visibility: visible;
	 } }
	 
/* HIDE */ 
.header-1:after {
    right: 0;
    bottom: 0;
	content: "";
    background: rgb(255,255,255);
    display: flex;
    position: fixed;
    height: 80px;
    width: 100vw;
    top: 0px;
    left: 0px;
	transform:translateY(-100%);
	transition: transform 1s;
	visibility:visible!important;
}
  
  .et_pb_button_0_tb_header {
    visibility: hidden;
  }

 /*Tekst naast elkaar no scroll*/
.et_pb_menu .et_pb_menu__menu > nav > ul, .et_pb_fullwidth_menu .et_pb_menu__menu > nav > ul{
    flex-wrap: nowrap;
  
  }
  
/* SHOW ON SCROLL */  
.header-1.js-scroll-active:after {
    visibility: visible;
	transform:translateY(0%);
	transition: transform 1s;
}
/* CHANGE STYLE ON SCROLL */



.header-1.js-scroll-active .et_pb_button_0_tb_header {
	visibility: visible;
}

/* CHANGE LOGO ON SCROLL */
.header-1.js-scroll-active .et-menu-nav li a:before {
	background: #047404;
}

.header-1 .et_pb_menu__logo img {
	visibility:hidden;
}

.header-1 .et_pb_menu__logo {
	background-image:url(../../uploads/Logo-wit-dun-11.png);
	background-size: contain;
}
.header-1.js-scroll-active .et_pb_menu__logo {
	background-image:url(../../uploads/Logo-bestand-groen-07.png);
	background-size: contain;
}

.dsm_fixed_header_scroll_active .et_pb_menu ul li a {
    color: #047404;
}


.dsm_fixed_header_scroll_active .et_pb_menu__logo {
    background-image:url(../../uploads/Logo-bestand-groen-07.png);
    background-size: contain;
}

/*Tekst naast elkaar on scroll*/
.header-1.js-scroll-active .et_pb_menu .et_pb_menu__menu > nav > ul, .et_pb_fullwidth_menu .et_pb_menu__menu > nav > ul{
	flex-wrap: none;
}



/* Responsive Styles Desktop Only */

@media all and (min-width: 981px) {
    /* CHANGE STYLE ON SCROLL */


    .o-header-1.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu .fa-user-circle {
        color: #f2eec9!important;
    }
    

 
    .o-header-1 .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-weight:500!important;
    }

}

/*Change profile icon home*/

.o-header-1 .o-account-icon-header img {
    visibility:hidden!important;
}

.o-header-1 .o-account-icon-header {
    background-image:url(../../uploads/profile-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.o-header-1.js-scroll-active .o-account-icon-header {
    background-image:url(../../uploads/profile.svg);
    background-size: contain;
    background-repeat: no-repeat;
} 

/*cart home */
.o-header-1 .dsdep-cart-contents:before, .o-header-1 a.wishlist_products_counter.top_wishlist-heart:before {
    color: #000!important;
}
.o-header-1 .o-header .dsdep-cart-contents:before {
    color: #000!important;
}

.o-header-1 a.wishlist_products_counter.top_wishlist-heart.top_wishlist-, .o-header-1 a.dsdep-cart-contents {
    color: #000!important;
}

/**/
.o-header-1.js-scroll-active .dsdep-cart-contents:before, .o-header-1.js-scroll-active a.wishlist_products_counter.top_wishlist-heart:before {
    color: #f2eec9!important;
}
.o-header-1.js-scroll-active .o-header .dsdep-cart-contents:before {
    color: #f2eec9!important;
}

.o-header-1.js-scroll-active a.wishlist_products_counter.top_wishlist-heart.top_wishlist-, .o-header-1.js-scroll-active a.dsdep-cart-contents {
    color: #f2eec9!important;
}

/*winkelwagen home */
.o-header-1  a.cart-contents.menu-item:before{
    color: #000!important
}
.o-header-1.js-scroll-active a.cart-contents.menu-item:before{
    color: #f2eec9!important;
}

.o-header-1 .o-header-search input#yith-s{
    background-color: rgb(0 0 0 / 0%);
    border:1px solid black
}

.o-header-1.js-scroll-active .o-header-search input#yith-s{
    background-color: #232323;
}




/*------HEADER PIJLERS-------*/
/*------HEADER PIJLERS-------*/
/*------HEADER PIJLERS-------*/
/*------HEADER PIJLERS-------*/

.js-scroll-active .header-placeholder {
    background-color: white;
}


.header-1.green .et_pb_menu__logo {
	background-image:url(../../uploads/Logo-bestand-groen-07.png);
	background-size: contain;
}
.header-1.green.js-scroll-active .et_pb_menu__logo {
	background-image:url(../../uploads/Logo-bestand-groen-07.png);
	background-size: contain;
}

.header-1.green:after{
	background-color: white;
}

.header-1.green .et_pb_menu_0_tb_header.et_pb_menu ul li a {
	color: #43a660!important;
}
.header-1.green.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu ul li a {
	color: #464E51!important;
}

/*------HEADER PIJLERS-------*/


.o-header-1.green:after{
    background-color: white;
}

.o-header-1.green .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #43a660!important;
}
.o-header-1.green.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #464E51!important;
}

.o-header-1.green .et_pb_button_0_tb_header {
    visibility: visible;
}

.o-header-1.green .et_pb_menu_0_tb_header.et_pb_menu .fa-user-circle {
    color: #43a660!important;
}

.o-header-1.green.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu .fa-user-circle {
    color: #464E51!important;
}
/*------HEADER ZES PIJLER PAGINA-------*/
/*------HEADER ZES PIJLER PAGINA-------*/
/*------HEADER ZES PIJLER PAGINA-------*/

.o-header-1.button .et_pb_button_0_tb_header {
    visibility: visible;
}


.header-1.green .et_pb_button_0_tb_header {
	visibility: visible;
}

.header-1.green .et_pb_menu_0_tb_header.et_pb_menu .fa-user-circle {
	color: #43a660!important;
}

.header-1.green.js-scroll-active .et_pb_menu_0_tb_header.et_pb_menu .fa-user-circle {
	color: #464E51!important;
}
/*------HEADER ZES PIJLER PAGINA-------*/
/*------HEADER ZES PIJLER PAGINA-------*/
/*------HEADER ZES PIJLER PAGINA-------*/

.header-1.button .et_pb_button_0_tb_header {
	visibility: visible;
}

/*PROJECTEN GRID*/

@media (min-width: 981px) {
    .lwp-col-portfolio .et_pb_grid_item {
        width: 29.66%!important;
        margin-right: 5.5%!important;  
    }
 
    .lwp-col-portfolio .et_pb_grid_item:nth-child(3n) {
        margin-right: 0!important;
    }
 
    .lwp-col-portfolio .et_pb_grid_item:nth-child(4n) {
        margin-right: 5.5%!important;
    }
 
    .lwp-col-portfolio .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
        clear: none!important;
    }
    .lwp-col-portfolio .et_pb_grid_item.first_in_row {
        clear: unset;
    }
	.lwp-col-portfolio h2{
		font-family:"sofia-pro", sans-serif!important;
		font-weight: 700;
 	font-style: normal;
 	font-size: 40px !important;
 	color: #333333;
	}
}

/*Duurzaamheidsscan*/

.o-duurzaamheidsscan-test {
	
}




.wq-skin-traditional .wq_singleAnswerCtr {
	border: 1px solid rgb(242 242 242)!important;
    border-radius: 10px!important;
    padding: 10px 15px 10px!important;
}


.wq_questionTextCtr {
    background-color: #28bddd!important;
    color: white;
    padding: 10px 30px!important;
    border-radius: 10px;
}

body .wq_questionTextCtr h4 {
    padding-bottom: 5px!important;
}



.wq_singleAnswerCtr .wq_answerTxtCtr:before, .wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {

    border-radius: 5px!important;
}

.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
    border-color: #28bddd;
}


.wq_retakeQuizBtn, .wq-force-login button, .wq_singleQuestionWrapper .wq_continue button, .wq_triviaQuizTimerInfoCtr button, .wq-pay-locker button, .wq_quizEmailCtr form button {
	border-radius:10px!important;
}


.wq_singleAnswerCtr .wq_answerTxtCtr {
	line-height:23px!important;
}

.wq-pay-locker button, .wq_quizEmailCtr form button {
    margin: 0;
    border-radius: 10px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    padding: .6em 1.2em!important;
    padding-bottom: 0.9em!important;
}

.wq_quizEmailCtr form button {
	    background-color: #43a660;
	    transition: all 300ms ease 0ms;
}

.wq_quizEmailCtr form button:hover {
    background-color: #28bddd;
}

.wq_quizEmailCtr form input[type='text'], .wq_quizEmailCtr form input[type='email'] {
    font-size: 18px!important;
    border: 0px solid #ddd!important;
    border-radius: 10px!important;
    padding-left: 15px!important;
}

.wq-results {
    border: 0px solid #f9f9f9!important;
    border-radius: 10px!important;
    padding: 30px!important;
    background: #f9f9f9;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.wq-results .wq_quizTitle {
    font-size: 30px!important;
}

.wq-result-title.wq_resultTitle {
    font-size: 30px;
    margin-bottom: 15px;
}

.wq-results .wq_quizTitle {
    color: #28bddd;
}


/*Submenu*/

.nav li ul {
	width: 300px!important;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
	background-color: rgba(0, 0, 0, 0)!important;
}

ul.sub-menu {
    border-radius: 10px;
}

ul.sub-menu li a {
    margin-left: 0px!important;
}


/*Scan opmaak*/
span.mlw_qmn_new_question {
    font-size: 23px;
    color: #28bddd;
}

span.mlw_qmn_question_number {
    font-size: 23px;
    margin-right: 5px;
    font-weight: 600;
    }


.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
    color: #fff !important;
    background: #41a65f !important;
    font-weight: 700;
}

a.qsm-btn.qsm-next.qmn_btn.mlw_qmn_quiz_link.mlw_next {
    margin-left: 20px;
}
a.qsm-btn.qsm-previous.qmn_btn.mlw_qmn_quiz_link.mlw_previous {
    margin-right: 20px;
}

.qsm-progress-bar .progressbar-text {
    top: 18px !important;
    color: rgb(40 189 221)!important;
}


.qsm-progress-bar .progressbar-text {
    top: 18px !important;
    color: rgb(40 189 221)!important;
	margin-top:10px!important;
}

.quiz_section textarea {
    margin-top: 10px;
}


input.qsm-btn.qsm-submit-btn.qmn_btn {
    background-color: #ffc22b!important;
    border: solid 2px #ffc22b;
}

.mlw_qmn_message_before {
    border-bottom: 0px solid #f3f3f3!important;
}

.qmn_pagination {
	border-top: 0px solid #f3f3f3!important;
}

.quiz_section img {
    float: right;
    margin-left: 40px;
    margin-bottom: 100px;
    margin-top: 40px;
}


/* button voor download ebook*/
a.et_pb_button.o-download-button:after{
    content: "\e004";
    font-size: 1em;
    font-family: "ETmodules"!important;
    margin-left: .3em!important;
    line-height: inherit;
}

a.et_pb_button.o-download-button{
  border-width: 0px!important;
  border-radius: 7px;
  padding-right: 2em;
  padding-left: 0.7em;
  background-color: #047404!important;
  border: 3px solid #047404;
}

a.et_pb_button.o-download-button:hover {
  background-color: #CC9900!important;
  cursor: pointer;
}

