/* 
 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('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');



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

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

    /* ... */
}

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

    /* ... */
}

/* Desktop and bigger */
@media (min-width:960px) {

    /* ... */
}

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

    /* ... */
}
@media (max-width:980px) {
	.et_pb_svg_logo #logo {
    height: 90px!important;
    width: 200px!important;
}
	/* Switch menu | Fixed with IE and Firefox Backwards compatibility!!!!! TEST CROSS BROWSER!!! :@ */
.et_pb_menu__logo a img {
	display:none!important;
}

.et_pb_menu__logo a:before {
	content: url(/wp-content/uploads/dissco-logo-web-white.svg);
	height: 50px !important;
	width: 120px !important;
	position: absolute;
	display: block;
	top: 0px;
	-webkit-transition: all 0.33s linear;
	transition: all 0.33s linear;
}

.et_pb_sticky.et_pb_sticky--top .et_pb_menu__logo a img {
	display:none!important;
}
.et_pb_sticky.et_pb_sticky--top .et_pb_menu__logo a:before {
	content: url(/wp-content/uploads/dissco-logo-web.svg);
	height: 50px !important;
	width: 110px !important;
	position: absolute;
	display: block;
	top: -8px;
	-webkit-transition: all 0.33s linear;
	transition: all 0.33s linear;
}

}

@media only screen and (min-width: 981px) {
.et_pb_svg_logo #logo {
    height: 90px!important;
    width: 200px!important;
}
	/* Switch menu | Fixed with IE and Firefox Backwards compatibility!!!!! TEST CROSS BROWSER!!! :@ */
.et_pb_menu__logo a img {
	display:none!important;
}

	
	
.et_pb_menu__logo a:before {
	content: url(/wp-content/uploads/dissco-logo-web-white.svg);
	height: 72px !important;
	width: 178px !important;
	position: absolute;
	display: block;
	top: 10px;
	-webkit-transition: all 0.33s linear;
	transition: all 0.33s linear;
}

.et_pb_sticky.et_pb_sticky--top .et_pb_menu__logo a img {
	display:none!important;
}
.et_pb_sticky.et_pb_sticky--top .et_pb_menu__logo a:before {
	content: url(/wp-content/uploads/dissco-logo-web.svg);
	height: 51px !important;
	width: 115px !important;
	position: absolute;
	display: block;
	top: 9px;
	-webkit-transition: all 0.33s linear;
	transition: all 0.33s linear;
}

/* Cta button menu */
li.o-cta-button a {
    background-color: #e9b820;
    border-radius: 50px;
    padding: 10px 15px!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

li.o-cta-button a:hover {
	background-color: #8cc2e3;
}

li.o-cta-button a:before {
    content: 'Current Project';
    font-size: 15px;
    position: absolute;
    padding-bottom: 75px;
    padding-left: 20px;
}

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

.nav li li {
	padding: 0px;
}

.et-menu li li.menu-item-has-children > a:first-child:after{
	top: 7px;
}
	
	.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li a{
		margin-left:0px!important;
	}
}

@media (max-width: 1270px) {
.et_pb_svg_logo #logo {
    height: 40%!important;
}
}


/* Fonts */

@font-face {
	font-family: 'comspotbasic-bold';
    src: url('/wp-content/fonts/ComspotBasic-Bold.otf');
}

@font-face {
	font-family: 'comspotbasic-regular';
    src: url('/wp-content/fonts/ComspotBasic-Regular.otf');
}

@font-face {
	font-family: 'comspotbasic-extralight';
    src: url('/wp-content/fonts/ComspotBasic-ExtraLight.otf');
}

@font-face {
	font-family: 'comspotbasic-ultra';
    src: url('/wp-content/fonts/ComspotBasic-Ultra.otf');
}

h1,h2,h3,h4,h5,a.et_pb_button {
  font-family: "comspotbasic-bold",sans-serif;
  }

a.et_pb_button {
line-height: 31px!important;
    padding-left: 22px!important;
}

p,body {
    font-family: 'Noto Sans' ,sans-serif;
}

#top-menu-nav a span {
    font-family: 'comspotbasic-extralight',sans-serif;
}



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


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

/* 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 */
#main-header{
	background-color: rgba(255,255,255,0);
}

@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;
	background-color: #fff;
}
.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% - 60px);
 }
}

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

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


/* number counters */
.o-number-counter .percent-value {
	font-family: 'comspotbasic-ultra';
	font-weight: 900;
}
@media (max-width: 1670px) {
	.o-number-counter .percent-value {
		font-size: 45px;
	}	
}
@media (max-width: 1050px) {
	.o-number-counter .percent-value {
		font-size: 30px;
	} 
}


/* video header size */
.o-fit-video .et_pb_section_video_bg video {
   height: 100%!important;
   object-fit: cover!important;
   -webkit-object-fit: cover!important;
}
.mejs-background, .mejs-mediaelement {
   left: 0;
   position: relative!important;
   top: 0;
}

/* news items */
.o-news-item .post-content p {
	font-size: 17px!important;
	line-height: 1.5em;
}

