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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Reset
## Base Structure
## Views
## Page Sections
 # Page Profile details
 # Page Social Icons
## Colour
## Headers
## Links
## Buttons
## Google Map
## Booking Form
## SVG Styles
## Social Icons
## Custom
## Utility Classes
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  # Reset
--------------------------------------------------------------*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
html {
     font-size: 16px;
}
html, body {
    padding: 0;
    margin: 0;
}
a, a:link, a:visited {
    text-decoration: none;
    outline: 0;
    border: none;
    cursor: pointer;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
p {
    font-size:15px;
}

@media only screen and ( min-width: 930px ) and ( max-height: 900px ) {

    p {
        font-size: 13px;
    }

}

/*--------------------------------------------------------------
  # Base Structure
--------------------------------------------------------------*/

body {
    display: block;
    position: relative;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #000000;
    font-weight: 300;
    color:#f0f0f0;
}
header {
    display: block;
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
}
/* Only once we are outside out mobile responsive size do we disable the scroll bar */
@media only screen and ( min-width: 1025px ){
    body,
    .view,
    .page {
        overflow: hidden;
    }
}

/*--------------------------------------------------------------
  # Views
--------------------------------------------------------------*/

.view {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 100vw;
    width: 100%;
    z-index: 1;
}
.view:first-child, :not(.view) + .view {
    display: block;
    left: 0;
    z-index: 2;
}

@media only screen and ( max-width: 1024px ) {
    .view {
        position: relative;
        left:inherit;
    }

}

/*--------------------------------------------------------------
  # Page - Sections
--------------------------------------------------------------*/

.page {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 1;
}
.page .page-inner {
    display: block;
    position: relative;
    padding: 95px 0 0 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(57%, rgba(0,0,0,0)), color-stop(58%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.page-content:after {
    content: "";
    display: table;
    clear: both;
}
.next-view {
    display: block;
    position: absolute;
    width: 50px;
    left: 0;
    right: 0;
    bottom: 4%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.next-view i,
.next-view:link i,
.next-view:focus i{
    color: #fff !important;
}
.next-view i.icon-arrow {
    display:block;
    font-size: 30px;
}

#carne-grill .next-view:hover i,
#carne-grill .next-view:active i {
    color:#ff0000 !important;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

#precinct-bar .next-view:hover i,
#precinct-bar .next-view:active i{
    color:#c97e32 !important;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

#bosses-boots .next-view:hover i,
#bosses-boots .next-view:active i {
    color:#e59a00 !important;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

@media only screen and ( max-width: 1024px ){
    #secondary .page {
        height: 100%;
    }
    .page .page-inner {
        padding:94px 0 30px 0;
    }

    .gallery .next-view,
    .functions .next-view,
    .news .next-view {
        position: relative;
        margin:15px auto;
        text-align: center;
    }
}
/* Change the home Page section in mobile responsive view port */
@media screen and ( max-width: 1024px ){
    #main{
        display: block;
        position: relative;
        height: 100%;
        height: 100vh;
        /* TODO: review this css might not work 100% on iOS devices */
    }
    #main .home{
        opacity: 0;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
    }
    #main .home:nth-of-type(1){
        opacity: 1;
        z-index: 2;
        display: block;
    }
}
/*--------------------------------------------------------------
  # Page - Profile Details
--------------------------------------------------------------*/

.page-profile {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    text-align: right;
}

@media only screen and ( min-width: 930px ) and ( max-height: 780px ) {

    .page-profile {
        display:none;
    }

}

/*--------------------------------------------------------------
  # Page - Social Icons
--------------------------------------------------------------*/

.page-social {
    position: absolute;
    bottom: 20px;
    left: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-social li {
    display: inline-block;
    position: relative;
    width: 27px;
    height: 27px;
    padding: 0;
    margin-right: 5px;
}
.page-social a:hover {
    opacity:0.8;
}
.page-social i {
    font-size: 27px;
}

@media only screen and ( min-width: 930px ) and ( max-height: 780px ) {

    .page-social {
        display:none;
    }

}

/*--------------------------------------------------------------
  # Colour - Primary & highlights
--------------------------------------------------------------*/

.red {
    color:#ff0000;
}
.brown {
    color: #c97e32;
}
.orange {
    color: #e59a00;
}

/*--------------------------------------------------------------
  # Headers - Tags, Panels & Styles
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

/* site specific page headings */
#precinct-bar .page-head h3,
#precinct-bar .contact-details h3 {
    font-family: CheapPine-Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
#bosses-boots .page-head h3,
#bosses-boots .contact-details h3 {
    font-family: AlFresco-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    line-height: 80%;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.page-head {
    text-align: center;
    margin:30px 20px 50px;
}

.page-heading {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom:0px;
}

.page-head .title-hr {
    margin: 15px auto;
    width:10%;
}

h3.page-title {
    font-size: 2.4rem ;
}
#precinct-bar  h3.page-title {
    font-size: 3.8rem ;
}
#bosses-boots  h3.page-title {
    font-size: 4.5rem ;
}

.title-hr {
    display: block;
    height:1px;
    border-top:3px solid #fff;
    line-height: 1px;
    margin-top:15px;
    margin-bottom:15px;
    width:15%;
}

.title-dash-hr {
    display:block;
    background-image: url(../image/global/dash_underline.png);
    background-repeat: repeat-x;
    height:3px;
    line-height: 3px;
    margin-top:0;
    margin-bottom:15px;
    width:100%;
    border:0;
}

