/*
Theme Name: The Artisan Store theme
Author: MediaOnMars
Author URI: http://mediaonmars.com.au/
Version: 1.0.0
License: GNU General Public License
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form {
	border: none;
	margin: 0;
	padding: 0;
}
* {outline: 0;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol li, ul li {
	list-style-position: outside;
}
input, textarea {-webkit-border-radius: 0;}

/* =Global
----------------------------------------------- */

@import url("//hello.myfonts.net/count/2b8d1c");
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 27, 2014 */

@font-face {
    font-family: 'juraregular';
    src: url('fonts/jura-regular-webfont.eot');
    src: url('fonts/jura-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jura-regular-webfont.woff') format('woff'),
         url('fonts/jura-regular-webfont.ttf') format('truetype'),
         url('fonts/jura-regular-webfont.svg#juraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'juraregular';
    src: url('fonts/jura-italic-webfont.eot');
    src: url('fonts/jura-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jura-italic-webfont.woff') format('woff'),
         url('fonts/jura-italic-webfont.ttf') format('truetype'),
         url('fonts/jura-italic-webfont.svg#juraitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'juraregular';
    src: url('fonts/jura-bold-webfont.eot');
    src: url('fonts/jura-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jura-bold-webfont.woff') format('woff'),
         url('fonts/jura-bold-webfont.ttf') format('truetype'),
         url('fonts/jura-bold-webfont.svg#jurabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'juraregular';
    src: url('fonts/jura-bolditalic-webfont.eot');
    src: url('fonts/jura-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jura-bolditalic-webfont.woff') format('woff'),
         url('fonts/jura-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/jura-bolditalic-webfont.svg#jurabold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'juraregular';
	font-weight: bold;
}

h2 {
	font-size: 42px;
	border-bottom: 5px solid #be8b3b;
	padding-bottom: 20px;
	margin-bottom: 24px;
}

h3 {
	font-size: 36px;
	color: #000;
	margin-bottom: 15px;
}
h4 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #000;
}
h5 {
	font-size: 18px;
	margin-bottom: 16px;
	color: #000;
}
h6 {
	font-size: 16px;
	margin-bottom: 5px;
}

a {
	color: #000;
	text-decoration: none;
	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}
a:focus,
a:active,
a:hover {
	color: #be8b3b;
}

.clear {
	clear: both;
	font-size: 1px;
}

hr {
	clear: both;
	font-size: 1px;
	height: 14px;
	margin: 0 0 20px 0;
	border: none;
	border-bottom: 5px solid #be8b3b;
}

/* =Structure
----------------------------------------------- */

.wrapper {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
}

/* Block Alignment */

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {margin: 0 20px 14px 0;}
img.alignright {margin: 0 0 14px 20px;}

/* Text Alignment */

.textleft {text-align: left;}
.textright {text-align: right;}
.textcenter {text-align: center;}
.textjustify {text-align: justify;}

/* =Header
----------------------------------------------- */

#branding {
	padding: 38px 0 42px 0;
}

#branding #site-title {float: left;}
#branding #site-title a {text-decoration: none;}

.header_right {
	padding-top: 12px;
	float: right;
	width: 730px;
}

.header_email {
	float: right;
	margin-left: 5px;
	height: 0;
	padding-top: 40px;
	width: 40px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/icon_email.jpg) no-repeat left top;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header_email:hover {background-position: left bottom;}

.header_widget {
	float: right;
	white-space: nowrap;
	text-align: right;
	font-size: 22px;
	color: #253443;
	font-family: 'juraregular';
	padding-top: 6px;
}

/* =Search form
-------------------------------------------------------------- */

.searchform {
	float: right;
	height: 40px;
	background: #efefef;
	margin-left: 5px;
	width: 250px;
}

.searchform input.field {
	float: left;
	width: 180px;
	height: 16px;
	padding: 12px 5px 12px 16px;
	border: none;
	background: #efefef;
	color: #000;
	font-family: 'juraregular';
}

.searchform input.submit {
	float: right;
	width: 49px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: none;
	text-transform: uppercase;
	text-indent: -9999px;
	cursor: pointer;
	background: url(images/icon_search.png) no-repeat right top #be8b3b;
	background-color: #be8b3b;
	-o-transition: background 0.7s ease;
	-ms-transition: background 0.7s ease;
	-webkit-transition: background 0.7s ease;
	-moz-transition: background 0.7s ease;
	transition: background 0.7s ease;
}

.searchform input.submit:hover {background-color: #000;}

/* =Social icons
-------------------------------------------------------------- */

#social_icons {
	float: right;
	padding-left: 16px;
}

#social_icons li {display: inline;}

#social_icons li a {
	display: inline-block;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	width: 40px;
	margin-left: 2px;
	-moz-transition: all 0.2s ease; /* FF3.7+ */
	-o-transition: all 0.2s ease; /* Opera 10.5 */
	-webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
	transition: all 0.2s ease;
}

#social_icons li a:hover {background-position: left bottom !important;}

#social_icons li.icon-pinterest a {background: url(images/icon_pinterest.jpg) no-repeat left top;}
#social_icons li.icon-instagram a {background: url(images/icon_instagram.jpg) no-repeat left top;}
#social_icons li.icon-twitter a {background: url(images/icon_twitter.jpg) no-repeat left top;}
#social_icons li.icon-facebook a {background: url(images/icon_facebook.jpg) no-repeat left top;}

/* =Menu
-------------------------------------------------------------- */

#mainmenu {
	font-family: 'juraregular';
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	margin-top: 34px;
	position: relative;
	z-index: 999;
}