.o-news-item .post-content a {
	font-size: 17px!important;
	line-height: 3em;
}

.o-news-item .post-meta span {
	font-size: 16px!important;
}

/* news items DiSSCo prepare NEW */
.o-news-item2 .post-content p {
	font-size: 15px!important;
	line-height: 1.5em;
}

.o-news-item2 .post-content a {
	font-size: 15px!important;
	line-height: 3em;
}

.o-news-item2 .post-meta span {
	font-size: 15px!important;
}

/***********Three Column Blog Module Grid***********/

@media only screen and ( min-width: 981px ) {
.et_pb_column_4_4 .o-news-item2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before { content: '3 .column.size-1of3' !important;
}
.o-news-item2 .et_pb_column_4_4 .column.size-1of3 {
width:29.667% !important;
margin-right:2%!important;
}
.et_pb_column_4_4 .o-news-item2.et_pb_blog_grid[data-columns]::before {
content: "3 .column.size-1of3";
}
}

/* Switch menu | Fixed with IE and Firefox Backwards compatibility!!!!! TEST CROSS BROWSER!!! :@ */
.logo_container a img {
	display:none!important;
}
.logo_container a:before {
	content: url(/wp-content/uploads/dissco-logo-web-white.svg);
	height: 72px !important;
	width: 178px !important;
	position: absolute;
	display: block;
	top: 10px;
	-webkit-transition: all 0.33s linear;
	transition: all 0.33s linear;
}

.et-fixed-header .logo_container a img {
	display:none!important;
}
.et-fixed-header .logo_container a:before {
	content: url(/wp-content/uploads/dissco-logo-web.svg);
	height: 51px !important;
	width: 115px !important;
	position: absolute;
	display: block;
	top: 9px;
	-webkit-transition: all 0.33s linear;
	transition: all 0.33s linear;
}

@media (max-width:980px) {
.logo_container a img {
	display:none!important;
}
.logo_container a:before {
		content: url(/wp-content/uploads/dissco-logo-web.svg);
		height: 51px !important;
		width: 115px !important;
		position: absolute;
		display: block;
		top: 14px;
		-webkit-transition: all 0.33s linear;
		transition: all 0.33s linear;
}
.et-fixed-header .logo_container a img {
	display:none!important;
}
.et-fixed-header .logo_container a:before {
	content: url(/wp-content/uploads/dissco-logo-web.svg);
	height: 51px !important;
	width: 115px !important;
	position: absolute;
	display: block;
	top: 14px;
	-webkit-transition: all 0.33s linear;
	transition: all 0.33s linear;
}	

}

.et-fixed-header #quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
	color: #151515!important;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type.quadmenu-has-image-large>a>.quadmenu-item-content>img {
    margin: 2px 10px 0px 0px!important;
    float: left!important;
    width: 25px!important;
    height: auto!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: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
	padding-left: 10px;
    color: #fff;
    background: #e9b820;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width:980px) {
	span.quadmenu-text {
	color: #151515;
	}
}

.et_mobile_menu {
    border-color: #e9b820!important;
}

li.hide-menu-item {
	display: none!important;
}


/* STYLING IFRAMES */
.o-iframe-dashboard {
	width:100%;
	height:680px;
}

@media (max-width: 980px) {
	.o-iframe-dashboard {
	height:400px;
}
}


/* sliders */
.et_pb_slider .et-pb-arrow-prev {
	left: -15px!important;
}

.et_pb_slider .et-pb-arrow-next {
	right: -15px!important;
}

/*Fixed header height*/
#et-main-area > .et_pb_section_1,#main-content > .et_pb_section_1 {
	padding-top:118px!important;
} 
@media (max-width: 980px) {
	#et-main-area > .et_pb_section_1, #main-content > .et_pb_section_1 {
		padding-top:80px!important;
	} 
}
/*FIX news on 3 lines */
.et_pb_blog_grid_wrapper .et_pb_post .entry-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 87px;
}
/*FIX slider controls */
.et-pb-controllers a {
    background-color: rgb(134, 134, 134);
}
/* Fix blow image size */
@media all and (min-width: 981px) {
	.category-news .et_post_meta_wrapper img {
		max-width:50%;
		vertical-align:top;
		float: none;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 30px;
	}
}
@media all and (min-width: 981px) {
	.et_post_meta_wrapper img {
		float:none;
		max-width:50%;
		vertical-align:top;
	}
}

@media (max-width: 767px) {
	.et-pb-controllers {
		position: absolute;
		z-index: 10;
		bottom: 0%;
		left: 0;
		width: 100%;
		height: 14px;
		text-align: center;
	}
}

.foo_table_36070 {
	font-family:"Open Sans", sans-serif;
	font-size: 16px!important;
}

#footer-bottom{
	display:none;
}
/* menu */
.nav li ul{
	width: 200px;
}

.nav li li ul{
	left: 200px;
}

.nav li.et-reverse-direction-nav li ul{
	right: 200px;
}

.et_pb_widget_area_left {
	border-right: 0px solid rgba(0, 0, 0, 0.1)!important;
}