@media only screen and ( min-width: 930px ) and ( max-height: 780px ) {

    .page-head {
        margin: 30px 20px 30px;
    }
    .page-head h3.page-title {
        font-size: 1.8rem;
    }
}

@media only screen and ( max-width: 767px ) {
    .page-head h3.page-title {
        font-size: 1.8rem;
    }
}

/*--------------------------------------------------------------
  # Links
--------------------------------------------------------------*/

#precinct-bar a,
#precinct-bar a:link,
#precinct-bar a:visited,
#precinct-bar a:hover,
#precinct-bar a:focus,
#precinct-bar a:active  {
    color: #c97e32;
}

#bosses-boots a,
#bosses-boots a:link,
#bosses-boots a:visited,
#bosses-boots a:hover,
#bosses-boots a:focus,
#bosses-boots a:active  {
    color: #e59a00;
}

a.text-link:hover,
a.text-link:focus,
a.text-link:active  {
    opacity: .8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*--------------------------------------------------------------
  # Buttons
--------------------------------------------------------------*/

.button {
    background-color: rgba(255, 0, 0, 1);
    border: 1px solid transparent;
    color:#fff;
    padding:10px 15px;
    line-height:100%;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
}

#precinct-bar .button {
    background-color: rgba(201, 126, 67, 50);
}

#bosses-boots .button {
    background-color: rgba(229, 154, 0, 1);
}

.button.outline {
    background-color: transparent !important;
    border: 1px solid #ff0000;
    color:#ffffff !important;
}

.button.solid:hover {
    color:#ffffff !important;
}

#precinct-bar .button.outline {
    border: 1px solid #c97e32;
}

#bosses-boots .button.outline {
    border: 1px solid #e59a00;
}

a.button:hover,
button.button:hover,
input.button:hover,

a.button:focus,
button.button:focus,
input.button:focus,

a.button:active,
button.button:active,
input.button:active {
    background-color: rgba(225, 0, 4, 1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#precinct-bar a.button:hover,
#precinct-bar button.button:hover,
#precinct-bar input.button:hover,

#precinct-bar a.button:focus,
#precinct-bar button.button:focus,
#precinct-bar input.button:focus,

#precinct-bar a.button:active,
#precinct-bar button.button:active,
#precinct-bar input.button:active {
    background-color: rgba(172, 105, 36, 1) !important;
}

#bosses-boots a.button:hover,
#bosses-boots button.button:hover,
#bosses-boots input.button:hover,

#bosses-boots a.button:focus,
#bosses-boots button.button:focus,
#bosses-boots input.button:focus,

#bosses-boots a.button:active,
#bosses-boots button.button:active,
#bosses-boots input.button:active {
    background-color: rgba(197, 134, 5, 1) !important;
}

.button.right {
    float: right;
}

/*--------------------------------------------------------------
  # Google Map
--------------------------------------------------------------*/

.google-map {
    height: 100%;
}


/*--------------------------------------------------------------
  # Booking Form
--------------------------------------------------------------*/
.dimmi-widget {
    width:100%;
    height:100%;
}

.dimmi-widget iframe {
    overflow: hidden;
}


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

    .dimmi-widget {
        webkit-overflow-scrolling:touch;
        overflow-y: scroll;
    }

    .dimmi-widget iframe {
        width:100%;
        height:100%;
    }
}

/*--------------------------------------------------------------
  # Custom
--------------------------------------------------------------*/

/* TODO - remove once the site is complete */
.todo {
    font-weight: 300;
    font-size:16px;
    color:red;
}
.text-italic {
    font-style: italic;
}
.nowrap {
    white-space:nowrap;
}

/*--------------------------------------------------------------
  # SVG - Styles & Colours
--------------------------------------------------------------*/

.st0 {
    fill: #fff;
}
.cls-1 {
    fill:#fff;
}

/* SVG LOGO's */

#logo-carne-svg #carne-1-path {
    fill:#ec1c2d;
}

/*--------------------------------------------------------------
  # Utility Classes
--------------------------------------------------------------*/
.old-browser {
    display: none;
    position: relative;
    visibility: hidden;
    width: 100%;
    color: #ffffff;
    margin: 0 auto;
    padding: 60px 0 0 0;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}
@media only screen and ( min-width: 1025px ){

    .horizontal-center {
        margin: 0 auto;
    }
    .vertical-center {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .absolute-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-height: 734px ) {
    .absolute-center {
        /*overflow-y: scroll; TODO REMOVE*/
    }
}

/*--------------------------------------------------------------
    # Mobile Responsive Menu
--------------------------------------------------------------*/
/* Mobile Responsive Layout for below 930 */
@media only screen and (max-width : 930px) {
    .next-view,
    .next-view:hover {
        bottom: 8%;
    }
    .page-social{
        bottom: 66px;
    }
    .page-profile {
        bottom: 66px;
        font-size: .8em;
    }
}
@media only screen and (max-width : 1025px) {
    body {
        overflow-x: hidden;
    }
    .page {
        overflow: hidden;
    }
}
@media only screen and (max-width : 1024px) {
    .page-inner .page-social,
    .page-profile {
        display: none;
    }

    #secondary .next-view {
        position: relative;
        margin-top:10px;
    }
}
