
/*
Theme Name: Building Issues Theme
Theme URI: 
Author: 
Author URI: 
Description: Theme for Building Issues
Version: 1.0

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
       
        /*font-family: sans-serif;*/
        
        
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

img{border:0}

/* WYSIWYG DEFAULTS*/


.clear
{
    display: block;
    clear:both;
}
table
{
    
    display: table;
    table-layout: fixed;
    width: 100%!important;
    height: auto!important;
    
}

.entry-content img {
margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/*END WYSIWYG DEFAULTS*/

h1
{
    margin-bottom: 20px;
    font-size: 42px;
}
h2
{
    margin-bottom: 15px;
    font-size: 28px;
}
h3,h4,h5,h6
{
    margin-bottom: 10px;
    
}
hr
{
    margin: 20px 0;
    display: block;
    border:none;
    border-bottom: 1px solid black;
}
a,ul p
{
    color:inherit;
}
p
{
    margin-bottom: 15px;
}
strong,b
{
    font-weight: bold;
}

html,body
{
    
    position: relative;
}
body
{
    -webkit-text-size-adjust: none;
    font-weight:normal; 
    font-style:normal; 
    position: static;
    font-size: 13px;
    font-family: "source-sans-pro",sans-serif;
    background:#eee;
}
#page
{
    position: relative;
    background: white;
    margin: auto;
    min-width: 1300px;
    overflow: hidden;
}

#header
{
    width: 100%;
    height: 100px;
    background:white;
    position: fixed;
    top: 0;
    z-index: 100;
    
}
.menu-main-menu-container{
    width: 100%;
}
#access
{
    height: 100px;
    width: 1250px;
    margin: auto;
    text-align: center;
    display: block;
    justify-content: space-between;
    
    
}
#access ul
{
    list-style: none;
    width: 100%;
    text-align: center;
}

#access li
{
    
    display: inline-block;
    /*float: left;*/
    width: 135px;
    
}
#access li.header-home
{
    width: 275px;
    vertical-align: top;
}

#access a
{
    height: 100px;
    line-height: 100px;
    font-weight: bold;
    text-decoration: none;
    
    text-transform: uppercase;
    padding: 5px 0px;
}
#access a:hover
{
    border-bottom: 5px solid #26ac72;
    color: #26ac72;
}
#access li.header-home a
{
    background-repeat: no-repeat;
    background-position: center 38%;
    font-size: 0;
    color:transparent;
    display: block;
    padding: 0px;
}
#access li.header-home a:hover
{
    border-bottom: none;
}
#main
{
    margin-top: 100px;
}
#header-slider
{
    height: 750px;
    /*position: fixed;*/
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    /*z-index: -1;*/
    -webkit-transition: margin 0.5s ease-in-out;
    -moz-transition: margin 0.5s ease-in-out;
    -o-transition: margin 0.5s ease-in-out;
    transition: margin 0.5s ease-in-out;
    margin-bottom: -160px;
}


.header-slide
{
    /*position: absolute;*/
    height: 750px;
    width: 100%;
    /*left: 0;*/
    /*top: 0;*/
    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-table;
    white-space: normal;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 150px;
    
}
.slidebg
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
}
.header-content
{
    display: table-cell;
    vertical-align: middle;
}

