/*
Theme Name: Blank
Description: Custom Wordpress theme
Author: Rachel


---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

.touch body {
    -webkit-text-size-adjust: none;
}

:focus {
    -moz-outline-style: none;
    outline: none;
}

.phone {
    font-size: 20px !important;
}

.blue-button {
    background-color: #33bdef;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 6px 24px;
    text-decoration: none;
}

@font-face {
    font-family: 'gotham-narrow-light';
    src: url('fonts/GothamNarrow-Light.eot');
    src: url('fonts/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'), url('fonts/GothamNarrow-Light.woff') format('woff'), url('fonts/GothamNarrow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-narrow-book';
    src: url('fonts/GothamNarrow-Book.eot');
    src: url('fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'), url('fonts/GothamNarrow-Book.woff') format('woff'), url('fonts/GothamNarrow-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-narrow-bold';
    src: url('fonts/GothamNarrow-Bold.eot');
    src: url('fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GothamNarrow-Bold.woff') format('woff'), url('fonts/GothamNarrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-narrow-medium';
    src: url('fonts/GothamNarrow-Medium.eot');
    src: url('fonts/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamNarrow-Medium.woff') format('woff'), url('fonts/GothamNarrow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

#menu-item-576 {
    font-size: 20px !important;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-family: "gotham-narrow-book", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #233035;
    /*background: #f2efeb;*/
}

p {
    margin: 0 0 23px;
}

a {
    text-decoration: none;
    font-weight: normal;
    outline: none;
    color: #333333;
}

a:hover, a:focus {
    text-decoration: underline;
}

p, a {
    line-height: inherit;
}

a {
    color: #0066ff;
}

a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #233035;
}

.banner-text h1 {
    color: #fff;
    line-height: 90px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-family: "gotham-narrow-bold", sans-serif;
    font-style: normal;
    font-size: 90px;
    line-height: 44px;
    margin-bottom: 14px;
}


/*Partial underline*/


/*h1:after {
    background: none repeat scroll 0 0 #2868f6;
    bottom: -10px;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 100px;
}*/

h2 {
    font-family: "gotham-narrow-bold", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
}

#location h2 {
    color: #fff;
}

#media li h2 {
    text-align: center;
    font-size: 48px;
    color: #FFF;
    margin: 0 20px 16px 20px;
}

#media .developer h2 {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    color: #FFF;
}

.dev-vertical-container {
    height: 260px;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
}


/*.dev-vertical-container.one {
    background: url(/wp-content/themes/sb/_inc/img/swan.jpg);
}*/


/*a:hover .dev-vertical-container.one {
    background-image: linear-gradient(rgba(6, 102, 232, 0.3), rgba(6, 102, 232, 0.3)), url(/wp-content/themes/sb/_inc/img/swan.jpg);
}*/


/*.dev-vertical-container.two {
    background-image: url(/wp-content/themes/sb/_inc/img/northlink.jpg);
}

a:hover .dev-vertical-container.two {
    background-image: linear-gradient(rgba(6, 102, 232, 0.3), rgba(6, 102, 232, 0.3)), url(/wp-content/themes/sb/_inc/img/northlink.jpg);
}

.dev-vertical-container.three {
    background-image: url(/wp-content/themes/sb/_inc/img/landsdale.jpg);
}

a:hover .dev-vertical-container.three {
    background-image: linear-gradient(rgba(6, 102, 232, 0.3), rgba(6, 102, 232, 0.3)), url(/wp-content/themes/sb/_inc/img/landsdale.jpg);
}*/

.dev-vertical-container.one {
    background: rgba(6, 102, 232, 0) url(/wp-content/themes/sb/_inc/img/swan.jpg);
    transition: background-color 1s;
}

.dev-vertical-container.two {
    background: rgba(6, 102, 232, 0) url(/wp-content/themes/sb/_inc/img/northlink.jpg);
    transition: background-color 1s;
}

.dev-vertical-container.three {
    background: rgba(6, 102, 232, 0) url(/wp-content/themes/sb/_inc/img/landsdale.jpg);
    transition: background-color 1s;
}

.dev-vertical-container.four {
    background: rgba(6, 102, 232, 0) url(/wp-content/themes/sb/_inc/img/rhlp_thumb.jpg);
    transition: background-color 1s;
    background-size: cover;
}

