/*
Theme Name: Mo's Seafood & Chowder Custom Theme
Theme URI: http://www.grayswebdesign.com/
Author: Gray's Web Design
Author URI: http://www.grayswebdesign.com/
Description: Custom Theme for Mo's Seafood & Chowder
Version: 1.0.0
Text Domain: ttwpmsac
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## To Top
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* COLORS
dark gray #333333
light gray #373535
blue #428bca
*/
/*font-family: 'Aller', sans-serif;*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
	font-family: 'Aller', sans-serif;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 48px;
	margin: 0 0 0.67em 0;
}
h2 {
	font-size: 24px;
	margin: 0 0 0.67em 0;
}
h4 {
	font-size: 20px;
	margin: 0 0 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*clearfix*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	font-family: 'calluna-sans', sans-serif;
	color: #373535;
	font-size: 16px;
	line-height: 1.45;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lobster Two', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: #f03f34;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px;
}
h1 {
	font-size: 60px;
	font-weight: 600;
}
.heading-bar {
	background: #226CAB;
}
.heading-bar > .fl-module-content {
	padding: 10px !important;
	margin: 0;
}
.heading-bar h1 {
	color: white !important;
	font-size: 30px;
	font-weight: bold;
}
.heading-bar h2 {
	color: white !important;
	font-size: 30px;
	font-weight: bold;
}
.heading-bar h3 {
	color: white !important;
	font-size: 24px;
}
.heading-bar.page-heading {
	margin: 0 20px;
}
.heading-bar.page-heading .fl-heading {
	padding-left: 20px !important;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
	font-weight: 500;
}
h4 {
	font-size: 20px;
	font-weight: 500;
}
.breadcrumbs * {
	color: #000000;
	font-size: 14px;
}
p {
	margin-bottom: 1em;
	margin-top: 0;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 600;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
a img {
	border: none;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, /*input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.sidebar-button {
	position: fixed;
	top: 200px;
	right: 0;
	color: white;
	background: #f03f34;
	padding: 8px 14px;
	z-index: 100;
	transform: rotate(-90deg);
	transform-origin: right bottom 0;
	border: 1px solid white;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.4);
}
.sidebar-button a:link, .sidebar-button a:hover, .sidebar-button a:active, .sidebar-button a:visited {
	font-size: 22px;
	display: block;
	font-weight: 500;
	color : #ffffff;
	line-height: 1;
}
.sidebar-button a:hover {
	text-decoration: none;
}
.site-content {
	position: relative;
}
.site-content:before {
    box-shadow: inset 0px 30px 30px -30px rgba(0,0,0,0.5);
    position: absolute;
    z-index: 10;
    height: 20px;
    width: 100%;
	top: 0;
}
.inset-shadow {
    position: relative;
}
.inset-shadow:before {
    box-shadow: inset 0px 30px 30px -30px rgba(0,0,0,0.5);
    position: absolute;
    z-index: 10;
    height: 20px;
    width: 100%;
	top: 0;
}
.site-header {

}
.woocommerce-page .site-content{
	padding-top: 30px;
}
.woocommerce-page.fl-theme-builder-archive .site-content{
	padding-top: 0;
}
.fl-post-module-woo-ordering {
	display: none;
}
.site-logo {
	width: 236px;
	transition: all .6s ease-in-out;
	position: absolute;
	z-index: 20;
	box-shadow: 5px 4px 15px 0px rgba(0,0,0,0.46);
}
.site-logo img {
	display: block;
}
.header-right {
	margin-left: 300px;
	display: flex;
	justify-content: space-between;
}

.tagline {
	font-family: 'Lobster Two', cursive;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	padding: 12px 10px 12px 0;
	color: #ee3f34;
}
.login {
	display: flex;
	align-items: center;
}
.login a {
	color: #2970b2 !important;
	display: inline-block;
	margin-right: 10px;
}

.header-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	position: relative;
}


.fl-node-591497675c3d8 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7eeda+0,f7eeda+100&0.7+0,0.7+64,0.1+100 */
background: -moz-linear-gradient(top,  rgba(247,238,218,0.7) 0%, rgba(247,238,218,0.7) 64%, rgba(247,238,218,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(247,238,218,0.7) 0%,rgba(247,238,218,0.7) 64%,rgba(247,238,218,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(247,238,218,0.7) 0%,rgba(247,238,218,0.7) 64%,rgba(247,238,218,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f7eeda', endColorstr='#1af7eeda',GradientType=0 ); /* IE6-9 */


}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link, a:hover, a:focus, a:active, a:visited {
	color: #f03f34;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

.sep {
	padding: 0 6px;
}
.copyright a {
	color: black;
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


#mega-menu-wrap-primary {
    background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary {
	 margin-top: -5px;
}
.mega-sub-menu .textwidget h3 {
	font-family: "Aller",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
	color: #2970b2;
	margin: 0;
	font-style: normal;
}
.mega-sub-menu .textwidget p {
	font-family: "Aller",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
	color: #f03f34;
	margin: 0;
}
.mega-sub-menu .textwidget a {
	font-family: "Aller",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
	display: inline;
	text-decoration: none;
	color: #f03f34;
	padding: 0;
}
.mega-sub-menu .textwidget a:hover {
	text-decoration: underline;
}

#topNav {
	position: relative;
	top: 0;
}
/* top menu */
.top-menu {
	position: absolute;
	/*max-width: 800px;*/
	width: 100%;
	height: 35px;
	right: 10px;
	top: 5px;
}
.top-menu-container:after {
/*	content: " ";
	position: absolute;
	width: 100%;
	height: 10px;
	background: white;
	bottom: -15px;
	left: 0;
	border-top: 1px solid #DBDBDB;
	box-shadow: inset 0px 5px 10px -5px rgba(51,51,51,0.2);*/
}
.top-menu-container {
	position: relative;
	text-align: right;
	margin-bottom: 5px;
}

.top-menu-container ul {
	margin: 0;
	padding: 0 30px;
	display: inline-block;
	width: 50%;
	position: relative;
}
.top-menu-container ul li {
	display: inline-block;

}
.top-menu-container ul li a {
	position: relative;
	top: -5px;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 8px;
	border: 1px solid #F5DC4F;
	border-radius:4px;
	color: white;
	margin-right: 10px;
}
.top-menu-container ul li.icon-only a {
	position: relative;
	top: 1px;
	font-size: 33px;
	font-weight: normal;
	padding: 0;
	border: none;
	color: #F5DC4F;
	margin-right: 10px;
}
.top-menu-container ul li.icon-only .fa-instagram:before {
	-webkit-text-stroke: 2px black;
}
.top-menu-container ul li.icon-only .fa-facebook:before {
	-webkit-text-stroke: 2px black;
	font-size: 30px;
}
.top-menu-container ul li.icon-only .fa-wordpress:before {
	font-size: 30px;
}
.top-menu-container ul li a:hover {
	color: #F5DC4F;
	text-decoration: none;
}
.top-menu-container ul li.icon-only a:hover {
	color: white;
}
/*.top-menu-container ul li a:before {
	content: "\f04b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 12px;
	padding-right: 0.5em;
	position: absolute;
	top: -2px;
	left: 14px;

}*/
.top-menu-container ul li a:hover:before {
	color: #ffffff;
	text-decoration: none;

}


/* footer menu */
.footer-menu {

}

.footer-menu-container {

}

.footer-menu-container ul {
	margin: 0;
	padding: 0;
}
.footer-menu-container ul li {
	display: inline-block;

}
.footer-menu-container ul li a {
	position: relative;
	font-size: 20px;
	font-weight: normal;
	padding: 4px 8px;

}

.footer-menu-container ul li a:hover {
	color: #000000;
	text-decoration: none;
}
/*.footer-menu-container ul li a:before {
	content: "|";
	padding-right: 10px;
}
.footer-menu-container ul li:first-child a:before {
	display: none;
}*/
.footer-menu-container ul li a:hover:before {

}




/* main menu */
.nav-wrapper {
	background: #2970B2;
	clear: both;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.main-navigation {
	transition: all .6s ease-in-out;
	max-width: 1100px;
	margin: 0 auto;
	z-index: 110;
	padding-left: 255px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	transition: all .6s ease-in-out;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation ul.nav-menu > li {

}
.main-navigation a {
	font-family: "Aller",sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 20px 10px 15px;
}
.main-navigation ul > li:first-child {

}
/*
pipe between nav items
.main-navigation .nav-menu > li > a:after {
	content: "|";
	position: absolute;
	left: 0;
	top: 9px;
	font-family: sans-serif;
	font-size: 18px;
}
.main-navigation ul li:first-child a:after {
	display: none;
}
*/
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 32px;
	left: -999em;
	z-index: 99999;
	/*background-color: #D5EAFF;*/
	/*border-radius: 0 0 10px 10px;*/
	/*box-shadow: inset 0px 20px 20px -20px rgba(0,0,0,0.5);*/
	min-width: 250px;
	/*padding-bottom: 10px;*/
	border-top:none;
}
.main-navigation ul ul li{
	width: 100%;
}
.main-navigation ul ul ul {
	width:250px;
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 100%;
	padding: 5px 20px;
	margin: 0px;
	color: #8d1514;
	font-size: 20px;
	font-weight: 500;
}
.main-navigation ul ul ul a {
	min-width: 250px;
	width: auto;
	padding: 5px 20px;
	margin: 0px;
	/*font-size: 20px;*/
}
.main-navigation ul ul li:last-child a {
	border-bottom: none;
	/*border-radius: 0 0 10px 10px;*/
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
	/*color: #2970b2;*/
}
.main-navigation ul ul :hover > a, .main-navigation ul :hover > a, .main-navigation ul ul .focus > a {
	/*color: #000000;*/
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
	margin-top: 0;
}
.main-navigation.toggled {
	bottom: auto !important;
}
button.menu-toggle {
	background: transparent;
	margin-left: 10px;
	border: 1px solid #ffffff;
	color: white;
	margin: 10px;
	float: right;
	padding: 5px;
}
.main-navigation ul li.menu-item-has-children {
	position: relative;
}
.main-navigation ul li.menu-item-has-children:before {
	content: "\f0d7";
	color: #D5EAFF;
	font-size: 18px;
	/*content: "\f0c8";
	color: #E4313D;
	font-size: 9px;*/
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: 1em;
	position: absolute;
	top: 3px;
	left: -15px;
}
.main-navigation ul li.menu-item-has-children:hover:before {
	color: #D5EAFF;
}
.main-navigation ul.sub-menu li.menu-item-has-children:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 5px;
	left: 9px;
}
.menu-toggle {
	display: none;
}
 @media screen and (min-width: 768px) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
}
 @media screen and (max-width: 768px) {

.site-logo {

}


.header-search {
	position: relative;
	bottom: 10px;
	right: 0;
	margin-top: 10px;
	margin-right: 10px;
}
.header-search input {
    width: calc(100% - 50px);
}
.header-buttons  {
	float: none;
	width: auto;
	text-align: center;
}
.menu-main-menu-container {
	clear: both;
}
/* start responsive menu*/
.main-navigation {

}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: auto;
}
.nav-wrapper {
}
.menu-main-menu-container {
	clear: none;
}
.main-navigation .menu {
	clear: right;
	text-align: right;
	float: right;
	background: rgba(0,0,0,0.9);
	margin-top: -34px;
	/*box-shadow: inset 0 10px 10px -5px rgba(0,0,0,0.4);*/
}
.main-navigation ul li.menu-item-has-children:before {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	font-size: 14px;
	padding-right: 0.5em;
	position: absolute;
	top: 13px;
	left: 8px;
}
navigation ul :hover > a, .main-navigation ul ul .focus > a {
	color: #cccccc;
}
.main-navigation a {
	color: #ffffff;
}
.main-navigation li {
	float: none;
}
.main-navigation ul ul {
	box-shadow: none;
	margin-bottom: 10px;
	margin-top: -6px;
	/*background: #E4313D;*/
}
.main-navigation ul ul a {
	margin: 0;
}
.main-navigation ul ul li:last-child a {
	border-bottom: 1px solid #ccc;
	;
}
.main-navigation li a {
	padding: 15px 40px;
	margin-bottom: 5px;
}
.main-navigation li li a {
	padding-left: 40px;
}
.main-navigation li li li a {
	padding-left: 6em;
}
.main-navigation li:hover > a {
	text-decoration: underline;
}
.main-navigation ul ul, .main-navigation ul ul ul {
	position: relative;
	top: inherit;
	left: 0;
	display: block;
	float: none;
}
.main-navigation ul ul a {
	width: 100%;
}
.main-navigation ul a:hover, .main-navigation ul ul a:hover {
	/*color: #E4313D;*/
}
.main-navigation .current_page_ancestor {
	background: inherit;
}
.main-navigation ul ul .current_page_parent {
	color: inherit;
	background: inherit;
}
.main-navigation .current_page_item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current_page_item li:hover, .main-navigation .current_page_parent .current_page_item > a {
}
}
/*End responsive menu*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*.sidebar-content .widget, .sidebar-content .pinned{*/
/*	position: relative;*/
/*}*/
/*.sidebar-content .widget .fl-module-content:before, .sidebar-content .pinned .fl-module-content:before {*/
/*	content: '';*/
/*	width: 36px;*/
/*	height: 36px;*/
/*	background: url(images/pin.png);*/
/*	position: absolute;*/
/*	top: -10px;*/
/*	left:calc(50% - 18px);*/
/*	z-index: 10;*/
/*}*/
.sidebar-content .widget  {
	background: white;
	padding: 10px;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
	border-radius: 2px;
}
.widget ul {
	margin: 0;
}
h2.widgettitle {
	font-size: 30px;
	margin-bottom: 10px;
}
.widget-area ul {
	margin: 0;
	padding: 0;
	list-type: none;
}
.widget-area ul li {
	list-style-type: none;
	font-size: 18px;
}
.widget-area input {
	max-width: 100%;
}
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget p {
	font-size: 20px;
}
/*.entry-content ul {
	padding: 0 10px 0 20px;
	overflow: hidden;
	margin-left: 1em;
}
.entry-content ul:not(.gform_fields) li {
	list-style: none;
	margin-bottom: 8px;
}
.entry-content ul.products li {
	list-style: none;
}
.entry-content ul:not(.gform_fields):not(.products) li::before {
	color: #357BBB;
	content: "■";
	float: left;
	font-size: 110%;
	margin: -4px -20px;
	width: 1em;
}
.single-listing ul li::before {
	display: none;}*/
/* =Index pagination
----------------------------------------------- */
/* The containing box with a nice white background */
.paging-navigation {
	padding: 1em;
	background: #fff;
	background: hsl(0, 0%, 100%);
}
/* Remove bullets and list indentation */
.paging-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Make the list items appear horizontally */
.paging-navigation li {
	display: inline;
}
/* Give each link and the current item some padding to make them easy to click */
a.page-numbers, span.page-numbers {
	padding: .3em .7em;
	color: #333;
	color: hsl(0, 0%, 20%);
}
/* Link hover state */
a:hover.page-numbers {
	color: #000;
	color: hsl(0, 0%, 0%);
}
/* Current page bold and dark */
.paging-navigation .current {
	font-weight: bold;
	color: #000;
	color: hsl(0, 0%, 0%);
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
*[id^='wpgmaps_directions_edit_'] > h2:first-child {
	display: none;
}
.uabb-thumbnail-position-left .uabb-post-thumbnail, .uabb-thumbnail-position-right .uabb-post-thumbnail {
    float: left;
    width: 150px;
	padding-top: 5px;
}
.uabb-thumbnail-position-left .uabb-blog-post-content, .uabb-thumbnail-position-right .uabb-blog-post-content {
    float: left;
    width: calc(100% - 150px);
}
.uabb-blog-post-description {
	padding-top: 10px;
}
.uabb-post-wrapper{
	padding-top: 10px;
}
.uabb-post-wrapper:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 5px;
    background: white;
    bottom: -10px;
    right: 0;
    border-top: 1px solid #c3c3c3;
}
.uabb-blog-posts-description {
    padding-top: 10px;
}
.post-half-col {
	width: 48%;
	float: left;
	padding: 0 20px;
}
.post-half-col:nth-child(even) {
	margin-right: 4%;
}
.home .hentry {
	margin-bottom: 0;
}

.rounded-image img {
	border-radius:10px;
}
.bordered img {
	border: 5px solid black;
}

.post-content-area {
	overflow: hidden;
}
.post-content-area .site-main {
}
.posts-page-wrapper {
	width: 69%;
	float: left;
	background:white;
	padding: 20px;
	font-size: 15px;
}
.single-post .posts-page-wrapper {
	padding: 20px;
}
.posts-page-wrapper p {
	font-size: 15px;
}
.widget-area {
	float: left;
	width: 28%;
	margin-left: 3%;
	background:white;
	padding: 20px;
}
.site-main {
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}


.fl-row-bg-video .fl-bg-video iframe {
}
.home hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(left, rgba(223,205,179,0), rgba(223,205,179,0.99), rgba(223,205,179,0));
	clear: both;
}
.img-circle {
	border-radius: 50%
}
.entry-content ul, .entry-content ol {
	padding: 0 10px 0 20px;
	overflow: hidden;
	margin-left: 0;
}
.farms-list {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
/*.entry-content ul li {
	list-style: none;
}
.entry-content ul li::before {
	color: #357BBB;
	content:  "\2022 ";
	float: left;
	font-size: 160%;
	margin: -8px -15px;
	width: 1em;
}*/
/* PAGE CONTENT */
/* END PAGE CONTENT */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-wrapper .fl-map {
	border: 1px solid black;
}
.footer-wrapper p {
	font-size: 18px !important;
}
.site-footer {
	/*clear: both;*/
	/*width: 100%;*/
	/*padding: 15px 20px;*/
	/*font-size: 18px;*/
	/*color: white;*/
}
.site-footer a {
	color: #ffffff;
}
.site-info {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.copyright {
	margin: 10px 0;
	font-size: 14px;
}
.footer-map .fl-module-content {
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.single-listing-content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	position: relative;
}
.faded-box {
	background: rgba(255,255,255,0.6);
	/*border-radius: 20px;*/
	padding: 40px 20px 20px 20px;
	position: relative;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.header-right a.header-cart-link {
	font-size: 32px;
	color: #2970B2;
	position: relative;
	top: -93px;
	left: 10px;
}
.header-cart-link:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:32px;
    margin-top:10px;
    font-style:normal;
    font-weight:600;
    padding-right:5px;
    vertical-align: bottom;
}
.header-cart-link:hover {
    text-decoration: none;
}
/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
#page .uabb-button-wrap a.uabb-button,
#page .uabb-creative-button-wrap a.uabb-button,
a.btn,
input.btn,
button.btn,
#page button.button,
input#submit,
input.gform_button,
#page a.fl-button,
#page a.button,
#page input.button,
input.button,
input[type=submit] {
	padding: 15px 25px;
	background-color: #226CAB;
	color: white;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none !important;
	border-radius: 0px;
	border: 2px solid white;
	/*box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.4);*/
}
#page .fl-builder-content a.fl-button *, #page .fl-builder-content a.fl-button:visited * {
    color: white;
}

#page .fl-builder-content .fl-button-width-custom .fl-button {
    text-align:left;
}
#page .red-btn  a.fl-button {
	background: #ee3f34 !important;
}


