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

.fluentform .text-danger {
	color: #fff!important;
}

body{
	font-weight: 300;
}

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


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

.dsm_card_carousel_0 .dsm_card_wrapper{
	padding-left: 60px;
	padding-right: 60px;
}


#menu-standaard-menu a:focus::before,#menu-standaard-menu a:hover::before{
    opacity: 1!important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

#menu-standaard-menu  a:before {
  position: absolute;
  border-radius:1px;
  bottom: 17px; /*you may want to adjust this*/
  left: 0;
  width: 100%;
  height: 2px; /*you may want to adjust this*/
  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);
  
}

#menu-standaard-menu .o-menu-catering a:before{
	background: #df5e4d;
}

li.o-menu-catering a:hover{
	color: #df5e4d!important;
}

#menu-standaard-menu .o-menu-drank a:before{
	background: #9b59b6;
}

li.o-menu-drank a:hover{
	color: #9b59b6!important;
}

#menu-standaard-menu .o-menu-party a:before{
	background: #3498db;
}

li.o-menu-party a:hover{
	color: #3498db!important;
}

#menu-standaard-menu .o-menu-tent a:before{
	background: #16a085;
}

li.o-menu-tent a:hover{
	color: #16a085!important;
}

#menu-standaard-menu .o-menu-locatie a:before{
	background: #34495e;
}

li.o-menu-locatie a:hover{
	color: #34495e!important;
}

#menu-standaard-menu .o-menu-contact a:before{
	background: #f4782e;
}

li.o-menu-contact a:hover{
	color: #f4782e!important;
}

.et-menu a:hover {
	opacity: 1!important;
}

.et-menu a{
	color:#333;
}

#menu-standaard-menu ul.sub-menu li .o-menu-catering a:hover::before,
#menu-standaard-menu ul.sub-menu li .o-menu-drank a:hover::before{
    opacity:0!important;
}


    /* [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: 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: #fff;
        background: #333333;
        font-size: 50px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

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

.semantic_ui .ui.table{
	background: rgb(255 255 255 / 0%)!important;
}
.semantic_ui .ui.table thead th{
	background: rgb(255 255 255 / 0%)!important;
}

.footable-last-visible{
width: 20%!important;	
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
}

.o-review-box-catering li.rating-5.no-avatar, .o-review-box li.rating-5.no-avatar {
  background-color: #ffffff;
  padding: 30px;
}

.o-review-box-catering p.vicinity{
	display:none;
}

.o-catering-sidemenu ul{
  margin-left:-10px;
}

.o-button-formulier{
	box-shadow: 0px 2px 18px 0px rgb(51 51 51 / 30%);
	margin-top: 30px;
    border-radius: 0px!important;
    font-size: 18px;
    padding-top: .3em;
    padding-bottom: .3em;
    font-weight: 500;
}
.o-button-formulier:hover{
	opacity:1!important;
}

.fluentform .ff-el-form-control{
	border-radius: 0px!important;
}

.o-fluent-form .fluentform .text-danger{
	color: #ffffff!important;
    line-height: 1.4em;
    font-size: 13px!important;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
	color:#ffffff!important;
}

.o-fluent-form .fluentform .ff_upload_btn.ff-btn{
	background: #e5e5e5;
	color:#333333;
}

.fluentform .ff-el-form-control {
	border: 2px solid #ffffff!important;
}


.fluentform .ff-el-is-error .ff-el-form-control {
    border-color: #f56c6c!important;
}

.et_pb_bg_layout_dark .iti__country-name{
	color: #000;
}