#mainmenu li {
	display: inline-block;
	margin-left: -2px;
	list-style-type: none;
	position: relative;
	padding-bottom: 5px;
}

#mainmenu a {
	color: #000;
	display: block;
	padding: 5px 15px;
}

#mainmenu a:hover, #menu-main-menu > li.current-menu-item > a, #menu-main-menu > li.current-page-item > a, #menu-main-menu > li.current_page_parent > a {
	background: #be8b3b;
	color: #fff;
}

/* if Submenu -------------------------------------------------- */
#mainmenu ul ul {
	display: none;
	position: absolute;
	width: 190px;
	background: #be8b3b;
	padding-top: 1px;
	top: 25px;
	left: -10px;
	text-align: left;
	font-size: 15px;
}

#mainmenu li:hover > ul {display: block;}

#mainmenu ul ul ul {
	top: 0;
	left: 190px;
	border-left: 1px solid #fff;
}

#mainmenu ul ul li {
	display: block;
	margin-left: 0;
	padding-bottom: 0;
	list-style-type: none;
	position: relative;
}

#mainmenu ul ul a {
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
	padding: 5px 10px;
}

#mainmenu ul ul a:hover {
	display: block;
	border-bottom: 1px solid #be8b3b;
	background: #fff;
	color: #be8b3b;
}

/* =Content
----------------------------------------------- */

#main p, #main ol, #main ul, #main blockquote, #main .buttons {
	margin-bottom: 14px;
}

#main ol, #main ul {margin-left: 20px;}

#content article {
	border-bottom: 5px solid #be8b3b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#content article.last_post, #content article.not-found {
	border-bottom: none;
	/*padding-bottom: 0;*/
	margin-bottom: 0;
}

.artist_categories {
	float: right;
	margin-bottom: 20px;
	color: #be8b3b;
	font-size: 16px;
	font-family: 'juraregular';
	font-weight: bold;
	white-space: nowrap;
}

.artist_categories select {
	margin-left: 10px;
	min-width: 150px;
}

.featured_wrapper {padding-bottom: 20px;}
.featured_left {float: left;}
.featured_right {
	float: right;
	max-width: 645px;
}

.entry-content .featured_left {margin: 0 20px 20px 0;}
.entry-content .featured_right {margin: 0 0 20px 20px;}

.home_text {
	font-size: 16px;
}

body.home .col .entry-content {min-height: 70px;}
body.home .bottom .col:first-child .entry-content {min-height: 110px;}

body.home .home_text {
	margin-bottom: 11px;
	border-bottom: 5px solid #be8b3b;
	padding-bottom: 17px;
}

.post_date {
	font-family: 'juraregular';
	color: #be8b3b;
	font-size: 18px;
	margin-bottom: 10px;
}

