/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
html {
	height: 100%;
}
body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	position: relative;
	height: 100%;
}
img {
	vertical-align: bottom;
}
.menus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	transition: width 1s;
	-webkit-transition: all 1s;
}
.fixedmenu {
	top: -200px;
	left: 0;
}
.addfixed {
	position: fixed;
}
.showmenu {
	top: 0;
}
.logo {
	position: absolute;
	left: 10px;
	top: -30px;
	height: auto;
	width: 350px;
}
.fixedmenu .logo {
	width: 250px;
}
.fixedmenu .p7PM3-09 ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.hours {
	width: auto;
	background-color: rgba(255,255,255,.6);
	position: absolute;
	bottom: -30px;
	right: 0px;
	padding-right: 5px;
	margin-right: 10px;
	font-size: .8em;
	text-align: right;
	z-index: 20;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.9);
}
.fixedmenu .hours {
	background-color: rgba(255,255,255,.9);
}
.hoursheader {
	display: inline-block;
	padding: 7px 6px;
	margin-right: 5px;
	background-color: rgba(255,255,255,.3);
}
.hoursbreak {
	display: none;
}
.masthead {
	text-align: left;
	position: relative;
	z-index: 10;
}
.top-navigation {
	background: url(../_images/-Structure/BackgroundWood.jpg) top center;
	position: relative;
	z-index: 20;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.secondarymenu {
	box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,.6), inset 0 -7px 15px -7px rgba(0,0,0,.6);
	background-image: linear-gradient(90deg, rgba(130,24,29,.6), rgba(187,32,38,.6));
	background-color: rgba(187,32,38,.5));
}
.content-wrapper {
	position: relative;
	margin: 0;
	padding-bottom: 10px;
	background: top center;
	background-image: linear-gradient(180deg, rgba(152,107,82,0), rgba(152,107,82,.2)), url(../_images/-Structure/BackgroundWood.jpg);
	background-position: top center;
}
.columns-wrapper {
	margin-bottom: 20px !important;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
	position: relative;
}
.main-content .content {
	padding: 30px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.5em;
	z-index: 2;
	position: relative;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
}
.homeblock {
	overflow: hidden;
	background-size: cover;
	height: calc(100% - 65px);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 3em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.8);
}
.homeblock.nothome {
	height: calc(30% + 65px);
}
.homeblock .content {
	max-width: 90%;
	margin: 130px auto 0;
	text-shadow: 1px 1px 10px rgba(0,0,0,.5);
}
.homeblock video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.topbar {
	position: relative;
	z-index: 10;
	margin-top: -15px;
	background-image: linear-gradient(30deg, rgba(152,107,82,0), rgba(152,107,82,.2)), url(../_images/-Structure/BackgroundWood.jpg);
	background-position: center 100px;
	height: 50px;
	width: 100%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
}
.topbar img {
	height: 90%;
	width: auto;
	display: block;
	max-height: 90%;
	margin: 10px auto;
}
.burlap {
	position: relative;
	background: url(../_images/-Structure/BurlapTopper.jpg) top center repeat-x, url(../_images/-Structure/Burlap.jpg) top center repeat;
	padding-bottom: 30px;
	margin-bottom: -10px;
	left: 2px;
}
.burlap.accent {
	position: absolute;
	height: 50%;
	width: 100%;
	bottom: 0;
	z-index: 1;
}
.HomeCards .colthirds {
	background-image: linear-gradient(30deg, rgba(152,107,82,0), rgba(152,107,82,.2)), url(../_images/-Structure/BackgroundWood.jpg);
	padding-bottom: 1px;
	margin-bottom: 15px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
}
.HomeCards .content {
	background-color: rgba(255,247,234,1);
	margin: 0 5px 12px !important;
	padding: 10px 10px 1px;
}
.HomeCards .colthirds img {
	width: calc(100% + 20px) !important;
	margin-left: -10px !important;
	margin-top: -24px !important;
}
.gingham {
	position: relative;
	background: url(../_images/-Structure/RedGingham.jpg) center -13px;
	height: 44px;
	text-align: center;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 3px 12px rgba(0, 0, 0, 0.75);
}
.HomeCards .colthirds:nth-child(odd) h2 {
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.HomeCards .colthirds:nth-child(even) h2 {
	/* Tilt  */
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.HomeCards h2 {
	display: inline-block;
	margin-top: -7px !important;
	padding: 17px 20px;
	font-size: 1.6em;
	text-align: center !important;
	background: top center url(../_images/-Structure/Parchment.jpg);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 3px 12px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.95);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 3px 12px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.95);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 3px 12px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.95);
}
.HomeCards p a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	background-color: rgba(102,0,0,1);
	color: #FFF7EA;
	text-decoration: none !important;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
