/*
	Theme Name: Wellness Pro
	Theme URI: http://my.studiopress.com/themes/wellness/
	Description: A holistic theme solution for your Genesis-powered site.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1.4

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, e-commerce, featured-images, flexible-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.7

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: wellness-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Wellnessline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis Author Pro / Portfolio Pro
		- Genesis eNews Extended
		- Jetpack
		- WP Instagram
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- After Header Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebar
	- Before Footer
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1340px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 860px
	- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | 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:#000}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 40px}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
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* 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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	color: #5D5D5D;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}



a {
	color: #b72e34;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
	outline:none;
}

.products a{
	color:#5D5D5D;
}
.products a:hover{
	color:#000000;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {

	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

mark {
	background: #f5f5f5;
	color: #000;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	color:#00002eff;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,

textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	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: #000;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #f26a61;
	border-radius:4px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #5da44f;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button {
	margin: 5px auto;
	padding: 10px 30px;
	position: relative;
}

.button:before,
.button:after {
	box-sizing: border-box;
	border-style: solid;
	border-color: transparent;
	border-width: 5px;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	
	width: 100%;
}

.button:before {
	border-top-width: 0;
	border-bottom-color: #000;
	top: -5px;
}

.button:after {
	border-bottom-width: 0;
	border-top-color: #000;
	bottom: -5px;
}

.button:focus:before,
.button:focus:after,
.button:hover:before,
.button:hover:after {
	border-top-color: #6d6f72;
	border-bottom-color: #6d6f72;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	/*word-break: break-all;*/
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	position: absolute !important;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #000;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1440px;
}

.site-header .wrap{
	/*max-width:none;*/
}

.site-inner {
	clear: both;
	padding-top: 20px;
	/*word-wrap: break-word;*/
}

.full-width-content .site-inner {
	max-width: 1440px;
}

