/*
  Theme Name: Eastridge Entertainment Precinct
  Author: Stephen Arias, Lucas Jordan
  Description: Styles for Eastridge Entertainment Precinct for KFT
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/

/*--------------------------------------------------------------
Default Structure
--------------------------------------------------------------*/

.contact .page-inner {
    padding-bottom: 18vh;
}
.contact .foot-panel {
    height: 18vh;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: calc(100vh - 18vh - 95px);
}

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

    .contact .page-inner {
        padding-bottom:0px;
        background: none;
    }
    .contact .foot-panel {
        position: relative;
        height: auto;
        margin-top: 30px;
    }
    .contact .page-title {
        text-align: center;
        font-size: 1.8rem;
    }
    .contact .title-hr {
        margin:15px auto;
    }

}

@media only screen and ( max-width: 767px ){
    .contact {
        padding-bottom: 0vh;
    }

    .contact .page-inner {
        padding:94px 0 0 0;
    }
    .contact .foot-panel {
        height:auto;
    }

}