/*Heading styles*/

h2, h3 {
	margin: 50px 0px 0px 0px;
	font-weight: normal;
	font-family: 'Arbutus Slab', serif;
	line-height: 1em;
}
h1 {
	font-size: 2.5em;
	text-align: center;
	line-height:1.1em;
}
h2 {
	font-size: 2em;
	color: rgba(110,23,25,1);
}
h3 {
	font-size: 1.65em;
	color: rgba(88,102,0,1);
}
h4 {
	font-size: 1.5em;
}
.signature {
	font-family: 'Arbutus Slab', serif;
	font-size: 1.8em;
	line-height: .9em;
}
.subhead {
	font-size: .8em;
	/* Opacity */
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
	margin-top: 0px;
}
/*Ordinary Link Styles*/
.content a {
	background-color: rgba(129,29,32,1);
	color: #fff !important;
	padding: 8px 12px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: .8em;
	text-transform: uppercase;
	transition: width .2s;
	-webkit-transition: all .2s;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.content a:hover, .content a:focus {
	background-color: rgba(94,23,25,1);/*Inner shadow*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
.footer a {
	color: #FFF3E4;
	text-decoration: none;
	transition: width 1s;
	-webkit-transition: all 1s;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
/*The Footer*/
.footer {
	background: url(../_images/-Structure/BackgroundWood.jpg) top center;
	font-size: 0.7em;
	color: #FFF3E4;
	position: relative;
	text-align: center;
	clear: both;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
}
a .top {
	position: absolute;
	left: 50%;
	text-align: center;
	color: #FDFDFD;
	text-decoration: none !important;
	font-size: .8em;
	line-height: 4em;
	text-transform: uppercase;
	bottom: -25px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	z-index: 2;
	/* Rounded Corners */
	border: 50% 50% 0px 0px;
	border-radius: 50% 50% 0px 0px;
	background: url(../_images/-Structure/BackgroundWood.jpg) top center;
	transition: width .5s;
	-webkit-transition: all .5s;
	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
	transition: width .5s;
	-webkit-transition: all .5s;
}
a .top:hover {
	bottom: -10px;
}
.footer .top:hover {
	top: -60px;
}
.footer .copyright {
	text-transform: uppercase;
	margin: 0px;
	background-color: rgba(10,10,8,.81);
	padding: 10px 0;
	width: 100%;
	clear: both;
	z-index: 10;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4), inset 0 7px 15px -7px rgba(0,0,0,0.8);
}
.copyright i {
	font-size: 1.8em;
}
.footercontact {
	font-size: 1.7em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #FFF3E4;
	margin: 0px 0 20px;
	padding-top: 10px;
	position: relative;
	z-index: 2;
}
.contactaddress, .contactphone, .contactemail {
	float: left;
	width: 64%;
	text-align: center;
	border-right: solid 2px #FFF3E4;
	letter-spacing: 1px;
	padding: 5px 0;
}
.contactphone {
	width: 32%;
	border: 0px !important;
}
.contactemail {
	width: 32%;
}
.noborder {
	border: 0;
}
.footerbuttons {
	float: left;
	width: 25%;
}
.footerbuttons a {
	display: block;
	background-color: #FFF3E4;
	padding: 2px;
	width: 90%;
	margin: 0 auto 20px;
	font-size: 1.5em;
	color: #222;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition: width .5s;
	-webkit-transition: all .5s;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}
.footerbuttons a:hover {
	background-color: #BCB5AA;
	color: #222;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.footerhours {
	font-size: 1.3em;
	width: 33%;
	margin: 0 1%;
	float: right;
	display: block;
	color: rgba(34,34,34,1);
	padding: 15px 0 10px;
	height: 115px;
	background-color: rgba(255,243,228,1);
	font-weight: 100;
}
.footereblast {
	width: 40%;
	float: right;
	font-size: 1.3em;
}
.footereblast h2, .footerhours h2 {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}
.footerhours h2 {
	color: rgba(34,34,34,1);
	margin-bottom: 10px;
}
.footereblast h2 {
	color: rgba(255,243,228,1);
}
#creditcards {
	max-width: 150px;
	height: auto;
}
.footer hr {
	margin: 20px 0 30px;
	border: #FFF3E4 solid 1px;
}
.ctct-custom-form {
	position: relative;
}
.ctct-custom-form .ctct-button {
	background-color: #FFF3E4 !important;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #222 !important;
	width: 30% !important;
	position: absolute;
	right: 10%;
	top: 0;
	font-size: 15px !important;
	padding: 10px 0;
	/*Outer Shadow*/
	-webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
	-moz-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
	box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
}
.ctct-custom-form .Button {
	padding: 15px 20px !important;
	border-radius: 0 2px 2px 0 !important;
}
.ctct-custom-form .Button:hover {
	background-color: #BCB5AA !important;
}
.ctct-custom-form input[type="text"] {
	width: 50.5% !important;
	position: absolute;
	left: 10%;
	top: 0;
	border-radius: 2px 0 0 2px !important;
}
.ctct-custom-form p {
	display: block;
	width: 65%;
	padding: 0;
	margin: 0;
}
.copyrightbreak {
	display: inline;
}
.newsevents h2 {
	border-top: dashed 2px #C7AE93;
	font-size: 1.9em;
	padding-top: 30px;
	margin-top: 30px !important;
}
.newsevents h2:first-child {
	border-top: none;
	padding-top: 20px;
	margin-top: 0px !important;
}
.map {
	width: 40%;
	height: 100%;
	float: right;
	position: relative;
}
.map iframe {
	min-height: 500px;
}
.mapcontent {
	float: left;
	width: 60%;
}
.shadowbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 20px;
	pointer-events: none;
	/*Inner shadow*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.overlay {
	text-align: center;
	position: absolute;
	z-index: 100000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	margin: 10% auto;
	padding: 0px;
	background: #fff;
	border-radius: 5px;
	width: 290px;
	min-width: 300px;
	position: relative;
	transition: all 5s ease-in-out;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65),  0 6px 24px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65),  0 6px 24px rgba(0, 0, 0, 1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65),  0 6px 24px rgba(0, 0, 0, 1);
}
.popup iframe {
	display: block;
	margin: 0 auto;
}
.popup .close {
	position: absolute;
	top: 0px;
	right: 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: orange;
}
.popup .content {
	overflow: auto;
}
hr {
	border:0;
	clear:both;}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  border: 0px !important;
}
.ui-dialog .ui-dialog-title {
  font-size: 0px;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  border: 0px;
  background: none;
}
 @media only screen and (min-width: 1000px) and (max-width: 1280px) {
.fixedmenu .logo {
	width: 250px;
	top: -33px;
}
.fixedmenu .p7PM3-09 ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 960px;
}
}
 @media only screen and (min-width: 850px) and (max-width: 1000px) {
.columns-wrapper, .menu-top-wrapper {
	max-width: 810px;
}
.HomeCards .colthirds {
	width: 48%;
}
.logo {
	left: 10px;
	top: -20px;
	width: 255px;
}
.fixedmenu .logo {
	width: 220px;
	top: -29px;
}
.fixedmenu .p7PM3-09 ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
body {
	padding-bottom: 0px;
}
.secondarymenu {
	display: none;
}
.homeblock {
	font-size: 2em;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {
	margin: 0px;
	border: none;
}
.HomeCards .colthirds img {
	max-width: 140% !important;
}
.logo {
	left: 10px !important;
	top: 5px !important;
	width: 170px !important;
}
.topbar {
	height: auto;
	width: 100%;
}
.topbar img {
	height: auto;
	width: auto;
	max-width: 90%;
	display: block;
	max-height: 90%;
	margin: 10px auto;
}
h1, h2, h3, h4 {
	text-align: center;
}
.signature {
	text-align: center;
}
.content a {
	padding: 8px 0px;
	text-align: center;
	display: block;
    width: calc(90% - 20px);
	margin: 5px 5%;
	
}
.contactaddress, .contactphone, .footerhours, .footereblast, .footerbuttons {
	float: none;
	width: 100%;
}
.footerhours {
	margin-top: -60px;
	margin-bottom: 25px;
}
.contactaddress, .contactphone {
	font-size: .9em;
	text-align: center;
}
.contactphone {
	margin: 10px 0 0;
}
.footereblast {
	padding-bottom: 55px;
	margin-bottom: 30px;
	border-bottom: #FFF3E4 solid 2px;
}
.hours {
	width: calc(100% - 30px);
	line-height: 1.5em;
	bottom: -48px;
	padding-right: 10px;
	font-size: .7em;
}
.hoursheader {
	position: absolute;
	left: 0;
	text-align: center;
	line-height: .9em;
	font-weight: bold;
	padding: 14px 10px;
}
.map {
	width: 100%;
	height: 50%;
	float: none;
}
.mapcontent {
	float: none;
	width: 100%;
}
}
 @media only screen and (min-width: 500px) and (max-width: 850px) {
.HomeCards .colthirds {
    width: 47.5% !important;
}
.HomeCards h2 {
	font-size: 1.1em;
}
}
/*------------------------------
Responsive Styles
-------------------------------*/

	/*---IMAGE STYLES ---*/