.read_more {
	font-style: italic;
	color: #000;
}

.read_more_button {
	text-align: right;
	padding-top: 17px;
	font-family: 'juraregular';
}

.buttons {font-family: 'juraregular';}
.buttons .button {display: inline; margin-right: 4px;}

.read_more_button a, .buttons .button a {
	display: inline-block;
	background: #be8b3b;
	color: #fff;
	font-size: 18px;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}

.read_more_button a:hover, .buttons .button a:hover {background: #000;}

.pager {
	font-size: 18px;
	font-family: 'juraregular';
	padding-bottom: 10px;
	border-top: 5px solid #be8b3b;
	padding-top: 20px;
	margin-top: 20px;
}
.nav-previous {float: left;}
.nav-next {float: right;}

.listing {
	border-top: 5px solid #be8b3b;
	padding-top: 20px;
}

.listing article {
	margin: 0 0 14px 0;
	padding-bottom: 14px;
	border-bottom: 5px solid #be8b3b;
}
.listing article.last_post {
	margin-bottom: 0;
	border-bottom: none;
}

.featured_icon {
	float: right;
	margin-left: 20px;
}

.artists .col {
	text-align: center;
	padding-bottom: 10px;
}
.artists .featured {margin-bottom: 10px;}

#content article table {
	width: 100%;
	border: 1px solid #be8b3b;
	margin-bottom: 20px;
}

#content article table td, #content article table th {
	border: 1px solid #be8b3b;
	border-collapse: collapse;
	padding: 5px 8px;
}

#content article table.lease_table tr:hover td, #content article table.lease_table tr:hover th {background: #efefef;}
#content article table.lease_table a {display: block;}

/* =Artist's social icons
-------------------------------------------------------------- */

.artist_socials {
	float: right;
	padding-left: 16px;
}

.artist_socials li {display: inline;}

.artist_socials li a {
	display: inline-block;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	width: 40px;
	margin-left: 2px;
	-moz-transition: all 0.2s ease; /* FF3.7+ */
	-o-transition: all 0.2s ease; /* Opera 10.5 */
	-webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
	transition: all 0.2s ease;
}

.artist_socials li a:hover {background-position: left bottom !important;}

.artist_socials li.icon_etsy a {background: url(images/icon_artist_etsy.jpg) no-repeat left top;}
.artist_socials li.icon_blog a {background: url(images/icon_artist_blog.jpg) no-repeat left top;}
.artist_socials li.icon_pinterest a {background: url(images/icon_artist_pinterest.jpg) no-repeat left top;}
.artist_socials li.icon_instagram a {background: url(images/icon_artist_instagram.jpg) no-repeat left top;}
.artist_socials li.icon_gplus a {background: url(images/icon_artist_gplus.jpg) no-repeat left top;}
.artist_socials li.icon_twitter a {background: url(images/icon_artist_twitter.jpg) no-repeat left top;}
.artist_socials li.icon_facebook a {background: url(images/icon_artist_facebook.jpg) no-repeat left top;}
.artist_socials li.icon_wordpress a {background: url(images/icon_artist_wordpress.jpg) no-repeat left top;}
.artist_socials li.icon_email a {background: url(images/icon_artist_email.jpg) no-repeat left top;}

/* =Bottom
----------------------------------------------- */

.bottom {
	padding-bottom: 10px;
}

.col {
	float: left;
	width: 320px;
	margin-right: 5px;
}

.artworks table {
	border: none !important;
	margin-top: 5px;
}

.artworks td {
	border: none !important;
	padding: 0 !important;
	width: 320px;
	border-right: 5px solid #fff !important;
	border-bottom: 5px solid #fff !important;
	background: #efefef;
	vertical-align: top;
}

.artworks td.col_last {border-right: none !important;}

.artworks .col {margin-top: 5px;}

.artworks .featured {
	text-align: center;
	background: #efefef;
	height: 320px;
	overflow: hidden;
}

.col.col_last {margin-right: 0;}

.bottom .col article, .artworks td article {
	padding: 19px 20px;
}

.bottom .col article {
	background: #efefef;
	min-height: 180px;
}

