#locationField, #controls {
    position: relative;
}


.label {
    text-align: right;
    font-weight: bold;
    width: 100px;
    color: #303030;
}

.field {
    width: 99%;
}

.slimField {
    width: 80px;
}

.wideField {
    width: 200px;
}

#locationField {

}

.pac-container {
    z-index: 2100;
}


a.nav-link {
    color: #212529;
}


.cover-header {
    height: 320px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.disabled {
    cursor: not-allowed;
}

.image-box {
    position: relative;
}

.image-box img {
    width: 100%;
}

.image-box .delete-image {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 25px;
}

div.photoset {
    padding: 2px;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.photoset .photo {
    position: relative;
    flex-grow: 1;
    min-width: calc(100% / 3);
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 700px) {
    div.photoset .photo {
        min-width: calc(100% / 2);
    }
}

@media screen and (max-width: 460px) {
    div.photoset .photo {
        min-width: 100%;
    }
}

div.photoset .photo:after {
    padding-top: 83.33333%;
    display: block;
    content: "";
}

div.photoset .photo:before {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    box-shadow: inset 0 0 0 2px #ffffff;
}

div.photoset .photo:nth-child(1) {
    width: 100%;
}

div.photoset.square .photo:after {
    padding-top: 100%;
}

div.photoset.portrait .photo:after {
    padding-top: 120%;
}

.custom-page img {
    max-width: 100%;
}

.custom-page .image {
    clear: both;
    text-align: center;
    margin: 1em 0;
}

.custom-page .image-style-side {
    width: 50%;
    float: right;
    margin-left: 10px;
}

.custom-page .image > figcaption {
    color: #333;
    background-color: #f7f7f7;
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}

.custom-page .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}


.ck-sticky-panel__content_sticky {
    margin-top: 62px !important;
    z-index: 10000 !important;
}

.ui-autocomplete {
    z-index: 9999;
}


.me-box {
    cursor:pointer;
}


.team-item {
    cursor:pointer;
}
.team-item:hover {
    background: rgba(199, 12, 12, 0.37)!important;
}




#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.03);
    color: #fff;
    transition: all 0.3s;
}

#m-sidebar.active {
    margin-left: -250px;
}

#m-sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#m-sidebar ul li a:hover {
    background: rgba(0,0,0,0.1);
}

#m-content {
    padding:20px;
    width: 100%;
}

#m-sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #0046d2;
}
#m-sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.m-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.gear-line {
    cursor:pointer;
}


.nav-link.disabled::after {
    content: ' Premium';
    font-size: x-small;
    color: #7d0202;
}

#uploadifive-addimage {
    position: relative;
}

.amenities-icon {
    color: #ca0d0d;
    font-size: 35px;
    padding: 10px;
}