.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Menü CTA */
.menu-cta a{
    background-color: var( --e-global-color-accent );
    color:#fff !important;
    padding: 0px 20px !important;
    line-height: 3em !important;
    border-radius: 6px !important;
    margin-left: 10px !important;
    transition-duration: 0.3s !important;
}

.menu-cta a:hover{
    background-color: var( --e-global-color-secondary) !important;
}

@media only screen and (max-width:1024px){
.menu-cta a{
    margin-left: 0px !important;
    border-radius: 0px !important;
}
}/* End custom CSS */