/*  
Theme Name: Weaver Street Market  
Theme URI: http://wpdev.co/
Description: Weaver Street Market theme created for the Genesis Framework.   
Author: wpdev.co  
Author URI: http://wpdev.co/  
Version: 1.0.0 
Template: genesis  
Template Version: 2.1.2  
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
 * normalize.css v3.0.1 | git.io/normalize
--------------------------------------------- */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#61544d}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 30px}hr{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	background-image: url(images/bg-white.png);
	background-position: left top;
	background-repeat: repeat;
	color: #61544d;
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #61544d;
	color: #fff;
}

::selection {
	background-color: #61544d;
	color: #fff;
}

a {
	color: #61544d;
	text-decoration: none;
}

a:hover {
	color: #d99c1b;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

ul.dt-twitter {
margin-left: 0 !important;
}

ul.dt-twitter li {
list-style-type: none !important;
border-bottom: 1px solid #ddd;
padding: 15px 0;
}

ul.dt-twitter li a {
font-weight: bold;
}

/* ## Headings
--------------------------------------------- */
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
 border-radius: 5px !important;
background: #4d3e31 !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #dfc573 !important;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #61544d;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.entry-content h2 {
	background-image: url(images/line-yellow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 22px;
}

.tax-wpdevco_pp_cats .entry-content h2 {
	font-size: 26px;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #61544d;
	font-size: 16px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #61544d;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #61544d;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #61544d;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #61544d;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.widget_search {
	position: relative;
}

.widget_search::before {
	content: "\f179";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	bottom: 18px;
	left: 20px;
}

.widget_search .widget-wrap::before {
	content: '';
	width: 31px;
	height: 59px;
	background-image: url(images/border-left-search.png);
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

.widget_search .widget-wrap::after {
	content: '';
	width: 31px;
	height: 59px;
	background-image: url(images/border-right-search.png);
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

.search-form {
	padding: 0 30px;
}

.search-form input[type="search"] {
	background-color: #f1d9a7;
	border: none;
	position: relative;
	padding: 18px;
	min-height: 59px;
}

/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 30px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 30px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */
.content {
	float: right;
	width: 800px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* ## Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	display: none;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-results .entry-content .wp-post-image {display: none}

/* ## Titles
--------------------------------------------- */
.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #61544d;
}

.entry-title a:hover {
	color: #61544d;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.sidebar .widget-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #e1b045;
	margin-bottom: 10px;
}

.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-widgets.footer-4 .widget-title {
	font-size: 25px;
	margin-bottom: 0;
	text-transform: none;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .wrap {
	position: relative;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	width: 175px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.header-image .site-title > a {
	background-image: url(images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 175px 175px;
	float: left;
	min-height: 175px;
	width: 100%;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	text-align: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu .sub-menu .menu-item {
	display: block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #61544d;
	display: block;
	padding: 16px 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.genesis-nav-menu li:hover a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-parent a,
.genesis-nav-menu li:hover .sub-menu a:hover,
.genesis-nav-menu li:hover .sub-menu .current-menu-item a {
	color: #d99c1b;
}

.genesis-nav-menu li:hover .sub-menu a {
	color: #61544d;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity .4s ease-in-out;
	width: 210px;
	z-index: 99;
	border: 4px solid #e9c26f;
	border-radius: 8px;
	background-color: #fff;
	padding: 14px 20px;
}

.genesis-nav-menu .sub-menu a {
	background-color: transparent;
	border-top: none;
	padding: 4px 0 4px 5px;
	position: relative;
	text-transform: none;
}

.genesis-nav-menu .sub-menu a:before {
	content: '\b7\a0';
	color: #e9c26f;
	font-size: 28px;
	position: absolute;
	left: -5px;
	top: -3px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -105px;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

/* ## Primary Menu
--------------------------------------------- */
.nav-primary {
	margin-bottom: 20px;
}

/* ## Top Menu
--------------------------------------------- */
.nav-top {
	text-align: right;
	padding: 20px 0;
}

.nav-top .menu-item {
	display: inline-block;
	position: relative;
	padding: 10px;
}

.nav-top .menu-item.social {
	padding: 0 5px;
}

.nav-top .menu-item a {
	font-size: 15px;
	line-height: 1;
	color: #5b4e2b;
	font-weight: bold;
}

.nav-top .menu-item a:hover,
.nav-top .menu-item.current-menu-item a {
	color: #d99c1b;
}

/* ## Sidebar Widget Menu
--------------------------------------------- */
.widget-sidebar-nav {
	background-color: transparent;
	background-image: url(images/border-top-dark-yellow.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 26px;
	border-radius: 20px;
}

.widget-sidebar-nav .sidebar-nav-container {
	background-color: transparent;
	background-image: url(images/border-bottom-dark-yellow.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 26px;
	border-radius: 20px;
}

.widget-sidebar-nav .menu {
	background-color: transparent;
	background-image: url(images/bg-dark-yellow.jpg);
	background-position: left top;
	background-repeat: repeat;
}

.widget-sidebar-nav .menu-item a::before {
	display: none;
}

.sidebar .widget-sidebar-nav .menu-item a {
	text-transform: uppercase;
	color: #ffedc7;
	font-weight: bold;
	padding: 5px 35px;
	display: block;
}

.sidebar .widget-sidebar-nav .menu-item a:hover,
.sidebar .widget-sidebar-nav .menu-item.current-menu-item a {
	color: #fff;
}

.sidebar .widget-sidebar-nav li.current-menu-item {
	position: relative;
	z-index: 1;
}

.sidebar .widget-sidebar-nav li.current-menu-item:before {
	content: '';
	background-image: url(images/nav-leaf.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 61px;
	height: 35px;
	position: absolute;
	top: -8px;
	left: 5px;
	z-index: -1;
}

/* ## Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

/* ## Footer Menu
--------------------------------------------- */
#menu-footer {
	margin-bottom: 10px;
}
	
#menu-footer li.menu-item {
	display: inline-block;
	padding: 0 6px;
}

#menu-footer li.menu-item a {
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
}

#menu-footer li.menu-item a:hover {
	text-decoration: underline;
}

#menu-footer li.menu-item a::after {
	content: '\b7\a0';
	position: absolute;
	top: -6px;
	right: -18px;
	font-size: 26px;
}

#menu-footer li.menu-item:last-child a::after {
	display: none;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
.page-entry-header {
	position: relative;
	z-index: 1;
}
	
.page-entry-header-top {
	background-color: transparent;
	background-image: url(images/border-top-light-yellow.png);
	background-position: left top;
	background-repeat: repeat;
	height: 19px;
}

.page-entry-header h1.entry-title {
	background-color: transparent;
	background-image: url(images/bg-light-yellow.jpg);
	background-position: left top;
	background-repeat: repeat;
	margin-bottom: 0;
	text-align: center;
	color: #4f3120;
	font-family: ff-market-web, sans-serif;
	font-size: 60px;
	font-weight: normal;
}

.page-entry-header-bottom {
	background-color: transparent;
	background-image: url(images/border-bottom-light-yellow.png);
	background-position: left top;
	background-repeat: repeat;
	height: 19px;
}

.archive-description {
	display: none;
}

/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 30px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #61544d;
	color: #ddd;
}

.entry-content img {
	border-radius: 10px;
}

.entry-content .more-link {
	display: inline-block;
	line-height: 50px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	background-image: url(images/read-more-leaf.png);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 35px;
	padding-left: 32px;
}

.entry-content .more-link span {
	position: relative;
	top: 15px;
	left: -8px;
	transition: none;
}

.entry-content .more-link.excerpt {
	margin-top: 0px;
	top: -18px;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-header {
	background-image: url(images/line-yellow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

body.archive.category .has-post-thumbnail .entry-header {
	margin-left: 224px;
}

.image-teaser-cat {
	border-radius: 10px;
}

p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	text-transform: uppercase;
}

.entry-time,
.entry-categories a,
.entry-author {
	font-weight: bold;
}

.entry-comments-link {
	position: relative;
	margin-left: 10px;
}

.entry-comments-link::before {
	content: "\b7\a0";
	position: absolute;
	top: -5px;
	left: -10px;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 30px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #61544d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #61544d;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-header {
	position: relative;
	padding-left: 25px;
}

.comment-header::before {
	content: "\f101";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	position: absolute;
	top: 3px;
	left: 0;
	color: #ebb135;
}

.comment-header .comment-meta {
	display: none;
}

.comment-content {
	clear: both;
	padding-left: 25px;
}

.comment-list li {
	margin-top: 24px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 5px;
	font-weight: bold
}

.entry-comments .comment-author span.says {
	font-weight: normal;
}

.entry-comments .comment-author span.says::after {
	content: ':';
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
	display: none;
}

.comment-form input[type="submit"] {
	font-weight: bold;
}

.comment-form input[type="submit"]:hover {
	background-color: #ebb135;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .widget li {
	position: relative;
}

.sidebar .widget li a {
	font-weight: bold;
	padding-left: 5px;
}

.sidebar .widget li a:before {
  content: '\b7\a0';
  color: #e9c26f;
  font-size: 28px;
  position: absolute;
  left: -5px;
  top: -3px;
  line-height: 1;
}

.widget_categories .children {
	display: none;
}

/* # Shortcodes
---------------------------------------------------------------------------------------------------- */
.newsletter-sc a {
	display: inline-block;
	background-image: url(images/button-bg-brown.png);
	background-position: left top;
	background-repeat: repeat;
	padding: 8px 60px;
	font-family: ff-market-web, sans-serif;
	color: #fff;
	font-size: 42px;
	line-height: 1;
	border-radius: 5px;
}

.newsletter-sc a:hover {
	color: #e9c26f;
}

.hr-sc {
	background-image: url(images/line-yellow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: 8px;
	clear: both;
}

.button-sc {
	text-align: center;
}

.button-sc a {
	display: inline-block;
	background-image: url(images/button-bg-brown.png);
	background-position: left top;
	background-repeat: repeat;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 5px;
}

.button-sc a:hover {
	color: #e9c26f;
}

.image-button-sc {
	text-align: center;
	margin-bottom: 58px;
}

.image-button-sc a:hover {
	color: #61544d;
}

.image-button-sc a:hover h3 {
	color: #d99c1b;
}

/* # Genericons
---------------------------------------------------------------------------------------------------- */
.nav-top .social a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.nav-top .social a {
	height: 20px;
	width: 20px;
	display: block;
	position: relative;
	top: 5px;
}

.nav-top .social .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.nav-top .social a:before {
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.nav-top a[href*="facebook.com"]:before {
	content: "\f203";
}

.nav-top a[href*="instagram.com"]:before {
	content: "\f215";
}

.nav-top a[href*="linkedin.com"]:before {
	content: "\f208";
}

.nav-top a[href*="pinterest.com"]:before {
	content: "\f209";
}

.nav-top a[href*="tumblr.com"]:before {
	content: "\f214";
}

.nav-top a[href*="twitter.com"]:before {
	content: "\f202";
}

.nav-top a[href*="vimeo.com"]:before {
	content: "\f212";
}

.nav-top a[href*="youtube.com"]:before {
	content: "\f213";
}

.nav-top a[href*="mailto:"]:before {
	content: "\f410";
}

/* # CPT
---------------------------------------------------------------------------------------------------- */
.header-sub {
	position: relative;
	top: -6px;
}

.header-sub-bg {
	background-color: transparent;
	background-image: url(images/bg-dark-yellow.jpg);
	background-position: left top;
	background-repeat: repeat;
	padding: 20px 20px 0 20px;
	position: relative;
}

.header-sub img {
	border-radius: 6px;
}

.page-entry-header-sub-bottom {
  background-color: transparent;
  background-image: url(images/border-bottom-dark-yellow.png);
  background-position: left top;
  background-repeat: repeat;
  height: 26px;
}

.single-wpdevco_locations .content-sidebar-wrap {
	position: relative;
}

.loc-details {
	position: absolute;
	background-color: transparent;
	background-image: url(images/border-left-white.png);
	background-position: left top;
	background-repeat: repeat-y;
	top: -150px;
	left: 30px;
	color: #4f3120;
	font-size: 18px;
	padding-left: 13px;
	border-radius: 10px;
}

.loc-details a {
	color: #4f3120;
}

.loc-details a:hover {
	color: #d99c1b;
}

.loc-details .loc-details-wrap {
	background-color: transparent;
	background-image: url(images/border-right-white.png);
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 13px;
	border-radius: 10px;
}

.loc-details .loc-details-content {
	background-color: #fff;
	padding: 12px 20px;
}

.loc-details p {
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.loc-details li {
	display: inline-block;
	padding-right: 10px;
}

.loc-details span {
	position: relative;
}

.loc-details .loc-hours span,
.loc-details .loc-phone span,
.loc-details .loc-map span {
	padding-left: 22px;
}

.loc-details li.loc-hours span:before {
	content: '\f303';
}

.loc-details li.loc-phone span:before {
	content: '\f437';
}

.loc-details li.loc-map span:before {
	content: '\f417';
}

.loc-details li span:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Genericons";
	speak: none;
	vertical-align: bottom;
	font-size: 22px;
	color: #ebb239;
	position: absolute;
	top: -5px;
	left: 0;
}

.pp-cat-content {
	color: #fff;
	padding-top: 20px;
}

.pp-cat-content h2 {
  background-image: url(images/line-white.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  color: #fff;
}

.pp-cat-content p:last-child {
	margin-bottom: 0;
}

.pp-cat-content .header-sub-col {
	float: left;
	margin-left: 2.6%;
	width: 54.7%;
}

.pp-cat-content .header-sub-col.col-first {
	clear: both;
	width: 42.7%;
	margin-left: 0;
}

ul.producers {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

ul.producers li {
	list-style: none;
	margin-bottom: 5px;
	float:left;
	display:inline;
	width: 33.333%;
}

ul.producers li a {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 10px;
}

ul.producers li a:before {
	content: '\b7\a0';
	color: #e9c26f;
	font-size: 28px;
	position: absolute;
	left: 0;
	top: -4px;
}

.producers-cats .producer {
	margin-bottom: 20px;
	position: relative;
}

.producers-cats .producer .title {
	position: absolute;
	bottom: 30px;
	width: 88%;
	margin: 0 6%;
	text-align: center;
	background-image: url(images/border-left-white.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 13px;
	border-radius: 27px;
}

.producers-cats .producer .title .title-inner-wrap {
	background-image: url(images/border-right-white.png);
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 13px;
	border-radius: 27px;
}

.producers-cats .producer .title .title-top-border {
	background-image: url(images/border-top-white.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
}

.producers-cats .producer .title .title-bottom-border {
	background-image: url(images/border-bottom-white.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	height: 20px;
}

.producers-cats .producer .title h2 {
	background-color: #fff;
	background-image: none;
	padding: 0;
	margin: 0;
	font-family: ff-market-web, sans-serif;
	color: #4f3120;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}

.producers-cats .producer a:hover h2 {
	color: #d99c1b;
}

.page-template-page_producers .intro {
	font-weight: bold;
	padding: 25px 20% 0 20%;
	font-size: 18px;
	background-image: url(images/producer-leaf.png);
	background-position: 16% top;
	background-repeat: no-repeat;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
.home .site-inner,
.home .footer-widget-area-top {
	display: none;
}

.front-slider-area {
	background-color: transparent;
	background-image: url(images/bg-light-yellow.jpg);
	background-position: left top;
	background-repeat: repeat;
	padding: 20px 0 0 0;
	position: relative;
}

.front-widget-area {
	background-color: transparent;
	background-image: url(images/bg-dark-yellow.jpg);
	background-position: left top;
	background-repeat: repeat;
	color: #fff;
	position: relative;
}

.front-slider-area-top {
	background-color: transparent;
	background-image: url(images/border-top-light-yellow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 19px;
}

.front-slider-area-bottom {
	background-color: transparent;
	background-image: url(images/border-top-dark-yellow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 48px;
}

.soliloquy-slider img {
	border-radius: 10px;
}

.front-side-widgets {
	padding-top: 30px;
}

.front-side-widgets a img:hover {
	opacity: 0.8;
}

.front-widget-area-bottom {
  background-color: transparent;
  background-image: url(images/border-top-green.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 65px;
  position: relative;
}

.front-widgets .img-title {
	position: relative;
}

.front-widgets .title {
	position: absolute;
	bottom: -16px;
	width: 88%;
	margin: 0 6%;
	text-align: center;
	background-image: url(images/border-left-white.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 13px;
	border-radius: 27px;
}

.front-widgets .title .title-inner-wrap {
	background-image: url(images/border-right-white.png);
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 13px;
	border-radius: 27px;
}

.front-widgets .title .title-top-border {
	background-image: url(images/border-top-white.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
}

.front-widgets .title-bottom-border {
	background-image: url(images/border-bottom-white.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	height: 20px;
}

.front-widgets .title h2 {
	background-color: #fff;
	background-image: none;
	padding: 0;
	margin: 0;
	color: #4f3120;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
}

.front-widgets a:hover h2 {
	color: #d99c1b;
}

.front-widgets p {
	padding-top: 20px;
}

.front-widgets img {
border-radius: 10px;
}

/* # Footer Widget Area
---------------------------------------------------------------------------------------------------- */
.footer-widget-area-top {
	background-color: transparent;
	background-image: url(images/border-top-green.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 45px;
	position: relative;
}

.home .footer-widget-area-top {
	display: none;
}

.footer-widget-area {
	background-color: transparent;
	background-image: url(images/bg-green.jpg);
	background-position: left top;
	background-repeat: repeat;
}

.footer-widget-area-bottom {
	background-color: transparent;
	background-image: url(images/border-top-brown.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 26px;
	clear: both;
}

.footer-widget-area .footer-widgets {
	float: left;
	width: 20%;
	color: #fff;
	font-size: 14px;
	padding-top: 14px;
}

.footer-widget-area .footer-widgets.footer-4 {
	width: 40%;
	text-align: center;
	padding-top: 0;
	background-color: transparent;
	background-image: url(images/tree.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	bottom: -5px;
}

.footer-widget-area .footer-widgets.footer-4 p:first-child{
	margin-bottom: 12px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: transparent;
	background-image: url(images/bg-brown.jpg);
	background-position: left top;
	background-repeat: repeat;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0 30px 0;
	text-align: center;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a.splinter img {
	position: relative;
	top: 2px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width: 960px) {

	.wrap {
		max-width: 800px;
	}

	.content,
	.sidebar-primary,
	.title-area,
	.footer-widget-area .footer-widgets.footer-4 {
		width: 100%;
	}
	
	.title-area {
		top: 10px;
	}
	
	.footer-widget-area .footer-widgets {
		width: 33.2%;
	}

	.site-header .wrap {
		padding: 175px 5% 0 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title,
	.nav-top,
	.footer-widget-area .footer-widgets {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 16px;
	}
	
	.nav-top {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 800px) {

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover > .sub-menu {
		margin-left: 0;
		left: 0;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		border: none;
		padding: 0 30px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 16px 10px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu a:before {
		top: 8px;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.pp-cat-content .header-sub-col,
	.pp-cat-content .header-sub-col.col-first {
		margin: 0;
		width: 100%;
	}
	
	.loc-details {
		left: 0;
		width: 100%;
		text-align: center;
	}
	
	ul.producers li {
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	
	.footer-widget-area .footer-widgets {
		width: 100%;
	}
	
	.nav-top .menu-item {
		display: block;
		padding: 5px;
	}
	
	.nav-top .menu-item.social {
		display: inline-block;
		margin-bottom: 20px;
	}
	
	.page-entry-header h1.entry-title {
		font-size: 50px;
	}
	
	.loc-details {
		position: relative;
		top: 0;
		background-image: none;
	}
	
	.loc-details .loc-details-wrap {
		background-image: none;
	}
	
	.loc-details .loc-details-content {
		padding: 0;
		margin-bottom: 24px;
		background-color: transparent;
	}
	
	.header-sub img.loc {
		margin-bottom: 0;
	}
	
	.header-sub-bg {
		padding-top: 0;
	}
	
	ul.producers li {
		width: 100%;
	}
	
	.page-template-page_producers .intro {
		padding: 45px 0 0 0;
		background-position: left top;
		text-align: center;
	}
}