.woocommerce.archive .content{
	padding:10px 40px 30px 40px !important;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 72%;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
	margin-left:15px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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 {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	
}

.genesis-author-pro.archive .content .breadcrumb ~ .entry {
	margin-top: 40px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-title + p {
	margin-top: 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.full-width-content .archive-description,
.full-width-content .breadcrumb {
	text-align: center;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	border-left: 1px solid #ddd;
	box-shadow: none;
	padding: 17px 23px;
	right: 2px;
	top: 2px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #b72e34;
}

.archive-description .entry-title,
.archive-title,
.author-box-title,
.widget-title {
font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.archive-title {
	margin-bottom: 0;
}

.large-title {
	font-size: 44px;
	font-size: 4.4rem;
	margin-bottom: 20px;
}

.accent-color {
	color: #b72e34;
}

/* 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-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar-primary .widget ul > li{
	margin-bottom:0px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .wrap {
	max-width: 1440px;
	padding: 20px 0 20px;
}

.flexible-widgets.widget-area .widget {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	float: none;
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis Author Pro / Portfolio Pro
--------------------------------------------- */

.featured-content .book-featured-text-banner {
	background-color: #5da44f;
}

.archive.genesis-author-pro .site-inner,
.archive.genesis-pro-portfolio .site-inner {
	max-width: 1280px;
}

.single-books .book-details .button-book {
	margin-bottom: 20px;
}

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #000;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #000;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #b72e34;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #000;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* WP Instagram
--------------------------------------------- */

.before-footer .widget-full .null-instagram-feed {
	padding: 0;
	margin: -5.5%;
	width: 111%;
}

.before-footer .widget-full .instagram-pics li {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 20%;
}

.before-footer .widget-full .instagram-pics li img {
	margin-bottom: -8px;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */



.site-header > .wrap {
	padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 6px 0;
	width: 115px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 180px;
	padding: 0;
	margin-left:10px;
}

.header-full-width .title-area {
	float: none;
	text-align: center;
	width: 100%;
}

.site-title {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 90px;
	width: 200px;
	/*margin-left:80px;*/
}

.dgwt-wcas-search-form{
	width:85% !important;
	margin-left:30px;
}

.site-description {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 84%;
	margin-bottom:0px;
}

.site-header .widget{
	
	float:left;
	margin-bottom:0px;
}

#menu-header-right{
	margin-top:15px;
}



/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
}

.header-full-width .genesis-nav-menu {
	text-align: center;
}

.genesis-nav-menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 23px 20px;
}

#nav_menu-5 a{
	color:#5d5d5d;
	font-weight:bold;
}

.avatar{
	margin-right:8px;
	margin-top:-4px;
}

.genesis-nav-menu a:hover{
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu a{
	color:#fff !important;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	top: calc( 100% - 11px );
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	padding-top:11px;
}

.genesis-nav-menu > .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}


.genesis-nav-menu .sub-menu:after {
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu .sub-menu li a {
	background-color: #b72e34 !important;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff !important;
	font-size: 14px;
	letter-spacing: 0;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 200px;
}

.genesis-nav-menu .sub-menu li a:hover{
	text-decoration:underline;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #fff;
	color: #5da44f;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0;
	width: 200px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu > .highlight a {
	border-bottom: 3px solid #5da44f;
	padding-bottom: 20px;
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary .menu .menu-item > a:focus + ul.sub-menu,
.nav-primary .menu .menu-item.sfHover > ul.sub-menu,
.site-header .menu .menu-item > a:focus + ul.sub-menu,
.site-header .menu .menu-item.sfHover > ul.sub-menu  {
	left: 50%;
	margin-left: -100px;
}

.nav-primary .menu .menu-item ul.sub-menu .menu-item a:focus + ul.sub-menu,
.nav-primary .menu .menu-item.sfHover > ul.sub-menu > .menu-item.sfHover > ul.sub-menu,
.site-header .menu .menu-item ul.sub-menu .menu-item a:focus + ul.sub-menu,
.site-header .menu .menu-item.sfHover > ul.sub-menu > .menu-item.sfHover > ul.sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	padding: 0px 15px 0px 15px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #b72e34;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;

}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 30px 40px;
	padding-top:15px;
}

.single-product .entry{
	border-top-right-radius:0;
	border-top-left-radius: 0;
	border-top:none;
}

.single-product .breadcrumb{
margin-bottom:0;
	padding: 10px 30px 10px 30px;
}


.products .entry{
	border:none;
	border-radius:none;
}

.full-width-content .entry-header {
	text-align: center;
}

.full-width-content .entry-header::after {
	border-bottom: 1px solid #000;
	content: '';
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 10px;
	width: 80px;
}

.featured-content .entry-header::after,
.post-type-archive-books .entry-header::after,
.post-type-archive-portfolio .entry-header::after {
	display: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.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: #000;
	color: #eee;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta,
p.book-author {
	color: #5a636c;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.entry-header p.book-author {
	margin-bottom: 24px;
}

.book-author .book-author-link,
.entry-header .entry-meta .entry-time,
.entry-header .entry-meta .entry-author-link {
	color: #5a636c;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	margin-left: 4px;
	text-transform: uppercase;
	text-decoration: none;
}

.book-author .book-author-link:focus,
.book-author .book-author-link:hover,
.entry-header .entry-meta .entry-author-link:focus,
.entry-header .entry-meta .entry-author-link:hover {
	color: #b72e34;
}

.entry-content .entry-image {
	margin-bottom: 30px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #b72e34;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
}



/* Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background:#5a3435;
	color:#fff;
	text-align:center;
}

.before-footer .wrap {
	max-width: none;
	padding: 5% 5% 0;
	
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.front-page-5{
	margin-bottom:-10px;
}
#footer{
	border-top:1px solid #dddddd;
	padding-top:30px;
	text-align: center;
}

.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
}

.footer-widgets a,
.site-footer a {
	
	font-weight: 700;
	text-decoration: none;
}

.footer-widgets a:focus,
.footer-widgets a:hover,
.site-footer a:focus,
.site-footer a:hover {
	
	text-decoration: underline;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f3f5f7ff;
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 1;
	padding: 40px 0 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}



/* CUSTOM - RNE */

.site-header{
	background:#f3f5f7;
}

.sfm-navicon-button{
	z-index:999 !important;
	top: 35px;
	left:15px;
}


/*bump up floating nav when logged in*/
.logged-in .sfm-navicon-button{
	top:40px !important;
}

.dgwt-wcas-search-input{
		border:1px solid #cccccc !important;
border-radius:8px !important;
	background:#ffffff !important;
}
.dgwt-wcas-search-input:focus{
	border:1px solid #b72e34 !important;
}


.home .entry-header{
	display:none;
}


.site-header #searchform #s{
	min-width:60%;
	max-width:75%;
	border:1px solid #58595b;
	border-radius:6px;
}

.site-header #searchsubmit{
	text-transform: none;
	color:#fff;
	background:#58595b;
	padding:19px;
	font-weight:normal;
	vertical-align: top;
	border-radius:6px;
}

.site-header .widget-area{
	float:right;
	margin-top:100px;
}

.site-header .wrap{
	padding:0;
}

/**
 * The Default Genesis styles have a bug which causes extra unwanted
 * space to display in the nav menu bar elements. This will remove the
 * extra space cross-browser. The reason for the strange .001px font size
 * is due to a bug on older Andorid devices.
 *  
 * Note: I've used the default Genesis styles here as an example. The only
 * actual change is the font-size rule on both selectors.
 *
 * Reference link:   http://css-tricks.com/fighting-the-space-between-inline-block-elements/
 * Android Bug link: http://codepen.io/SelenIT/pen/HIika
 */

.genesis-nav-menu {
	clear: both;
	font-size: .001px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 14px;
	text-align: left;
}


/* Add new "clear" at position 6, 11, etc. This is for 5 columns */
 
/*.woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n+1) {
    clear: left;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	width:auto !important;
}*/

.genesis-nav-menu > .menu-item-has-children > a:after {
    content: "\f140";
    font: normal 16px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    vertical-align: top;
}


.by-vendor-name-link, .single .related .by-vendor-name-link{
	font-size:14px;
	font-weight:bold;
}

.single .by-vendor-name-link{
	font-size:16px;
	margin-bottom:15px;
}

.wcmp-shipping-policies{
	margin-bottom:15px;
}

.related{
	padding-top:20px;
	border-top:1px solid #ccc;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
	background:#eee !important;
	color:#999 !important;
	border:none !important;
	border-radius:6px !important;
}

.button::before, .button::after{
	border:none;
}

.woocommerce a.button::after, .woocommerce a.button::before, .woocommerce a.button.alt::after, .woocommerce a.button.alt::before, .woocommerce button.button::after, .woocommerce button.button::before, .woocommerce button.button.alt::after, .woocommerce button.button.alt::before, .woocommerce input.button::after, .woocommerce input.button::before, .woocommerce input.button.alt::after, .woocommerce input.button.alt::before, .woocommerce input[type="submit"]::after, .woocommerce input[type="submit"]::before, .woocommerce #respond input#submit::after, .woocommerce #respond input#submit::before, .woocommerce #respond input#submit.alt::after, .woocommerce #respond input#submit.alt::before{
	border:none !important;
}

.woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button[type="submit"], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt{
	background:#f26a61 !important;
	text-transform:none !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color:#5D5D5D !important;
}


.sidebar .widget{
	padding:30px;
}

form#respond input, form#respond textarea{
	border-radius:6px;
	font-size:16px;
}

.description_data table td:first-child{
	display:none !important;
}

.description_data table td{
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
}





.sidebar input{
	padding:10px;
}


.custom_enquiry_buttons_css{
	margin-top:20px;
}



/*CUSTOM final adjustments --------------------------------------*/

.single .by-vendor-name-link{
	font-size:20px;
	font-style:italic;
}

.wcmp_add_to_cart_message{
	font-weight:bold;
}

.page-id-11931 .widget{
	margin-bottom:10px;
}

.page-id-11931.full-width-content .entry-header::after{
	margin-bottom:0px !important;
}

#wcmp_widget_vendor_list{
	background:#f7f7f7;
}

#wcmp_widget_vendor_list div{
	padding:10px 0px 10px 10px;
}

#wcmp_widget_vendor_list div img{
	border:1px solid #eee;
	vertical-align:middle;
}

.sidebar-primary .widget{
	margin-bottom:10px;
}

/*hide bullet on checkout confirmation*/

.woocommerce-order-received .entry-content ul > li{
	list-style-type:none;
}

.woocommerce .blockUI.blockOverlay:before {
position:absolute !important;
	top:90% !important;
}

