/*
Theme Name: Linc Property
Description: Wordpress theme for Linc Property
Author: Bain Media

---------------------------------------
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 {
    height: 100%;
    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;
}

body {
    height: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-family: "FoundryGridnikRegular", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #232323;
    background: #354984;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'FoundryGridnikBold';
    src: url('fonts/fougrdbd-webfont.eot');
    src: url('fonts/fougrdbd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fougrdbd-webfont.woff') format('woff'), url('fonts/fougrdbd-webfont.ttf') format('truetype'), url('fonts/fougrdbd-webfont.svg#foundry_gridnik_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FoundryGridnikLight';
    src: url('fonts/fougrdlg-webfont.eot');
    src: url('fonts/fougrdlg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fougrdlg-webfont.woff') format('woff'), url('fonts/fougrdlg-webfont.ttf') format('truetype'), url('fonts/fougrdlg-webfont.svg#foundry_gridnik_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FoundryGridnikMedium';
    src: url('fonts/fougrdmd-webfont.eot');
    src: url('fonts/fougrdmd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fougrdmd-webfont.woff') format('woff'), url('fonts/fougrdmd-webfont.ttf') format('truetype'), url('fonts/fougrdmd-webfont.svg#foundry_gridnik_mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FoundryGridnikRegular';
    src: url('fonts/fougrdrg-webfont.eot');
    src: url('fonts/fougrdrg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fougrdrg-webfont.woff') format('woff'), url('fonts/fougrdrg-webfont.ttf') format('truetype'), url('fonts/fougrdrg-webfont.svg#foundry_gridnik_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
    margin: 0 0 23px;
}

a {
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

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

p a {
    line-height: inherit;
}

a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-weight: 400;
}

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

h1 {
    font-family: "FoundryGridnikMedium", sans-serif;
    font-style: normal;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 14px;
    color: #334A84;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 10px;
}

h3 {
    font-size: 26px;
    line-height: 0.9em;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

h6 a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    background: #dd0934;
    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);
    height: 85px;
    left: 0;
    padding: 0 40px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

header .wrapper {
    position: relative;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://www.lincproperty.com.au/wp-content/uploads/2014/08/logo_linc_property.png) no-repeat;
    display: inline-block;
    width: 288px;
    height: 85px;
    text-indent: -9999px;
}

header nav {
    position: absolute;
    top: 32px;
    right: 40px;
    display: block;
    width: 650px;
}

#toggle_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(img/list.svg) center center no-repeat;
    display: none;
}

header .wrapper {
    padding: 0;
}


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

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

.content {
    padding: 40px 0;
}

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

.last {
    padding-right: 0;
}

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

.north {
    width: auto;
    height: auto;
}


/* ------------------------------------
NEW PAGES LAYOUT
------------------------------------ */

#page_header {
    padding: 160px 0 50px 0;
    background: #FFF;
}

#page_header .wrapper {
    overflow: hidden;
}

#page_header h1 {
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    font-style: normal;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 14px;
    color: #334A84;
    text-transform: uppercase;
}


/* ------------------------------------
UPDATES LAYOUT
------------------------------------ */

#updates_header {
    padding: 120px 0 60px 0;
    background-image: url('img/linc_news_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#updates_header .wrapper {
    overflow: hidden;
}

#updates_header h1, #updates_header h2 {
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    font-style: normal;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0;
}


/* Single Update */

#single-update {
    padding: 100px 0 60px 0;
}

#single-update h1 {
    font-family: 'FoundryGridnikMedium';
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}

#single-update h2 {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#single-update p {
    font-size: 16px;
}

.project_link {
    display: inline-block;
    font-size: 26px;
    line-height: 36px !important;
    font-weight: normal;
    letter-spacing: 2px;
}

.project_link img {
    display: inline-block;
    height: 36px;
    width: 36px;
    vertical-align: top;
    margin-right: 16px;
}

.project_link:link, .project_link:visited {
    color: #344b85;
    text-decoration: none;
}

.project_link:hover, .project_link:active {
    color: #344b85;
    text-decoration: none;
}

.project_logo_link {
    display: block;
    width: 200px;
    height: auto;
}

.project_logo_link img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.update_image {
    position: relative;
}

.update_image img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.update_image a {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    padding: 10px;
    background: #FFF;
    z-index: 2;
}

.updates-content h5 {
    font-family: "FoundryGridnikMedium", sans-serif;
    color: #334A84;
    text-transform: uppercase;
}

.updates {
    list-style: none;
}

