/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

li a {
color: #275E1B;}


H2,H3,H4,H5
{    font-family: 'Balthazar', serif;
}


h3.widget-title
{
font-size: 16px;

}


/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }
    
#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
    font-size: 28px;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }
    
    #site-branding {
        height: 250px;
    }
    
    #site-branding .border-section {
        height: 240px !important;
        width: 90%;
    }
    
    .top-bar {
        margin-top: -20px;
        margin-right: 10px;
    }
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    #site-branding {
        height: 250px;
    }
    
    #site-branding .border-section {
        height: 240px !important;
    }
    
    .top-bar {
        margin-top: -40px;
        margin-right: 30px;
    }
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {
    
    #site-branding {
        height: 250px;
    }
    
    #site-branding .border-section {
        height: 240px !important;
    }
    
    .top-bar {
        margin-top: -40px;
        margin-right: 30px;
    }
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css *//* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#stripes {
    display: none;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }
    
#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }
    
    #site-branding {
        height: 250px;
    }
    
    #site-branding .border-section {
        height: 240px !important;
        width: 90%;
    }
    
    .top-bar {
        margin-top: -20px;
        margin-right: 10px;
    }
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    #site-branding {
        height: 250px;
    }
    
    #site-branding .border-section {
        height: 240px !important;
    }
    
    .top-bar {
        margin-top: -40px;
        margin-right: 30px;
    }
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {
    
    #site-branding {
        height: 250px;
    }
    
    #site-branding .border-section {
        height: 240px !important;
    }
    
    .top-bar {
        margin-top: -40px;
        margin-right: 30px;
    }
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css *//* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css *//* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input {
    border: 1px solid #62381a;
    padding: 2px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
/* BEGIN dynamic_css */
body, #page {
    background: url('/wp-content/uploads/2014/08/Terrace-Noth-Sydney-BG.jpg') repeat;
}

#page #masthead #toolbar #stripes {
    display: none !important;
}

.page-template-default #content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 0px;
}

.page-template-default .border-content {
    border-bottom: 2px dotted #e1e1e0;
    border-radius: 10px;
    border: 2px dotted #e1e1e0;
    margin: 0 auto;
    width: 97%;
}

#fancybox-title-float-wrap { display: none; }

/* header navigation */
#site-navigation li a {
    font-family: 'Balthazar', serif;
}

.boxed-layout .homepage-3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-3col .wpb_wrapper {
    text-align: center;
}

.default-header-style.v4 #site-navigation {
    background: none;
    height: auto;
    border: none;
}

.centering-row {
   margin: 0 auto; 
   width: 97%;
}

.toolbar-info {
    color: #afafaf !important;
    display: block;
    float: left;
    border-bottom: 2px dotted #e1e1e0;
    width: 100%;
    padding: 10px 0;
}
    .address-info{
        margin: 0;
    }

    .info-left {
        width: auto;
        float: left;
        color: #afafaf;
    }
    
    .info-right {
        width: auto;
        float: right;
        margin-right: 20px; 
        color: #afafaf;
    }
    
    .info-left a, .info-right a {
        color: #afafaf;
    }

#site-branding {
    height: auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 15px;
}
    
.logo-container {
    width: auto;
    float: left;
    padding: 0;
}

    #site-branding .border-section {
        margin: 0 auto;
        padding-bottom: 10px;
        border-left: 2px dotted #e1e1e0;
        border-right: 2px dotted #e1e1e0;
        border-bottom: 2px dotted #e1e1e0;
        width: 97%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #site-branding .logo-column #logo img {
        max-height: none;
        height: auto;
    }

.top-bar {
    width: auto;
    margin-top: 70px;
}
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a {
        color: #548b48;
        font-size: 18px;
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .default-header-style.v4 .top-bar .menu-main-nav-container ul li a:hover {
        color: #432915;
    }
    
#site-navigation, #site-navigation .row {
    height: auto;    
    float: right;
}
    .top-bar {
        float: right;
    }

.page-info-wrapper .page-title {
    font-family: 'Balthazar', serif;
    text-transform: capitalize;
}

/* custome home */
.homepage-slider {
    background: #FFFFFF;
    padding: 10px 0px;
    border-radius: 10px;
}

