.avada-page-titlebar-wrapper {
    display: block;
}

.fusion-page-title-bar {
    clear: both;
    padding: 0 10px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #f6f6f6;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-image: url(/wp-content/themes/selfdesign/assets/images/shutterstock-457874230.jpg);
    border-color: #d2d3d4;
    background-size: cover;
    margin-bottom: 60px!important;
}

.fusion-page-title-bar {
    height: 30vh !important;
}

.fusion-page-title-bar h1.entry-title {
    font-size: 24px !important;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 1024px) {
    .fusion-page-title-bar h1.entry-title {
        font-size: 36px !important;
    }
    .fusion-page-title-secondary .searchform {
        max-width: unset!important;
    }
    .fusion-search-form-content {
        width: 400px!important;
    }
}

.fusion-page-title-row {
    position: relative;
    top: 20%;
}