/** Colours **/

/* headers */
html h1, html .entry-content h2, html h3, html h4, html h1.entry-title {
    color: #000066;
}
html h3.widget-title {
  color: white;
  text-align: center;
  border-bottom-color: #f0f0f0;
}
html .entry-content h2 {
    font-size: 22px;
}
html .entry-content h3 {
  font-size: 16px;
  padding-top: 20px;
}
/* text */
html p, .hometext, html ul {
    color: #121212;
}

.wp-editor-area {color:#000 !important;}
.js .tmce-active .wp-editor-area {color:#000 !important;}

.menu-members-menu-container li,a.buttons, #branding ul.menu,nav#access, #mc_embed_signup .button, #text-5, #secondary aside.widget, footer#colophon  {
    background-color:#d3b251 !important;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#d3b251),to(#d3b251)) !important;
    background-image:-webkit-linear-gradient(top,#d3b251,#d3b251) !important;
    background:-moz-linear-gradient(#d3b251,#d3b251) repeat scroll 0 0 transparent !important;
	background-image:-ms-linear-gradient(top,#d3b251,#d3b251) !important;
	background-image:-o-linear-gradient(top,#d3b251,#d3b251) !important;
	background-image:linear-gradient(top,#d3b251, #d3b251) !important;
    font-family:Open Sans,Helvetica,Arial,sans-serif;
	font-weight:600;
}
#secondary aside.widget {
  font-size: 14px;
}
nav#access, #secondary aside {
    box-shadow: 0 2px 10px #373737 !important; 
}
/* submenu */
#branding ul.menu ul.sub-menu a {
    background-color: #d3b251;
    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: white;
    font-size: 16px;
    font-weight: 600;
}
.phone {
    color: white;
}
#branding ul.menu li {
    border-left-color: white;
}

div.chart {
  display: inline-block;
  float: left;
  clear: none;
  margin-right: 20px;
  text-align: center;
}
.red-header {
  font-size: 14px;
  color: red;
}

/* buttons &amp; member menu */
.widget .menu-members-menu-container ul {
  margin-left: 0;
}
.widget .menu-members-menu-container li,a.buttons, .login_wid input[name="login"], .wlmember_loginwidget_input_submit {    
    border:3px solid #B77627;
    padding:10px 2px 10px 2px;
	text-align:center;
	margin-bottom: 10px;
	border-radius:20px;
	text-decoration:none;
	width:15em;
     background-image:-webkit-gradient(linear,left top,left bottom,from(#d3b251),to(#CE852C)) !important;
    background-image:-webkit-linear-gradient(top,#d3b251,#CE852C) !important;
    background:-moz-linear-gradient(#CFA94B,#B77627) repeat scroll 0 0 transparent !important;
	background-image:-ms-linear-gradient(top,#d3b251,#CE852C) !important;
	background-image:-o-linear-gradient(top,#d3b251,#CE852C) !important;
	background-image:linear-gradient(top,#d3b251, #CE852C) !important;
  font-size: 14px;
}
.login_wid input[name="login"], .wlmember_loginwidget_input_submit {
  width: 10em; 
  margin-top: 5px;
  padding: 0 0 0 0;
}
.menu-members-menu-container li a {
  color: white;
  font-weight: 600;
 }
a.buttons:hover {
    color: white;
    font-weight: 700;
    background-color: #d3b251;
    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;
}
/* arrange footer widgets and widet areas as we want them */
#supplementary.two .widget-area, #supplementary.three .widget-area {
  width: 100%;
}
#supplementary .widget-area .widget {
  float: left;
  clear: none;
  margin: 20px 0 20px 0;
}
/*#supplementary .widget-area .widget img {
  height: 125px;
}*/
#supplementary #first.widget-area .widget, #supplementary #second.widget-area .widget {
  margin-left: 10px;
}
#supplementary #second.widget-area {
  padding-bottom: 10px;
}
/* footer text */
#supplementary .widget-area .widget, #site-generator.clearfix { 
    font-size: 12px;
    color: white;
}
/* footer link */
#supplementary .widget-area .widget a, #site-generator.clearfix a {
    color: #333;
    font-weight: 700;
}


/** Header Area **/

/* 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; }
/* add bottom margin to logo */
#site-logo {
  margin-bottom: 10px;
}
#hgroup {
  margin: 15px 0 0 30px;
}
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
}

/* Contact Us page table */
#post-13 table.easy-table-cuscosky, #post-13 table.easy-table-cuscosky td {
    border-bottom-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-top-width: 0 !important;
    background-color: transparent !important;
}

/** Images **/
html #content .gallery .gallery-icon img {
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
html #content .gallery-columns-4 .gallery-item img {
  width: 100%;
}
.entry-content img.alignright, .entry-content img.alignleft {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}


/** 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: 0;
 font-weight: 600;
 display: block;
 clear: both;
 margin-left: auto;
 margin-right: auto;
 width: 180px;
}
#text-24 .buttons {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
#text-24 a {
  color: white;
}
#wishlistwidget-2 h3.widget-title {
  display: none;
}


/** stretch page across whole page **/

#page.hfeed {
/*    width: 100%;
	max-width: 100%; */
	margin-bottom: 0;
	margin-top: 0;
}
html #primary {
    width: 70%;
}
#content[role=main] {
    width: 100%;
}
#secondary.widget-area {
    width: 25%;
}    

body.page, body.archive, body.single {
	padding-bottom: 0;
}
article.post {
	border-bottom: 0;
}
/* Remove borders from article */
.page-id-44 #main.clearfix, article.hentry {
  padding-left: 0;
  padding-right: 0;
}

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;
}

@media screen and (max-device-width: 767px), handheld, screen and (max-width: 767px) {
    #tinynav1 option { background-color: #ccc; }
    #main.clearfix, body.page {background-image: none; }
    body { position: absolute; top: 0; width: 100%;padding-top: 0 !important; } 
    #secondary aside.widget .phone { background-image: none !important; background-color: white; color: #5F82C1; }
    #header-content { padding: 0 0 0 0; }
    article.hentry { margin-left: 0;}
    #page.hfeed,html #primary, #secondary.widget-area  { width: 100%; max-width: 100%; }
    #hgroup, #wpadminbar, #sidebar-header-right { display:none; }
}

/* content added by Darryl 2pi Software*/
/* add consistent spacing within input elements*/
.mp_wrapper textarea,
.mp_wrapper select,
.mp_wrapper input[type=text],
.mp_wrapper input[type=url],
.mp_wrapper input[type=email],
.mp_wrapper input[type=tel],
.mp_wrapper input[type=number],
.mp_wrapper input[type=password] {
  padding: 8px 0px 8px 4px!important;
}

/* content added by Darryl 2pi Software*/
/* make pricing more pronounced */
.mp-form-row.mepr_bold.mepr_price {
  font-size: 24px;
  font-weight: bold;
}