/* transparent button */
#home-products i.fl-button-icon,
#main .transparent i.fl-button-icon {
	color: #ffffff !important;
}
#main #home-products .fl-callout-content a.fl-button *,
#main #home-products .fl-callout-content a.fl-button:visited *,
#main .transparent a.fl-button *,
#main .transparent a.fl-button:visited * {
    color: #ffffff;
}
#main #home-products .fl-callout-content a.fl-button,
#main .transparent a.fl-button{
    background:transparent;
	padding: 10px;
	border: 2px solid white;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4),1px 1px 5px rgba(0,0,0,0.4),1px 1px 9px rgba(0,0,0,0.4);
	font-size: 30px !important;
}
/* home pull button */
#home-full.fl-row-full-height .fl-row-content-wrap {
    min-height: calc(100vh - 143px);
}
#home-pull {
position:absolute;
bottom:50px;
left: calc(50% - 40px);
}
#main #home-pull i.fl-button-icon {
	color: #ffffff !important;
}

#main #home-pull a.fl-button:visited * {
    color: #ffffff;
}

#main #home-pull a.fl-button{
	background: transparent !important;
	padding: 8px 10px 5px 10px;
	border: none;
	font-size: 32px !important;
	border: 2px solid white;
	border-radius: 50%;}
#main #home-pull a.fl-button:hover{
    background:rgba(255,255,255,0.2) !important;
}

