


/* *********************************************** */
/* ******   BEGIN CLIENT sitewide.php    ********** */
/* *********************************************** */



/* *********************************************** */
/* *******  BEGIN CLIENT sitewide.css  ***********  */
/* *********************************************** */

a {
	color: var(--dk_blue);
}

footer.entry-footer {
    margin-top: 20px;
}

span.cat-links > a {
    background: var(--dk_green);
    color: #fff;
    letter-spacing: 1px;
    padding: 4px 5px;
    border-radius: 10px;
    margin: 0 0px;
}

span.tags-links {
	margin-top: 10px;
}
span.tags-links > a {
	font-size: 12px;
	
}

a.continue_reading {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-weight: bold;
}

#header_wrap, 
#masthead, 
#footer, 
.entry-header, 
#head_content, 
#content {
	width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#masthead {
	box-shadow: 0 0 0 transparent;
}
.site-branding {
	background-image: var(--top_logo);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100px;
    padding: 0;
    width: 100%;
    padding-left: 0;
    float: none;
    height: 125px;
    margin-bottom: 20px;
}

#site_tagline {
	margin-top: 20px;
	font-size: 18px;
	color: var(--dk_green);
	text-align: center;
}
div#site_title {
    text-align: center;
    color: var(--dk_green);
    font-size: 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 1;
    z-index: 0;
    font-weight: 100;
}
.entry-header {
    margin: 20px auto 0px auto;
}

.entry-header h1 {
	padding: 0;
}

#content {
	padding-top: 0;
}


.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}

.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
	padding-right: 0;
}

.wp-block-columns .wp-block-column:first-child {
	margin-left: 0 !important;
}

.wp-block-columns .wp-block-column:last-child {
	margin-right: 0 !important;
}


.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
}

.single-post #primary,
#primary.has-sidebar {
	width: 70%;
	padding-right: 25px;
	min-width:400px;
}
.single-post #primary {
	margin-bottom: 50px;
}

body.blog article {
    padding-bottom: 30px;
    border-bottom: 2px solid var(--lt_green);
}

div.entry-meta {display:none !important; }

#secondary {
    background: var(--dk_green_20);
    
}
.single-post #secondary {
	width: 25%;
	margin:0 auto;
}

.widget_search > form.wp-block-search label {
    display: none;
}
.widget_search > form.wp-block-search button {
	background: var(--dk_green);
	color:white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

.widget_block {
    border-bottom: 2px solid var(--dk_green);
    padding: 20px 0;
}

.widget_block h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list,
ul.wp-block-archives-list.wp-block-archives,
ul.wp-block-categories-list.wp-block-categories {
    list-style: none;
    padding-left: 0;
}


.site-footer {
	background: var(--lt_green);
}
#footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: flex-start;
    color: white;
}

.footer-column.footer_menus {
	display:block;
/* 
    display: flex;
    flex-flow: column nowrap;
 */
}


.footer-column.footer_menus ul {
    list-style: none;
    margin: 0;
    padding: 0;
	border-right: 1px solid white;
/*     display: flex; */
    flex-flow: row nowrap;
    justify-content: space-evenly;
}
.footer-column.footer_menus ul li {
	text-align:right;
/* 	border-right: 1px solid white; */
	width: 100%;
	padding:0 5px;
}
.footer-column.footer_menus ul li > a{
	font-size: 12px;
}
.footer-column.footer_menus ul li:last-child {
/* 	border-right: 0px solid white; */
}

#copyright {
    text-align: center;
    color: white;
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 10px;
}

.social-container a.no_text {
	visibility: visible;
}


#footer .footer-column {
    flex-basis: 100%;
    padding: 15px;
    padding-bottom: 0;
}
#footer .footer-column:last-child {
    flex-basis: 100%;
    padding: 15px;
    padding-bottom: 15px;
}

a.footer-logo {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background-position: left top;
}

.social-container i {
    font-size: 55px;
}


.social-container a {
    color: rgba(255,255,255,0.3) !important;
}

.social-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.acf-button.button {
    background: var(--dk_green);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.25s ease
}
.acf-button.button:hover {
    background: var(--lt_green);
    text-shadow: 0 0 5px rgba(0,0,0,1);
}
.acf-button.button-large {
    width: 100%;
    padding: 25px !important;
    font-size: 24px;
}
.acf-button.button.button-primary.button-large:disabled {
    opacity: 0.3;
    cursor: no-drop;
    filter: saturate(0);
}

ul.acf-hl.acf-tab-group {
    display: flex;
    flex-flow: row wrap;
}
.acf-hl:before,
.acf-h1:after {
	display:none !important;
}
ul.acf-hl.acf-tab-group li {
    margin: 0.5% !important;
}


.acf-fields>.acf-tab-wrap .acf-tab-group li a {
    background: var(--dk_green);
    border-color: transparent;
    transition: all 0.25s ease;
}

.acf-tab-group li a {
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    text-decoration: none;
    background: #e5e5e5;
    transition: none;
}
.acf-fields>.acf-tab-wrap .acf-tab-group li.active a {
    background: var(--green);
}

