/*
 Theme Name:   Tilly Corp
 Theme URI:    
 Description:  Tilly Corp website
 Author:       Carey Young
 Author URI:   http://www.catalystdirections.com.au
 Template:     blankslate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         bootstrap
 Text Domain:  website
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:500,900');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
}

@media (min-width: 768px) {
    body {
        background: #fff url('images/footer-background.jpg') no-repeat bottom center;
        background-size: contain;
    }
}

h1 {
    
}

h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    font-weight: 900;
}

h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    font-weight: 900;
    border-bottom: solid 2px #fcb040;
}

h4 {
    font-size: 22px;
    font-weight: 900;
}

h5 {
    color: #fcb040;
    text-transform: uppercase;
    margin: 45px 0 15px 0;
}

@media (max-width: 767px) {
    h1 {
    }

    h2 {
        font-size: 22px;
        line-height: 26px;
    }

    h3 {
        font-size: 22px;
        line-height: 26px;
    }

    h4 {
        font-size: 18px;
    }    
    
    h5 {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    h3 {
        margin-left: -15px;
        padding-left: 15px;
    }
}

p {
    margin-bottom: 15px;
}

a {
    color: #000;
    transition: color ease 200ms;
}

a:link, a:visited {
    color: #fcb040;
}

a:active, a:hover {
    color: #ffe060;
    text-decoration: none;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}


/* Custom list styling */
.list-ticks ul {
    padding-left: 35px;
}

.list-ticks ul li {
    list-style-image: url('images/icon-tick-yellow.png');
    padding-top: 5px;
    line-height: 18px;
    padding-bottom: 5px;
}

strong {
    font-weight: 900;
}

/* Standard helper styles */
.margin-bottom-none {
    margin-bottom: 0;
}

.padding-top {
    padding-top: 30px;
}

.padding-top-none {
    padding-top: 0;
}

.padding-bottom {
    padding-bottom: 30px;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.padding-left {
    padding-left: 30px;
}

.padding-right {
    padding-right: 30px;
}

/* Standard button styles */
.btn {
    text-transform: uppercase;
    border-radius: 0;
    padding: 8px 15px;
    transition: all ease 200ms;
    background: none;
}

.btn.btn-lg {
    min-width: 250px;
    text-align: center;
    padding: 25px 40px;
}

.btn.btn-primary {
    background-color: #000;
    color: #fcb040;
    border-color: #fcb040;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    color: #fff;
    border-color: #fff;
}

.btn-panel {
    display: block;
    width: 100%;
    padding: 30px 20px;
    background-color: #000;
    text-transform: uppercase;
    text-align: center;
}

.btn-panel h2 {
    margin-bottom: 0;
}


/* Header */
header {
    background-color: #fcb040;
}

header .header-logo {
    background-color: #fff;
    padding: 25px;
}

header .header-logo img {
    display: block;
    margin: 0 auto;
}


header .header-phone {
    text-align: right;
}

header .header-phone h2,
header .header-phone a {
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 767px) {
    header .header-phone h2 {
        line-height: 40px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header-phone h2 {
        line-height: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header-phone h2 {
        line-height: 80px;
    }    
}

@media (min-width: 1200px) {
    header .header-phone h2 {
        line-height: 93px;
    }
}


/* Header nav */
#nav-wrapper {
    position: relative;
    background-color: #000;
    min-height: 50px;
}

#nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.6);
    border-radius: 0;
    border: none;
}

#nav.affix {
    position: fixed;
}

#nav ul.navbar-nav li a {
    color: #fff !important;
    transition: background-color ease 100ms;
}

#nav ul.navbar-nav li a:hover,
#nav ul.navbar-nav li a:active,
#nav ul.navbar-nav li a:focus {
    background-color: #fcb040;
}

@media (max-width: 767px) {
    #nav .navbar-toggle {
        margin: 0;
        padding: 0;
        color: #fff;
        border: none;
        padding: 13px;
        font-size: 26px;
        line-height: 26px;
    }
    
    #nav .navbar-toggle span.glyphicon.glyphicon-menu-hamburger {
        display: none;
    }
    #nav .navbar-toggle span.glyphicon.glyphicon-chevron-up {
        display: block;
    }
    
    #nav .navbar-toggle.collapsed span.glyphicon.glyphicon-menu-hamburger {
        display: block;
    }    
    #nav .navbar-toggle.collapsed span.glyphicon.glyphicon-chevron-up {
        display: none;
    }
    
    #nav ul.navbar-nav li a {
        text-align: right;
    }
}

/* NOTE: Just let the menu flow into multiple rows, it's too long te fit nicely with any reasonable size */
@media (min-width: 768px) and (max-width: 991px) {
    #nav-wrapper {
        min-height: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #nav-wrapper {
        min-height: 100px;
    }
}

@media (min-width: 1200px) {
}


.feature-photo img {
    width: 100%;
}


/* Footer */
footer {
    overflow-x: hidden;
}

@media (min-width: 768px) {
    footer {
        padding-top: 575px;
    }
}