.artworks .col article {min-height: 110px;}

.bottom .read_more {padding-top: 8px;}

/* =Contact form
----------------------------------------------- */

body #post-18 div.wpcf7 {
	float: left;
	width: 560px;
	padding-right: 85px;
}

body #post-220 div.wpcf7 {
	padding-right: 85px;
}

.mc4wp-form {padding-right: 400px;}

.wpcf7 p, .wpcf7 div.response {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.wpcf7 label {
	float: left;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: #e2e2e2;
}

.wpcf7 .longer label {
	float: none;
	display: block;
	margin-right: 60px;
}

.wpcf7 input.wpcf7-text, .wpcf7 textarea {
	float: left;
	font-size: 14px;
	padding: 12px 20px 12px 0;
	margin: 0;
	background: #e2e2e2;
	border: none;
}

.wpcf7 .longer input.wpcf7-text, .wpcf7 .longer textarea {
	float: none;
	padding: 12px 20px;
	width: 460px;
}

#post-220 .wpcf7 .longer input.wpcf7-text, #post-220 .wpcf7 .longer textarea {width: 632px;}

.wpcf7 input.wpcf7-submit {
	background: #be8b3b;
	border: none;
	width: 144px;
	height: 50px;
	color: #fff;
	padding: 0;
	margin: 0 60px 0 0;
	float: right;
	font-family: 'juraregular';
	font-size: 18px;
	cursor: pointer;
	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}
.wpcf7 input.wpcf7-submit:hover {background: #000;}

.mc4wp-form .wpcf7 input.wpcf7-submit {float: left;}

body #post-220 div.wpcf7 input.wpcf7-submit {float: left;}

.wpcf7 span.wpcf7-not-valid-tip {
    clear: both;
    float: left;
    margin: 3px 0 0;
    width: 100%;
}

.wpcf7 .wpcf7-checkbox span.wpcf7-list-item, .wpcf7 .wpcf7-radio span.wpcf7-list-item {
	display: block;
	margin-bottom: 4px;
}

.wpcf7 .wpcf7-checkbox label, .wpcf7 .wpcf7-radio label {
    background: none;
    float: none;
    height: auto;
    line-height: normal;
    padding: 0;
}

.wpcf7 .response .mc4wp-success {color: #be8b3b;}
.wpcf7 .response .mc4wp-error {color: #ac1d1d;}

/* =Footer
----------------------------------------------- */

#footer {
	padding: 18px 0 30px 0;
	border-top: 5px solid #be8b3b;
	margin-top: 30px;
}

body.home #footer {margin-top: 0;}

#footer form.newsletter {padding-top: 8px;}

.newsletter input.field, #footer .button a {
	float: left;
	width: 174px;
	height: 16px;
	padding: 12px 5px 12px 16px;
	border: none;
	background: #efefef;
	color: #253443;
	font-family: 'juraregular';
}

#footer .button a {
	float: none;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 12px 16px;
	margin-top: 8px;
	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}

#footer .button a:hover {
	background-color: #6e6e6e;
	color: #fff;
}

.newsletter .mc-field-group {position: relative;}

.newsletter input.submit {
	float: left;
	width: 65px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: none;
	text-transform: uppercase;
	text-indent: -9999px;
	cursor: pointer;
	background: url(images/mailchimp_submit.png) no-repeat right top #6e6e6e;
	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}

.newsletter input.submit:hover {background-color: #000;}

#mce-responses {
	padding-top: 8px;
	color: #000;
}

div.mce_inline_error {
	background: none !important;
	color: red !important;
	padding: 0 !important;
	position: absolute;
	left: 0;
	top: 50px;
	width: 260px;
}

.button_email a {
	background: url(images/icon_email_bottom.png) no-repeat right top;
	height: 30px;
	line-height: 30px;
	padding-right: 55px;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #253443;
	font-family: 'juraregular';
	display: inline-block;
	margin-top: 14px;
}

.button_email a:hover {
	background-position: right bottom;
	color: #000;
}


