body {
    padding-top: 0 !important;
}

.header-live {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-z2 {
    margin: 5px;
}

* {box-sizing:border-box}

.live-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.live-item {
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-radius: 10px;
}

.live-video-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.live-img {
    width: 35%;
}

.live-item:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.client-label {
    max-width: max-content;
    word-wrap: break-word;
    text-align: center;
    margin-top: 5px;
}

.live-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

h1 {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.w-container {
    max-width: 1024px !important;
}

.label-live {
    font-size: large;
    margin-top: 10px;
    text-align: center;
}

.live-div label {
    font-size: x-large;
    color: red;
}

.live-player {
    width: 48vw;
    height: 27vw;
    max-width: 511px;
    max-height: 287px;
    margin-top: 10px;
}

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

    .live-item {
        width: 45%;
        margin: 2%;
    }
    
    .live-img {
        width: 50%;
    }

    .live-player {
        width: 90vw;
        height: 50vw;
        max-width: 660px;
        max-height: 371px;
        margin-top: 10px;
    }
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@font-face {
	font-family: daggersquare;
	src: url("../fonts/daggersquare.otf") format("opentype");
}

.google-button {
    width: 49%; 
    max-width: 150px;
}
.apple-button {
    width: 49%; 
    max-width: 150px;
}

.player {
    height: 80%;
    max-height: 300px; 
    float: right;
}

#map {
    width: 100%;
    height: 75vh;
}

.logo-container {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.likes {
    width: 75%;
    float: right;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
}

.icon {
    font-size: 2rem;
    color: #a5a7ad;
}

.partner {
    width: 75%;
    float: right;
}

.w-row {
    display: flex;
    align-items: center;
}

.clientModal {
    width: 100%;
    margin-top: 40px;
}

.client {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.section.press {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.footer-container {
    display: flex;
    justify-content: center;
    padding-top: 35px !important;
    padding-bottom: 20px !important;
}

.footer-z2 {
    width: 100%;
    
    max-width: 940px;
}

.left-footer {
    position: relative;
    width: 45%;
    float: left;
    text-align: left;
    margin-left: 10px;
}

.right-footer {
    position: relative;
    width: 45%;
    float: right;
    text-align: right;
    margin-right: 10px;
}

.footer-logo {
    width: 150px;
}

.footer-p {
    font-size: 1.5rem;
    text-transform: none;
}

.footer-p-price {
    font-size: 1rem;
    text-transform: none;
}

.footer-cr {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}

.p-cr {
    font-size: 0.65rem;
}

.z2-text {
    font-size: 1rem;
}

.animate:hover {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
} 

.white {
    color: #FFF;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@media (max-width: 601px) {
    .w-row {
        display: unset;
        align-items: unset;
    }
    .clientModal {
        width: 100%;
    }
    .google-button {
        float: left;
    }
    .apple-button {
        float: right;
    }
    .player {
        float:unset;
    }
    #map {
        width: 100%;
        height: 60vh;
    }
    .likes {
        width: 100%;
        float: unset;
        margin-top: 10px;
    }
    .partner {
        width: 100%;
        float: unset;
        margin-top: 10px;
    }
    
}