.woocommerce-message a{
	text-decoration:underline !important;
	color:#fff !important;
}

.home .wcmp_fpm_buttons{
	display:none;
}

.woocommerce ul.products li.product .button{
	display:none;
}

.wcmp_sorted_vendors .button{
	background-color:#c2d430 !important;
	text-transform:none;
}

.woocommerce-error{
	color:red;
	font-weight:bold;
}

select, select:-moz-focusring, select::-moz-focus-inner{
	color:#000 !important;
border:1px solid #ccc;
}

.genesis-nav-menu > .menu-item-has-children > a::after{
	vertical-align:middle;
}

/* Temp hiding of Vendor Ratings */

.wcmp_rating_wrap{
	display:none;
}


/*Vendor Registration Form Adjustments*/

.wcmp_regi_main .reg_header1, .wcmp_regi_main .reg_header2, .wcmp_regi_main .wcmp_regi_form_box label{
	color:#000 !important;
}

.wcmp_regi_main .wcmp_regi_form_box input[type=text], .wcmp_regi_main .wcmp_regi_form_box input[type=url], .wcmp_regi_main .wcmp_regi_form_box input[type=password], .wcmp_regi_main .wcmp_regi_form_box input[type=email], .wcmp_regi_main .wcmp_regi_form_box input[type=file], .wcmp_regi_main .wcmp_regi_form_box textarea{
	border:1px solid #ccc !important;
	
}

.gform_confirmation_message{
	font-weight:bold;
	color:red;
}

/*vendor page adjustments */
.wcmp_vendor_banner_template.template2 .vendor_address p{
	text-align:left;
	line-height:1.625;
}

.wcmp_vendor_banner_template.template2 .vendor_description .vendor_img_add ul{
	text-align:left;
}

.wcmp_vendor_banner_template.template2 .vendor_description .vendor_img_add li{
	list-style-type:disc;
	padding:5px;
	margin-left:25px;
	margin-bottom:5px;
	font-weight:normal;
}

.vendor_description{
	font-weight:normal !important;
}

.wcmp_vendor_name{
	text-align:center !important;
	margin-top:15px !important;
	font-size:24px !important;
}

.description_data{
	padding-top:20px;
	border-top:1px solid #eee;
}

.tax-dc_vendor_shop .woocommerce-info{
	display:none;
}
.tax-dc_vendor_shop #dc_product_vendors_info-2{
display:none;	
}


.tax-dc_vendor_shop h1{
	border-bottom:1px dotted #eee;
	padding-bottom:15px;
}

/*end vendor page adjustments */

/*vendor list adjustments */

#wcmp-store-conatiner .wcmp-store-list{
	min-height:600px;
}

.wcmp_vendor_list_wrap img#vendor_image_display{
	border-radius:0 !important;
	border:1px solid #ccc;
}

.wcmp_vendor_banner_template.template2 .img_div img{
	max-width:200px;
	max-height:200px;
	border-radius:0 !important;
	margin-top:40px;
}

/*archive and vendor page title*/
.archive-title{
font-size:3.6rem;
	font-size:36px;
	font-weight:normal;
	text-transform:none;
}

.after-entry, .archive-description, .author-box{
	padding:5px;
	padding-bottom:20px;
	
	margin-bottom:10px;
	text-align:center;
}

/*adjustment for images to auto width in product feeds */
.woocommerce ul.products li.product a img{
	width:auto;
}


.wcmp_regi_main .wcmp_regi_form_box input[type="text"], .wcmp_regi_main .wcmp_regi_form_box input[type="url"], .wcmp_regi_main .wcmp_regi_form_box input[type="password"], .wcmp_regi_main .wcmp_regi_form_box input[type="email"], .wcmp_regi_main .wcmp_regi_form_box input[type="file"], .wcmp_regi_main .wcmp_regi_form_box textarea{
	color:#000 !important;
}

select, select:-moz-focusring, select::-moz-focus-inner{
	color:#333 !important;
}

.wl-already-in{
	font-size:14px;
	font-style:italic;
}

.header-image .site-title > a{
	/*width:200px;
	min-height:100px;*/
	height:auto;
	margin-top:0px;
}

