/*
Theme Name: BFCTheme
Author: MuseArts
Author URI: http://www.musearts.com/
Description: Basic Wordpress theme based on Foundation 6 and Twenty Sixteen.
Version: 1.3
Text Domain: bfctheme

*/

/* General Styles */

@font-face {
    font-family: 'black_jackregular';
    src: url('fonts/342AB7_0_0.woff2') format('woff2'),
         url('fonts/342AB7_0_0.woff') format('woff'),
         url('fonts/342AB7_0_0.eot') format('eot'),
         url('fonts/342AB7_0_0.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Gill Sans', Calibre, Trebuchet, sans-serif;
	font-size: 1em;
	background-color:#fff;
}

.row .row {
    max-width: 75em;
}

.border1 {
	border: 1px red solid;
}


h1 {
	font-family: 'Gill Sans', Calibre, Trebuchet, sans-serif;
	font-size: 1.8em;
	color: #000;
}

h1.entry-title {
	text-transform: uppercase; 
	font-weight: lighter !important;
}

h2 {
	font-family: 'Gill Sans', Calibre, Trebuchet, sans-serif;
	font-size: 1.5em;
	color: #628e2e;
	font-weight: bold;
	line-height: 1;
	clear: both;
	margin-bottom: 2rem;
}

h3, .special-heading {
	font-family: 'Gill Sans', Calibre, Trebuchet, sans-serif;
	font-size: 1.3em;
	background-color: #8CC63F;
	color: #fff;
	width: 100%;
	padding: 3px;
	font-weight: bold;
	clear: both;
}

h4 {
	font-family: 'Gill Sans', Calibre, Trebuchet, sans-serif;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}

hr {
	margin-bottom: 1em;
	margin-top: 1em;
}

p {
	line-height: 1.5;
	margin-bottom: 1rem;
}

a {
	color: #508317;
}

a:hover {
	color: #4a7a13;
	text-decoration: underline;
}

.button {
	padding: 5px;	
	width: auto;
	margin-bottom: 3px !important;
}

.button, .button a, a.button {
	background-color: #b8db70;
	color: #000;
	border-radius: 6px;
}

.button:hover, .button:hover a, a.button:hover {
	background-color: #c8ec82;
	color: #000;
	text-decoration: none;
}

ul, ol, dl {
	font-size: 1em;
}

ul li, ol li {
	padding-top: 0em;	
}

.alignleft {
	float: left;	
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;	
}

.left, .alignleft {
	padding-right: 1rem;	
}

.right, .alignright  {
	padding-left: 1rem;	
}

.wp-caption-text {
	font-style: italic;
	font-size: small;
}

blockquote {
	margin-left: 5em;
	margin-right: 5em;	
}

.flex-video {
	margin-bottom: 0;
}


/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Backgrounds */


footer, #content, #sidebar, #homepage_content, #page_content {
	background-color: #FFFFFF;
}

/* Header  */

#header {
	padding-top: 0;
	padding-bottom: 0;
}

#header.top-bar {
	background-color: #000;
}

#header_utility {
	color: #fff;
	height: auto;
	padding-top: 1rem;
}

#content_wrapper {
	margin-top: 1em;
}

#logo {
	padding-top: .5em;
	padding-bottom: .5em;
}

#header_search {
	display: inline;
	background-color: #000;
	padding: 0 0;
	float: right;
	margin-left: 1em;
	margin-bottom: 0;
	height: 40px;
}

form#header_search input.searchbox {
	display: inline-block !important;
	background-color: #fff;
	color: #000;
	width: 10rem;
	height: 1.5em;
	font-size: 1rem;
	margin-top: 1rem;
	padding: 2px;
	margin-right: .3rem;
}

form#header_search input.button {
	width: 3rem;
	margin-left: 0;
}

input::-webkit-input-placeholder {
	color: #000 !important;
}

#social_media {
	margin-top: 1rem;
}


/* Footer */

#footerwidgetarea {
	padding-top: 1rem;
	background-color: #000;
	color: #fff;
}

#footerwidgetarea h4 {
	color: #ffc94d;
}

#footerwidgetarea a {
	color: #ABD75D;
}

#footerwidgetarea a:hover {
	color: #43ba30;
	text-decoration: underline;
}

#footerwidgetarea a.button {
	width: 96%;
	background-color: #b8db70;
	color: #000;
	border-radius: 6px;
}

#footerwidgetarea  a.button:hover {
	background-color: #c8ec82;
	color: #000;
	text-decoration: none;
}


div#content-container.row {
	background-color: #FFFFFF;
}

footer p.copyline {
	font-size: .775rem;
}

#page_footer {
	margin-top: 1rem;
}

div.mtphr-dnt-wrapper {
	background-color: #fff !important;
}

div.mtphr-dnt-tick-container, h3.mtphr-dnt-title {
	padding-left: 1rem;
	padding-right: 1rem;
}


/* Homeblocks */

ul.slides div.caption { 
	font-size: 1.2rem; 
	font-weight: bold;
}

#homeblocks {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #ffc94d;
}

#home_feature img {
	border: 1px #000 solid;
}

#home_about {	
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #b8db70;
}

#newsblocks .newsblock1, #newsblocks .newsblock2, #newsblocks .newsblock3 {
	background-color: #fff;
	border: 1px #000 solid;
}

#newsblocks .news_header {
	background-color: #0F7637;
}

#newsblocks .fp-categories a, #newsblocks h3.newsblock_title {
	padding-left: 1rem;
	padding-top: .5rem;
	padding-bottom: 0;
	background-color: #0F7637;
	font-family: black_jackregular, cursive;
	font-size: 1.85rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
	opacity: 1;
	text-transform: none;
	letter-spacing: normal;
}