/* Tablets */
@media screen and (min-width: 670px) and (max-width: 990px) {
	body {width: 990px;}
	.wpcf7 input.wpcf7-text, .wpcf7 textarea {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.wpcf7 input.wpcf7-submit {-webkit-appearance: none;}
}

/* Phones */
@media screen and (max-width: 660px) {
	
	.wrapper {width: 300px;}
	
	h2 {
		font-size: 26px;
		margin-bottom: 18px;
	}
	h3 {font-size: 25px;}
	h5 {margin-bottom: 5px;}
	
	#top {
		padding: 10px 0;
	}
	
	#branding {
		border-top: 5px solid #be8b3b;
		padding: 10px 0;
	}
	
	.searchform {
		float: none;
		width: 300px;
		margin: 0 0 16px 0;
	}
	
	.searchform input.field {width: 230px;}

	#branding #site-title {
		float: none;
		text-align: center;
		margin-bottom: 16px;
	}

	.header_right {
		padding-top: 0;
		float: none;
		width: auto;
	}

	.header_email:hover {background-position: left bottom;}

	.header_widget {
		float: left;
		padding-top: 10px;
	}
	
	#social_icons {
		float: left;
		padding-left: 0;
	}
	
	#social_icons li a {
		float: left;
		margin: 0 5px 0 0;
	}
	
	.featured_left {margin-bottom: 10px;}
	.featured_right {
		max-width: 300px;
	}
	
	#content .artworks table, #content .artworks tr, #content .artworks td {display: block;}
	#content article table td, #content article table th {width: 300px; padding: 0;}
	
	body.home .home_text {margin-bottom: 18px;}
	body.home .home_text h2 {text-align: center;}
	
	#primary {padding-top: 20px;}
	.home #primary {padding-top: 0;}
	
	.col {
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}
	
	.bottom .col article, .artworks .col article, .artworks .featured, body.home .bottom .col:first-child .entry-content, body.home .col .entry-content {min-height: 1px;}
	
	
	.newsletter input.field {width: 214px;}
	#footer .button a {display: block;}
	
	#main ul.artist_socials {
		float: none;
		width: auto;
		margin-left: 0;
		padding-left: 0;
	}
	
	.featured_icon {
		float: none;
		display: block;
		margin: 0 0 20px 0;
	}
		
	body #post-18 div.wpcf7 {
		float: none;
		width: auto;
		padding-right: 0;
	}

	body #post-220 div.wpcf7 {padding-right: 0;}
	.mc4wp-form {padding-right: 0;}
	
	.wpcf7 p {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.wpcf7 label {
		float: none;
		display: block;
		padding: 0;
		height: auto;
		line-height: normal;
		background: none;
	}

	.wpcf7 input.wpcf7-text, .wpcf7 textarea {
		float: none;
		display: block;
		width: 260px !important;
		padding: 12px 20px !important;
	}

	.wpcf7 span.wpcf7-not-valid-tip {
		clear: both;
		float: left;
		margin: 3px 0 0;
		width: 100%;
	}

	.wpcf7 .wpcf7-checkbox span.wpcf7-list-item, .wpcf7 .wpcf7-radio span.wpcf7-list-item {
		display: block;
		margin-bottom: 4px;
	}

	.wpcf7 .wpcf7-checkbox label, .wpcf7 .wpcf7-radio label {
		background: none;
		float: none;
		height: auto;
		line-height: normal;
		padding: 0;
	}

	.wpcf7 input.wpcf7-submit {
		-webkit-appearance: none;
	}
	
	/* =Menu
	-------------------------------------------------------------- */
	
	a.show_nav {
		float: right;
		text-indent: -9999px;
		height: 40px;
		width: 40px;
		background: url(images/mobile_nav_button.jpg) no-repeat right top;
	}
	
	#mainmenu {
		clear: both;
		display: none;
		z-index: 99999;
		padding-top: 0;
		margin-top: 0;
		text-align: left;
	}
	
	#menu-main-menu {border-bottom: 1px solid #fff;}

	#mainmenu ul {
		list-style-type: none;
		position: static !important;
		font-size: 14px;
	}
	
	#mainmenu ul ul {
		padding-top: 0;
		border: none;
		width: auto !important;
	}

	#mainmenu li {
		display: block !important;
		margin: 0 !important;
		padding-bottom: 0 !important;
		border: none !important;
		float: none !important;
		height: auto !important;
		width: auto !important;
		text-align: left !important;
	}

	#mainmenu a {
		display: block;
		padding: 10px 20px 8px 14px;
		color: #000;
		height: auto;
		line-height: auto;
		text-decoration: none;
		border-top: 1px solid #be8b3b;
		border-right: none !important;
	}

	#mainmenu ul#menu-main-menu > li.has_sub > a {
		background: url(images/mobile_nav_arrow.png) no-repeat 290px;
	}

	#mainmenu a img {display: none;}

	#mainmenu li:hover > a, #mainmenu ul#menu-main-menu > li.current-menu-ancestor > a, #mainmenu ul#menu-main-menu > li.current-menu-item > a, #mainmenu ul#menu-main-menu > li.current-page-parent > a {
		background-color: #be8b3b !important;
		color: #fff;
	}
	#mainmenu ul#menu-main-menu ul.sub-menu li.current-menu-item > a {
		background-color: #be8b3b !important;
	}

	/* if Submenu -------------------------------------------------- */
	
	#mainmenu ul#menu-main-menu > li > ul.sub-menu {
		display: none;
	}

	#mainmenu ul#menu-main-menu > li:hover > ul.sub-menu {display: block;}

	#mainmenu ul#menu-main-menu > li.has_sub:hover > a {
		background: url(images/mobile_nav_arrow2.png) no-repeat 290px;
	}

	#mainmenu ul ul li {
		display: block;
	}

	#mainmenu ul ul a {
		color: #000;
		font-size: 0.8em;
		padding-left: 40px !important;
	}
	
	#mainmenu ul#menu-main-menu > li.has_sub > ul.sub-menu > li.has_sub > a {
		background: url(images/mobile_nav_arrow3.png) no-repeat 290px;
	}

	#mainmenu ul ul ul a {
		padding-left: 50px !important;
	}
}