.dev-vertical-container.one:hover, .dev-vertical-container.two:hover, .dev-vertical-container.three:hover, .dev-vertical-container.four:hover {
    background-color: rgba(6, 102, 232, .5);
}

.dev-vertical-container.one:before, .dev-vertical-container.two:before, .dev-vertical-container.three:before, .dev-vertical-container.four:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.dev-vertical {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.dev-button {
    text-align: center;
    position: relative;
    background-color: #0666e8;
    color: white;
    font-family: "gotham-narrow-bold", sans-serif;
    padding: 3px 10px 3px 10px;
}

.visit-website {
    color: #fff;
    font-family: "gotham-narrow-medium", "arial", sans-serif;
    margin-top: 10px;
}

.dev-text {
    text-align: center;
}

h3 {
    font-family: "gotham-narrow-bold", sans-serif;
    font-size: 40px;
    line-height: 0.9em;
    margin-bottom: 16px;
}

h4 {
    color: #0766e8;
    font-family: "gotham-narrow-bold", sans-serif;
    font-size: 32px;
    line-height: 0.9em;
    margin-bottom: 10px;
}

h5 {
    color: #666;
    font-family: "gotham-narrow-light", sans-serif;
    font-size: 30px;
    line-height: 0.9em;
    margin: 20px 0 20px 0;
}

h6 {
    font-family: "gotham-narrow-bold", sans-serif;
    font-size: 20px;
}

.article-date {
    font-family: "gotham-narrow-bold", sans-serif;
    font-size: 18px;
}

#contact-us strong {
    font-family: "gotham-narrow-bold", sans-serif;
}


/*h6 a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    background: #2868f6;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px 12px;
    display: inline-block;
}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: 700;
}


/* ------------------------------------
HEADER
------------------------------------ */

header {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 10px 0 10px;
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
}

.nav-up {
    top: 0px;
}

#logo {
    float: left;
    background: url(_inc/img/logo.png) no-repeat;
    background-size: cover;
    display: inline-block;
    height: 78px;
    width: 275px;
    text-indent: -9999px;
    margin-left: 20px;
}

header nav {
    float: right;
    display: none;
    padding-right: 20px;
}

header .responsive-menu {
    display: none;
    float: right;
    width: 50px;
    height: 40px;
    background: url(_inc/img/nav.png) no-repeat;
    margin: 20px 0;
    text-indent: -9999px;
    overflow: hidden;
    padding-right: 20px;
}

header .wrapper {
    padding: 0;
}


/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */

.wrapper {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
}

.content {
    padding: 100px 0 100px 0;
}

#contact-us.content {
    padding: 100px 0 0 0;
}

#location.content {
    padding: 50px 0 0 0;
}

section#contact-us {
    background: #fff;
}

section#the-developer {
    padding-bottom: 0;
}

section#dev-section {
    padding-top: 0;
}

#contact-us .text-content {
    padding-bottom: 100px;
}

.text-content {
    width: 43%;
    float: left;
    padding: 30px 14% 0 0;
}

.last {
    padding-right: 0;
}

.text-content img {
    height: auto;
    width: 100%;
}


/* ------------------------------------
HOMEPAGE
------------------------------------ */

#banner {
    background: none repeat scroll 0 0 #0066ff;
    height: 670px;
    margin: 100px auto 0;
    /*min-width: 960px;*/
    position: relative;
}

#banner a{
  color: #fff;
}

#banner a:hover h6{
  color: #000;
}

.slide-image {
    background-size: cover;
    background-position: center center;
    height: 670px;
}

.flex-direction-nav {
    display: none;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}

.flex-control-nav li a {
    width: 14px;
    height: 14px;
    display: block;
    background: #A6A094;
    -moz-box-shadow: inset 0 0 1px #000000;
    -webkit-box-shadow: inset 0 0 1px #000000;
    box-shadow: inset 0 0 1px #000000;
    border-radius: 12px;
    text-indent: -9999px;
}

.flex-control-nav li a.flex-active {
    background: #ffffff;
}

.flex-caption {
    width: 100 %;
    /* padding: 2%; */
    left: 0;
    bottom: 0;
    background: rgba(6, 102, 232, 1);
    color: #fff;
    height: 170px;
    line-height: 70px;
    position: relative;
    right: 0;
}