.updates li {
    line-height: normal;
    margin-bottom: 36px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CCC;
}

.updates h2 {
    font-family: 'FoundryGridnikMedium';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 110%;
}

.updates h2 a:link, .updates h2 a:visited {
    color: #344b85;
    text-decoration: none;
}

.updates h2 a:hover, .updates h2 a:active {
    color: #344b85;
    text-decoration: none;
}

.updates p {
    margin-bottom: 6px;
}

.update_project {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 12px;
    overflow: hidden;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.update_project_thumb {
    float: left;
    width: 18%;
    margin-left: 1%;
}

.update_project_thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.update_project_content {
    float: left;
    width: 70%;
    padding-top: 4px;
    margin-left: 10px;
}

.update_project_content h3 {
    font-weight: normal;
    font-size: 18px;
    color: #232323;
    margin: 0 !important;
}

a.more {
    font-size: 14px;
}

a.more:link, a.more:visited {
    color: #6077af;
    text-decoration: none;
}

a.more:hover, a.more:active {
    color: #344b85;
    text-decoration: none;
}

.recent_updates a {
    font-weight: normal;
    font-size: 20px;
}

.recent_updates a:link span, .recent_updates a:visited span {
    color: #6077af;
    text-decoration: none;
}

.recent_updates a:hover span, .recent_updates a:active span {
    color: #344b85;
    text-decoration: none;
}

.recent_updates {
    list-style: none;
}

.recent_updates li {
    line-height: normal;
    padding: 10px 0 8px 0;
    border-bottom: 1px solid #CCC;
}

.update_date {
    display: block;
    font-size: 14px;
    color: #6077af;
    padding-top: 2px;
    font-weight: bold;
}

.recent_updates a:link, .recent_updates a:visited {
    color: #232323;
    text-decoration: none;
}

.recent_updates a:hover, .recent_updates a:active {
    color: #344b85;
    text-decoration: none;
}

.recent_updates a:link span, .recent_updates a:visited span {
    color: #6077af;
    text-decoration: none;
}

.recent_updates a:hover span, .recent_updates a:active span {
    color: #344b85;
    text-decoration: none;
}

.share_update h3 {
    font-size: 16px;
    color: #FFF;
}

.share_update ul {
    list-style: none;
}

.share_update li {
    display: inline-block;
}

.share_update li a {
    display: block;
    width: 36px;
    height: 36px;
    opacity: 0.8;
}

.share_update li:hover a {
    opacity: 1;
}


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

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

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

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

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

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

.dev-vertical-container.five {
    background: rgba(6, 102, 232, 0) url(/wp-content/themes/bain_media/img/south-central.jpg);
    background-size: cover;
    transition: background-color 1s;
}

.dev-vertical-container.six {
    background: rgba(6, 102, 232, 0) url(/wp-content/themes/bain_media/img/midland-central.jpg);
    background-size: cover;
    transition: background-color 1s;
}

.dev-vertical-container.one:hover, .dev-vertical-container.two:hover, .dev-vertical-container.three:hover, .dev-vertical-container.four:hover, .dev-vertical-container.five:hover, .dev-vertical-container.six: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, .dev-vertical-container.five:before, .dev-vertical-container.six: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;
}

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

#work h2 {
    /*font-family: "gotham-narrow-bold", sans-serif;*/
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    color: #FFF;
    margin-bottom: 10px;
}

#bios.home-about {
    min-height: 670px;
}


/* new (cycle2) slider */

#intro {
    position: relative;
    min-height: 670px;
    z-index: 10;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
}


/* fullwidth down arrow (scroll prompt) */


/* #intro:after { content: ""; position: absolute; bottom: 50px; right: 70px; display: block; width: 28px; height: 49px; background: url(img/down.png) no-repeat; z-index: 2; } */

#intro_slides {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.intro_slide {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
}

.intro_slide_content {
    position: absolute;
    left: 70px;
    bottom: 70px;
    right: 70px;
    text-align: center;
}

.intro_image_background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.intro_image_background .intro_slide_header {
    display: block;
    font-family: "FoundryGridnikLight", "Arial", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 75px;
    color: #FFF;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 175px;
    letter-spacing: 0.15em;
}

.intro_image_background .intro_slide_header strong {
    font-family: "FoundryGridnikRegular", "Arial", sans-serif;
    font-weight: normal;
}

.intro_image_background .intro_slide_content {
    text-align: left;
}

.intro_image_background .intro_slide_text {
    display: block;
    font-family: "FoundryGridnikLink", "Arial", sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: #FFF;
    color: #21b7c5;
}