.woocommerce.archive .content{
	border-bottom:1px solid #ddd;
}

.site-header .widget-area{
	margin-top:35px;
}

.site-header{
	height:90px;
	z-index:9999;
}


.genesis-nav-menu a{
	padding:15px 20px;
}

.genesis-nav-menu a:active, .genesis-nav-menu a:current{
	color:#fff !important;
}


.home .site-inner{
	padding-top:0px;

}

.homeImageWrap{
	max-width:100%;
	/*margin-top:75px;*/
}

p.external_store_url{
	text-align:center !important;
}

.vendor_address label, .wcmp_vendor_rating *{
	font-size:16px;
}


.genesis-nav-menu{
	/*text-align:center;*/
}

.product-type-external .wl-add-but{
	display:none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
display:none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
margin-left:0px;
}

/* Color Customizations */

.site-header #searchsubmit, button, input[type="button"], input[type="reset"], input[type="submit"], .button{
background:#b72e34;
	border-radius:99px;
}

.nav-primary{
	background-color:#b72e34;
}

.home .nav-primary{
	border-bottom:none !important;
}

button:focus, button:hover, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:focus, .button:hover, .entry-content .button:focus, .entry-content .button:hover, .featured-content .book-featured-text-banner{
	color:#000;
	background:#b72e34;
}

.woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button[type="submit"], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt{
	background:#b72e34 !important;
	border-radius:99px;
}

p.external_store_url{
	text-align:center !important;
}

.vendor_address label, .wcmp_vendor_rating *{
	font-size:16px;
}

.wcmp_add_to_cart_message{
	display:none;
}

.single-product .wcmp_add_to_cart_message{
	display:block;
}

.product-type-external .wl-add-but{
	display:none !important;
}

.woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product .price{
	color:#525252 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color:#656565 !important;
	border-top-color: #656565 !important;
	color:#fff !important;
}

.woocommerce-message::before, .woocommerce-info::before {
	color:#fff !important;
}
.woocommerce-info{
	color:#fff !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
display:none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
margin-left:0px;
}

/* End Color Adjustments */


.wcmp_vendor_banner{
	display: flex;
  justify-content: center;
}

.wcmp_vendor_banner > img{
	width:auto !important;
}

.wcmp_vendor_banner_template.template2{
	border:none !important;
}


.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-weight:bold;
}

.wpmenucart-contents:after{
	content:none !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge.mega-menu-badge-style-one{
	background:#b72e34;
	color:#ffffff;
	font-size:14px;
}

#dgwt_wcas_ajax_search-4{
	width:75%;
}

/*tweaks to site search*/
.bcs-searchbox-submit{
	float:right !important;
	margin-top:-35px !important;
}

.bcs-searchbox{
	border:none !important;
}

.bcs-container-searchbox{
	max-width:600px !important;
}

.bcs-searchbox::placeholder{
	color:#cccccc !important;
}

.bcs-modal{
	z-index:999999 !important;
}

.bcs-modal-header{
	background-color:#b72e34 !important;
}

.bcs-results{
	width:95% !important;
	display:block !important;
}

.bcs-results{
	margin-left:10px !important;
}

cite{
text-transform:none;
}

#footer{
	/*margin-top:60px;*/
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	float:right;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
	float:left;
}

.wcmp_fpm_buttons{
	display:none !important;
}

.popmake-content:focus{
	outline:none;
}

.banner-img-cls{
height:auto !important;
}

.home .woocommerce .products ul, .woocommerce ul.products{
margin-bottom:0px;	
}

.archive-description{
	padding-left:0;
	padding-right:0;
}

.page-id-20674 .woocommerce-form-login-toggle a, .page-id-20674 .woocommerce-info a{
	color:#fff !important;
	text-decoration:underline;
}

.wcmp-theme03 .wcmp-contact-deatil{
	display:inline-block;
}

.wcmp-theme03 .wcmp-address{
	margin:0px;
}

.wcmp-banner-area{
 right:0;
}

.wcmp-theme03 .wcmp-profile-area{
	margin-top:0px;
}

.socialicn-area a{
	font-size:24px;
}

.socialicn-area{
	background:#fff;
	border:1px solid #ccc;
	padding-top:3px;
}

.wcmp-heading{
margin:0px;
}


