﻿@media screen and (max-width: 975px) {
    .establishment-profile-menu-wrapper {
        position: absolute;
        top: 294px;
    }
    .menu-crumb-wrapper{
        position:absolute;
        top:262px;
        left:5px;
        width:400px;
        height:25px;
    }
    .admin-establishment-profile-image {
        position: absolute;
        height: 50%;
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .admin-establishment-profile-blurb {
        position: absolute;
        background-color: #ffffffcf;
        border-radius: 8px;
        top: 50%;
        left: 20%;
        right: 5px;
        height: 400px;
        width: 450px;
        overflow: auto;
    }
    .admin-menu-label {
        position: absolute;
        left: 5px;
        font-size:14px;
        bottom: 4px;
        height: 20px;
        width: 250px;
        font-size: 18px;
    }
    .admin-campaign-item{
        font-size:12px;
    }
    .admin-campaign-button {
        max-width: 30px;
        min-width: 30px;
        font-size: 12px;
        top: 20px;
        text-align: center;
        padding: 0;
    }
    .admin-campaign-button-location {
        right: 5px;
    }

    .admin-campaign-button-people {
        right: 40px;
    }
    .site-logo {
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1.0;
        top: 30px;
        left: 50%;
        width: 289px;
        height: 205px;
        transform: translate(-144px, -102px);
        background-image: url('images/logoSimplified2.png');
        animation-name: none;
        animation-fill-mode: unset;
    }
    .content-window-wrap {
        position: absolute;
        top: 60px;
        left: 5px;
        right:5px;
        bottom: 50px;
        background-size: contain;
        opacity: 1.0;
        background-image: url('images/Glass_Smoke.png');
        border: 2px solid #beb9b9;
        border-radius: 8px 8px 8px;
        transform: translate(0, 0);
        max-width: none;
        min-width: 0;
    }
    .establishment-profile-image {
        position: absolute;
        height: 150px;
        left: 0;
        top: 0;
        width:100%;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center;
    }

    .establishment-profile-blurb {
        position:absolute;
        top: 150px;
        left:1px;
        padding-top:5px;
        padding-left:5px;
        width: 99%;
        height: 110px;
        overflow: hidden;
        background-color: #ffffffcf;
        border-radius: 8px;
    }
    .establishment-profile-tabs {
        position:relative;
        top:175px;
    }
    .social-container {
        position:absolute;
        top:262px;
    }
    .menu-thumb-label {
        min-width: 93%;
        max-width: 93%;
    }
/*    .menu-thumb-image-lg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100px;
        width: 100px;
        background-repeat: no-repeat;
        background-size: contain;
    }*/
/*    .menu-article-head {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        font-size: 28px;
        left: 105px;
    }*/
    .menu-article-head {
        font-size: 22px;
    }
    .admin-allowed {
        visibility: hidden;
    }
    .tile-item {
        max-width: 75px;
        max-height: 75px;
        min-height: 75px;
        min-width: 75px;
    }
    .tile-item-preview-wrap {
        position: absolute;
        height: 550px;
        width:80%;
        top:25px;
        left:10%;
        border-radius: 8px;
    }
    th,
    td {
        padding: 8px;
        color: #fff;
        font-size:12px;
    }
}
@media screen and (max-width: 730px) {
    .admin-establishment-profile-image{
        height:40%;
    }
    .admin-establishment-profile-blurb {
        top:45%;
        width:99%;
        left: 0;
    }
    .admin-campaign-item {
        font-size: 10px;
    }
    .establishment-profile-tabs {
        position: relative;
        top: 205px;
    }
    .post-response{
/*        margin-left:15px;
        margin-right:15px;*/
    }
    .menu-crumb-wrapper {
        position: absolute;
        top: 262px;
        left: 5px;
        min-width: 400px;
        min-height: 30px;
        margin-bottom: 5px;
    }

    .establishment-profile-menu-wrapper {
        position: absolute;
        top: 294px;
    }
    .establishment-profile-tabs {
        position: relative;
        top: 1%;
    }
    .menu-thumb-label-head {
        top: 15px;
        font-size: 28px;
    }
    .label-50 {
        font-size: 30px;
        top: 19px;
    }
    .label-44 {
        font-size: 28px;
        top: 21px;
    }
    .label-32 {
        font-size: 26px;
        top: 22px;
    }
    .label-28 {
        font-size: 24px;
        top: 24px;
    }
    

@media screen and (max-width: 530px) {
    .menu-image {
        min-width: 100%;
        max-width: 100%;
        min-height: 170px;
        max-height: 170px;
        background-color:transparent;
    }
    /*Profile Section*/
    .admin-establishment-profile-image {
        height:250px;
    }
    .admin-establishment-profile-blurb {
        height: 250px;
    }
    .profile-container {
        width:95%;
        transform: none;
        left:10px;
    }
    .establishment-profile-tabs {
        position: relative;
        top: 1%;
    }
    .social-post {
        position: relative;
        text-align: center;
        border-bottom: 2px solid #c0c0c0;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        height: fit-content;
        padding: 10px;
    }
    .social-post-inner {
        margin-left: 5px;
        margin-right: 5px;
    }
    .social-post-head {
        max-width: 350px;
        min-width: 350px;
        min-height: 50px;
        max-height: 50px;
        transform: translate(-175px, 0);
    }
    .social-post-inner {
        max-width: 350px;
        min-width: 350px;
        min-height: 50px;
        transform: translate(-175px, 0);
    }
    .menu-thumb-detail-head{
        font-size:12px;
        text-align:center;
        padding:5px;
    }
    .menu-thumb-detail-message{
        font-size:12px;
        padding-top:5px;
        text-align:center;
    }
    .share-pop{
        top:25px;
        bottom:10px;
    }
}