.flex-caption h2 {
    color: #fff;
}

.flex-caption p {
    line-height: 30px;
    margin: 0;
}

.vcentre {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.vcentre-container {
    position: relative;
    height: 85px;
}

.banner-text {
    color: #ffffff;
    /*margin: -400px auto 0;*/
    position: absolute;
    width: 100%;
    top: 54px;
    height: 616px;
}

.banner-text-vertical-container {
    position: relative;
    height: 616px;
}

.banner-text-vertical {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.video-link-align {
    text-align: center;
}

.video-link-align a h6 {
    color: white;
}

.video-link-align a:hover {
    text-decoration: none;
}

.video-link-align a:hover h6 {
    color: #0666e8;
}

.video-link-align img {
    height: auto;
    max-width: 100%;
    width: 700px;
}

.banner-text span {
    line-height: 0.9em;
    letter-spacing: -2px;
}

.content.grey {
    background: #f5f5f5;
}

.content.white {
    background: #ffffff;
}

.content.nobackground {
    background-position: center center;
    background-size: cover;
}


/* ------------------------------------
LOCATION
------------------------------------ */

#location .text-content {
    color: #ffffff;
    padding: 0;
    width: 100%;
}

.background-image {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

.cover {
    background-size: cover;
    height: 910px;
}

#location h1 {
    color: #ffffff;
}

.alternate-image, .map-icons {
    display: none;
}

#feature-blocks {
    display: block;
    padding-top: 40px;
}

#feature-blocks h1 {
    padding-bottom: 30px;
}

#feature-blocks p {
    margin: 0;
}

#feature-blocks strong {
    font-size: 26px;
    font-weight: 500;
}

#feature-blocks article {
    height: 450px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#feature-blocks article.box {
    width: 50%;
    float: left;
}

.grid {
    width: 50%;
    float: left;
}

.red {
    background: #2868f6 !important;
}

.rectangle-box {
    position: relative;
    width: 50%;
    overflow: hidden;
    float: left;
}

.rectangle-box:before {
    content: "";
    display: block;
    padding-top: 67%;
}

.rectangle-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    background-size: cover;
}

.rectangle-content div {
    display: table;
    width: 100%;
    height: 100%;
}

.rectangle-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.feature-image {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

.feature-cover {
    background-size: cover;
    height: 910px;
}


/* ------------------------------------
NAVIGATION
------------------------------------ */

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu>li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 5;
}

.menu>ul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    height: 50px;
}

.menu>ul>li>a {
    font-family: "gotham-narrow-bold", sans-serif;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    color: #233035;
    padding: 32px 0 32px 24px;
}

.menu>ul>li.current_page_item>a, .menu>ul>li.current_page_parent>a {
    background: none;
    color: #3d3834;
}

.menu>ul>li>a:hover, .menu>ul>li:hover>a {
    background: none;
    color: #0066ff;
}

.menu .children {
    display: none;
}

.ie7 .menu>ul>li>a, .ie7 .menu>ul>li {
    display: block;
    float: left;
}


/* ------------------------------------
DROPDOWN MENU
------------------------------------ */

.children {
    list-style: none;
    position: absolute;
    display: none;
    width: 200px;
    top: 30px;
    left: 0;
    padding: 0;
    margin: 0;
}

.children li {
    position: relative;
    width: 200px;
}

.children a {
    width: 180px;
    margin: 0;
    display: block;
    float: none;
    font-size: 16px;
    color: #555;
    padding: 8px 14px;
    background: white;
    text-align: left;
    font-weight: normal;
}

.children a:hover {
    color: #18a3de;
    background: #fdfdfd;
}

.children li.current_page_item>a {}


/*second level dropdown */

.children ul {
    position: absolute;
    top: 0;
    left: 200px;
    margin: 0;
}


/*show/hide on hover*/

.menu ul li:hover ul ul, .menu ul li:hover ul ul ul, .menu ul li:hover ul ul ul ul {
    display: none;
}

.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li li li:hover ul, .menu ul li li li li:hover ul {
    display: block;
}


/* ------------------------------------
FOOTER
------------------------------------ */

footer {}

.footer-panel {
    height: 52px;
    background-color: #233035;
}


