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

@media only screen and (max-width: 767px){

.dsm_card_carousel_0 .swiper-button-next{
	right: -15px!important;	
}
.dsm_card_carousel_0 .swiper-button-prev{
	left: -15px!important;
}
}

@media only screen and (max-width: 767px){
	h1{
		font-size: 26px!important;
	}
	h2,h3{
		font-size: 23px!important;
	}
}

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

li.o-cta-button a:hover {
	background-color: #fff;
	border: 4px solid #808181;
	color: #808181!important;
}

.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;
}

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


.o-footer-blog .et_pb_post {
	margin-bottom: 0px!important;
	padding-bottom: 0px;
}

.et_button_icon_visible .et_pb_button:after {
	margin-top:2px;
}

.et_pb_scroll_top.et-pb-icon {
    background: #df4a38;
}
@media only screen and ( min-width: 981px ) {
	.o-menu-size .et_pb_menu .et-menu > li, .et_pb_fullwidth_menu .et-menu > li{
    padding-left: 8px;
    padding-right: 8px;
    }

    .o-menu-size{
    width: 98%;
    }
}
    /***********Two Column Blog Module Grid***********/

    @media only screen and ( min-width: 981px ) {
        .o-blog-two-column .et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
			content: '2 .column.size-1of2' !important;
    }
    .et_pb_column_4_4 .column.size-1of2 {
        width:47.25% !important;
        margin-right:5.5%;
    }
    .et_pb_column_4_4 .o-blog-two-column.et_pb_blog_grid[data-columns]::before {
        content: "2 .column.size-1of2";
    }
    .o-blog-two-column.et_pb_blog_grid .column.size-1of2 {
        margin-right: 5.5%;
        padding-bottom: 30%;
        width: 47.25%!important;
    }
    .et_pb_blog_grid .column.size-1of2:last-child {
        margin-right: 0;
    }
}

