h1#site-title {
    font-family: Parisienne,Open Sans,Arial;
    font-size: 42px;
}
#hgroup {
    padding-top: 20px;
    padding-left: 20px;
}
html body {
    background-size: 100%;
}
html .entry-content td {
    border-top-width: 0;
}
html .entry-content table {
    border-bottom-width: 0;
}
/** Colours **/

/* headers */
html h1, html .entry-content h2, html h3, html h4, html h1.entry-title, html h3.widget-title {
    color: #000000;
}
/* text */
html p, .hometext, html ul {
    color: #121212;
}
a.buttons, #mc_embed_signup .button, #text-5, #secondary aside.widget, footer#colophon  {
    background-color:#005900;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#99bd99),to(#005900)) !important;
    background-image:-webkit-linear-gradient(top,#99bd99,#005900) !important;
    background:-moz-linear-gradient(#d17a33,#a63e06) repeat scroll 0 0 transparent !important;
	background-image:-ms-linear-gradient(top,#99bd99,#005900) !important;
	background-image:-o-linear-gradient(top,#99bd99,#005900) !important;
	background-image:linear-gradient(top,#99bd99, #005900) !important;
    font-family:Open Sans,Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:600;
}
a.buttons, #mc_embed_signup .button, #text-5, #secondary aside.widget, footer#colophon,nav#access  {
    background-color:white;
    background-image:-webkit-gradient(linear,left top,left bottom,from(white),to(white)) !important;
    background-image:-webkit-linear-gradient(top,white,white) !important;
    background:-moz-linear-gradient(white,white) repeat scroll 0 0 transparent !important;
    background-image:-ms-linear-gradient(top,white,white) !important;
	background-image:-o-linear-gradient(top,white,white) !important;
	background-image:linear-gradient(top,white,white) !important;
    font-family:Open Sans,Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:600;
}
/* submenu */
#branding ul.menu ul.sub-menu a {
    background-color: #a63e06;
    color: white;
}
/* active button on menu or submenu */
html #branding ul.menu li > a:hover { 
    background-image: none;
    font-weight: 600;
    background-color: #808080;
    color: white;
}
/* menu text, menu bar and phone widget */
#branding ul.menu li a {
    color: #a63e06;
    font-weight: 600;
    font-size: 16px;
}
.phone {
    color: #a63e06;
}
#branding ul.menu li {
    border-left-color: #a63e06;
}

/* buttons */
a.buttons {    
    border:3px solid #005900;
    padding:10px 15px 10px 15px;
	text-align:center;
	margin-bottom: 0;
	border-radius:20px;
	text-decoration:none;
	width:20em;
    }
#mc_embed_signup .button { border: 3px solid #005900 !important; }
a.buttons:hover, #mc_embed_signup .button:hover  {
    color: white;
    font-weight: 700;
    background-color: #005900;
    background-image: none !important;
    text-decoration: none !important;
}

/* Footer colours transparent */
#first.widget-area, #supplementary.one .widget, #supplementary.one .textwidget, #page #site-generator, #supplementary.one {
    background-image: none;
    background-color: transparent;
    font-size: 12px;
} 

/* change page background color to white and remove footer margin color */
#page, #main.clearfix, .hentry {
    background-color: white !important;
    border-color: white;
}
/* footer text */
#supplementary .widget-area .widget, #site-generator.clearfix { 
    font-size: 12px;
    color: #a63e06;
}
/* footer link */
#supplementary .widget-area .widget a, #site-generator.clearfix a {
    color: #333;
    font-weight: 700;
}


/** Header Area **/


#site-logo img /*, #branding img*/ {
    width: 250px;
/*    max-width: 100%;*/
}
/* make header take up all the space */
#header-content.clearfix {
        margin:0;
        padding:0;
}
body.blog {
    padding-top: 0;
}
header#branding {
    border-radius : 0 0 0 0;
}

/* float text alongside logo */
#site-logo, #hgroup { float: left; }
h1#site-title, h2#site-description {
    clear: right;
}

h2#site-description {
    font-size: 24px;
}

html header#branding {
    background-color: transparent !important;
}


/** Text **/

/* set font, turn off hyphenation */
html p, .hometext, html ul {
    font-family: Open Sans,Arial,Helvetica !important;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    font-weight: 400;
}
.hometext {
    font-size: 16px;
    font-weight: 600;
}
.home-page-text {
 font-size: 18px;
 font-weight: 600;
 text-align: center;
 color: #067238; 
}
/* bullet points */
.entry-content ul{
        list-style-type:square
}


/** Widgets **/

