/* 
 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/fonts.css");

@media screen
and (min-width : 768px) 
and (max-width : 1024px) {
	.et_pb_row{
	width:90%;
}
}

.o-ctabutton span.quadmenu-text.hover.t_1000:after {
    content: '';
    font-family: "ETmodules" !important;
    margin-left: 10px;
    position: absolute;
    top: 17px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 25px;
    color: #ffffff;
}
	
.o-ctabutton span.quadmenu-text.hover.t_1000 {
	padding-right:25px;
}

#quadmenu img {
    border: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.textwidget.custom-html-widget h3 {
    text-align: center;
}
	


/* - - - - MEDIA STYLING - - - - */

/* Tablet landscape mode */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.et_pb_with_background.o-home-section {
		background-position: center !important;
		padding-top: 80px !important;
		padding-bottom: 80px!important;
    }
	
    .et_pb_gutters3 .et_pb_column_3_5, .et_pb_gutters3.et_pb_row .et_pb_column_3_5.o-home-column{
    	width: 55% !important;
    }
}

/* Mobile devices */
@media (max-width:768px) {



	
    /* ... */
}

/* Tablet and bigger */
@media (min-width:768px) {

    /* ... */
}


/*Smaller then desktop*/
@media (max-width:960px) {

.two-columns .et_pb_column {
width: 50%!important;
}
 
.three-columns .et_pb_column {
width: 33.33%!important;
}
 
.four-columns .et_pb_column {
width: 25%!important;
}

.two-columns .et_pb_blurb {
    width: 45%!important;
    float: left;
    margin-right: 5%;
}

.two-columns .et-pb-icon {
    font-size: 45px!important;
    line-height: 30px;
    margin-top: 15px;
}
	
#quadmenu.quadmenu-divi_primary_menu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
	border-radius:25px;
	    font-family: 'Blogger_Sans-Medium',sans-serif;
	}	
	#quadmenu.quadmenu-divi_primary_menu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:not(:last-child):not(:only-child) > a {
    border-style: solid;
    border-width: 0 0 0px 0!important;
}
	
	.mobile_nav.opened .et_mobile_menu {
    border-bottom-left-radius: 25px!important;
    border-bottom-right-radius: 25px!important;;
}
	
}
/* Desktop and bigger */
@media (min-width:960px) {
p.et_pb_newsletter_field.et_pb_contact_field_last.et_pb_contact_field_last_tablet.et_pb_contact_field_last_phone {
    flex-basis: 45%!important;
}

input#et_pb_signup_firstname {
    padding-left: 25px!important;
}

input#et_pb_signup_email {
    padding-left: 25px!important;
}

	
    /* ... */
}

/* Large screen and bigger */
@media (min-width:1220px) {

    /* ... */
}


/* Center footer tekst */

#footer-info {text-align:center; float:none;}


/* Center social media follow footer */

ul.ds-social-follow.et_pb_social_media_follow {
    text-align: center;
}
.ds-social-follow.et_pb_social_media_follow li {
    float: none;
    display: inline-block;
}

/* MOBILE ORDER */

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

/* Dashboard css */


/* opmaak zoek en category pagina's */

/*
* Create Mansonory styles for archive pages
*/
.search #left-area,
.archive #left-area
{
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.search #left-area .et_pb_post a img,
.archive #left-area .et_pb_post a img{
 float:left !important;
 max-width:300px !important;
 padding:10px;
}
.search #left-area ul,
.archive #left-area ul
{
 list-style-type: none !important;
}
.search .et_pb_post > a {
    margin: -20px -20px 10px;
    display: block;
}
 
.search #left-area .et_pb_post,
.archive #left-area .et_pb_post{
    overflow: hidden;
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    padding: 19px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;
    display: inline-block;
    margin-bottom: 10px;
}
 
.search #left-area .et_pb_post h2,
.archive #left-area .et_pb_post h2 {
    font-size: 18px;
}
 
.search #left-area .et_pb_post.format-link,
.search #left-area .et_pb_post.format-quote,
.search #left-area .et_pb_post.format-audio,
.archive #left-area .et_pb_post.format-link,
.archive #left-area .et_pb_post.format-quote,
.archive #left-area .et_pb_post.format-audio
{    padding: 0; }
 
.search .et_pb_post .et_pb_image_container,
.search .et_pb_post .et_main_video_container,
.search .et_pb_post .et_audio_content,
.search .et_pb_post .et_pb_slider,
.archive .et_pb_post .et_pb_image_container,
.archive .et_pb_post .et_main_video_container,
.archive .et_pb_post .et_audio_content,
.archive .et_pb_post .et_pb_slider{
    margin: -20px -20px 10px;
}


 
.search .et_pb_post .et_pb_slider .et_pb_slide,
.archive .et_pb_post .et_pb_slider .et_pb_slide{
    min-height: 180px;
}
 
.search .pagination,
.archive .pagination{
    padding: 20px 0;
}

.search #main-content .container:before,
.archive #main-content .container:before{
    background-color: #ff000000!important;
}

