

.photo_block {
	width:;
	padding:15px;
}
.columns2 {
	width:50%;
	float:left;
}

.banner_image anout_banner_image {
	display:;
}

.about {
	width:90%;
	margin:20px auto;
	max-width:1180px;
}

.about p {
	line-height:2em !important;
}




















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

body {
    font: 16px Arial, Sans-serif;
    text-align: left;
    color: #000;
    background: #fff;
}




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

#menu_bar {
    position: relative;
    background: #000;
}

#menu_bar a.btn_menu:link,
#menu_bar a.btn_menu:visited {
    display: none;
    position: relative;
    z-index: 400;
    margin: 0 -10px;
    padding: 16px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #000;
}

#menu_bar a.btn_menu:link .icon_menu,
#menu_bar a.btn_menu:visited .icon_menu {
    display: inline-block;
    margin-right: 16px;
    width: 16px;
}

#menu_bar a.btn_menu.open:link .icon_menu,
#menu_bar a.btn_menu.open:visited .icon_menu {
    display: none;
}

#menu_bar a.btn_menu:link .icon_close,
#menu_bar a.btn_menu:visited .icon_close {
    display: none;
    margin-right: 16px;
}

#menu_bar a.btn_menu.open:link .icon_close,
#menu_bar a.btn_menu.open:visited .icon_close {
    display: inline-block;
}

#menu_main {
    text-align: center;
}

#menu_main li {
    display: inline-block;
}

#menu_main li a:link,
#menu_main li a:visited {
    display: block;
    padding: 16px 20px;
    text-decoration: none;
    color: #fff;
}




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

/*  Defaults
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content h1 {
    padding: 34px 0 4px 0;
    font-size: 2.5em;
    line-height: 1.25em;
}

#content h2 {
    padding: 28px 0 4px 0;
    font-size: 2em;
    line-height: 1.25em;
}

#content h3 {
    padding: 22px 0 4px 0;
    font-size: 1.75em;
    line-height: 1.25em;
}

#content h4 {
    padding: 16px 0 4px 0;
    font-size: 1.5em;
    line-height: 1.25em;
}

#content h5 {
    padding: 10px 0 4px 0;
    font-size: 1.25em;
    line-height: 1.25em;
}

#content p {
    padding: 4px 0 10px 0;
}

#content a:link,
#content a:visited {
    color: #f99e1b;
    text-decoration: underline;
}

#content a:hover {
    color: #626262;
}

#content strong {
    font-weight: bold;
}

#content ul,
#content ol {
    padding-bottom: 6px;
}

#content ul li,
#content ol li {
    margin-left: 22px;
    padding: 4px 0;
}

#content ol li {
    list-style-type: decimal;
}

#content ul li {
    list-style-type: disc;
}

#content ul li ul,
#content ol li ol {
    padding: 0;
}

#content ul li ul li,
#content ol li ol li {
    margin-left: 22px;
}

#content ul li ul li {
    list-style-type: circle;
}

#content ol li ol li {
    list-style-type: lower-alpha;
}

#content a.btn_general:link,
#content a.btn_general:visited {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 30px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #f99e1b;
}

#content a.btn_general:hover {
    cursor: pointer;
    background: #626262;
}

#content .mobile_none {
    display: block;
}

#content .mobile_only {
    display: none;
}




/*  ------------------------------------------------------------- 
    OTHER STYLED SECTIONS
    -------------------------------------------------------------   */

/*  OTHER STYLED SECTIONS - Latest News Articles
    -------------------------------------------------------------   */

#content .latest_news_articles {
    margin: 0 -20px;
    text-align: left;
}

#content .latest_news_articles .article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: 49.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content .latest_news_articles .article.has_image .image {
    position: absolute;
    top: 50px;
    left: 20px;
}

#content .latest_news_articles .article.has_image .details {
    padding-left: 135px;
}

#content .latest_news_articles .article .date {
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

#content .latest_news_articles .article .btns_social {
    padding: 5px 0;
}

#content .latest_news_articles .article .btns_social .btn {
    float: left;
    display: block;
    margin-right: 10px;
}

#content .latest_news_articles .article .btns_social .btn iframe {
    display: block;
}

#content .latest_news_articles .article .btns_social .btn.fb_iframe_widget span {
    display: block;
}


/*  OTHER STYLED SECTIONS - Accordion
    -------------------------------------------------------------   */

#content .accordion .accordion_open:hover,
#content .accordion .accordion_close:hover {
    cursor: pointer;
}




/*  ------------------------------------------------------------- 
    PAGE SECTIONS
    -------------------------------------------------------------   */

#content .columns {
    position: relative;
}


/*  PAGE SECTIONS - Columns - Default 1/3 x 2/3 Width Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns .column {
    position: relative;
    float: right;
    width: 66%;
    overflow: hidden;
}

#content .columns .column.last {
    float: left;
    width: 31%;
}


/*  PAGE SECTIONS - Columns - Default 2/3 x 1/3 Width Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.side_right .column {
    float: left;
}

#content .columns.side_right .column.last {
    float: right;
}


/* PAGE SECTIONS - Columns - 2 x Half-Width Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.half_width .column {
    float: left;
    width: 48%;
}

#content .columns.half_width .column.last {
    float: right;
    width: 48%;
}


/* PAGE SECTIONS - Columns - Three Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.three .column,
#content .columns.three .column.last {
    float: left;
    width: 31%;
}

#content .columns.three .column.first {
    margin-right: 3.5%;
}

#content .columns.three .column.last {
    float: right;
}


/* PAGE SECTIONS - Columns - Four Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.four .column,
#content .columns.four .column.last {
    float: left;
    margin-right: 1.5%;
    width: 23.5%;
}

#content .columns.four .column.last {
    float: right;
}


/*  PAGE SECTIONS - Columns - Single Column
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.singular .column {
    float: none;
    width: auto;
}


/*  PAGE SECTIONS - Columns - Banner Image
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .banner_image {
    width: 100%;
    overflow: hidden;
}

#content .banner_image p {
    padding: 0;
    text-align: center;
}

#content .banner_image img {
    float: none;
    display: block;
    width: 100%;
}




/*  -------------------------------------------------------------
    MESSAGES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
    
.msgBox {
    margin: 10px 0 10px 0;
    padding: 10px 10px 5px 35px;
    background: no-repeat 10px 10px;
    font-size: 12px;
}

.msgBox .title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.msgBox .text {
    padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
    text-decoration: underline; 
}
    

/*  Success
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.success {
    border: 1px solid #7fea6f;
    background-color: #dcf8d8;
    background-image: url("https://www.riversideallaustralian.com.au/images/icons/msgBox_success.gif");
    color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
    color: #009900; 
}

/*  Error
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.error {
    border: 1px solid #e9cc7c;
    background-color: #fdf0cd;
    background-image: url("https://www.riversideallaustralian.com.au/images/icons/msgBox_error.gif");
    color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
    color: #a08106; 
}

/*  Fail
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.fail {
    border: 1px solid #f57878;
    background-color: #ffe1e1;
    background-image: url("https://www.riversideallaustralian.com.au/images/icons/msgBox_fail.gif");
    color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
    color: #cc3300; 
}