#menus .uabb-image-carousel-content {
    border: 10px solid white;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
}


.fundraise-content {
	position: relative;
	z-index: 10;
}
.polaroid .fl-module-content{
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
}

/* polaroid rotations */
.home-locations .fl-col-group:nth-of-type(even) .fl-col:nth-of-type(n+1) .polaroid .fl-module-content  {
	transform: rotate(0.5deg);
}
.home-locations .fl-col-group:nth-of-type(even) .fl-col:nth-of-type(n+2) .polaroid .fl-module-content  {
	transform: rotate(-1deg);
}
.home-locations .fl-col-group:nth-of-type(even) .fl-col:nth-of-type(n+3) .polaroid .fl-module-content  {
	transform: rotate(1deg);
}
.home-locations .fl-col-group:nth-of-type(even) .fl-col:nth-of-type(n+4) .polaroid .fl-module-content  {
	transform: rotate(-1.5deg);
}


.home-locations .fl-col-group:nth-of-type(odd) .fl-col:nth-of-type(n+1) .polaroid .fl-module-content  {
	transform: rotate(-1.5deg);
}
.home-locations .fl-col-group:nth-of-type(odd) .fl-col:nth-of-type(n+2) .polaroid .fl-module-content  {
	transform: rotate(1deg);
}
.home-locations .fl-col-group:nth-of-type(odd) .fl-col:nth-of-type(n+3) .polaroid .fl-module-content  {
	transform: rotate(-1deg);
}
.home-locations .fl-col-group:nth-of-type(odd) .fl-col:nth-of-type(n+4) .polaroid .fl-module-content  {
	transform: rotate(-0.5deg);
}



