/* headers */
h1, html .entry-content h2, h3, h4, h1.entry-title, h3.widget-title {
    color: #2d3f55 !important;
}
#site-description {
    font-size: 24px;
}
html header#branding {
    background-color: transparent !important;
}

/* set font, turn off hyphenation */
html p, .hometext, html ul, html body {
    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;
}
.phone {
    font-size: 20px;
    font-weight: 600;
    color: white;
}
aside#text-4.widget .textwidget {
    background-color: transparent !important;
}
#text-4 {
    text-align: center;
    padding-bottom: 9px;
}

/* to stretch banner if it is too small */
.logo-wrap, #site-logo, #site-logo a, #branding img {
    width: 100%;
    max-width: 100%;
}
/* float text alongside logo */
#site-logo, #hgroup { float: left; }
#site-title, #site-description {
    clear: right;
}

/* 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,#site-title,#site-description,.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
}

/* 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;
}

/* stretch page across whole page */
#page.hfeed {
/*	width: 100%;
	max-width: 100%; */
	margin-bottom: 0;
	margin-top: 0;
}
/*#content[role=main] {
    width: 65%;
}

#secondary.widget-area {
	width: 25%;
}*/

body.page, body.archive, body.single {
/*	padding-top: 0; */
	padding-bottom: 0;
}

article.post {
	border-bottom: 0;
}

.home-page-text {
 font-size: 18px;
 font-weight: 600;
 text-align: center;
 color: #067238; 
}

/* 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;
}

/* text widget with buttons in it */
.textwidget a.buttons {
 font-weight: 600;
 display: block;
 clear: both;
 text-align: center;
 width: 150px;
}

/* buttons and menu CSS  */
a.buttons, nav#access, #mc_embed_signup .button, #text-4 {
    color:white;
    background-color:#2d3f55;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#6389ae),to(#2d3f55)) !important;
    background-image:-webkit-linear-gradient(top,#6389ae,#2d3f55) !important;
	background:-moz-linear-gradient(#6389ae,#2d3f55) repeat scroll 0 0 transparent !important;
	background-image:-ms-linear-gradient(top,#6389ae,#2d3f55) !important;
	background-image:-o-linear-gradient(top,#6389ae,#2d3f55) !important;
	background-image:linear-gradient(top,#6389ae, #2d3f55) !important;
    font-family:Open Sans,Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:600;
    }
#branding ul.menu ul.sub-menu a {
    background-color: #6389ae;
    color: white;
}
#branding ul.menu li a {
    color: white;
}
#branding ul.menu li {
    border-left-color: white;
}
a.buttons {    
    border:3px solid #2d3f55;
    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 #2d3f55 !important; }
a.buttons:hover, #mc_embed_signup .button:hover,#branding ul.menu li > a:hover {
    color: white !important;
    font-weight: 700;
    text-decoration: none !important;
    background-color: #6389ae !important;
    background-image: none !important;
}
#branding ul.menu .sub-menu li:hover, #branding ul.menu .sub-menu a:hover {
    font-weight: 600;
    color: #555;
}

div.button-block {
 font-weight: 600;
 display: block;
 clear: both;
 margin-left: auto;
 margin-right: auto;
 width: 180px;
}
div.button-block p {
    margin-bottom: 0;
}

/* 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;
} 

/* bullet points */
.entry-content ul{
        list-style-type:square
}

/* Remove borders from article */
article.hentry, #secondary .widget {
    border-bottom: 0 solid #fff;
}

.addthis_toolbox {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
}

/* 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;
    font-size: 12px;
    color: #666;
    }
#supplementary .widget-area .widget a {
    color: #555;
    font-weight: 700;
}
#site-generator.clearfix {
    padding-top: 0;
    border-top: 0;
    border-bottom: 0;
}

/* make find me page long enough
#post-27{
        height:42em
} */
#first.widget-area, .textwidget, aside.widget, #supplementary.one .widget, #page #site-generator, .sidebar .widget {
    background-color: #eee !important;
}
/* change page background color to white and remove footer margin color */
#page, #main.clearfix, .hentry, #site-generator, #supplementary.one, footer#colophon {
	background-color: white !important;
    border-color: white;
}
.hentry {
	border: 0;
}
/* remove rounded corners at bottom of page */
#site-generator.clearfix {
    border-radius: 0 0 0 0 !important;
}

/* 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 {background-image: none; }
    body { position: absolute; top: 0; width: 100%;padding-top: 0 !important; } 
    #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; }
}