#newsblocks h4.fp-title {
	padding: .5rem 1rem;
	font-family: 'Gill Sans', Calibre, Trebuchet, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	margin-bottom: 0;
}

#newsblocks .fp-body {
	padding: 1rem;
}

#newsblocks .entry_meta_home {
	margin-bottom: 1rem;
}

time.entry-date {
	color: #000;
}

#newsblocks .dps-categories a {
	padding-left: 1rem;
	padding-top: .5rem;
	padding-bottom: 0;
	background-color: #0F7637;
	font-family: black_jackregular, cursive;
	font-size: 1.85rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
	opacity: 1;
	text-transform: none;
	letter-spacing: normal;
}

#newsblocks h4.dps-title {
	padding: .5rem 1rem !important;
	font-family: 'Gill Sans', Calibre, Trebuchet, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff !important;
	background-color: transparent;
	margin-bottom: 0;
}


#newsblocks h4.dps-title a {
	color: #fff !important;
	text-decoration: none;
}

#newsblocks .dps-body {
	padding: 1rem;
}

#newsblocks .dps-meta {
	color: #747474;
}

#newsblocks .entry_meta_home {
	margin-bottom: 1rem;
	font-size: .9rem;
}

#newsblocks .dps-readmore a, #newsblocks .dps-readmore a {
    text-decoration: none;
    font-size: 0.9em;
    display: inline-block;
    border: 1px solid;
    padding: .2em .7em;
    border-radius: 3px;
}


#newsblocks .content-entry a {
	color: #b8db70;
}

/* Page layout */

#page_content {
	margin-top: 0;
	padding-top: 2rem;
}

#featured_img {
	width: 100%;
	background-color: #fff;
}

span.featured_caption {
	width: auto;
	position:absolute;
	margin-top: -100px;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	font-size: 2rem;
	border-radius: 8px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 0;
}

#page_content article h2 {
	clear: both;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

#page_content article h2.wprm-recipe-name {
	clear: none;
	margin-top: 0;
	margin-bottom: 1rem;
}

#page_content article div.dept_contact_block h2 {
	margin-top: 0;
	margin-bottom: 0;
}

/* Posts */

#page_content .entry-content {
	margin-top: .5rem;
}

.post_thumbnail {
	margin-top: 6px;
	margin-right: 6px;
	float:left;
}

.post_thumbnail img {
	border: 1px #000 solid;
}

article h1 {
	margin-bottom: 0;
}

article h2.entry-title {
	margin-bottom: 0;
}

article  {
	clear:both;
	margin-bottom: 1rem;
}

article header.entry-header {
	margin-bottom: 1rem;
}

div.printfriendly {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.pagination a {
	display: inline-block;
}

/* Forms */

.vfb-legend h3, #dept_contact h3 {
	color: #333;
	background-color: transparent;	
	border-bottom: 0px #fff;
}

.visual-form-builder fieldset {
	background-color: transparent;	
	border: 0px #fff;
	margin: 0 0;
}

.visual-form-builder .vfb-legend {
	margin: 5px 0 !important;
}

form.visual-form-builder {
	margin: 0 0 !important;
}

#dept_contact {
	background-color: #ffc94d;
}

/* Events */

.tribe-events-calendar th {
	color: #fff !important;
}

h3.tribe-events-month-event-title a, h3.tribe-events-month-event-title a:hover {
	color: #fff;
}

/* Event Registrations */

#rtec {
	border: 1px solid #ccc;
}

#rtec .rtec-register-button {
	margin-bottom: 0;
}

/* Constant Contact Form */

form.ctct-custom-form .button, form.ctct-custom-form a.button {
	background-color: #b8db70;
	color: #000;
	border-radius: 6px;
}

form.ctct-custom-form .button:hover, form.ctct-custom-form  a.button:hover {
	background-color: #c8ec82;
	color: #000;
	text-decoration: none;
}

/* Recipes */

h3.wprm-recipe-header {
	font-family: 'Gill Sans', Calibre, Trebuchet, sans-serif;
	font-size: 1.3em;
	background-color: #8CC63F;
	color: #fff;
	width: 100%;
	padding: 3px !important;
	font-weight: bold;
	clear: both;
}

/* WooCommerce */

.product span.float-left time, .product span.float-left {
	display: none;
}

.woocommerce input.button {
	padding: 5px;	
	width: auto;
	margin-bottom: 3px !important;
	background-color: #b8db70;
	color: #000;
	border-radius: 6px;
	font-weight: normal;
	font-size: 1rem;
}

.woocommerce input.button:hover {
	background-color: #c8ec82;
	color: #000;
	text-decoration: none;
}

table.variations td.label, table.variations th.label {
	background: transparent;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    padding-left: .5em;
    padding-top: 1em;
}

.woocommerce table.variations td.value {
	padding:0;
}

p.woocommerce-shipping-destination {
	display: none;
}


@media (max-width: 40.063em) {
	
#logo {
	padding-top: .5em;
	padding-bottom: .5em;
}
	
#site-navbar.top-bar ul li {
	margin: .7rem 1rem;
	padding-right: 0;
}

#site-navbar.top-bar ul li ul li {
	margin: 0.7rem 1rem;
}

.top-bar input {
	margin-right: 3px !important;
}

#page_content {
	padding-top: 1rem;
}

div.featured_caption {
	font-size: 1.6rem;
}

#page_content .entry-content {
	margin-top: 0;
}

#newsblocks .newsblock1, #newsblocks .newsblock2, #newsblocks .newsblock3 {
	margin-bottom: 1rem;
}

#home_feature .textwidget {
	margin-bottom: 1rem !important;
}

}