.main-footer{
	display: flex;
    flex-direction: column;
    position: relative;
}
.footer-external-bottom{
    background-color: #003768;
}
.footer-external-wrap{
    background-size: cover;
    background-position: center center;
    background-image: url('/wp-content/uploads/2023/07/st-james-hotel-est-1875.jpg');
    background-color: #000;
    backdrop-filter: opacity(0.6);
    padding: 80px 80px 40px 80px;
}
.footer-inner-wrap{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 65px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.footer-inner-bottom{
    position: relative;
    z-index: 1;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: auto;
    justify-content: center;
}
.footer-inner-right > a{
    width: 145px;
    margin-bottom: -20px;
}
.footer-inner-bottom img{
    max-height: 145px;
}
.footer-social-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-social-wrapper img{
    width: 65px;
}
.footer-logo-holder{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    text-align: center;
}
.footer-logo-holder img{
    width: 165px;
    margin: auto;
}
.footer-inner-left p{
    color: #fff;
    font-size: 24px;
}
.footer-logo-holder .footerlogo-class{
    width: 320px;
}
.footer-external-bottom{
    color: #fff;
    padding: 20px;
    text-align: center;
}
.footer-external-bottom{
    font-size: 18px;
    color: #fff;
}
.footer-external-bottom p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-atlas-link{
    margin-left: 5px;
}
.footer-overlay{
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6); 
    z-index: 0; 
    cursor: pointer; 
}
.footer-useful-links h4{
    color: #fff;
    margin: 0px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}
.footer-useful-links p{
    display: flex;
    flex-direction: column;
}
.footer-inner-left{
    text-align: center;
    margin: auto;
}
.footer-inner-right{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer-inner-center{
    margin: auto;
}
.weatherwidget-io{
	height:220px!important;
}
.weatherwidget-io-frame{
	height:220px!important;
}

@media screen and (max-width:1366px) {
    .footer-external-wrap{
        padding: 80px 40px;
    }
    .footer-inner-bottom img {
        max-height: 60px;
    }
}

@media screen and (max-width:1024px) {
    .footer-external-wrap{
        padding: 80px 20px;
    }
}

@media screen and (max-width:880px) {
    .footer-external-wrap{
        padding: 40px 20px;
    }
    .footer-inner-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 20px;
    }
    .footer-inner-right{
        margin: auto;
    }
}