body {
    margin-bottom: 0px !important;
}
#back-to-top {
    background-color: #277a54 !important;
}
.site-footer {
    background: linear-gradient(0deg, rgba(254, 163, 64, 0) 0.44%, rgba(12, 5, 70, 0.5) 100%), #277a54;
    /* box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.125); */
    margin-top: 2rem;
    background-color: #277a54 !important;
    overflow: hidden;
    border: 1px solid #f0f0f1;
}
.site-footer .footer-inner-container {
    /* max-width: 1016px; */
    max-width: 1020px;
    margin: auto;
    padding: 0px 20px;
}
.site-footer #footer-menu-sevenjackpots {
    display: flex;
    list-style: none;
    gap: 30px;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
}
.site-footer #footer-menu-sevenjackpots .sub-menu {
    opacity: 1;
    list-style: none;
    background-color: transparent;
    padding: 0px !important;
}
.site-footer #footer-menu-sevenjackpots .sub-menu li {
    padding: 10px 0px;
}
.site-footer #footer-menu-sevenjackpots > li > a {
    font-weight: bold;
        font-size: 18px;
}
.site-footer #footer-menu-sevenjackpots .sub-menu a {
    text-decoration: none;
    padding: 0px;
    font-weight: 200;
}
.site-footer .footer-middle {
    padding: 20px 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.site-footer .menu-footer-menu-container, 
.site-footer .menu-footer-menu-br-container {
    flex: 0 0 70%;
}
.site-footer .footer-middle-about {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.site-footer .footer-middle-about p {
    margin: 0px;
}
.site-footer .footer-middle-about p:last-child {
    font-style: italic;
    font-weight: 200;
    line-height: 1.3;
    margin-top: 10px;
}
.site-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px 0px;
}
.site-footer .footer-bottom p {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.site-footer .footer-bottom img {
    max-width: 278px;
}
.site-footer .footer-top {
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.site-footer .footer-top p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
        margin: 0px;
}
.site-footer .footer-top p:first-child img {
    height: 40px;
    width: 40px;
    object-fit: scale-down;
    border: 2px solid white;
    border-radius: 100%;
    transform: scale(1);
    transition: transform 0.15s ease-in-out;
}
.site-footer .footer-top p:first-child a:hover img {
    transform: scale(1.05);
}
.site-footer .footer-top p img {
    height: 30px;
    width: 30px;
    object-fit: scale-down;
}
.site-footer .footer-seen-on {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 2px solid #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 20px 0px 20px;
    text-shadow: none;
}
.site-footer .footer-seen-on p {
    margin: 0px;
}
.site-footer .footer-seen-on p:last-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* max-width: 1016px; */
    max-width: 1020px;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
}
.site-footer .footer-seen-on p:first-child {
    color: black;
    font-size: 16px;
    font-weight: 300;
    padding: 0px;
}

@media (max-width: 1199px) {
    .site-footer .footer-middle {
        flex-direction: column;
    }
    .site-footer .menu-footer-menu-container,
    .site-footer .menu-footer-menu-br-container,
    .site-footer .footer-middle-about {
        flex: 0 0 100%;
        width: 100%;
    }
    .site-footer .footer-seen-on p:last-child {
        justify-content: center;
        column-gap: 10%;
    }
}