.phone {
    font-size: 20px;
    font-weight: 600;
}

.jetpack-image-container a img {
    border: 0 0 0 0;
    padding: 0 0 0 0;
    margin-bottom: 0;
}

aside#text-5.widget .textwidget {
    background-color: transparent !important;
}
#text-5 {
    text-align: center;
    padding-bottom: 9px;
}

/* Extensive Posts widget CSS */
#secondary ul li {
    list-style-type: none !important;
}
#secondary .cw-erpv-posts .cw-erpv-post .cw-erpv-post-short {
    max-width: 100%;
}
.cw-erpv-posts-section img.wp-post-image {
    border: 0 0 0 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* Add This Toolbox */
.addthis_toolbox {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
}

/* text widget with buttons in it */
.textwidget a.buttons {
 margin-bottom: 30px;
 font-weight: 600;
 display: block;
 clear: both;
 text-align: center;
 width: 150px;
}
/* buttons */
div.button-block {
 margin-bottom: 30px;
 font-weight: 600;
 display: block;
 clear: both;
 margin-left: auto;
 margin-right: auto;
 width: 180px;
}


/** stretch page across whole page **/

#page.hfeed {
/*    width: 100%;
	max-width: 100%; */
	margin-bottom: 0;
	margin-top: 0;
}
html #primary {
    width: 100%;
}
#secondary.widget-area {
	width: 25%;
}
body.page, body.archive, body.single {
/*	padding-top: 0; */
	padding-bottom: 0;
}
article.post {
	border-bottom: 0;
}
/* Remove borders from article */
article.hentry, #secondary .widget {
    border-bottom: 0 solid #fff;
}
.hentry {
    border: 0;
}
/* remove rounded corners at bottom of page */
#site-generator.clearfix {
    border-radius: 0 0 0 0 !important;
}


/** images **/

/* image captions */
.entry-content .wp-caption, #secondary .wp-caption {
 background-color: transparent;
     margin-bottom: 10px;
}
#secondary .wp-caption {
     margin-bottom: 4px;
}

.entry-content .wp-caption .wp-caption-text, #secondary .wp-caption .wp-caption-text {
text-align: center;
padding: 5px 7px 0;
} 

.entry-content .wp-caption img, .entry-content a img {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-width: 0;
}


/** Misc **/

/* slider */
html .slideshow-window, html .slideshow-slide { background-color: transparent !important; border-width: 0; border-bottom-color: transparent !important; }

/* Hide stuff we do not want, ie
 * Comments form, info about posts, page name on home page,
 * who did post and date, search form, slider read more link,
 * site title, events manager ad, casino ad, footer, hyphens before captions */
div#respond,.post-meta,article#post-2 h1.entry-title,div.entry-meta,footer.entry-meta,#branding #searchform,#slider-wrap a.more-link,.bp_members #em-wrapper,comments,small center a, #site-generator div.powered, .entry-content .wp-caption .wp-caption-text:before {
        display:none
}


/** Footer **/

/* clean up footer */
#supplementary{
        padding:0
}
/* Make footer three fill the space */
#supplementary.one {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
footer#colophon{
        margin-top:2em
}
#footer_copyright-2 {
	border: 0;
}

/* Make webhive link in footer one look like it is part of site link */
#supplementary .widget-area .widget { 
    margin-bottom: 0; 
    border-bottom: 0; 
    padding-bottom: 0; 
    padding-top: 20px;
    margin-left: 3%; 
    padding-left: 0.5em;
}

#site-generator.clearfix {
    padding-top: 0;
    border-top: 0;
    border-bottom: 0;
}

/* make find me page long enough
#post-27{
        height:42em
} */

/* mailchimp signup form */
#mc_embed_signup{background:#99bd99; clear:left; font:14px Helvetica,Arial,sans-serif; }
#mc_embed_signup p { margin-bottom: 7px; color: #005900; font-weight: 600; font-size: 16px;}
#mc_embed_signup label, .indicates-required { color:#005900; }
#text-3 #mc_embed_signup .mc-field-group { width: 92%; }
input { border-radius: 5px; }

@media screen and (max-device-width: 767px), handheld, screen and (max-width: 767px) {
    #main.clearfix, body.page {background-image: none; }
    body { position: absolute; top: 0; width: 100%;padding-top: 0 !important; } 
    html #primary, #secondary.widget-area { width: 100% }
    #header-content { padding: 0 0 0 0; }
    article.hentry { margin-left: 0;}
    #page.hfeed { width: 100%; max-width: 100%; }
    #hgroup, #wpadminbar, #sidebar-header-right { display:none; }
}