.intro_image_background img {
    display: block;
    margin: 0 0 20px 0;
}

.intro_solid_background {
    background-position: center center;
    background-repeat: no-repeat;
}

.intro_panel {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
}

.intro_panel_content {
    position: absolute;
    left: 0;
    top: 24%;
    width: 100%;
}


/* #intro p { font-family: 'MisoLight'; color: #FFF; font-size: 28px; max-width: 800px; margin: 0 auto; } */


/* Slide sizes for big desktop */

#intro h2 {
    margin: 0 auto -10px auto;
    width: 1000px;
    height: 414px;
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#intro_pager {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 60;
}

#intro_pager span {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-align: left;
    text-indent: -9999px;
    background: #FFF;
    border-radius: 5px;
    opacity: 0.5;
    margin: 0 4px;
}

#intro_pager span:hover, #intro_pager span.cycle-pager-active {
    opacity: 1;
}


/* old (flex) slider */

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

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

.banner-text {
    color: #ffffff;
    margin: -650px auto 0;
}

.banner-text span {
    line-height: 0.9em;
}

.content.grey {
    background: #fff;
}

.content.white {
    background: #ffffff;
}

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


/* ------------------------------------
PROJECTS + WORK
------------------------------------ */

#projects .text-content img, #contact-us .text-content img {
    height: 0;
}

#work {
    background: transparent !important;
    overflow: hidden;
    width: 100%;
}

.work_page #work {
    padding-top: 112px;
}


/*#work h2 {
    background: #FFF;
    color: #a29490;
}*/

.work_grid ul {
    max-height: 500px;
}

.work_grid {
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.work_grid li {
    position: relative;
    float: left;
    width: 33.33% !important;
    height: 500px;
}

.work_grid img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.work_grid a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    background-color: rgba(51, 74, 132, 0.4);
    text-decoration: none;
}

.work_grid li:hover a {
    opacity: 0;
    transition-delay: .25s;
    text-decoration: none;
}

.work_grid2 {
    list-style: none;
    width: 101%;
    overflow: hidden;
}

.work_grid2 li {
    position: relative;
    float: left;
    width: 25%;
}

.work_grid2 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.work_grid2 a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    background-color: rgba(51, 74, 132, 0.4);
    text-decoration: none;
}

.work_grid2 li:hover a {
    opacity: 0;
    transition-delay: .25s;
    text-decoration: none;
}


/* ------------------------------------
WORK PAGES
------------------------------------ */

#client_intro {
    position: relative;
    text-align: left;
    background-color: #EBEBEB;
    padding-top: 140px;
}

#client_intro h1, #client_intro h2 {
    letter-spacing: 0.1em;
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 40px;
    width: 75%;
}

#client_intro a:link, #client_intro a:visited {
    color: #141b4d;
    text-decoration: none;
}

#client_intro a:hover, #client_intro a:active {
    color: #7e8eb8;
    text-decoration: none;
}

#client_intro h2 {
    font-size: 30px;
    font-family: 'FoundryGridnikRegular';
    font-size: 26px;
    line-height: 30px;
}

#client_intro p {
    color: #000;
    font-size: 14px;
    max-width: 900px;
}

#client_images li {
    list-style: none;
}

#client_images {
    background-color: #334A84;
}

#client_images img {
    width: 100%;
}

.project_images {
    display: block;
    width: 100%;
    height: auto;
}

.work_item_title {
    display: block;
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    font-family: 'FoundryGridnikRegular';
    text-align: center;
    margin-top: -30px;
}

.client .work_item_title {
    margin-top: 2px;
}

.work_item_title strong {
    display: block;
    padding: 0 50px;
    color: #FFF;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.client .work_item_title strong {
    font-size: 20px;
}

.work_item_title span {
    display: block;
    padding: 0 20px;
    color: #FFF;
    font-size: 35px;
}

.full_img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.work_detail {
    background: #FFF;
    text-align: center;
    padding: 60px 24px 40px 24px;
}

.work_detail h1 {
    color: #a29490;
    font-size: 48px;
    font-family: 'FoundryGridnikLight';
    margin-bottom: 60px;
}

.work_detail h3 {
    color: #a29490;
    font-size: 60px;
    font-family: 'FoundryGridnikLight';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.work_detail p {
    color: #a29490;
    max-width: 900px;
    margin: 0 auto 24px auto;
}


/* ------------------------------------
PROFILES
------------------------------------ */

#bios {
    background-color: #334a84;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    padding-bottom: 100px;
    position: relative;
    min-height: 100%;
}