#excust_pagination .excust-wcmp-ivl-page-link{
	line-height:18px !important;
	width:40px !important;
	height:40px !important;
}

.page-id-11931 .wcmp_rating_wrap{
	display:none !important;
}

.page-id-11931 .wcmp_rating_wrap .star-rating{
	display:block !important;
}

.wcmp_vendor_banner{
	text-align:center;
}

.wcmp_vendor_banner{
	display:block;
}

.wcmp_vendor_banner_template.template2 .vendor_description{
	margin-top:5px;
}

a.vendor_badge{
 display:block !important;
	margin:0;
}

.products a.vendor_badge{
position:absolute;
	top:0;
	right:0;
}

.vendor_badge .vendor_badge_img{
	width:75px;
	height:122px;
		max-width:75px !important;
	max-height:122px !important;
}

.wcmp-vendor-verified .vendor_badge_img{
	max-width:50px !important;
	max-height:81px !important;
}

#wcmp-store-conatiner .wcmp-store-list .vendor_badge_img{
	width:50px;
	height:82px;
	border:solid #ccc 1px;
}

.pswp__caption__center{
	display:none;
}

.footer-widgets a.button:hover {
	color:#fff !important;
	text-decoration:none;
}

.wcmp_social_profile{
	right:8%;
	background:#fff;
	
}

.page-id-20673 a{
	font-weight:bold;
}

.dgwt-wcas-vendor-city{
	
}

.dgwt-wcas-product-vendor{
	font-size:12px;
	margin-top:5px;
}

.woocommerce-product-details__short-description li{
	list-style-type:disc !important;
	margin-left:20px !important;
}

.dgwt-wcas-search-wrapp{
	margin: 0px !important;
}

/*fix 4 column spacing for product loops*/
.columns-4 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width:22% !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width:22%;
}


.wc-stripe-marketpace-elements-field{
	padding:15px !important;
}

.taptap-widgets-wrapper #dgwt_wcas_ajax_search-3{
	display:none !important;
}


.taptap-by-bonfire{
	margin-left:0px;
	margin-top:10px;
}

.taptap-widgets-wrapper{
	font-size:16px;
}

.taptap-widgets-wrapper h4{
	color:#fff; font-weight:bold !important;
}

.taptap-widgets-wrapper a{
color:#eee !important;
	margin-bottom:5px !important;
}

.taptap-widgets-wrapper a:hover{
	color:#ce7368 !important;
}

.taptap-widgets-wrapper .widget{
	line-height:28px !important;
	font-size:16px !important;
}

.site-header .genesis-nav-menu a{
	padding:0px 10px 0px 10px;
	font-size:14px !important;
}

.wcmp_vendor_banner_template.template2 .img_div img{
	border-radius:0px;
}

.footer-widgets .widget_text{
	font-size:16px;
}


.dgwt-wcas-search-wrapp{
	max-width:none !important;
}

.chosen-container{
	font-size:16px !important;
	padding:5px !important;
}

.widget .widget-woof{
	padding:0px !important;
	border:none !important;
}

.image-section .flexible-widgets .wrap{
	padding:30px 0px 30px 0px !important;
	padding-bottom:0px !important;
	margin-bottom:-30px !important;
}



.image-section .widget-wrap{
	padding:0px !important;
}


.n2-ss-slider-pane{
	/*margin-top:20px !important;
	margin-bottom:20px !important;*/
}


#text-6{
	font-size:14px;
}

.home .textwidget h3{
	font-size:32px;
	margin-bottom:30px;
	text-align:center;
}



.archive .location, .products .location{
	font-size:14px;
}

.single-product .location{
	font-weight:bold;
}

.widget_layered_nav{
	padding:15px 15px 15px 30px !important;
}

.location{
	margin-bottom:5px;
}

.woocommerce-order-received em{
	display:none;
}

.post-type-archive #woocommerce_layered_nav-5, .term-all-things-iowa #woocommerce_layered_nav-5{
	display:none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button{
	letter-spacing:1px !important;
}

.wcmp-inp-wrap .form-control{
	margin:10px !important;
}

.wcmp-inp-wrap .button{
	width:auto;
}

#vendor_sort_category selected{
	font-weight:bold;
}