.polaroid .uabb-image .uabb-photo-img {
    width: auto;
}
.pinned .uabb-image-content:before{
	content: '';
	width: 36px;
	height: 36px;
	background: url(images/pin.png);
	position: absolute;
	top: -10px;
	left:calc(50% - 18px);
}
.polaroid .fa-play:before {
    color: #f03f34 !important;
	font-size: 18px;
}
/* black button */
#page .blackbutton a.fl-button {
   background: rgba(0,0,0,0.6);
}
#page .blackbutton a.fl-button:hover {
   background: black;
}
/* blue button */
#page .bluebutton a.fl-button {
   background: #357BBB;
	font-size: 18px;
}
#page .bluebutton a.fl-button:hover {
   background: #357BBB;
}
#page .bluebutton .fl-button i {
    margin-right: 0 !important;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
## To Top
--------------------------------------------------------------*/

 #to-top {
    display: none;
    background-color: #ccc;
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 999999999;
}
#to-top i {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/*timeline*/
#cd-timeline .world-event .cd-timeline-content {
    background: #AEA9A3;
	color:white !important;
}
#cd-timeline .cd-timeline-block.timeline-announcement-left.world-event .cd-timeline-content::before {
    border-left-color: #AEA9A3;
}
#cd-timeline h2.cd-timeline-item-title {
	font-size: 32px;
}
#cd-timeline .world-event h2.cd-timeline-item-title {
	font-size: 18px;
	color:white;
	font-style: normal;
	font-family: 'calluna-sans', sans-serif;
}
#cd-timeline .world-event .timeline-express-read-more-link {
	display: none;
}
#cd-timeline .cd-timeline-img span.year {
    font-size: 20px;
	font-style: normal;
}
#cd-timeline .cd-timeline-img {
    box-shadow: 0 0 0 1px #AEA9A3;
}
/* end timeline */
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.show-mobile {
	display: none;
}

