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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Default Structure
# Form

*/

/*--------------------------------------------------------------
Default Structure
--------------------------------------------------------------*/
.about .page-content.absolute-center {
    width:100%;
}

/* Site - Carne Grill */

#carne-grill .about .text-group {
    float:right;
    width: 500px;
    height: auto;
    text-align: center;
    margin-right:5%;
}

#carne-grill .about .title {
    width: 100%;
    height: 230px;
}

#carne-grill .about .title > div {
    background-image: url(../image/svg/cg_about_text01a.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:100%;
    height:100%;
}
#carne-grill .about .text01 {
    text-align: center;
    width:100%;
    margin: 0 auto;
    font-size: 15px;
}

#carne-grill .about .text-group .icons {
    font-size: 140px;
    margin-top:-20px;
}

/* Site - Precinct Bar */

#precinct-bar .about .text-group {
    float:right;
    width: 545px;
    height:auto;
    text-align: center;
    margin-right: 5%;
}

#precinct-bar .about .title {
    width: 100%;
}

#precinct-bar .about .title > div {
    font-family: CheapPine-Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 96px;
    line-height: 94%;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.02em;
}
#precinct-bar .about .text01 {
    text-align: center;
    width:78%;
    margin: 0 auto;
    font-size: 15px;
    padding-top:20px;
}

#precinct-bar .about .icon-svg {
    width:40%;
    margin: 30px auto;
}

#precinct-bar .about .text-group .icons {
    font-size: 140px;
    margin-top:-20px;
}

/* Site - Bosses Boots */

#bosses-boots .about .text-group {
    float:right;
    width: 550px;
    height:auto;
    text-align: center;
    margin-right: 5%;
}
#bosses-boots .about .text-group img {
    width: 50%;
}

#bosses-boots .about .title {
    width: 100%;
    margin-bottom:20px;
    padding-top:20px;
}

#bosses-boots .about .title > div {
    font-size: 112px;
    font-family: AlFresco-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    line-height: 90px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#bosses-boots .about .text01 {
    text-align: center;
    width:78%;
    margin: 0 auto;
    font-size: 15px;
}

#bosses-boots .about .text-group .icons {
    font-size: 140px;
    margin-top:-20px;
}

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

    #carne-grill .about .page-inner,
    #precinct-bar .about .page-inner,
    #bosses-boots .about .page-inner{
    min-height: 550px;
    }
    #carne-grill .about .text-group,
    #precinct-bar .about .text-group,
    #bosses-boots .about .text-group {
        float:none;
        margin:0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .page .page-inner {
        padding: 94px 0 50px 0;
    }
}
@media only screen and ( max-width: 580px) {
    #carne-grill .about .text-group {
        width:80%;
    }
    #carne-grill .about .text-group .title {
        height: 165px;
    }

    #precinct-bar .about .text-group {
        width:90%;
    }
    #precinct-bar .about .text-group .title > div {
        font-size: 74px;
    }
    #precinct-bar .about .text01 {
        width: 80%;
        margin-top:20px;
    }
    #precinct-bar .about .text01 br {
        display:none;
    }
    #bosses-boots .about .text-group {
        width:90%;
    }
    #bosses-boots .about .text-group .title > div {
        font-size:92px;
        line-height: 90%;
    }

}
@media only screen and (max-width: 480px) {
    #carne-grill .about .text-group {
        width:90%;
    }
    #carne-grill .about .text01 {
        width: 90%;
        font-size: 14px;
    }

    #carne-grill .about .text-group br {
        display:none;
    }

    #carne-grill .about .text-group .icons {
        font-size: 120px;
    }
    #precinct-bar .about .text-group .title > div {
        font-size: 48px;
    }

    #bosses-boots .about .text-group {
        width:95%;
    }
    #bosses-boots .about .text-group .title > div {
        font-size:62px;
        line-height: 90%;
    }
    #bosses-boots .about .text-group .text01 br {
        display:none;
    }
}
