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


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


/* 
 Theme Name:     Studio Projectie
 Author:         Studio Projectie
 Author URI:     https://www.projectie.com/
 Template:       Divi
 Version:        Versie 3
 Description:    Child Theme van Studio Projectie
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

h1, h2, h3, h4, h5, h6 {
    word-wrap: normal !important;
}

span.rating-desc {
    font-size: 12px;
}

/*Iconen opmaak op de homepage*/
.stevaro_icon img {
    width: 50% !important;
}

/*subpagina witte overlay*/
.subheader:after {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
blockquote {
    quotes: "“" "”" "‘" "’";
    margin: 0px 0 0px !important;
    border-left: 0px solid !important;
    padding-left: 45px !important;
    padding-top: 20px;
    font-style: italic;
    margin-bottom: 20px !important;
    padding-right: 30px;
}
blockquote:before {
    content: open-quote;
    font-size: 40pt;
    font-weight: 700;
    position: absolute;
    line-height: 100%;
    margin-left: -50px;
    margin-top: -15px;
    color: #4ea52c;
}
blockquote:after {
    content: close-quote;
    font-size: 40pt;
    font-weight: 700;
    position: absolute;
    line-height: 100%;
    margin-top: -15px;
    right: 0px;
    color: #4ea52c;
}
.et_pb_testimonial_author {
    text-align: left;
    padding-left: 42px;
}
.mainflexelement {
    padding: 5% !important;
}
.subkader .et_pb_column.et_pb_column_0 {
    background-color: #fff;
    padding: 30px;
}
.subkader .et_pb_column.et_pb_column_0 h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#menu-footer-menu .current-menu-item a {
    color: #ffffff !important;
    font-weight: 700;
}
.current-menu-item a {
    color: #2ea3f2 !important;
}

/*formulier opmaak*/
.formulier input[type=text], .formulier input[type=tel], .formulier input[type=number], .formulier input[type=email] {
    height: 40px;
    line-height: 40px;
}
.formulier  select {
    height: 40px !important;
    line-height: 40px !important;
}
.formulier .forms-collection {
    background-color: #f4f4f4;
}
.formulier .forms-collection td {
    padding: 30px 30px;
}
.formulier input[type=submit] {
    background-color: #f1a41b;
    color: white;
    border: none !important;
    text-transform: uppercase;
    padding-right: 50px;
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14pt;
}
.formulier  .nf-before-form-content {
    padding-bottom: 20px;
    padding-top: 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 */
.welcome-panel {
    overflow: hidden !important;
}

/* ----------- Footer divider --------------------------- */

/*.sectiondivider:after {
content: url(http://stevaro.sptest.nl/wp-content/uploads/bordertopstevaro2.svg);
display: block;
position: absolute;
top: -130px;
height: 77px;
width: 108%;
left: -31px;
z-index:99998;
} */



#et-main-area {
    overflow: hidden;
}

/* Gradient font */
.gradient {
    display: inline-block;
    background: linear-gradient(transparent, transparent), -webkit-linear-gradient(45deg, #2ea3f2 0, #4ea52c 100%);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-background-clip: text;
    background-clip: text;
    color: #4ea52c;
}

/*Scroll to top button styling*/
.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: 20px;
    -moz-border-radius-top-left: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottom-left: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    background: #438BD5;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-bottom: #f8a400 solid;
}
.et_pb_scroll_top.et-pb-icon:hover {
    transform: translateY(-5px);
    transition: .3s all;
}
.et_pb_scroll_top.et-pb-icon {
    transition: .3s all;
}
.o-border-radius, .o-border-radius img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.et_pb_gallery_image img, .et_pb_main_blurb_image img {
    border-radius: 5px !important;
}
.et_pb_image img {
    border-radius: 10px !important;
}

/* mailchimp opmaak */
#mc_subheader {
    color: white !important;
}
.mc_title {
    color: #FFFFFF;
}
.mc_signup_submit {
    margin-top: 0px;
    padding-top: 0px;
}
.mc_input {
    height: 35px;
    width: 100%;
}
.mc4wp-alert {
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    margin-top: 21px;
}
.mc4wp-alert.mc4wp-success {
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    margin-top: 21px;
    background-color: #cbe7cf;
}
#mc_signup_submit {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(248, 164, 0);
    border-bottom-color: rgb(248, 164, 0);
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(248, 164, 0);
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: rgb(248, 164, 0);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: rgb(248, 164, 0);
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 18px -6px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 18px !important;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 40px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-size-adjust: 100%;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.mc_signup_submit {
    text-align: left;
}

#nf-field-11-wrap .nf-field-element {
    float: left;
    width: 25px;
    margin-left: 15px;
    margin-top: 4px;
}
#nf-field-11 {
    width: 20px;
    height: 20px;
}

/*afspraak maken knop*/

/*default hiden als er geen media query voor is*/
.afspraak_maken {
    display: none;
}
.inspiratie_box {
    display: none;
}
.mctb-icon-inside-bar .mctb-close {
    top: 3px !important;
}
.groenblok a {
    color: #FFFFFF !important;
}
#footerbalk {
    font-size: 17px !important;
}
#footerbalk a {
    color: #FFFFFF !important;
}
#footerbalk a:hover {
    color: #FFFFFF !important;
    text-decoration: underline;
}
.et_pb_testimonial_meta {
    padding-left: 42px !important;
}