footer .footer-container {
    margin-bottom: 30px;
    position: relative;
}

footer .footer-logo {
    background-color: transparent;
    padding: 25px;
}

footer .footer-logo img {
    display: block;
    margin: 0 auto;
}


footer .footer-phone {
    height: 93px;
    background-color: #fcb040;
    text-align: right;
    color: #000;
    padding-top: 5px;
}

footer .footer-phone h2 {
    line-height: 50px;
    margin-bottom: 0;
}

footer .footer-side-left,
footer .footer-side-right {
    background-color: #fcb040;
    height: 93px;
    position: absolute;
    width: 1000px;
    top: 0;
    left: -1000px;
}

footer .footer-side-right {
    left: auto;
    right: -1000px;
}

footer .copyright {
    background-color: #fff;
    padding: 7px 0;
}

footer .copyright a {
    color: #000;
}


/* Standard content styling sections */
section#content {
}

/* NOTE: The footer has some background image elements, may want to force a row to fixed colour bg */
.row-white {
    background-color: #fff;
}

.row-black {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    color: #fff;
    border-bottom: solid 2px #fcb040;
}

.row-black-no-padding {
    position: relative;
    background-color: #000;
    color: #fff;
}

.row-black-no-padding h3 {
    padding-top: 45px;
    margin-bottom: 0;
}

.row-white-trans {
    margin-top: 30px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(255,255,255,0.5);
}


.so-widget-sow-image h3 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
}


/* Specific styling */
@media (min-width: 767px) {
    .home-location-more-info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -37px;
        z-index: 999;
    }
}

#home-map-frame {
    width: 100%;
    height: 450px;
    background-color: #eee;
}

@media (max-width: 767px) {
    #home-map-frame {
        height: 350px;
    }
}

#row-home-united-petroleum {
    min-height: 450px;
}

@media (max-width: 767px) {
    #row-home-united-petrolum {
        min-height: 300px;
    }
}

h3.underline {
    display: inline-block;
    margin: 0;
    padding: 0;
}

h3.underline a {
    color: #000;
}



/* Panorama */
.pano {
    position: relative;
    width: 100%;
    min-height: 450px;
    cursor: move;
}

@media (max-width: 767px) {
    .pano {
        min-height: 300px;
    }
}

.pano .hover-frame {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 174px;
    height: 174px;
    margin-left: -87px;
    margin-top: -87px;
    opacity: 1;
    transition: opacity ease 400ms;
    background: transparent url('images/icon-panorama-360.png') no-repeat center center;
}
.pano:active .hover-frame,
.pano:focus .hover-frame,
.pano:hover .hover-frame {
    opacity: 0;
}

@media (max-width: 767px) {
    .pano .hover-frame {
        margin-left: 0;
        margin-right: 0;
        top: auto;
        left: auto;
        bottom: 10px;
        right: 10px;
        background-size: 60px 60px;
        width: 60px;
        height: 60px;
    }    
}



.pano-top {
    padding-top: 30px;
}

.pano-top h2,
.pano-top h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pano-top h4 {
    line-height: 26px;
    padding-top: 10px;
}

.pano-top h4 a {
    padding-left: 15px;
    color: #000;
}

.pano-top h4 a.active, 
.pano-top h4 a:hover {
    color: #fcb040;
}

/* Lot overlay feature */

.lot-overlay-wrapper {
    position: relative;
}

.lot-overlay-wrapper img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}

.lot-overlay-wrapper .lot-overlay-legend {
    background-color: rgba(255,255,255,0.8);
    padding: 15px;
}

.lot-overlay-wrapper .lot-overlay-legend p {
    line-height: 30px;
    margin-bottom: 0;
}

.lot-overlay-wrapper .lot-overlay-legend .legend {
    display: inline-block;
    height: 20px;
    width: 20px;
}

.lot-overlay-wrapper .lot-overlay-legend .legend.legend-yellow {
    background-color: #ffe060;
}
.lot-overlay-wrapper .lot-overlay-legend .legend.legend-red {
    background-color: #F02311;
}
.lot-overlay-wrapper .lot-overlay-legend .legend.legend-blue {
    background-color: #006799;
}
.lot-overlay-wrapper .lot-overlay-legend .legend.legend-green {
    background-color: #009200;
}

@media (max-width: 767px) {
    .lot-overlay-wrapper .lot-overlay-legend {
        margin: 0 auto;
        width: 275px;
    }
}

@media (min-width: 768px) {
    .lot-overlay-wrapper .lot-overlay-legend {
        border: solid 2px #ffe060;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 275px;
    }
}

#lot-1, #lot-2, #lot-3, #lot-4 {
    padding: 25px 35px;
}


/* Most pages use white BG for content (to avoid the footer background), except the home */
section#content {
    background-color: #fff;
}

.home section#content {
    background: transparent;
}


/* sidebar widgets */

.widget-area > ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.widget-area > ul > li.widget-container {
    margin-bottom: 30px;
}
.widget-area > ul > li.widget-container h3.widget-title {
    font-size: 18px;
}

.page .entry-title {
    display: none;
}