/* ------------------------------------
FORMS
------------------------------------ */

button, input[type='text'], textarea {
    font-family: "colaborate-mediumregular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 14px 17px;
    color: #a6a094;
    -webkit-appearance: none;
    outline: medium none;
    background: none;
    border: 1px solid #D3CDC1;
    float: left;
    min-width: 0;
    width: 94%;
}

input[type=submit] {
    font-size: 14px;
    padding: 8px 12px;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background: #2868f6;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

#gform_wrapper_1 ul, #gform_wrapper_1 li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}

#gform_wrapper_1 label {
    min-width: 160px;
    color: #a6a094;
    ;
}

#gform_wrapper_1 li {
    clear: both;
    min-height: 72px;
    margin-bottom: 10px;
}

.gform_footer {
    clear: both;
    text-align: right;
    padding: 20px 0;
}

#gforms_confirmation_message {
    font-size: 14px;
    font-weight: 300;
}

.validation_message {
    display: none
}

.validation_error {
    color: red;
    margin-bottom: 20px
}

#gform_wrapper_1 .gfield_error input[type="text"] {
    border: 2px solid red;
}


/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */

.alignright {
    clear: right;
    float: right;
    margin: 0px 0px 20px 20px;
}

.alignleft {
    clear: left;
    float: left;
    margin: 0px 20px 20px 0px;
}

.wp-caption-text {
    font-style: italic;
    font-size: 11px;
    line-height: 16px;
    margin-top: 3px;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

a {
    -webkit-tap-highlight-color: #b2b1af;
}

::-moz-selection {
    background: #b2b1af;
    !important
}

::selection {
    background: #b2b1af;
    !important
}

.map-cover {
    height: 360px;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    z-index: 15;
    width: 1000px;
}

.map-container {
    clear: left;
    position: relative;
}

#map {
    height: 360px;
    width: 100%;
}

#contact-us .text-content img {
    padding: 0;
    width: auto;
    height: auto;
}

#location .text-content img {
    padding: 0;
    width: 100%;
    height: auto;
}

body {
    margin-top: -80px;
}


/*.text-content img {
    width: auto;
}*/

#location {
    height: 1300px;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}


/* ------------------------------------
MEDIA QUERIES
------------------------------------ */

@media screen and (min-width:881px) {
    header nav {
        display: inline-block !important;
    }
}

@media screen and (max-width:1140px) {
    .text-content {
        padding: 30px 0 120px;
    }
    #now-selling .text-content {
        padding: 30px 0;
    }
    header nav {
        width: 100%;
        clear: both;
        padding-right: 0px;
    }
    #location {
        height: 100%;
    }
    /* .nav-up {
    top: -80px;
} */
    .responsive-menu {
        z-index: 9999 !important;
    }
    header nav {
        margin-top: -20px;
    }
    header {
        margin-bottom: -100px;
        position: relative;
    }
}

@media only screen and (min-width: 881px) and (max-width: 1140px) {
    .menu {
        list-style: outside none none;
        margin: -60px 10px 0;
        padding: 0;
        text-align: right;
    }
    .menu>ul>li>a {
        font-size: 12px;
    }
    .last {
        float: right;
    }
    #location {
        height: 800px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1600px) {
    #location {
        height: 900px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    #location {
        height: 1000px;
    }
}