.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover {
    background: var(--lt_green);
    color: #fff;
}

#bbc_registration .acf-form-submit {
/* 
	width: calc(100% - 340px);
    margin-left: 340px;
    margin-top: -96px;
 */
    opacity: 0;
}

#bbc_registration .acf-form-submit.showme {
	opacity: 1;
}

a.proceed {
	font-weight: bold;
	text-transform:uppercase;
	background: var(--dk_green);
	padding: 15px;
	border: none;
	color: white;
	display: block;
	text-align: center;
	width: 250px;
	margin: auto;
	margin-top: 30px;
	transition: all 0.25s ease;
}
a.proceed:hover {
	transform: scale(1.05);
	background: var(--lt_green);
}


.acfe-field-recaptcha > div > div {
	margin: auto;
}

body.single-product .entry-title {
	padding-left: 150px;
}
body.single-product .entry-meta {
	visibility: hidden !important;
}	

body.single-product p.price {
    font-weight: bold;
    font-size: 40px !important;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 25px 80px;
}
body.single-product.postid-24239 p.price {
    position: relative;
    float: right;
    padding-top: 0;
    margin-top: 0;
    text-align: right;
    margin-left: 80px;
    width: 250px;
    line-height: 1;
}

body.single-product .thumb-wrapper {
    height: 0;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    height: 95px;
    width: 150px;
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
}


body.single-product .post-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
}

body.single-product input[type=text],
body.single-product input[type=email],
body.single-product input[type=number],
body.woocommerce-checkout input[type=text],
body.woocommerce-checkout input[type=email],
body.woocommerce-checkout input[type=number],
body.woocommerce-checkout input[type=tel],
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
select#level {
	padding: 10px;
}

body.single-product .wapf-field-label,
.woocommerce-billing-fields__field-wrapper label,
#order_comments_field label {
    background: #ddd;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 5px 50px 5px 10px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block !important;
}


body.single-product .wapf-field-label label {
	position: static;
}

body.single-product abbr[title=required],
.woocommerce-billing-fields__field-wrapper abbr[title=required] {
    color: red;
    text-decoration: none;
    font-size: 300%;
    display: block;
    padding-top: 0px;
    position: absolute;
    right: 10px;
    top: -2px;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    padding: 14px 28px;
}
.woocommerce div.product form.cart div.quantity {
    float: right;
    margin: 0 0 0 5px;
}
.product_meta .posted_in {
	display:none;
}
.woocommerce-billing-fields__field-wrapper abbr[title=required] {
	top: -8px;
}


body.single-product .reg_city {
	width: 50% !important;
}

body.single-product .reg_state {
	width: 25% !important;
}

body.single-product .reg_zip {
	width: 25% !important;
}

body.single-product .reg_email {
	width: 50% !important;
}

body.single-product .reg_phone {
	width: 50% !important;
}

.woocommerce-variation-price {
	font-weight: bold;
	display:block;
	text-align: center;
}

dl.variation {
	display:grid;
	grid-template-columns: max-content auto;
}
dl.variation dt,
dl.variation dd {
	border-bottom: 2px solid #ddd;
}

dl.variation dt {
	grid-column-start: 1;
	max-width: 180px;
}
dl.variation dd {
	grid-column-start: 2;
}

dl.variation dd p {
	display:inline;
	padding: 0;
	margin: 0;
}
dl.variation dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div[id*="zoid-paypal-buttons"] > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    margin: auto;
    position: relative !important;
    display: block;
}

.woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px;
    width: 40%;
    float:left;
}

.ppc-button-wrapper {
    width: 55%;
    float: right;
}

footer.entry-footer > span {
	display:block;
}


@media screen and (max-width: 640px) {

	.entry-header h1 {
		padding: 0;
		text-align: center;
	}
	p#breadcrumbs {
		text-align: center;
	}
}

/* *********************************************** */
/* *********  END CLIENT sitewide.css  ***********  */
/* *********************************************** */



/* *********************************************** */
/* ******  BEGIN CLIENT editor_shared.css  ******* */
/* *********************************************** */

.header_bar {
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	border-radius: 50px;
	
	margin-bottom: 0;
}
.block {
	display:block;
}


.indent {
    padding-left: 25px;
    margin-left: 25px;
    border-left-width: 5px;
    border-left-style: solid;
    padding-top: 20px;
    
}

.indent p:first-child {
	margin-top: 0;
}


figure.wp-block-gallery.has-nested-images {
    display: flex;
    justify-content: space-evenly;
    flex-flow:row wrap;
    
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, 
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: contain !important;
    width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: block;
    flex-direction: column;
    flex-grow: unset;
    justify-content: center;
    max-width: 250px;
    position: relative;
    margin: 1% 1% 20px 1% !important;
    width: 30% !important;
}



/* *********************************************** */
/* ********  END CLIENT editor_shared.css  ******** */
/* *********************************************** */



/* *********************************************** */
/* ********   END CLIENT sitewide.php    ********* */
/* *********************************************** */