#bios h4, #bios h5, #bios p {
    color: white;
}

#bios h4, #bios h5 {
    font-size: 26px;
}

#bios h4 {
    text-transform: uppercase;
}

#bios h5 {
    font-family: 'FoundryGridnikLight';
}

#bios p {
    font-size: 18px;
}

#staff1_bio {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 68%;
    z-index: 3;
}

#staff2_bio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 36%;
    z-index: 2;
}

#staff1_bio .bio_content {
    left: 90%;
    top: 68%;
    width: 200px;
}

#staff2_bio .bio_content {
    left: 50%;
    top: 70%;
    width: 220px;
}

.bio_content {
    position: absolute;
}

.bio_content a:link, .bio_content a:visited {
    color: white;
    text-decoration: none;
}

.bio_content a:hover, .bio_content a:active {
    color: #7e8eb8;
    text-decoration: none;
}

#biography {
    height: auto;
}

#biography #container_photo {
    padding: 20% 0 20% 55px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

#biography h4, #biography h5 {
    color: white;
}

#biography h4 {
    color: #c3cee0;
    text-transform: uppercase;
    font-size: 26px;
}

#biography h5 {
    padding-bottom: 30px;
    font-size: 22px;
}

#biography p {
    font-size: 16px;
    width: 40%;
    line-height: 24px;
    color: #fff;
    padding-bottom: 15px;
}

#biography .back_bt a:link, #biography .back_bt a:visited {
    color: white;
    text-decoration: none;
}

#biography .back_bt a:hover, #biography .back_bt a:active {
    color: #c3cee0;
    text-decoration: underline;
}

body.bio {
    background-color: #041F56;
}


/* ------------------------------------
CONTACT FORM
------------------------------------ */

.field, .enquire_button {
    margin-bottom: 10px;
}

.field input {
    border: 1px solid #C3CEE0;
    width: 90%;
    padding: 12px;
    border-radius: 2px;
    color: #8F9DC1;
    font-size: 16px;
    font-family: 'FoundryGridnikRegular';
    -webkit-appearance: none;
}

.field textarea {
    border: 1px solid #C3CEE0;
    width: 90%;
    height: 80px;
    padding: 12px;
    border-radius: 2px;
    color: #8F9DC1;
    font-size: 16px;
    font-family: 'FoundryGridnikRegular';
    -webkit-appearance: none;
    resize: none;
}

.enquire_button {
    text-align: right;
    margin-right: 5%;
}

.ajax-loader {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    font-family: "FoundryGridnikMedium";
}

.wpcf7-response-output {
    font-family: "FoundryGridnikMedium";
    font-size: 16px;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-right: 20px !important;
}

.wpcf7-validation-errors {
    color: #e84c38;
}

.wpcf7-mail-sent-ok {
    color: #0bb571;
}


/* ------------------------------------
CONTACT
------------------------------------ */

#contact-details {
    background-color: #354984;
    color: #fff;
    padding-top: 0;
}

#contact-details a {
    color: #fff;
    text-decoration: none;
}

#contact-details a:hover {
    color: #A2A3D5;
    text-decoration: none;
}

.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 {
    display: none;
}


/* .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;
} */


/*---------------------------------------
   GALLERY
---------------------------------------*/

#gallery {
    text-align: center;
    font-family: "FoundryGridnikRegular", "Arial", sans-serif;
    padding: 0px;
}

#gallery strong {
    font-family: "FoundryGridnikMedium", "Arial", sans-serif;
}

#gallery li {
    display: block;
    position: relative;
    list-style-type: none;
}

#gallery .block_4 {
    float: left;
    width: 50%;
    overflow: hidden;
}

#gallery .block_4 li {
    height: 452px;
}

#gallery .block_4 img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
}

#gallery .block_4.full img {
    position: absolute;
    top: 0;
    left: 0;
}

#gallery .block_4.quarter li {
    float: left;
    width: 50%;
    height: 226px;
    line-height: 226px;
}

#gallery li h4 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
    font-size: 20px;
    line-height: 24px;
}

#gallery .block_4.full li h4 {
    float: left;
    padding: 87px;
    width: 160px;
    font-family: "FoundryGridnikRegular", Arial, sans-serif;
}


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

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

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

.menu>ul>li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 32px;
}

.menu>ul>li>a {
    font-family: "FoundryGridnikRegular", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #7e8eb8;
    text-transform: uppercase;
    letter-spacing: 0.35em;
}