@media screen and (max-width:880px) {
    .banner-text span {
        line-height: 0.9em;
        font-size: 200% !important;
    }
    .text-content {
        width: 100%;
        float: left;
        padding: 30px 0 0;
    }
    #location .text-content {
        width: 100%;
    }
    #location {
        background: #3e3934;
    }
    #contact-us .text-content {
        padding-bottom: 20px;
    }
    .background-image {
        display: none;
    }
    .alternate-image {
        display: block;
        clear: both;
    }
    .alternate-image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .map-icons {
        display: block;
    }
    .grid {
        width: 100%;
    }
    body #location {
        background-image: none !important;
    }
    #banner {
        min-width: 100%;
    }
    /*#location.content {
        padding: 30px 0 0;
    }*/
    /*.content {
        padding: 30px 0 0;
    }*/
    .menu {
        display: block !important;
        margin-top: 9px;
    }
    .menu ul li {
        display: block;
        height: 69px;
    }
    .menu>li>a {
        width: 100%;
        padding: 0px 15px;
        background: #ffffff;
    }
    .menu>ul>li a {
        padding: 21px 0 23px 0;
        text-align: center;
    }
    .menu>ul>li.current_page_item>a, .menu>ul>li.current_page_parent>a {
        background: #fff;
        color: #3D3834;
    }
    .menu>ul>li>a:hover, .menu>ul>li:hover>a {
        background: #f2efeb;
    }
    .menu>li:hover li a {
        background: #5D6468;
    }
    .menu>li ul {
        position: static;
        width: 100%;
    }
    .menu>li ul li, .menu>li ul li a {
        width: 100%;
    }
    header .responsive-menu {
        display: block;
    }
    header {
        height: 66px;
    }
    header .responsive-menu {
        margin: 10px 0;
    }
    #logo {
        background: url(http://www.tonkinhighwayindustrialestate.com.au/wp-content/uploads/2017/01/mobile-logo.png);
        background-repeat: no-repeat;
        height: 43px;
        width: 150px;
        background-size: cover;
    }
    .nav-up {
        top: -550px;
    }
    #banner {
        height: 400px !important;
        margin: 0;
        position: relative;
        background-position: 0 0;
        background-size: cover;
    }
    .slide-image {
        background-position: center center;
        background-size: cover;
        height: 280px !important;
        /*height: 400px !important;*/
        background-repeat: no-repeat;
        margin-top: 120px;
    }
    .banner-text {
        height: 280px;
        top: 120px;
    }
    .video-link-align img {
        width: 400px;
    }
    .banner-text-vertical-container {
        height: 230px;
    }
    .flex-control-nav {
        bottom: 0;
        height: auto;
        margin-top: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .banner-text span {
        font-size: 150% !important;
        line-height: 100%;
        letter-spacing: -1px;
    }
    h1, .media_header h1, .banner-text h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 0;
    }
    p {
        margin: 0 0 13px;
    }
    .gform_footer {
        padding: 20px 0;
        float: left;
    }
    gform_wrapper_1 {
        margin-top: 20px;
    }
    .menu ul li {
        height: 49px;
    }
    .menu>ul>li>a {
        font-size: 14px;
    }
    .menu>ul>li a {
        padding: 11px 0 13px;
        text-align: center;
    }
    header .responsive-menu {
        background-size: 50% 50%;
    }
    h6 a {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 0px;
    }
    p {
        font-size: 14px;
    }
    #feature-blocks strong {
        font-size: 16px;
    }
    #feature-blocks p {
        font-size: 16px;
        line-height: 18px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #media .developer h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    #gform_wrapper_1 label {
        font-size: 16px !important;
    }
    .article-date {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    #feature-blocks h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .menu ul li {
        height: 36px;
    }
    .menu>ul>li a {
        padding: 8px 0 9px 0;
        text-align: center;
    }
    .slide-image {
        width: 100%;
    }
    #banner {
        min-width: 100%;
    }
    #feature-blocks p {
        font-size: 14px;
        line-height: 16px;
    }
    #feature-blocks strong {
        font-size: 14px;
    }
    h2 {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 0;
    }
    .gform_footer {
        padding: 20px 0 30px;
        text-align: left;
    }
    button, input[type='text'], textarea {
        width: 90%;
    }
    .media_index p {
        font-size: 12px;
    }
    #media li h2 {
        font-size: 30px;
        margin: 0 20px 8px 20px;
    }
    .media-overlay {
        padding-top: 6%;
    }
}

.map-icons {
    background-image: url('http://www.tonkinhighwayindustrialestate.com.au/wp-content/uploads/2017/01/map-icons.png');
    float: left;
    width: 100%;
    height: 299px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 20px;
}

@media screen and (orientation: landscape) {
    #location {
        background-color: #70b9fe;
        background-position: center bottom;
        background-image: url('http://www.tonkinindustrial.com.au/wp-content/uploads/2019/02/main-map-feb19.jpg');
    }
}

@media screen and (orientation: portrait) {
    #location {
        background-color: #70b9fe;
        background-position: center bottom;
        background-image: url('http://www.tonkinhighwayindustrialestate.com.au/wp-content/uploads/2014/06/main-map.jpg');
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .vcentre-container {
        height: 170px;
    }
}


}

}

}