/* 
 Theme Name:     DesignScape
 Author:         Olivier
 Author URI:     https://www.olivierwoerlee.nl/
 Template:       Divi
 Version:        Versie 2.0
 Description:    Custom Wordpress theme website door Olivier
 */ 


 /* c01d70 */

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

 @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) {

}

/* 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) {

}




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

.sub-menu a {
  line-height: 1.2em !important;
}

.sub-menu {
	width: fit-content !important;
}

.menu-btn {
	background-color: var(--gcid-primary-color);
	color: var(--gcid-heading-color);
	font-family: var(--et_global_body_font);
	font-size: 16px;
	font-weight: 700;
	padding: 0 32px !important;
	margin-left: 16px !important;
	height: 70%;
	align-self: center;

	clip-path: polygon(
  		calc(100% - 0px) 0,
  		100% 12px,
  		100% calc(100% - 12px),
  		calc(100% - 16px) 100%,
  		16px 100%,
  		0 calc(100% - 0px),
  		0 12px,
		16px 0
		);
}

.menu-btn a {
	color: var(--gcid-heading-color) !important;
	margin: 0 !important;
	align-self: center;
	padding: 0 !important;
}

.et_mobile_menu .menu-btn {
	margin: 16px;
	text-align: center;
}


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

/* MOBILE MENU */


#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item-type-tabs.open>.quadmenu-dropdown-menu.quadmenu_btt {
max-width:1000px;
right:0px!important;
}

#quadmenu.quadmenu-custom_theme_1 .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-title {
	font-family: 'Inter Tight',Helvetica,Arial,Lucida,sans-serif!important;
	text-transform: none!important;
}

.quadmenu-title {
	font-weight: 900!important
}

#quadmenu .widget.widget_text p {
	line-height: 1.7em!important;
}

.et_pb_menu .et_mobile_menu {
	padding: 0px!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: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	color: #f7f7f7;
	background: #ee7103;
	font-size: 36px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
/* hoek eraf */
clip-path: polygon(
  calc(100% - 0px) 0,
  100% 0px,
  100% calc(100% - 0px),
  calc(100% - 0px) 100%,
  0px 100%,
  0 calc(100% - 0px),
  0 16px,
  16px 0
);

}

.dsm_card_image_animation_zoom_in:hover .dsm_card_image_background{
  -webkit-transform: scale(1.1)!important;
  transform: scale(1.1)!important;
}

.dsm_card_subtitle {
	padding-bottom: 8px;
}