/*
  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
--------------------------------------------------------------*/

.foot-panel {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top:20px;
    padding-bottom:20px;
}
.foot-panel p {
    font-size: 14px;
}
.foot-panel > .row {
    padding: 0 22px;
}
.foot-panel .row:nth-child(1) .columns:nth-child(1),
.foot-panel .row:nth-child(1) .columns:nth-child(2),
.foot-panel .row:nth-child(1) .columns:nth-child(3) {
}
.foot-panel .row:nth-child(1) .columns:nth-child(4) {
    text-align: right;
    padding-top:10px;
}

.foot-panel-bottom p {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
.foot-panel .page-social{
    display: inline-block;
    position: relative;
    top: 5px;
    bottom: 0;
    left: 0;
}
.foot-panel .row:nth-child(1) .columns:nth-child(4) a {
    white-space:nowrap;
}
.foot-panel-bottom .right {
    text-align: right;
}
.foot-panel .fa-rare {
    margin-top: 5px;
}
.foot-panel .fa-rare i {
    background-image: url(../image/icon/icon_rare.png);
    background-repeat: repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin: 0px;
    vertical-align: middle;
    opacity: 0.7;
    line-height: 100%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.foot-panel .fa-rare a:hover i {
    opacity: 1;
}
.foot-panel .fa-rare .icon-label {
    color: #a6a8ab;
    font-size: 11px;
    vertical-align: middle;
    line-height: 100%;
    padding: 0 0 0 10px;
}
.foot-panel .fa-rare a:hover .icon-label {
    color: #f0f0f0;
}
@media only screen and ( max-width: 1025px ){

    .foot-panel .row .columns {
        font-size: .8rem;
    }
}

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

    .contact .foot-panel {
        margin-bottom:47px;
    }
    .foot-panel .row:nth-child(1) .columns:nth-child(4) a {
        display:none;
    }
}

@media only screen and ( max-width: 930px ){
    .foot-panel .row:first-child .columns {
        font-size: .7rem;
    }
    .foot-panel .row:last-child .columns p {
        font-size: 13px;
    }
    .foot-panel .row:first-child .columns{
        width:33.33%;
    }
    .foot-panel .row:first-child .columns:nth-child(4){
        display:none;
    }
}

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

    .foot-panel .row:nth-child(1) .columns:nth-child(1),
    .foot-panel .row:nth-child(1) .columns:nth-child(2),
    .foot-panel .row:nth-child(1) .columns:nth-child(3) {
        width:100% !important;
        text-align: center;
    }
    .foot-panel .row:nth-child(2) .columns {
        width:100%;
        float: none;
    }
    .foot-panel .page-social {
        display: inherit !important;
        text-align: center;
    }
    .foot-panel-bottom p {
        display: block;
        width:100%;
        margin-left:0px !important;
        margin-bottom:0px;
        padding:10px 0 0;
        text-align: center;
    }
}
