/* 
 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) {
.et_pb_image_0_tb_header {
    width: 20vw!important;
    margin-left: 10vw!important;
}
}

/* Responsive Styles Tablet And Below */
@media all and (min-width: 768px) and (max-width: 980px) {
.et_pb_image_0_tb_header {
    width: 10vw!important;
    margin-left: 10vw!important;
}
}

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

}

/* 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) {
	.et_pb_button {
		font-size: 16px;
	}
	.et_pb_button:after {
		font-size: 16px!important;
	}	
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1280px) {
	.et_pb_row.et_pb_row_1_tb_header.et_pb_row--with-menu{
		width: 95%;
	}
	.et_pb_image_0_tb_header{
		width: 8vw!important;
		margin-left: -2vw!important;
	}
	.et_pb_row.et_pb_row_0_tb_header.et_pb_equal_columns.et_pb_row_3-4_1-4{
		width: 95%;
	}
}

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

}

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

}




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

.nav li ul {
   width: calc( 150% + 90px);
}

.et-menu li li.menu-item-has-children > a:first-child:after {
    left: 60%!important;
    top: 4px!important;
}
.et-menu li li a {
    width: 100%!important;
	min-width:300px;
}

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

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

.nav li.et-reverse-direction-nav li ul {
	top:10%;
	right: auto;
    left: 50%;
    width: 100%;
}

/*---------- Custom Back To Top Button ----------*/
.et_pb_scroll_top.et-visible {
opacity: 1;
-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
-moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
-o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
transition: all 300ms ease 0ms;	
}
.et_pb_scroll_top.et-pb-icon {
right: 30px;
	
bottom: 30px;
border-radius: 15px;
background: #FFDE59;
padding: 10px;
}
.et_pb_scroll_top.et-pb-icon:hover {
background: #FFDE59;
color: #003b3e;
}
.et_pb_scroll_top:before {
content: "\21";
font-weight: 900;
}

/*** Bouncing Back To Top Button Animation ***/
span.et_pb_scroll_top.et-pb-icon.et-visible {
animation: vertical-bounce 2.2s ease-out infinite;
}
@keyframes vertical-bounce {
0% { transform:translateY(0%); }
12.5% { transform:translateY(-20%); }
25% { transform:translateY(0%); }
37.5% { transform:translateY(-20%); }
50% { transform:translateY(0%); }
}

.o-blurb-middle .et_pb_blurb_container{
  vertical-align:middle!important;
}

.o-blog-partner article{
  align-items:center;
}


.o-blog-border .post-content{
      border-bottom: 6px solid #ffde59;
}

.postid-237670 .et_pb_main_blurb_image {
	width: 75px!important;
}


.et-menu .menu-item-has-children > a:first-child:after {
	color: #02989e;
}

.edit-post-visual-editor__post-title-wrapper .editor-post-title__block .editor-post-title__input {
    color: black!important;
}