.menu>ul>li>a:hover, .menu>ul>li:hover>a, .menu>ul>li.current_page_item>a, .menu>ul>li.current_page_parent>a {
    background: none;
    color: #334a84;
}

.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: #f0f0f0;
}

.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 {}


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


/* button, input[type='text'], input[type='email'], textarea {
	font-family: "colaborate",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	padding: 14px 17px;
	color: rgba(126, 124, 124, 1);
	-webkit-appearance: none;
    	outline: medium none;
    	background-color: #fff;
    	border: 1px solid rgba(210, 209, 209, 1);
   	float: left;
	min-width:300px;
	width: 93%;
	margin-bottom: 10px;

}*/

input[type=submit] {
    font-family: "FoundryGridnikMedium", "Arial", sans-serif;
    font-size: 18px;
    padding: 6px 6px 3px;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: #334A84;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #415B9D;
}

form p {
    text-align: right;
}

.validation_message {
    display: none;
}

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

div.wpcf7-not-valid-tip {
    font-size: 0.75em;
}

div.wpcf7-validation-errors {
    border: 1px solid #F00;
    font-size: 0.75em;
}


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

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

#back_up {
    display: block;
    height: 40px;
    background-color: rgba(4, 31, 86, 1);
    background-image: url(img/up.svg);
    background-position: center center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

#error_message {
    margin: 0 auto;
    max-width: 600px;
    padding: 240px 24px 0 24px;
    text-align: center;
}

#error_message h1 {
    color: #FFF;
}

#error_message p {
    font-size: 22px;
}

#error_message a:link, #error_message a:visited, #error_message a:hover, #error_message a:active {
    color: #FFF;
    text-decoration: underline;
}

.work_grid2 img {
    height: auto;
    width: 100%;
}

.work_grid2 li {
    height: auto;
    width: 50%;
}

.work_grid li {
    height: 100%;
    width: 33.333;
}

.work_grid img {
    height: auto;
    width: 100%;
}

.nav-up {
    top: 0px;
}

.walls {
    display: none;
}

a:hover {
    text-decoration: none !important;
}

.page-item-4 {
    display: none;
}


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

