/*
Theme Name: Mazars
Theme URI: https://github.com/elementor/hello-theme/
Description: Ubeeo
Author: Ubeeo
Author URI: https://ubeeo.nl
Template: hello-elementor
Version: 0.1
*/

/* iframe/video speler */
.elementor-element div.iframeparent {
    position: relative;
    margin-bottom: 40px;
}

.elementor-element iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
}


/* Apply styling met Elementor kleuren */
:root {
    --ubMainContainerPadding: 10px 10px;
    --ubFormPadding: 0px;

    --ubFontFamily: halyard-text, sans-serif;


    --ubTitleFontSize: 55px;
    --ubTitleFontWeight: light;


    --ubInputBorderTop: 0px;
    --ubInputBorderLeft: 0px;
    --ubInputBorderRight: 0px;
    --ubInputBorderRadius: 0;

    --ubButtonBackground: #0072ce;
    --ubButtonBackgroundHover: #171c8f;
    --ubButtonBorderRadius: 0;
    --ubButtonFontWeight: bold;
    --ubButtonPadding: 12px 20px;
    --ubInputColor: var(--ubTextColor);

}

#ub-event-form h2.ub-form-title,
#ub-apply-form h2.ub-form-title {
    font-size: 24px;
}

.ub-style h3.ub-section-title,
.ub-style h3.ub-dashboard-block-title,
.ub-style .ub-overview-section h3.ub-overview-section-header {
    font-size: 24px;
}

/* specifieke button styling */
button.ub-button {
    background-color: var(--ubButtonBackground);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    color: #FFF;
    min-width: 250px;
    border: 0;
}


button.ub-button:hover,
button.ub-anchor-button.ub-as-link:hover {
    border: 0;
    background-color: var(--ubButtonBackgroundHover);
}

button.ub-anchor-button.ub-inline {
    border:0px;
}

.ub-form-content-title {
    font-size: 55px;
    font-weight: 300;
    line-height: 1.1em;
}



#breadcrumbs span {
    word-spacing: 0px;
}

/* extra top padding om custom breadcrumbs en yoast breadcrumnbs gelijk te krijgen */
.elementor-widget-breadcrumbs {
  padding-top: 1px;
}