.border-slider {
    width: 97%;
    border-left: 2px dotted #e1e1e0;
    border: 2px dotted #e1e1e0;
    border-radius: 10px;
}

/* desktop screens */
@media (min-width: 1079px){
    
.homepage-slider {
    margin-top: 10px;
}

.colbox {
    width: 32.4%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mid-colbox {
    margin: 0 12px;
}

.colbox .wpb_single_image, .colbox .wpb_single_image img {
    margin-bottom: 0px;
}

.colbox .wpb_single_image img {
    width: 100%;
}

.colbox-text {
    padding-top: 20px;
    margin-top: -15px;
    border: 2px dotted rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border-top: none;
}

.more-link {
    margin: 20px 0px !important;
    font-size: 16px;
}

.learn-more {
    color: #000000;
}

.homepage-3col {
    margin-bottom: 20px;
}

.entry-content .gallery-link, .entry-content .gallery-link .column_container  {
    padding: 0 !important;
}

} /* end desktop screen */

/* forms */
.wpb_wrapper form#mfa914403f3c0 input, .wpb_wrapper form#mfa914403f3c0 select, .wpb_wrapper form#mfa914403f3c0 textarea {
    border: 1px solid #62381a;
    color: #444444;
}

.wpb_wrapper form#mfa914403f3c0 input {
    font-size: 14px;
    margin: 0 0 10px !important;
    padding: 5px;
}

.wpb_wrapper form#mfa914403f3c0 textarea {
    margin-top: 10px;
}

/* footer */

.home #footer-light, #footer-light {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 40px !important;
    background: #fff;
}

.border-footer {
    border-top: 2px dotted #e1e1e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px dotted #e1e1e0;
    border-right: 2px dotted #e1e1e0;
    margin: 0 auto;
    padding: 10px 0 40px;
    width: 97%;
}

.footer-row {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-header {
    margin-bottom: 10px;
    color: #8d8d8d !important;
    padding: 0;
}

.footer-header h3 {
    font-size: 16px;
    color: #000000;
}

/* custom general */
@media (min-width: 282px) and (max-width: 945px) {
    .default-header-style .menu-icon a {
        text-indent: 0;
    }
    
    .top-bar-section ul.title-area li a {
        width: auto !important;
        padding: 0 25px 0 8px !important;
    }
    
    .top-bar .menu-icon a .ub-icon-list2 {
        border-right: 1px solid #d8d8d8 !important;
        display: inline;
        float: left;
        font-size: 26px;
        line-height: 39px;
        margin-right: 25px !important;
        padding-right: 8px !important;
        vertical-align: middle;
    }
    
    .default-header-style.v4 #site-navigation {
        width: 100%;    
    }
    
    .mobile-menu {
        display: block;
        width: 100% !important;
    }
    
    .top-bar {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .top-bar-section {
        float: none;
    }
    
    .top-bar .menu-icon {
        float: none;
    }
    
    #site-navigation li a {
        font-family: inherit;
        font-size: 18px;
        color: #421F0A;
    }
    
    #site-branding {
        height: 280px;
    }
    
    #site-branding .border-section {
        height: 270px !important;
    }
}/* custom general */

/* custom mobile */
@media (max-width: 481px) {
    
    .info-left, .info-right {
        float: none;
        text-align: center;
        margin-right: 0px;
    }

    #site-branding .logo-column #logo img {
        height: auto;
        max-height: 140px;
    }

    #site-branding .border-section {
        width: 90%;
    }

    .wpb_row {
        padding: 0;
    }
    
    .info-right a {
        display: block;
        margin: 0;
        margin-bottom: -25px;
    }
    
    .info-right a.social-icon {
        display: inline-block;
        margin: 0;
        margin-top: 25px;
    }
    
    
} /* custom max-width: 481px */

/* custom ipad mini */
@media (min-width: 482px) and (max-width: 768px) {
    
    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 482px - 768px */

/* custom ipad portrait */
@media (min-width: 769px) and (max-width: 945px) {

    .wpb_row {
        padding: 0;
    }
    
} /* custom mobile 768px - 945px */


/* END dynamic_css */