.wcmp-inp-wrap .dropdown-menu .inner li{
	list-style-type:none;
}

.bootstrap-select.btn-group .dropdown-menu{
	max-width:320px !important;
}

.bootstrap-select.btn-group .dropdown-menu{
	position:relative;
}

.tax-dc_vendor_shop #woocommerce_layered_nav-3{
	display:none;
}

.taptap-menu-item-description{
	display:none;
}
.woocommerce.full-width-content .content, .woocommerce-page.full-width-content .content{
	max-width:1440px;
}

#email-notes{
	font-weight:bold;
}

.stripe-jcb-icon{
	display:none !important;
}

#text-12 a:hover{
	color:#fff;
}

.pswp__top-bar{
	background:#000 !important;
	z-index:99999999999 !important;
}

.pswp__button--close{
	margin-right:80px;
	margin-top:20px;
}

.pswp__button--fs, .pswp__button--zoom {
	margin-top:20px;
}


.wcmp_rating_wrap{
	display:none !important;
}

.stripe-jcb-icon stripe-icon{
	display:none !important;
}

.external_store_url{
	margin-top:5px !important;
}

.woocommerce ul.product_list_widget li a{
	font-weight:normal;
}

.current-cat{
	font-weight:bold;
}

.current-cat .children{
	font-weight:normal;
	font-size:16px;
}

::placeholder{
	color:#aaa;
}

.vendor_description{
	font-weight:normal;
}

.description_data p{
	text-align:left;
}


.genesis-nav-menu .sub-menu{
	top:15px !important;
}

.reg_header1{
	display:none;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
	font-size:28px;
	color:red;
	margin-right:10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:26px !important;
}

#menu-footer-help-menu-1 li{
	margin-bottom:0px;
	font-size:16px;
}

.taptap-by-bonfire{
	margin-left:0px;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder{
	line-height:1.3 !important;
}

.site-header .widget{
	padding-right:10px;
}


.image-section .flexible-widgets .widget{
	margin-bottom:0px !important;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:40%;
}




#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::after{
	color:#fff !important;
}

#excust_wcmp_product_inquiry_form .modal-body input[type="text"], #excust_wcmp_product_inquiry_form .modal-body input[type="url"], #excust_wcmp_product_inquiry_form .modal-body input[type="password"], #excust_wcmp_product_inquiry_form .modal-body input[type="email"], #excust_wcmp_product_inquiry_form .modal-body input[type="file"], #excust_wcmp_product_inquiry_form .modal-body textarea{
	font-size:16px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
	
font-size:18px;
	color:#2c77ac;
	font-weight:bold;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title:hover{
	text-decoration:underline;
}

mark{
	background:none;
	font-size:14px;
	color:#5D5D5D;
}


#wcmp-store-conatiner .wcmp-store-picture{
	background: none !important;
}


/*This section is used to make header go 100% wide and hide search/additional links until we get businesses live on combined site. 
	
	-----
	*/
	
	/*.header-image .title-area{
		max-width:none !important;
		margin-left:0px;
	}
	.title-area{
		width:100% !important;
		
	}
	
	.site-header{
		height:110px;
		background: url("https://market.shopwhereilive.com/wp-content/uploads/2022/04/header-background-open.jpg");
		background-size:contain;
	}
	
	.site-header .widget-area{
		display:none !important;
	}
	
	.header-image .site-title > a{
		width:100%;
		height:100px !important;
	}
	
	/*-----
	

/* Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		/*max-width: 95%;*/
	}
	
	.sidebar-primary .widget li li{
		margin-left:10px;
	}
	
	.sidebar-primary a{
		font-size:14px;
	}

	.flexible-widgets .wrap {
		max-width: 95%
	}
	
	#dgwt_wcas_ajax_search-4{
	width:70%;
}

}


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

	
	
	/*	.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n){
			float:left !important;
			clear:none !important;
		}

	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		margin:0 3.8% 2.992em 0 !important;
		clear:none !important;
	}*/
	
	
	.columns-4 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width:48% !important;
	}
	
	.content{
		width:67%;
	}
	
	.sidebar-primary{
		width:30%;
	}
	
	/*fix 4 column spacing for product loops*/

	.columns-4 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width:48% !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width:48%;
}
	

	#wcmp-store-conatiner .wcmp-cover-picture{
	background-size:contain !important;
		max-width:100% !important;
	}	
	
	
	.header-image .site-title > a{
		max-width:180px;
	}

	
}