@media screen and (min-width: 1680px) {
    #biography #container_photo {
        background-position: 50% 20%;
        padding-left: 375px;
    }
    .work_grid2 img {
        height: 650px;
    }
    .work_grid2 img {
        height: auto;
    }
    .work_grid2 li {
        height: auto;
        width: 50%;
    }
    .work_grid li {
        height: auto;
        width: 33.33% !important;
    }
    .work_grid img {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    /* Nav Changes */
    header {
        height: 50px;
        padding: 0;
    }
    #logo {
        left: 16px;
        top: 8px;
        background-image: url("http://www.lincproperty.com.au/wp-content/uploads/2014/08/logo_linc_property.png");
        background-color: #FFF;
        background-position: center center;
        background-size: cover;
        height: 35px;
        width: 119px;
    }
    header nav {
        display: none;
        top: 50px;
        right: 0;
        width: 100%;
        background: #FFF;
        border-bottom: 2px solid #CCC;
    }
    #toggle_nav {
        display: block;
    }
    .menu {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .menu>ul>li {
        display: block;
        margin-left: 0;
    }
    .menu a {
        display: block;
        padding: 12px 0;
    }
    .intro_image_background .intro_slide_header {
        font-size: 60px;
    }
    #biography p {
        width: 35%;
    }
    .client .work_item_title strong {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width:768px) {
    #bios.home-about {
        min-height: inherit;
    }
    .text-content {
        width: 100%;
        float: left;
        padding: 30px 0 0 0;
    }
    .background-image {
        display: none;
    }
    .alternate-image {
        display: block;
        clear: both;
    }
    .alternate-image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .project_images {
        display: none;
    }
    .work_grid li {
        width: 50%;
    }
    .work_grid2 li {
        width: 50%;
    }
    .grid {
        width: 100%;
    }
    #biography #container_photo {
        background-position: 50% 85px;
        background-size: 100%;
        padding-top: 100%;
    }
    #biography p {
        width: 80%;
    }
    #bios {
        padding-top: 0;
        background: #13142d;
        background-image: none !important;
        min-height: 550px;
        padding-bottom: 20%;
    }
    #bios h4, #bios h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .work_item_title strong {
        padding: 0 20px;
        font-size: 26px;
    }
    #banner {
        min-width: 100%;
    }
    .slide-image {
        background-position: center center;
    }
    #location.content {
        padding: 100px 0 0;
    }
    #staff1_bio .bio_content {
        left: 30%;
        top: 80%;
    }
    #staff2_bio .bio_content {
        left: 50%;
        top: 80%;
    }
    .intro_image_background .intro_slide_header {
        font-size: 45px;
        padding-bottom: 90px;
    }
    .work_grid ul {
        max-height: 350px;
    }
    .work_grid2 img {}
    .work_grid2 img {
        height: auto;
        width: 100%;
    }
    .work_grid2 li {
        height: auto;
        width: 50%;
    }
    .work_grid li {
        height: auto;
        width: 33.33%;
    }
    .work_grid img {
        height: auto;
        width: 100%;
    }
    .client .work_item_title strong {
        font-size: 14px;
    }
    .text-content {
        padding: 0;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    p {
        margin: 0 0 20px;
    }
    #contact-details {
        padding-top: 40px;
    }
    .content {
        padding: 40px 0 20px;
    }
    #bios {
        min-height: auto;
    }
    #staff1_bio {
        left: 0;
        right: 0;
    }
    #staff2_bio {
        left: 0;
        right: 0
    }
    #staff1_bio .bio_content {
        left: 0;
    }
    #staff1_bio .bio_content, #staff2_bio .bio_content {
        background: #13142D;
    }
    h1 {
        font-size: 24px;
        line-height: 34px;
    }
    p {
        font-size: 16px;
        line-height: 20px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .intro_slide_content {
        bottom: 0;
        left: 0;
        position: relative;
        right: 0;
    }
    .intro_image_background .intro_slide_header {
        display: block;
        float: none;
        font-size: 45px;
        margin: 20% auto;
        padding-bottom: 0;
        position: relative;
        text-align: center;
        width: 100%;
        text-decoration: none;
    }
    .intro_image_background .intro_slide_header h2 {
        text-decoration: none !important;
        color: white;
    }
    #intro_slides {
        position: relative;
    }
    #intro_pager {
        position: relative;
    }
    .intro_image_background .intro_slide_content {
        text-align: center;
    }
    #intro {
        min-height: 400px;
    }
    #intro_slides {
        height: 400px;
    }
    .nav-up {
        top: -400px;
    }
    #client_intro {
        padding-top: 60px;
    }
    #client_intro h1, #client_intro h2 {
        font-size: 20px;
    }
    #client_intro h2 {
        font-size: 20px;
    }
    .text-content {
        font-size: 16px;
    }
    #client_images.content.grey {
        padding: 0 0 20px;
    }
    #staff1_bio .bio_content, #staff2_bio .bio_content {
        position: absolute;
        padding: 20px 0 5px;
        text-align: center;
        top: 80%;
        width: 50%;
    }
    #bios {
        min-height: 0;
        padding-bottom: 0 !important;
    }
    #about {
        margin-top: -20px;
    }
    #projects h1 {
        padding-top: 30px;
    }
    .north {
        height: auto;
        max-width: 300px !important;
        width: auto !important;
        margin-top: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:1263px) {
    .work_grid2 img {
        height: auto;
    }
    .work_grid2 img {
        height: auto;
        width: 100%;
    }
    .work_grid2 li {
        height: auto !important;
        width: 50%;
    }
    .work_grid li {
        height: auto !important;
        width: 33.33%;
    }
    .work_grid img {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width:560px) {
    #bios h4, #bios h5 {
        font-size: 14px;
        line-height: 20px;
    }
    #bios p {
        font-size: 14px;
        line-height: 18px;
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
    .wrapper {
        max-width: 100%;
        padding: 0 20px;
    }
    #about.content.grey {
        padding: 10px 0;
    }
    .intro_image_background .intro_slide_header {
        font-size: 25px;
    }
    #staff1_bio .bio_content, #staff2_bio .bio_content {
        top: 75%;
    }
    #about {
        margin-top: 0;
    }
}

@media screen and (max-width:480px) {
    #location .text-content img {
        width: 100%;
        padding-top: 40px;
    }
    .work_grid li {
        width: 100% !important;
        height: auto;
    }
    .work_grid2 li {
        width: 100%;
        height: auto;
    }
    #staff1_bio .bio_content, #staff2_bio .bio_content {
        top: 73%;
    }
    .north {
        max-width: 240px !important;
    }
}

@media screen and (max-width:400px) {
    #client_intro a:link, #client_intro a:visited {
        font-size: 13px;
    }
}