/*witruimte knop aan onderkant*/
.et_pb_button {
    margin-bottom: 0px !important;
}
@media (min-width:1180px) {
    .afspraak_maken_knop {
        display: block;
        position: fixed;
        top: 9%;
        right: 1.5%;
        z-index: 99999 !important;
    }
    .afspraak_maken_knop img {
        width: 200px;
    }

    /*popbox aan onderkant*/
    .inspiratie_box {
        position: fixed !important;
        bottom: 0px !important;
        right: 5% !important;
        display: block !important;
        background-color: #2ea3f2;
        width: 300px;
        padding: 20px;
        color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .inspiratie_box p {
        font-size: 14pt;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .inspiratie_box #mc_signup_submit {
        font-size: 12pt;
    }
    #box {
        height: auto;
        transition: height 300ms;
    }
    #box.is-active {
        height: 50px;
    }
    #box .vmc4wp-alert.mc4wp-success {
        background-color: #74ba77;
    }
}
@media (max-width:1180px) {
    .afspraak_maken_knop {
        display: block;
        position: fixed;
        top: 8%;
        left: initial;
        right: 1%;
        z-index: 99999 !important;
    }
    .afspraak_maken_knop img {
        width: 125px;
    }
}

/*end afspraak maken knop*/

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

/* Mobile devices */
@media (max-width:768px) {
    .mainflexelement {
        padding: 10% !important;
    }
    h1 {
        font-size: 1.3em !important;
    }
    h2 {
        font-size: 1.1em !important;
    }
    h3 {
        font-size: 18pt !important;
    }
    h4 {
        font-size: 16pt !important;
    }

    /*witte kaders*/
    .subkader .et_pb_column.et_pb_column_0 {
        padding: 5px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
    .subkader .et_pb_column.et_pb_column_0 h1 {
        text-align: center !important;
    }
    .subkader .et_pb_text_inner {
        text-align: center !important;
    }

    /*homepage beeld fix*/
    .o-fit-video .et_pb_text_0 {
        font-style: italic;
        font-size: 22px !important;
        max-width: 100% !important;
        padding-top: 3% !important;
        padding-right: 3% !important;
        padding-bottom: 3% !important;
        padding-left: 3% !important;
        border-radius: 20px;
    }
    .o-fit-video {
        padding-top: 40px !important;
        background-image: url(https://www.stevaro.nl/wp-content/uploads/fallbackmobiel.jpg) !important;
    }
    #nf-field-11-wrap .nf-field-label {
        width: 200px;
    }

    /* ... */
}
@media (max-width:480px) {
    #mailchimp-top-bar {
        display: none !important;
    }
    .afspraak_maken_knop {
        display: none !important;
    }
    .et_pb_testimonial * {
        font-size: 16px !important;
    }

    /*blockquote*/
    blockquote {
        padding-left: 20px !important;
    }
    .et_pb_testimonial_meta, .et_pb_testimonial_author {
        padding-left: 20px !important;
    }
    blockquote:before {
        margin-left: -40px !important;
    }
}

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

    /* ... */
}

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

    /* ... */
}

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

    /*flex box om en om blokken*/

    /*.mainflexbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }*/
    .mainflexelement {
        padding: 5% !important;
    }

    /* ... */
}

/* header CTA */

@media only screen and (max-width: 430px) {
.cta a {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	}
.cta p {
	text-align: center;
    width: 100%;
	}
.cta {
	margin-top: -10px;
	}
}

.cta {
    width: 100%;
    text-align: left;
    float: left;
    margin-top: -3px;
	margin-bottom:3px;
}

.cta p { 
	float:left;
	margin-top:5px;
}
.cta a {
    background: #f8a400;
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700 !important;
    transition: all 0.5s;
    margin-left: 10px;
    margin-right: 10px;
}
.cta a:hover {
    background: #308ad3;
    color: #fff !important;
}

#et-info {
    width: 33.3%;
    float: right;
    text-align: right;
	display:none;
}

#top-header .container {
    padding-top: 1.3em;
    font-weight: 600;
    padding-bottom: 0.75em;
}

.nieuwsbrief .nf-field-description {
    font-size: 14px;
}

#nf-field-11-wrap .nf-field-element {
    float: left;
    width: 25px;
    margin-left: 0px;
    margin-top: 4px;
}


#nf-field-11-wrap .nf-field-element {
order:1;
}

#nf-field-11-wrap .nf-field-label {
order: 2;
}

.nieuwsbrief .nf-field-description {
order:3;
}

label#nf-label-field-11 {
    margin-left: 10px;
}


/* fluent forms file upload button opmaak */
.fluentform .ff_upload_btn.ff-btn {
	padding:4px 15px 4px 15px!important;
    background: rgb(242 242 242 / 0%)!important;
    border-color: #308ad3!important;
    color: #308ad3!important;
    border-width: 2px!important;
    border-style: solid;
    border-radius: 20px;
	font-weight: 700;
	transition:all 300ms ease 0ms;
	font-size: 16px;
}

.fluentform .ff_upload_btn.ff-btn:focus, .fluentform .ff_upload_btn.ff-btn:hover{
	background: #308ad3!important;
	color: #fff!important;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
	color: #fff!important;
}

.nav li ul {
	width: 280px!important;
}
.et-menu li li a {
	width: 240px!important;
}

.grecaptcha-badge {
	display: none!important;
}