/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2015
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
    font: 17px 'Roboto', sans-serif;
    text-align: left;
    color: #000;
    background: url("../images/bg/background.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




#page_edit {
    margin: 0 auto;
}




.section {
    padding: 0;
    max-width: 1200px;
}




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

#header {
    padding-top: 10px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header .logo {
    display: block;
    float: left;
}

#header a.phone:link,
#header a.phone:visited {
    display: block;
    margin-top: 75px;
    font-size: 1.8em;
    text-align: right;
    float: right;
    text-decoration: none;
    color: #79863c;
}

#header a.phone img {
    padding-right: 10px;
    vertical-align: middle;
    width: 20px;
}

#header .border {
    display: block;
    float: right;
    padding-top: 10px;
}




/*  -------------------------------------------------------------
    MENU MAIN
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#menu_bar {
    position: relative;
    background: #546223;
}
	
#menu_main {
    margin-top: 25px;
    background-color: #546223
}

#menu_main li {
    position: relative;
    display: inline-block;
    padding: 25px 0;
}

#menu_main li a:link,
#menu_main li a:visited {
    display: block;
    padding: 0 30px;
    font-size: 1.4em;
    line-height: 0.8em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-right: 2px solid #fff;
}

#menu_main li.end a:link,
#menu_main li.end a:visited {
    border-right: none;
}

#menu_main li a:hover{
	color: #79863c;
}

#menu_main li.active a:link,
#menu_main li.active a:visited {
    font-weight: bold;
    color: #79863c;
}

#menu_main li.hasChilds a:link span,
#menu_main li.hasChilds a:visited span {
    padding-right: 18px;
    background: url('../images/bg/menu_haschild.png') no-repeat right center;
}

#menu_main li.hasChilds:hover,
#menu_main li.hasChilds:hover a:link,
#menu_main li.hasChilds:hover a:visited,
#menu_main li.hasChilds:hover a.active:link,
#menu_main li.hasChilds:hover a.active:visited {
    color: #fff;
    background: #546223;
}

#menu_bar a.btn_menu:link,
#menu_bar a.btn_menu:visited {
    color: #fff;
    background: #546223;
}

#menu_main {
    background: #546223;
}




/*  -------------------------------------------------------------
    BANNER OVERRIDES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main_banner {
    display: block;
    margin: 0 auto;
    max-height: 505px;
    height: 505px;
    background: url("../images/banner.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




/*  -------------------------------------------------------------
    CONTENT OVERRIDES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content h1 {
    font-family: 'Crimson Text', serif;
    font-size: 1.8em;
    text-align: center;
    padding-bottom: 15px;
    color: #546223;
}

#content h2 {
    font-size: 1em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

#content p {
}

#content ul,
#content ol {
    padding: 2px 0;

}

#content ul li {
    line-height: 1em;
}




/*  -------------------------------------------------------------
    COLOUR SCHEME OVERRIDES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  COLOUR SCHEME - Colour Scheme 1
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content a:link,
#content a:visited  {
	color: #546223;
    text-decoration: none;
}

#content a:hover  {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}



	
#content .columns.colour_scheme_1 {
    background-color: #fff;
}

#content .columns.colour_scheme_1 .column {
    padding: 40px 0;
}

#content .columns.colour_scheme_1 h3 {
    padding: 25px 0;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #444;
}

#content .columns.colour_scheme_1 h3 span {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85em;
}



/*  COLOUR SCHEME - Colour Scheme 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.colour_scheme_2 {
    padding: 25px 0 0 0;
    color: #444;
    background-color: #ebebeb;
}

#content .columns.colour_scheme_2 .column {
    padding: 25px 0;
}

#content .columns.colour_scheme_2 h1 {
    padding: 15px 0 25px 0;
    text-transform: uppercase;
}

#content .columns.colour_scheme_2 a:link,
#content .columns.colour_scheme_2 a:visited {
    color: #546223;
    text-decoration: none;
}



/*  COLOUR SCHEME - Colour Scheme 3
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.colour_scheme_3 {
    padding: 16px 0 50px 0;
    color: #444;
    background-color: #79863c;
}

#content .columns.colour_scheme_3 h1 {
    padding-bottom: 20px;
    text-transform: uppercase;
}

#content .columns.colour_scheme_3 h1,
#content .columns.colour_scheme_3 h2,
#content .columns.colour_scheme_3 h3,
#content .columns.colour_scheme_3 h4,
#content .columns.colour_scheme_3 h5,
#content .columns.colour_scheme_3 p,
#content .columns.colour_scheme_3 a:link,
#content .columns.colour_scheme_3 a:visited,
#content .columns.colour_scheme_3 ul,
#content .columns.colour_scheme_3 ol {
    color: #fff;
}





/*  Content form
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .contentForm {
    clear: both;
    width: 50% !important;
    margin: 0 auto;
}

#content .contentForm label.require {
    background: url("../images/icons/require.gif") top right no-repeat !important;
}

#content .contentForm label {
    color: #fff;
}

#content .contentForm input,
#content .contentForm textarea,
#content .contentForm select {
    display: block;
    padding: 10px 16px;
    width: 100%;
    line-height: 1.5em;
    color: #fff !important;
    border: none !important;
    outline: none;
    background-color: #546223;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content .contentForm .submitBox .submitBtn {
    display: block;
    padding: 10px 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.25em;
    color: #546223 !important;
    border: 1px #fff solid !important;
    background: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content .contentForm .submitBox .submitBtn:hover {
    cursor: pointer;
    color: #fff !important;
    background: none !important;
}




/*  Content form 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .contentForm#forms_form_2  {
    clear: both;
    width: 90% !important;
	margin: 0;
}

#content .contentForm#forms_form_2 label.require {
    background: url("../images/icons/require_green.gif") top right no-repeat !important;
}

#content .contentForm#forms_form_2 label {
    color: #546223;
}

#content .contentForm#forms_form_2 input,
#content .contentForm#forms_form_2 textarea,
#content .contentForm#forms_form_2 select {
    display: block;
    padding: 10px 16px;
    width: 100%;
    line-height: 1.5em;
    color: #546223 !important;
    border: none !important;
    outline: none;
    background-color: #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content .contentForm#forms_form_2 .submitBox .submitBtn {
    display: block;
    padding: 10px 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.25em;
    color: #fff !important;
    border: 1px #546223 solid !important;
    background: #546223 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content .contentForm#forms_form_2 .submitBox .submitBtn:hover {
    cursor: pointer;
    color: #546223 !important;
    background: none !important;
}




/*  Colour overrides
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
	
#content .details .green {
	color: #79863c;
}

#content a.black:link,
#content a.black:visited {
	color: #000;
}




/*  -------------------------------------------------------------
    FACEBOOK CUSTOM FEED
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#footer_facebook {
    overflow: hidden;
    padding: 50px 0 15px 0;
    background: #ebebeb;
}

#facebook_custom_feed a.icon-link:link,
#facebook_custom_feed a.icon-link:visited {
    text-decoration: none;
}

#facebook_custom_feed .facebook-icon,
#facebook_custom_feed .heading {
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    color: #003b80;
}

#facebook_custom_feed .facebook_feed {
    margin: 0 -40px;
    padding: 20px 0 30px 0;
    font-size: 0;
    text-align: center;
}

#facebook_custom_feed .facebook_article {
    display: inline-block;
    width: 33.3%;
    font-size: 18px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#facebook_custom_feed .facebook_article-i {
    padding: 0 40px;
    border-right: 1px dashed #11034c;
}

#facebook_custom_feed .facebook_article:last-child .facebook_article-i {
    border-right: none;
}

#facebook_custom_feed .facebook_article .title {
    display: block;
    float: none;
    padding: 0 0 20px 0;
    text-align: left;
    vertical-align: middle;
}

#facebook_custom_feed .facebook_article .title .facebook_thumb {
    float: left;
    padding-right: 15px;
}

#facebook_custom_feed .facebook_article .title .business_name {
    float: left;
    padding-top: 5px;
    font-size: 0.95em;
    font-weight: bold;
}

#facebook_custom_feed .facebook_article .title .business_name .date_time {
    font-weight: normal;
}

#facebook_custom_feed .facebook_article .facebook_picture {
    width: 100%;
    height: 260px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

#facebook_custom_feed .facebook_article .status {
    margin-top: 15px;
    padding-right: 45px;
}

#facebook_custom_feed .facebook_article .status p {
    text-align: left;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#facebook_custom_feed .facebook_article .status p a:link,
#facebook_custom_feed .facebook_article .status p a:visited {
    text-decoration: none;
    color: #000;
}

#facebook_custom_feed .facebook_article .status p a:link .read_more,
#facebook_custom_feed .facebook_article .status p a:visited .read_more {
    font-weight: bold;
    color: #546223;
}

#facebook_custom_feed .facebook_article .status p a:hover .read_more {
    text-decoration: underline;
}




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

#prefooter .contact {
    padding: 50px 0;
}

#prefooter .contact p {
    line-height: 1.2em;
    text-align: center;
    color: #444;
}

#prefooter .contact p span {
    color: #79863c;
}


#prefooter .contact a:link,
#prefooter .contact a:visited {
    color: #444;
    text-decoration: none;
}

#prefooter .contact a:hover {
    text-decoration: underline;
}

#footer {
    padding: 15px 0;
    background-color: #395542;
}

#footer p {
    font-size: 1em;
    text-align: center;
    color: #fff;
}