div.breadcrumbs {
    display: none;
}

.header_image {

    max-height: 60vh;
    text-align:center;
}

.header_image img {
    width: 100%;
}

.ph-nav-left {

    z-index: 10;
}

.site-content {

    padding-top:2em;
}


.ls-fullscreen-wrapper {

	width: 100%;
	max-height: 100vh;
    /*max-width: 1600px;*/
    text-align: center;
    margin: auto;
	overflow: hidden;
}


@media (min-width: 991px)  {
  .ph-navbar-stylish   .header_stylish_filler_50 {
        position: absolute;
        height: 100%;
        background-color: var(--ph-primary-color);
        width: 35vw;
        right: 0px;
        z-index: 0;
        top: 0px;
    }
}

#design-3-container .elementor-section-stretched.elementor-section-full_width {

    left: 0px !important;
    /*right: +15px !important;*/
    /* Firefox */
    width:  -moz-calc(100% + 15px) !important;
    /* WebKit */
    width: -webkit-calc(100% + 15px) !important;
    /* Opera */
    width: -o-calc(100% + 15px) !important;
    /* Standard */
    width: calc(100% + 15px) !important;
}

/**
* --------------------------------------------
* Override Elementor Styles (with important it even overrides the on-flight styles in the elementor preview. But then no override with a specific color is possibile.)
* Better would be to set the elementor global styles...
* --------------------------------------------
*/


#wrapper-navbar .navbar {
    border-bottom: 0px;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    padding: 0;
}

/**
* Other css
*
*/

.ph-widget-title {
    font-family: var(--ph-main-font-family),sans-serif;
    font-size: 16px;
    font-size: 1.1rem;
    letter-spacing: .046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
    font-weight: 200;
    border-bottom: 2px solid #CCC;
    padding-bottom: 13px;
}
