.majestic_location_main_title {
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font: 200 calc(var(--majestic_default_font_size) * var(--location_main_title)) 'Averta', sans-serif;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.majestic_location_bottom_shadow {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.17) 0%, rgba(0, 255, 0, 0) 30%);
    /* background-color: rgba(135, 206, 235, 0.2); */
    z-index: 1;
}

.majestic_location_general_text {
    font: 300 var(--majestic_default_font_size)/calc(var(--majestic_default_line_height) * 1.5) 'Averta', serif;
    padding: 0;
    position: relative;
    width: 70%;
    color: #666;
    margin: 0 auto 2vmax auto;
}

.majestic_location_divider {
    text-align: center;
    font: 300 calc(var(--majestic_default_font_size) * var(--section_divider)) 'Open Sans', serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 70%;
    color: #c69f44;
    /* color: var(--top_menu_color); */
}

.majestic_location_map_container {
    width: 80%;
    height: 60vh;
    position: relative;
    margin: 2vmax auto;
}

.majestic_location_map_container iframe {
    width: 100%;
    position: relative;
    height: 100%;
}


/*--------------TABLE---------------*/

.troodos_2021_location_distances {
    width: 80%;
    position: relative;
    margin: 2vmax auto 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.distancetr,
.distances_header_labels {
    flex: 0 1 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #999;
    transition: 0.2s all ease-in-out;
    padding: 0.5vmax 0;
}

.distances_header_labels {
    background-color: transparent;
    /* border-radius: 0px 0px 0 0;
    border: none!important; */
}

.distances_header_labels td {
    font: 600 calc(var(--majestic_default_font_size) * 1.1)/var(--majestic_default_line_height) 'Averta';
    color: #c69f44;
    /* border-right: 1px solid #999; */
    background-color: transparent;
    flex: 1 0 24%;
    position: relative;
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.distancetr td {
    flex: 1 0 24%;
    position: relative;
    font: 300 calc(var(--majestic_default_font_size) * var(--majestic_smaller_text))/var(--majestic_default_line_height) 'Effra';
    padding: 10px 0;
    text-align: center;
    /* border-right: 1px solid #999; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.distancetr:hover:not(.distances_header_labels) {
    background-color: rgb(156 127 11 / 40%);
    /* background-color: var(--top_menu_color); */
    transition: 0.2s all ease-in-out;
}

.distancetr:hover:not(.distances_header_labels) td {
    color: #fff;
    transition: 0.2s all ease-in-out;
}


/*--------------TABLE---------------*/

@media screen and (max-width: 1280px) {
    .majestic_location_general_text,
    .majestic_location_divider {
        width: 95%;
    }
    .troodos_2021_location_distances {
        width: 100%;
    }
}

@media screen and (orientation: portrait) and (max-width: 1280px) {
    .majestic_location_map_container {
        width: 100%;
        position: relative;
        height: 50vh;
    }
    .majestic_location_general_text {
        font: 300 var(--majestic_default_font_size)/calc(var(--majestic_default_line_height) * 1.0) 'Averta', serif;
    }
}

@media screen and (orientation: landscape) and (max-width: 1280px) {
    .majestic_location_map_container {
        width: 100%;
        position: relative;
        height: 90vh;
    }
    .majestic_location_general_text {
        font: 300 var(--majestic_default_font_size)/calc(var(--majestic_default_line_height) * 1.0) 'Averta', serif;
    }
}