.afloatright, img[style*="float: right"] {
	float: right;
	text-align: center;
	margin: 10px 0 10px 15px !important;
	background-image: url(../_images/-Structure/BackgroundWood.jpg);
	padding: 7px;
	max-width: 500px;
	width: 40%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.afloatright img {
	max-width: 100%;
	height: auto;
}
.afloatleft, img[style*="float: left"] {
	float: left;
	margin: 10px 25px 10px 0px !important;
	text-align: center;
	background-image: url(../_images/-Structure/BackgroundWood.jpg);
	padding: 7px;
	max-width: 500px;
	width: 40%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.afloatcenter, img[style*="margin: auto"] {
	display: block;
	margin: 10px auto;
	clear: both;
	background-image: url(../_images/-Structure/BackgroundWood.jpg);
	max-width: 100%;
	width: 95%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.smallerwidth {
	width: 30%;
}
.videoright, .videoleft {
	float: right;
	margin: 10px 0 10px 15px;
	max-width: 50%;
	width: 100%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.videoleft {
	float: left;
	/* Tilt  */
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}
.formimage {
	float: right;
	text-align: center;
	margin: 10px 0 10px 15px;
	background-color: #fff;
	border: medium solid #FFF;
	width: 40%;
	height: auto;
	clear: right;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.formimage:nth-child(even) {
	/* Tilt  */
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}
.clear {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.desktoponly {
	display: block;
}
.tabletonly {
	display: none;
}
.mobileonly {
	display: none;
}
.largeronly {
	display: inline
}
.smalleronly {
	display: none;
}
.nomobile {
	display: block !important;
}
.nobig {
	display: none !important;
}
.Grid {
	width: 100%;
	display: block;
	clear: both;
}
.Grid ul {
	text-align: left;
}
.Grid img {
	width: 100%;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}
.Grid ol li, .Grid ul li {
	text-align: left;
}
.Gridclear {
	clear: both;
}
.colhalves {
	width: 47%;
	margin: .5%;
	padding: 10px 1% 0 1%;
	float: left;
	text-wrap: normal;
}
.colthirds {
	width: 31.3%;
	margin: 0px .5% 5px;
	padding: .5%;
	padding-bottom: 0px;
	float: left;
	text-wrap: normal;
	background-size: 100% auto;
}
.colthirds img {
	width: 100%;
	height: auto;
}
.colfourths {
	width: 24%;
	padding: .5%;
	float: left;
	text-wrap: normal;
	position: relative;
}
.colfourths p {
	padding: 0px 10px;
}
.colfourths img {
	width: 100%;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.thirdslist ul {
	list-style: none;
	text-align: center !important;
	margin: 0px !important;
	padding: 0px;
}
.fullwidth {
	width: 97%;
	height: auto;
}
.autoh {
	height: auto;
}
.notilt {
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.nowrap {
	overflow: auto;
}
.nomargintop {
	margin-top: 0px;
}
p.nomargintop {
	margin-top: -20px;
}
.button {
	color: #fff !important;
	font-size: 1.25em;
	text-shadow: 2px 2px 1px rgba(0,0,0,.3);
	font-family: 'Patua One', cursive;
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(223,40,44,1);
	border: #600 solid 1px;
	border-top: 0px;
	border-bottom: 2px solid #600;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	transition: width .2s;
	-webkit-transition: all .2s;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.button:hover {
	text-shadow: none;
	color: #999;
	background: rgba(102,0,0,1);
	/*Inner shadow*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
.nolinkstyles {
	background: none !important;
	/*No Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	display: block;
	position: relative;
	top: -240px;
	visibility: hidden;
}
 @media only screen and (min-width: 850px) and (max-width: 1000px) {
.desktoponly {
	display: block;
}
.tabletonly {
	display: inline;
}
.mobileonly {
	display: none;
}
.largeronly {
	display: inline;
}
.smalleronly {
	display: none;
}
.nobig {
	display: none !important;
}
}
 @media only screen and (min-width: 0px) and (max-width: 850px) {
.afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"], img[style*="margin: auto"] {
	display: block;
	width: 96% !important;
	max-width: 500px;
	height: auto;
	margin: 10px auto !important;
	clear: both !important;
	float: none;
}
.videoright, .videoleft {
	float: none;
	margin: 10px 0 10px 0px;
	max-width: 100%;
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px;
}
.scalable {
	margin: auto;
	display: block;
	width: 100%;
}
.desktoponly {
	display: none !important;
}
.tabletonly {
	display: none !important;
}
.mobileonly {
	display: inline !important;
}
.largeronly {
	display: none !important;
}
.smalleronly {
	display: inline !important;
}
.nomobile {
	display: none !important;
}
.nobig {
	display: block !important;
}
.colfourths {
	width: 49%;
	margin-bottom: 20px;
}
.colthirds {
	width: 96% !important;
	height: auto;
	text-align: center !important;
}
.colthirds img {
	width: 90%;
	max-width: 250px;
}
.colthirds h3 {
	text-align: center;
}
.colhalves {
	width: 100%;
}
.mobilecenter {
	text-align: center;
}
}
 @media only screen and (min-width: 600px) and (max-width: 700px) {
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.colthirds img {
}
}
 @media only screen and (min-width: 0px) and (max-width: 600px) {
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
}
 @media only screen and (min-width: 0px) and (max-width: 500px) {
.colfourths {
	width: 96%;
	height: auto;
	margin-bottom: 20px;
}
.colfourths .linked {
	position: relative !important;
}
.colhalves {
	width: 100%;
}
}

/*------------------------------
		  Print Styles
-------------------------------*/

@media print {
body {
	margin: 0;
	padding: 0;
	min-width: 0;
}
.sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none !important;
}
.main-content {
	margin: 0;
}
#layout {
	max-width: none;
	margin: 0px;
}
.column-content, .content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.column-content * {
	padding: 0px !important;
}
.footer {
	position: static;
}
}
/*------------------------------
		  Pulse Styles
-------------------------------*/

.gallery {
	clear: both;
}
.gallery img {
	margin: .5% !important;
	padding: .5%;
	background-color: rgba(255,255,255,1);
	height: auto !important;
	width: 14.5%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	transition: width .3s;
	-webkit-transition: all .3s;
}
img.mfp-img {
	margin: .5% !important;
	padding: 10px !important;
	background-color: rgba(255,255,255,1);
	height: auto !important;
	width: 11.5%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
	transition: width .3s;
	-webkit-transition: all .3s;
}
.gallery img:hover {
	/* Opacity */
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.mfp-bg {
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(90deg, rgba(240,180,15,.4), rgba(234,203,172,.2) 50%, rgba(240,180,15,.4) ) !important;
	background-color: rgba(240,180,15,.2) !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	padding-right: 16px !important;
	padding-top: 6px !important;
}
.mfp-counter {
	top: 34px !important;
	right: 20px;
	color: #333 !important;
	padding: 5px 10px;
	background-color: rgba(204,204,204,1);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border: 0px !important;
}
.mfp-figure:after {
	box-shadow: 0 !important;
	background: none !important;
}
/*---Flex Slider---*/
  
.flexslider {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	/* No Rounded Corners */
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}
.slider .flexslider {
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	/* No Rounded Corners */
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}
.flex-control-nav {
	display: none;
}
.slider .flex-viewport {
	background-color: #fff;
	border: 0px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.afloatleft .flex-viewport, .afloatright .flex-viewport {
	padding-bottom: 0;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.afloatleft .flexslider, .afloatright .flexslider {
	margin-bottom: 0;
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
.gallery img {
	margin: .5% !important;
	padding: .5%;
}
}
@media only screen and (min-width: 600px) and (max-width: 850px) {
.gallery img {
	margin: .5% !important;
	padding: .5%;
	width: 23%;
}
}
 @media only screen and (min-width: 0px) and (max-width: 600px) {
.gallery img {
	margin: .5% !important;
	padding: .5%;
	width: 48%;
}
}
@charset "UTF-8";
/* CSS Document */

.harvest {
	text-align: center;
	
	
	font-family: 'Crete Round', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
.harvest tr:nth-child(1) td {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	text-transform:capitalize;
	color:#fff;
	background-color: rgb(138, 17, 22);/* Rounded Corners */
	border: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.7);
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.7);
}
.harvest tr:nth-child(1) td:nth-child(1) {
	background-color: #FFF !important;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.harvest tr {
	background-color: rgba(190,169,138,.2)
}
.harvest tr:nth-child(even) {
	background-color: rgba(190,169,138,.4)
}
.harvest td:nth-child(1) {
	padding: 5px;
	text-align: left;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	text-transform:capitalize;
}

	.harvest td {
	width:4.44%;}
.harvest tr td:nth-child(1) {
	width:20%;}
.harvest td:nth-child(odd) {
	background-color: rgba(190,169,138,.3) 
}
/*Fruit Calendar*/
.harvest.wide 
 tr td {
	 width:3.54% !important;
}.harvest.wide tr td:nth-child(1) {
	width:15% !important;
}


@media only screen and (min-width: 0px) and (max-width: 700px) {
.harvest {
	font-size: .7em;
}
.harvest td:nth-child(1) {
	font-size: 1.1em;
}
.harvest tr:nth-child(1) td {
	height: 30px;
}
.harvest tr:nth-child(1) td .turn {
	transform: rotate(270deg);
	font-size: 1.1em;
}
.harvest tr:nth-child(1) td:nth-child(1) {
	background-color: #FFF !important;
	transform: rotate(0deg) !important;
}
.harvest.wide 
 tr td {
	 font-size:.9em;
}
.harvest.wide 
 tr td:first-child {
	 font-size:.95em;
}
}
