/* Google Maps map: */
#map {
    height: 570px;
}

.locations-list-container {
    background-color: #f7fafc;
    z-index: 30;
    top: 24rem;
    left: 4rem;
    border-radius: 0 0 6px 6px;
    bottom: 20px;
    max-height: 550px;
	overflow-y: auto;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-right: 1px solid #e6e6e6;
    z-index: 1;
}

/* Title */
.location-title {
    top: 5rem;
    left: 4rem;
    font-size: 2rem;
    z-index: 30;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1rem;
    /* color: #333; */

    background: linear-gradient(to right, #53549D, #474555, #ACA9BB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    border-bottom: 1px solid #ACA9BB;

    font-family: 'Roboto', sans-serif;
}

/* Search container */
.search-container {
    height:2.5rem;
    background-color: #8d8d96;
    z-index: 30;
    top: 15rem;
    left: 4rem;
    border-radius: 6px 6px 0 0;
}

::placeholder {
    color: rgba(255, 255, 255, 0.726);
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.search {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.search input {
    width: 100%;
    font-size: 1rem;
    border: none;
    background-color: transparent;
    color: white;

    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

}

.search input:focus {
    outline: none;
}

.search i {
    color: white;
    font-size: 1em;
}

/* Locations list */
.locations-list {
    height: 100%;
}

/* Location containers: */
.location-container {
    border-bottom: 1px solid #979797;
    display: flex;
}

.location-container:last-child {
    border-bottom: 0;
}

.location-info-container {
    flex-grow: 1;
    cursor: pointer;
	font-size: 0.8rem;
    width: 100%;
    padding: 10px;
    transition: ease-in-out 0.2s;
    -webkit-tap-highlight-color: transparent;

}

.location-info-container:hover {
    background-color: #a2abc236;
}

.location-info-container:focus,
.location-info-container:active {
    background-color: #6f6f8936;
}



.location-container-name .location-img {
    width: 25%;
	padding-right: 5px;
	float: left;
}

.location-container-name .location-img img {
    width: 100%;
	border-radius: 4px;
}

.location-container-name .location-name {
    width: 75%;
	float: left;
    font-weight: bold;
    color: rgba(0, 0, 0, .87);
}

.location-pernight {
	font-weight: bold;
    color: #00b498;
}

.location-phone-number {
    display: flex;
    align-items: center;
    color: #B5ADAD;
    margin-top: 1rem;
}

.location-number-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-address span {
    display: block;
}

.location-number {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6b6e6f;
    color: rgb(255, 255, 255);
    border-radius: 50%;

}

/* Location Info Window: */
.location-info-window {
    max-width: 350px;
    font-size: 0.8rem;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
}

.location-info-category {
    font-weight: normal;
}

.location-info-name {
    font-weight: bold;
    color: rgba(0, 0, 0, .87);
}

.location-info-status {
    margin-top: 6px;
    border-bottom: 1px solid #00000029;
    padding-bottom: 7px;
}

.location-info-address,
.location-info-phone {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.location-info-address .circle,
.location-info-phone .circle {
    width: 25px;
    height: 25px;
    background-color: white;
    color: #514C4C;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 8px;
}



/* Media queries: */

@media screen and (max-width: 640px) {

    .location-title {
        display: flex;
        top: auto;
        font-size: 1.4em;
        line-height: 1em;
        /* margin-bottom: 3em; */
        left: 2em;

        background: linear-gradient(to right, #8e8eaf, #656580);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #656580;
    }

    .location-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10vh;
        background-color: #fff;
    }

    #map {
        height: 550px;
    }

    /* Locations list */
    .locations-list-container {
        display: block;
        top: auto;
        left: 0;
        bottom: 0;
        height: 30vh;
        width: 100vw;
        max-width: 100vw;
        border-radius: 0px;
    }

    .location-number {
        visibility: hidden;
    }

    .search-container {
        display: block;
        height: 5vh;
        width: 100vw;
        max-width: 100vw;
        left: 0;
        top: 65vh;
        background-color: #6f6f89;
        border-radius: 0px;
    }

    /* .search {
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    } */

    .search input {
        width: 100%;
        text-align: left;
        font-size: 1.5rem;
    }

    /* Location Info Window: */
    .location-info-window {
        display: contents;
        min-width: 200px;
        font-size: 1.1em;
        padding: 8px;
        font-family: 'Open Sans', sans-serif;
    }

    .location-info-name {
        text-align: center;
        font-size: 1.9rem;
        font-weight: bold;
        color: rgba(0, 0, 0, .87);
    }

    .location-info-status {
        text-align: center;
        margin-top: 6px;
        border-bottom: 1px solid #00000029;
        padding-bottom: 7px;
    }

    .location-info-address,
    .location-info-phone {
        margin-top: 8px;
        display: flex;
        align-items: center;
    }

    .location-info-address .circle,
    .location-info-phone .circle {
        width: 30px;
        height: 30px;
        background-color: white;
        color: #514C4C;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-right: 8px;
    }
}

/* New Header: */

/* Header */

/* CORE STYLES */
:root {
    --primary-color: rgb(255, 255, 255);
    --overlay-color: rgba(24, 39, 51, 0.85);
    --menu-speed: 0.75s;
}



/* MENU STYLES */
.menu-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.menu-wrap .toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.menu-wrap .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1.5rem;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Hamburger Line */
.menu-wrap .hamburger>div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger>div::before,
.menu-wrap .hamburger>div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger>div::after {
    top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked+.hamburger>div {
    transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked+.hamburger>div:before,
.menu-wrap .toggler:checked+.hamburger>div:after {
    top: 0;
    transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover+.hamburger>div {
    transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked~.menu {
    visibility: visible;
}

.menu-wrap .toggler:checked~.menu>div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked~.menu>div>div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap .menu>div {
    background: var(--overlay-color);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
    z-index: 999;
}

.menu-wrap .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 999;
}

.menu-wrap .menu>div>div>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap .menu>div>div>h1,

.menu-wrap .menu>div>div>ul>li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
}

.menu-wrap .menu>div>div>ul>li>a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #6f6f89;
    padding: 1rem;
    border-radius: 10px;
    transition: all ease-in-out 0.4s;
}

.menu-wrap .menu>div>div>ul>li>a:hover {
    background: #6f6f895b;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all ease-in-out 0.4s;
}

@media screen and (max-width: 640px) {
    .menu-wrap .menu>div {
        height: 80vh;
        width: 180vw;
        padding-bottom: 10em;
    }

    .menu-wrap .menu>div>div>ul>li>a {
        display: flex;
    }
}