.wpuf-label {
font-family:'Montserrat';
font-size:14px;
}
.wp-list-table .shortcode.column-shortcode {
padding:0px;
}
.wpuf-submit input[type=submit] {
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    border: 0;
    text-shadow: none;
    background: #019ee1;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

/* 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;
}
}

/** App Style header and Drop Down Menu **/

@media (max-width: 980px) {
 .container.et_menu_container { 
 width: calc( 100% - 20px);
 }
}

.et_mobile_menu {
 margin-left: -30px;
 padding: 5%;
 width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
}


/*** [ Shaduw menu header verwijderen ] ***/

/* hide header shadow */
  #main-header{ 
   -webkit-box-shadow:none!important; 
   -moz-box-shadow:none !important; 
   box-shadow:none !important;}

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


/*Quadmenu wijzigingen*/

#quadmenu.quadmenu-divi_primary_menu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item-type-button > a > .quadmenu-item-content {
    border-radius: 25px!important;
    padding-left: 30px;
    padding-right: 30px;
	font-family: 'Blogger_Sans-Medium',sans-serif;
	font-weight: 400!important;
}

/* @media (max-width: 980px) {
.quadmenu-has-image-large {
max-width:160px;
}
} */

#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type.quadmenu-has-image-large>a>.quadmenu-item-content>img {
	max-height: 80px;
	min-height: 80px;
}

/*
#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content {
	text-align: center!important;
}
*/
ul.quadmenu-row span.quadmenu-item-content {
	text-align:center!important;
} 

/* PULSE ANIMATION */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale3d(0.95, 0.95, 0.95);
    }
    50% {
        -moz-transform: scale3d(1, 1, 1);
    }
    100% {
        -moz-transform: scale3d(0.95, 0.95, 0.95);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        -moz-transform: scale3d(0.95, 0.95, 0.95);
        -ms-transform: scale3d(0.95, 0.95, 0.95);
        -o-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        -moz-transform: scale3d(0.95, 0.95, 0.95);
        -ms-transform: scale3d(0.95, 0.95, 0.95);
        -o-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
}
.o-pulse-animation {
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

/* Icon inloggen menu */
.o-inloggen-icon .quadmenu-icon {
    padding-right: 0.2em!important;
	line-height: 23px!important;
}

@media (max-width: 560px) {
#logo {
    height: 33% !important;
  }
#logo_2 {
    height: 33% !important;
  }
}


/* secundair menu */
.o-secondair-menu-item:before {
    content: "";
    display: block;
    background: url("/wp-content/uploads/coolweb-favicon.png") no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 6px 0 0;
	background-size: 35px 30px;
}

.o-secondair-menu-item-phone {
	content: "";
    display: block;
    background: url("/wp-content/uploads/coolweb-phone-icon.png") no-repeat;
    width: 235px;
    height: 40px;
    float: left;
    margin: 0 6px 0 0;
	background-size: 35px 30px;
}

.o-secondair-menu-item-phone a {
	margin-right: 20px;
}

#et-secondary-menu {
    float: right!important;
	text-align: right;
	line-height: 1.4;
}	
#et-info, #et-secondary-menu > ul > li a {
    display: inline!important;
}

/* #et-info-email {
	display:none!important;
} */


/*STICKY BOTTOM LEFT*/
/*This places the button where we want it*/
#ds-sticky-button {
position: fixed;
left: 30px !important; /*Positions the button to the left of the page*/
bottom: 0; /*Sets the distance of the button from the bottom of page*/
width: 180px !important; /*Sets dimensions of the button*/
height: 70px !important; /*Sets dimensions of the button*/
z-index:99999; /*Keeps the button on top*/
}
/*Styles the link text to make it look like a button - You can edit all these values to match your design*/
#ds-sticky-button a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 15px 15px 0px 0px;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 16px;
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
	box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.2);
}
#ds-sticky-button a img {
	transform: translate(0px, 13px);
}
	
/*Styles the button on hover - You can edit all these values to match your design*/
/* #ds-sticky-button a:hover {
  background: #000000;
  text-decoration: none;
} */


/* Kostencalculator */

.o-kostencalculator button {
	box-shadow: none!important;
	border-radius: 20px!important;
	padding: 10px 20px!important;
}


/* Styling Search page */

.search #left-area .et_pb_post {
	border-radius: 25px;
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.2);
    border-color: #fff;
}

@media only screen and (min-width: 981px) {
	.et_pb_svg_logo #logo_2 {
		height: 70%;
	}
}

.et_pb_svg_logo #logo_2, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo_2 {
    height: 54%;
}
@media only screen and (min-width: 981px) {
	#logo_2 {
		max-height: 70%;
	}
	#logo {
	   margin-right: 14px;	
	}
}
#logo_2 {
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1375px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

ul, li{
	line-height: 1.7em;
}

.et_pb_toggle_title:before {
    color: #556bb2!important;
}

/*Inline Help Tip */

/* Tablet and bigger */


.o-help-tip {
    position: relative;
    top: 0px;
    right: 0px;
    text-align: center;
    background-color: #eee;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    cursor: default;
	margin-left: auto;
    margin-right: auto;
}

.o-help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.o-help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}


.o-help-tip p {
    display: none;
    text-align: left;
    background-color: #eee;
    padding: 10px!important;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    right: -6px;
    color: #333;
    font-size: 12px;
    text-align: center;
    bottom: 30px;
}

.o-help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #eee;
    right: 10px;
    bottom: -11px;
    transform: rotate(180deg);
}


.o-help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}


/*Fluent forms*/
.fluentform .ff-el-input--label label{
	font-family: 'Blogger_Sans-Medium',sans-serif;
	font-weight:500!important;
}