.page-footer{
    background-color: whitesmoke;
    background-size: cover;
    background-position: center center;
    padding: 80px 20px;
    
}
.page-footer-wrapper{   
    width: 100%;
    margin: 0 auto;    
}
.page-footer-wrapper-row{
    flex: 1 0 350px;
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
    align-self: flex-start !important;
}

.block-footer-header{
    padding: 0 0 25px;
}
.block-footer-header h1{
    color: var(--pri-color1);
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.2rem;       
}
.page-footer-wrapper-row p{
    color: rgb(24, 24, 24);
    font-size: 0.9rem !important;
    font-family: var(--font7);
}
.page-footer-block-body{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#subscribe-form-footer{
    flex: 1 1 500px;
}
.page-footer-block-body a{
    color: rgb(43, 43, 43);
    font-weight: 400;
    align-items: baseline;
    gap: 5px;
    font-size: 1rem;
}
.page-footer-block-body a:hover{
    color: var(--pri-color3);
}

.line{
    width: 100%;
    border-bottom: 1px solid rgba(158, 158, 158, 0.527);
    margin: 40px 0;
}
.page-footer-block-body{
    width: 100%;
}

._group-div{
    display: flex;
    flex-wrap: wrap;
}
._subscribe-block{    
    flex: 1 1 800px;
}
.footer-subscribe-form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
}
.form-input-wrapper{
    flex: 1 1 900px;
    background-color: white;
}
.footer-subscribe-form button{
    border-radius: 0 !important;
    background-color: var(--color_theme5);
    max-width: 100%;
    flex: 1 1 150px;
    padding: 15px !important;
    text-transform: uppercase;
}

._instagram-feed-block{    
    flex: 1 1 250px;
}
.instagram-post-list{    
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
}
.instagram-feed{
    width: 100%;    
}
.instagram-feed img{
    width: 100%;
    height: 120px;
    object-position: top;
    object-fit: cover;
}

.page-footer-block img{
    width: 200px;
    padding: 10px 0;
}

.notice-board{
    background-color: var(--pri-color1);
    width: 100%;
    padding: 50px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    border-radius: 20px;
    p{
        color: white;
    }
}
.cell-1{
    flex: 1 1 200px;
    display: flex;
    align-items: flex-start;
}
.cell-2{
    flex: 1 1 800px;
}
.cell-2 p{
    
}
.notice-board img{
    width: 250px;
}

.ndis-image{  
    width: 140px;
}

/* Cookiews consent banner */
#cookie-consent{
    position: fixed;            
    bottom: 0;            
    left: 0;            
    right: 0;            
    background-color: rgba(17, 34, 59, 0.938);            
    color: #fff;            
    padding: 20px 60px;             
    display: none;    
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.767)  0 0 30px;
    animation: bounceInUp 5s linear;
}
#cookie-consent .cookie-message{
    flex: 1 1 250px;
}
#cookie-consent .cookie-message p{
    font-size: 0.9rem !important;
}
#cookie-consent button { 
    flex: 0 1 100px;           
    margin-left: 10px;            
    padding: 7px 10px;            
    background-color: #0a6eb1;  
    color: rgb(255, 255, 255);          
    border: none;            
    cursor: pointer;        
}

/* Ipads & tabs screen */
@media screen and (max-width:1300px){
    .form-input {
        flex: 1 1 500px !important;
    }
    #subscribe-form button{
        flex: 1 1 100px !important;
    }
}


@media screen and (max-width:950px){
    
}

@media screen and (max-width:750px){
    .page-footer-block-body a{
        font-size: 0.9rem;
    }
}

@media screen and (max-width:500px){

    .page-footer-wrapper{
        max-width: 90%;
        width: 100%;    
    }
    .instagram-feed img{
        height: 80px;
    }
    .cookie-message{
        text-align: center;
    }
}