.site-footer {
    margin-bottom: 9rem;
}

.main-navigation.footer-navigation ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-sm {
    margin-bottom: 0;
    margin-top: 1rem;
}

.main-navigation.footer-navigation .menu-heading {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #4CBDCD;
    font-weight: 600;
	font-family: Archivo, sans-serif;
}

.social-media-links, .footer-form { 
	display: flex;
  	flex-direction: row;
  	justify-content: center;
}

.social-media-links {
    margin-bottom: 2.5rem;
    order: 1;
}

.social-media-links a {
    margin: 0 16px;
}

.ap-store-container, .gg-store-container {
    margin-bottom: 1.5rem;
    margin-right: 1rem;
}

.ap-store-container img, .gg-store-container img {
    max-width: 120px;
}

.site-footer li a {
    font-size: 0.875rem;
	padding-left: 0;
}

.footer-sm-inner {
    display: flex;
    flex-direction: column;
}

.footer-column-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-column-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-column-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gg-store-container {
    height: 42px;
}

.store-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
}

@media (min-width: 768px) {
	.store-icons {
		margin-top: 30px;
	}
}

.bottom-banner {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 200;
    bottom: 0;
    background-color: #fff;
    padding: 25px 0 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

p.bottom-banner-p {
    color: #0E5A65;
    font-family: Ubuntu;
    font-weight: bold;
}

a#bottom-button {
    color: #fff;
    cursor: pointer;
}
a#bottom-button:hover {
    background-color: #093e46;
}
.bottom-banner-wrapper {
    justify-content: space-between;
}

.bottom-banner-close {
    max-height: 25px;
    cursor: pointer;
}
.bottom-banner-wrapper {
    position: relative;
}
.bottom-banner-wrapper::before {
    position: absolute;
    content:'';
    width: 45px;
    height: 45px;
    top: 0;
    left: -80px;
    background-image: url(/wp-content/uploads/2020/04/exclamation.svg);
    background-size: contain;
    background-repeat: no-repeat;

}
a#aBottomBanner {
    display: none;
}

@media screen and (max-width:1372px){
    .bottom-banner-wrapper::before {
        left: -40px;
    }
}
@media screen and (max-width:1266px){
    .bottom-banner-wrapper::before {
        display: none;
    }
    a#bottom-button {
        display: none;
    }
    .bottom-banner-wrapper {
        justify-content: center;
    }
    .bottom-banner-close {
        margin-left: 25px;
    }
    a#aBottomBanner {
        display: inline;
       color: #4cbdcd;
       cursor: pointer;
    }
}

@media screen and (max-width:1199px){
    .bottom-banner-p{
        font-size: 14px;
    }  
}
@media screen and (max-width:1266px){
    .site-footer {
        margin-bottom: 8rem;
    }
}

@media screen and (max-width:991px){
    .site-footer {
        margin-bottom: 9rem;
    }
}
@media screen and (max-width:475px){
    .site-footer {
        margin-bottom: 10rem;
    }
}

/* @media screen and (max-width:991px){
    footer {
        margin-bottom: 8rem;
    }
} */

@media(min-width: 768px) {


    .main-navigation.footer-navigation ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .main-navigation.footer-navigation .menu-heading {
        text-align: left;
    }

    .footer-sm-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .social-media-links { 
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .store-icons {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        order: 0;
    }

    .social-media-links a {
        margin: 0 0 0 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
    .ap-store-container {
        margin-right: 0.75rem;
    }

    .gg-store-container {
        margin-left: 0.75rem;
    }

}