@media screen and (max-width: 1100px) {
.main-navigation {
}
.page-header-text {
	display: none;
    width: 100% !important;
	text-align: center;
}
.page-header-text .fl-module-button {
	display: none;
}
.page-header-image {
    width: 100% !important;
}
.page-header-image .fl-module-content {
    margin: 0 !important;
}
}
 @media screen and (max-width: 800px) {
.site-main {
	margin: 0;
}
.widget-area {
	float: none;
	width: 100%;
	margin-left: 0;
}
.footer-widgets {
	float: none;
	width: 100%;
}
.footer-social {
	float: none;
	width: 100%;
}
}
 @media screen and (max-width: 768px) {
	 .main-navigation ul ul ul {
		 width:auto;
	 }

.site-logo {
	/*width: 160px;*/
	/*margin-top: 10px;*/
	/*transition: all .6s ease-in-out;*/
}
.header-right {
    width: 100%;
    text-align: left;
    float: none;
}

.header-social {
	display: none;
}
/*.main-navigation {
	left: 170px;
	bottom: 29px;
	width: calc(100% - 170px);
}
.top-menu {
	top: -5px;
}
#home-full.fl-row-full-height .fl-row-content-wrap {
    min-height: calc(100vh - 55px);
}
.site-content {
}*/
 }