@media only screen and (max-width: 1023px) {
	
	.header-image .site-title > a{
		max-width:160px;
	}
	
	.sidebar-primary{
		margin-left:0px;
	}
	
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		width:46% !important;
	}
	
	

	.content,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-primary
	{
		width: 100%;
	}

	

	/*nav.genesis-responsive-menu  {
		display: none;
		position: relative;
		top: 0;
	}*/

	
	nav.nav-primary.genesis-responsive-menu {
		border-width: 0;
		padding-bottom: 0px;
	}

	nav.pagination {
		display: block;
	}

	

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		float: none;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}


	.wcmp_sorted_vendors{
	width:auto !important;
	min-height:0 !important;
}
	
	.site-header .widget_nav_menu{
		display:none;
	}
	
	.site-header .widget:first-child{
		width:90%;
	}
	
	
/* fix stripe mobile form*/
	.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment{
		padding:0px !important;
	}
	
	#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
		padding:0px !important;
	}
	
	.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand, #add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand{
		display:none !important;
	}
	
	#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
		padding:5px !important;
	}
/*end fix stripe mobile form*/	
	
	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:100%;
}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width:100%;
	}
	
	.tax-dc_vendor_shop .sidebar-primary{
		display:none;
	}
	
	.wcmp_vendor_banner{
display:block;
}
	
	nav.nav-primary.genesis-responsive-menu {
		padding-bottom: 0px;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size:16px;
	margin-bottom:8px;
		font-weight:bold !important;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
	font-size:28px;	
	}
	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width:100%;
}
	

	
}


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

	
	
	
	
	#dgwt_wcas_ajax_search-4{
		width:60%;
	}
	
	
	
	
	
	body > div {
		font-size: 1.6rem;
	}

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.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 {
		margin: 0;
		width: 100%;
	}

	
	.woocommerce.archive .content{
		padding-top:10px !important;
		padding-bottom:0px !important;
	}
	
	.sidebar{
		margin-bottom:0px !important;
	}
	.archive-title{
		font-size:24px;
	}
	
	.woocommerce-product-gallery__trigger{
	display:none;	
	}
	
	
}

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

	
	/*used to adjust header so it still has search/account links once products are live on combined site for purchase."
	-----
	*/
	
	.site-header{
		height:140px;
	}
	
	.site-header .widget-area{
		float:none;
		width:80%;
	}
	
	#dgwt_wcas_ajax_search-4{
		width:92%;
		position:absolute;
		left:20px;
		margin-top:50px;
	}
	
	#maxmegamenu-2{
		width:auto;
		position:absolute;
		right:0;
	   
	}
	
	
	
	/*
	-----
	*/

	/*Fix zoom in on search field*/
	.dgwt-wcas-search-input{
		font-size:16px !important;
		
	}
	
	.header-image .site-title > a{
		max-width:180px;
	}
	
	
}


@media only screen and (max-width: 580px) {
	
	.dgwt-wcas-search-form{
	width:92% !important;
	margin-left: 15px !important;
		margin-top: 5px !important;
	}
	
	.site-inner{
		padding-left:0;
		padding-right:0;
		padding-top:0px;	
	}
	
	.entry, .sidebar .widget{
		border-radius:0px;
	}
	
	.woocommerce.single-product .entry{
		margin-bottom:20px !important;
	}
	
	.archive-description, .author-box{
		padding-top:0px;
	}
	
	.taptap-widgets-wrapper{
	display:block!important;
}
	
	.woocommerce-MyAccount-navigation ul{
		margin-left:0px !important;
	}
	
	
	.woocommerce-MyAccount-navigation ul li{
		display:block;
		margin-bottom:10px;
		font-size:18px;
	}
	


}


@media only screen and (max-width: 450px) {
		
	.header-image .site-title > a{
		width:300px;
	}
		
	#maxmegamenu-2{
	/*		display:none;*/
	}
	
		#mega-menu-item-20733{
			display:none !important;
		}	
			
}