.header-slide-heading,.header-slide-subheading
{
    color:white;
    padding:0px 0px;
    
    
}
.header-slide-heading
{
    /*padding-top: 200px;*/
    margin-bottom: 25px;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
    padding-right: 20%;
    line-height: 1;
}
.header-slide-subheading
{
    font-size: 20px;
    text-shadow: 1px 1px rgba(0,0,0,0.7);
    padding-right: 20%;
    
}
.content-width
{
    width: 1032px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
/*    display: table;*/
    
}
.header-slider-prev
{
    position: absolute;
    z-index: 100;
    background: url(arrow-left.png) no-repeat center center;
    width: 50px;
    height: 50px;
    top: 50%;
    left:  -100px;
    margin-top: -25px;
}
.header-slider-next
{
    position: absolute;
    z-index: 100;
    background: url(arrow-right.png) no-repeat center center;
    width: 50px;
    height: 50px;
    top: 50%;
    right:  -100px;
    margin-top: -25px;

}
.widget
{
    list-style: none;
}
#footer
{
    
    background:#444;
    background:rgba(0,0,0,0.75);
    
    width: auto;
    margin: auto;
    color:white;
    font-size: 16px;
    position: relative;
    z-index: 1;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
#footer-inner
{
    /*padding:50px;*/
    margin:auto;
    width: 1090px;
}
#footer-left,#footer-middle,#footer-right
{
    width: 33%;
    float:left;
    min-height: 1px;
    padding: 30px;
    box-sizing: border-box;
}
.content
{
    padding:50px 0;
    font-size: 16px;
    background: white;
    background: rgba(255,255,255,0.9);
    z-index: 1;
    position: relative;
}
#home-content-left,#home-contact-left
{
    float:left;
    min-height: 1px;
    width: 60%;
}
#home-content-right,#home-contact-right
{
    float:right;
    min-height: 1px;
    width: 35%;
    padding-left: 5%;
}
#home-content-right img
{
    max-width: 100%;
    height: auto;
}
#footer hr
{
    border-bottom: 1px solid white;
}
.newsitem
{
    margin-bottom: 50px;
    margin-top: 50px;
}
.newsitem img
{
    max-width: 300px;
    height: auto;
}
.newsitemleft
{
    width: 33%;
    float:left;
    min-height: 1px;
}
.newsitemright
{
    width: 66%;
    float:left;
    min-height: 1px;
}
.newsitemright a
{
    text-decoration: none;
    font-weight: bold;
    color: #8a8a8a;
}
.newsitemright a:hover
{
    text-decoration: underline;
}
#team-list
{
    font-size: 48px;
    /*text-align: center;*/
}
.team-member
{
    font-size: 16px;
    width: 23.45%;
    display: block;
    float: left;
    padding-right: 2%;
    overflow: hidden;
    padding-bottom: 20px;
    
}

.team-member img
{
    width: 100%;
    margin-bottom: 20px;
}
#sidenews a
{
    text-decoration: none;
}
#sidenews a:hover
{
    text-decoration: underline;
}
.sidenewsitem
{
    margin: 25px 0;
}

#home-content-left img
{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    
}
.wpcf7 input,.wpcf7 textarea,.wpcf7 select
{
    width: 100%;
    box-sizing: border-box;
    background: #e0e0e0;
    border: 1px solid #595959;
    padding: 10px;
    font-size: 16px;
    height: 45px;
    border-radius: 5px; 
}
.wpcf7 input[type="submit"]
{
    width: 20%;
    float: right;
}
#searchform
{
    background: url(search.png) no-repeat top center;
    position: absolute;
    right: 0px;
    top:10px;
    width: 300px;
    height:36px;
}
#searchform label
{
    display: none;
}
#searchsubmit
{
    position: absolute;
    right: 0;
    height: 36px;
    display: block;
    border: none;
    width: 44px;
    /*visibility: hidden;*/
    top:0;
    border:none;
    background:transparent;
    font-size: 0;
}
#s
{
    position: absolute;
    right: 50px;
    height: 34px;
    display: block;
    border: none;
    width: 230px;
    top: 0;
    border:none;
    background:none;
    font-size: 16px;
}
#post-list
{
    position: relative;
}
#pagination
{
    color:#333;
    text-align: center;
    font-size: 18px;
}
#pagination a
{
    color:#898989;
    text-decoration: none;
}
#pagination a:hover
{
    text-decoration: underline;
}
#morestories
{
    margin-top:20px;
    color:#898989;
    text-decoration: none;
    text-align: center;
    display: block;
}
#morestories:hover
{
    text-decoration: underline;
}
#home-contact-left
{
    background: url(map.png) no-repeat top left;
    height: 500px;
    position: relative;
}
.mapmaker
{
    background: url('greendot.png') no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-position:40px 40px;
}
.mapmaker:hover
{
    background-position: center;
}
#echucamarker
{
    left: 209px;
    top: 160px;
}
#bendigomarker
{
    left: 204px;
    top: 253px;
}
#sheppartonmarker
{
    left: 273px;
    top: 206px;
}