@media screen and (max-width: 600px) {
.site-content {
    padding-top: 0;
}
	.site-logo {
		width: 180px;
		box-shadow: none;
		position: relative;
	}
	.header-wrapper {
		display: flex;
	}
	.header-right {
		margin-left: 0;
		display: block;
	}
	.main-navigation {
		padding-left: 0;
	}
#home-full.fl-row-full-height .fl-row-content-wrap {
    min-height: 100vh !important;
}
.sidebar-button {
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	transform: rotate(0deg);
}
.copyright {
	position: relative;
	text-align: left;
}
.show-mobile {
	display: initial;
}
body {
	font-size: 18px;
	/*background:#D5EAFF;*/
}
img.alignleft, img.alignright {
	display: block !important;
	float: none !important;
}
.footer-right, .footer-left {
	float: none;
	width: 100%;
	padding-right: 0;
}
}


.fl-page-header-logo-col {
position: absolute;
top:-16px;
}
#home-hero h1, #home-hero h2,.shadowed-text h1, .shadowed-text h2, .shadowed-text h3 {
text-shadow: 1px 1px 5px rgba(0,0,0,0.6),1px 1px 5px rgba(0,0,0,0.6),1px 1px 9px rgba(0,0,0,0.6);
}



#home-varieties {
    position: relative;
    z-index: 10;
}
.shadowed h1,
.shadowed h2,
.shadowed h3,
.shadowed h4,
.shadowed p {
    text-shadow: 3px 5px 5px rgba(0,0,0,1) !important;
}

/* ANIMATIONS */
.tt-slide-right {
	animation: tt-slide-right 1s ease-out;
	-webkit-animation: tt-slide-right 1s ease-out;
	-moz-animation: tt-slide-right 1s ease-out;
}
@keyframes tt-slide-right {
	0% {
		opacity: 0;
		transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes tt-slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes tt-slide-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

.pp-photo-caption-overlay {
	bottom: 70px;
	left: 40px;
	padding: 10px 15px;
	right: 40px;
	width: auto !important;
	border: 1px solid white;
	text-transform: uppercase;
	line-height: 1.1;
	text-shadow: 2px 2px 2px rgb(0, 0, 0);
	height: 94px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.page-template-default .site-content {
	padding-top: 100px;
}

.uabb-image-carousel-item {
	position: relative;
}
.uabb-image-carousel-caption-below {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent !important;
}

.uabb-image-carousel-item img {
	border:8px solid white;
}
.bordered-accordion > .fl-module-content {
	border: 1px solid  #226CAB;
	padding: 10px;
}