/********************** Woocommerce CSS Style (23-08-2019) ************************/

.woocommerce ul.products li.product .button,
.woocommerce button.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt{
    margin-top: 1em;
    background: #be8b3b !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px 15px;
    font-weight: 400 !important;
    letter-spacing: 0;
    transition:all 0.4s ease 0s;
}
.woocommerce ul.products li.product .button:hover, 
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover{
    background-color: #333 !important;
}
.woocommerce button.button.alt{
    margin-top:  0 !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #be8b3b !important;
    font-size: 20px !important;
    margin: 10px 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 18px !important; 
    line-height: 23px;
}
.woocommerce .quantity .qty {
    padding: 9px 0;
    border: 2px solid #dedede;
}
.woocommerce div.product p.stock {
    font-size: .92em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-top: 2px solid #be8b3b;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce-Tabs-panel--description h2,
.related.products h2,
.woocommerce-Tabs-panel--additional_information h2{
    font-size: 22px !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 50%;
    padding: 10px 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px 0;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}
.select2-container--default .select2-selection--single{
    border-radius:0 !important;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    outline: none !important;
    border: 1px solid #a9a9a9 !important;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text{
    border: 1px solid #a9a9a9 !important;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px 10px;
}
/** woocommecer css 04-09-2018 **/
.featured-Image-wrapper {
    display: flex;
    justify-content: space-between;
}
.woocommerce-breadcrumb{
    display:none;
}
.woocommerce-products-header__title.page-title{
    font-size: 42px;
    border-bottom: 5px solid #be8b3b;
    padding-bottom: 20px;
    margin-bottom: 24px;
    margin-top: 15px;
}
.featured-Image-wrapper .image-1 {
    width: 34%;
    float: left;
    height: 100%;
}
.featured-Image-wrapper .image-2 {
    width: 64%;
    float: right;
}
.featured-Image-wrapper .image-1 img,
.featured-Image-wrapper .image-2 img{
    height: 390px;
    object-fit: cover;
    width: 100%;
}

/*.featured-Image-wrapper img{*/
/*    height:100% !important;*/
/*}*/
.cat-description{
    border-bottom: 5px solid #be8b3b;
    margin-bottom: 30px;
}
ul.artists li{
    list-style:none;
}
li.artist-list {
    display: block;
    float: left;
    width: 32%;
    padding: 0 5px;
}
ul.artists {
    display: inline-block;
    width: 100%;
    margin-left:0 !important;
}
h2.artist-name{
    text-align:center;
    border:none !important;
}
h2.artist-name a {
    font-size: 24px;
    line-height: 34px;
}
.artist-image img {
    height: 320px;
    width: 320px;
    object-fit: cover;
}
.woocommerce ul.products li.product a img{
    width: 100%;
    height: 320px !important;
    object-fit: cover;
}
.backbtnWrapper a{
    background: #be8b3b !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px 15px;
    font-weight: 400 !important;
    letter-spacing: 0;
    transition: all 0.4s ease 0s;
    display: inline-block;
    margin-bottom: 20px;
}
.backbtnWrapper {
    text-align: right;
}
.backbtnWrapper a:hover{
    background:#333 !important;
}
.posted_in.custom-artist-single{
    margin-top:10px;
}
select#product_cat {
    padding: 10px 15px;
}
.woocommerce.columns-3 {
    position:relative;
}
.product-filter-wrapper {
    position: absolute;
    right: 0px;
    width: auto;
    display: contents;
}
.tax-product_artist .site-main {
    position: relative;
}
.product-filter-wrapper h3.widgettitle {
    display: none;
}
/******** Responsive ********/
@media screen and (max-width: 660px) {
    li.artist-list,
    .featured-Image-wrapper .image-1,
    .featured-Image-wrapper .image-2{
        width: 100%;
    }
    ul.products {
        margin-left:0 !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width:100% !important; 
    }
    .backbtnWrapper {
        margin-top: 25px;
    }
    .featured-Image-wrapper {
        display: block;
    }
    .featured-Image-wrapper .image-1 img, .featured-Image-wrapper .image-2 img {
        height: auto;
        object-fit: contain;
        width: 100%;
    }
    .featured-Image-wrapper .image-1 {
        margin-bottom: 15px;
    }
    
}
/*Global Shipping CSS*/
.tm-description h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap {
    overflow: visible;
    float: left;
    max-width: 100%;
    width: 100%;
}
.tm-extra-product-options, .tm-extra-product-options .tm-extra-product-options-inner, .tm-extra-product-options .tm-extra-product-options-fields, .tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap, .tm-extra-product-options .tmcp-field, .tm-extra-product-options .tm-epo-field, .tm-extra-product-options li.tmcp-field-wrap, .tm-extra-product-options .tm-cell, .tm-extra-product-options .tm-row, .tm-collapse, .tm-collapse-wrap, .tm-epo-field-label, .tm-show-picker-value, .tm-bsbb, .tm-bsbb-all, .tm-bsbb-all *, .tc-row, .tc-cell, .tm-box, .flasho, .flasho div, .tm-button, .tm-epo-style, .tc-lightbox img, .tm-extra-product-options .radio_image, .tm-extra-product-options .checkbox_image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    outline: 0;
}
user agent stylesheet
div {
    display: block;
}
ol li, ul li {
    list-style-position: outside;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.tm-extra-product-options .tm-extra-product-options-fields, .tm-extra-product-options .tmcp-ul-wrap {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
user agent stylesheet
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.tc-extra-product-options.tc-show, .tc-extra-product-options.tc-show-override {
    display: block;
    clear: both;
    visibility: visible;
}
.tc-extra-product-options {
    visibility: hidden;
}
.home_text {
    font-size: 16px;
    line-height:30px;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #000;
}
.tm-epo-field-label.tm-has-required{
    display:none;
}
.tm-extra-product-options-container ul {
    margin: 0 !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding: 0 !important;
}
li.tmcp-field-wrap.tmhexcolorimage-li-nowh {
    display: flex;
    align-items: baseline;
}
label.tm-epo-field-label {
    display: none !important;
}
input#coupon_code {
    width: 60% !important;
}
.featured.home-featured_artist img {
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.note-wrapper p {
    color: #f00;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.note-wrapper {
    margin-bottom: 15px;
    color: #f00;
}