/*
Theme Name: Darren
Theme URI: http://themes.uxbarn.com/wp/darren/
Description: Darren is a portfolio & photography theme for showcasing your beautiful work. It also supports WooCommerce for selling your work online. <a href="https://uxbarn.com">View more products on our website</a>.
Author: UXBARN
Author URI: https://uxbarn.com
Version: 2.1.1
License: GPL, ThemeForest Licenses
License URI: http://codex.wordpress.org/GPL, http://themeforest.net/licenses
Tags: one-column, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: darren
*/


/* Table of Content
 ==================================================
 #Reset
 #General Styles
 #Site Structures
 #Forms
 #Elements
 #Plugins and Widgets
 #Responsive
*/



/* #Reset
================================================== */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



/* #General Styles
================================================== */
*:focus {
	/*outline: none;*/
}

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	background: #f1f1f1;
	color: #050505;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.6;
	overflow: hidden; /* will be reset in the JS code */
}

a,
a:visited {
	color: #050505;
	text-decoration: none;
	transition: .2s all;
}

a:hover {
	color: #050505;
}

h1, h2, h3, h4, h5, h6 {
	color: #050505;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0.25px;
	margin-bottom: 0.8em;
}

h4, h5, h6 {
	letter-spacing: 0.5px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.125em;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
}

address {
	font-style: italic;
}

p,
address,
dl,
pre,
table {
	margin-bottom: 1.6em;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 1.6em 1.6em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	list-style: circle;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

.children {
	margin-top: 0.8em;
}

li {
	margin-bottom: 0.8em;
}

img {
	height: auto;
	max-width: 100%;
}

img.border {
	border: 1px solid #eee;
}

b,
strong {
	font-weight: 700;
}

i,
em {
	font-style: italic;
}

form {
	margin-bottom: 0;
}

code, 
kbd,
tt,
pre {
	background: #f1f1f1;
	box-sizing: border-box;
	color: #050505;
	display: inline-block;
	font-family: Courier, serif;
	font-size: 1em;
	padding: 0 6px;
}

pre {
	box-sizing: border-box;
	overflow: auto;
	padding: 12px;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	width: 100%;
}

sub {
	font-size: x-small;
	vertical-align: sub;
}

sup {
	font-size: x-small;
	vertical-align: super;
}

q,
var {
	font-style: italic;
}

table {
	border: 1px solid #eaeaea;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

table th {
	background: #f1f1f1;
	font-size: 1em;
	font-weight: bold;
}

table th,
table td {
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 1.2em;
	text-align: left;
	vertical-align: middle;
}

table tr:hover {
	background: #f8f8f8;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.6em 1.6em;
}

abbr,
acronym {
	text-transform: uppercase;
}

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

blockquote {
	box-sizing: border-box;
	border-left: 2px solid #ccc;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 auto 1.6em;
	padding: 0.8em 1.6em;
}

blockquote p {
	font-size: 1em;
	font-style: italic;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 0;
}

cite {
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 1.6em;
	text-transform: uppercase;
}

blockquote cite {
	display: block;
	font-size: 0.7em;
}

blockquote cite::before {
	content: '―';
	padding-right: 6px;
}

mark {
	background: inherit;
	color: inherit;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.hidden {
	display: none !important;
}

.no-opacity {
	opacity: 0 !important;
}

.content-margin-top {
	margin-top: 4.7%; /* 90/1900 */
}

.no-padding,
.no-padding .section-content {
	padding: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.grayscale {
	-webkit-filter: grayscale(100%) opacity(.4);
	filter: grayscale(100%) opacity(.4);
}

.blur {
	-webkit-filter: blur(3px) opacity(.4);
	filter: blur(3px) opacity(.4);
}

.blur-grayscale {
	-webkit-filter: blur(3px) grayscale(100%) opacity(.4);
	filter: blur(3px) grayscale(100%) opacity(.4);
}

.display-opacity {
	opacity: 1 !important;
}

.less-opacity {
	opacity: 0.4;
}

.no-border {
	border: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.full-screen-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}



/*** WP Required CSS ***/
.alignleft {
	float: left;
	margin: 0 1.6em 0.8em 0;
}

.alignright {
	float: right;
	margin: 0 0 0.8em 1.6em;
}

.aligncenter {
	float: none;
	margin: auto;
	text-align: center;
}

img.aligncenter {
	display: block;
}

.alignwide {
	margin-left: -21.5%; /* 150/695 */
	margin-right: -21.5%;
	max-width: 995px;
	width: auto;
}

.alignfull {
	margin-left: -44.5%; /* 310/695 */
	margin-right: -44.5%;
	max-width: 1315px;
	width: auto;
}

.bypostauthor {
	width: auto;
}

/* This class is used with WP 'figure' tags */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption-text,
.gallery-item .gallery-caption,
figcaption {
	color: inherit;
	font-size: 0.916em; /* 11/12 */
	margin-top: 0.2em;
	text-align: center;
}

.wp-caption-text {
	font-size: 0.917em; /* 11/12 */
	margin-top: 0.2em;
}

.says, /* .says class is used in the post comments */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

.sticky .post-title::before {
	content: '\f2a6';
	font-family: 'Ionicons';
	margin-right: 0.8em;
}



/* #Site Structures
================================================== */
#root-container {
	box-sizing: border-box;
	margin: 3.6% auto; /* 70/1920 */
	width: 1728px;
}

#side-container {
	box-sizing: border-box;
	opacity: 0; /* will be visible after JS loading */
	position: absolute; /* Need to set the fixed position in the JS code instead of direct "position: fixed" because it causes blurry font issue on Safari */
	vertical-align: top;
	width: 360px;
	z-index: 1;
}

#main-container {
	opacity: 0; /* will be visible after JS loading */
	margin-left: 361px;
	position: relative;
	width: 79.1%; /* ~1366/1728 */
	vertical-align: top;
}


.logo-tagline-wrapper,
.site-menu,
.copyright {
	margin-bottom: 1px;
}

.logo-tagline-wrapper,
.site-menu {
	background: #fff;
	box-sizing: border-box;
	padding: 23.6%; /* 85/360 */
	position: relative;
}

.site-title-heading,
.site-title {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	margin-bottom: 0.8em;
}

.logo-wrapper {
	font-size: 16px;
	margin-bottom: 0.8em;
}

.logo-wrapper > .site-title-heading,
.site-title {
	margin-bottom: 0;
}

.no-tagline .site-title-heading,
.no-tagline .site-title,
.no-tagline .logo-wrapper {
	margin-bottom: 0;
}

.tagline {
	font-size: 11px;
}

.copyright-social-wrapper {
}

.copyright {
	box-sizing: border-box;
	background: #fff;
	color: #666;
	font-size: 11px;
	padding: 11.1% 23.6%; /* 40, 85/360 */
}

.copyright a {
	font-weight: 700;
}

.social-icons {
	font-size: 16px;
	list-style: none;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	text-align: right;
}

.social-icons li {
	box-sizing: border-box;
	background: #fff;
	display: inline-block;
	margin: 0 1px 1px 0;
	text-align: center;
	width: 19.7%;
	position: relative;
	vertical-align: top;
	transition: background .2s;
}

.social-icons li:nth-child(5n+5),
.social-icons li:last-child {
	margin-right: 0;
	width: calc( 19.7% + 1px );
}

.social-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: .2s background;
}

.social-icons li:hover {
	background: #fbfbfb;
}



/*** Menu ***/
.site-menu {
}

.menu-style {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}

.menu-style li {
	letter-spacing: 0.5px;
	line-height: 1.6;
	margin: 0;
	position: relative;
}

.menu-style > li > a {
	color: #aaa;
}

.menu-style > li:hover > a,
.menu-style > li > a:hover {
	color: #050505;
}

.menu-style > .current_page_item > a,
.menu-style > .current-menu-item > a,
.menu-style > .current-menu-parent > a,
.menu-style > .current-menu-ancestor > a,
.menu-style > li.active > a {
	color: #050505;
}


.sub-menu,
.menu-list .children {
	background: #050505;
	box-sizing: border-box;
	 display: none; 
	font-size: 11px;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding: 2.27em 0; /* 25/11 */
	position: absolute;
	top: -2.27em;
	left: 100%;
	text-transform: none;
	width: 18.18em; /* 200/11 */
	z-index: 99;
}

.sub-menu li,
.menu-list .children li {
	left: 0;
	display: block;
	margin: 0 0 0.6em;
	padding: 0 5.45em 0 3.63em; /* 60/11, 40/11 */
	position: relative;
}

.menu-list .sub-menu a,
.menu-list .children a {
	display: block !important;
	color: #ccc;
	font-weight: 400;
}

.sub-menu > li:hover > a,
.menu-list .children > li:hover > a {
	color: #fff;
}

.sub-menu .sub-menu,
.menu-list > li > .children .children {
	background: #333;
	left: 80%;
	top: -2.27em;
}



/*** Mobile Menu ***/
#mobile-menu {
	display: none;
	line-height: 0;
}


/*** Mobile menu toggle ***/
#mobile-menu-toggle {
	color: #050505;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500 !important;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#mobile-menu-toggle i {
	display: inline-block;
	font-size: 1.7em;
	margin-left: 4px;
	margin-top: -2px;
	vertical-align: middle;
}

/*** Mobile menu panel ***/
#mobile-menu-entity {
	background: #fff;
	color: #050505;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#mobile-menu-entity li {
	font-size: 11px;
}



/*** Search Button and Panel ***/
.search-button {
	font-size: 18px;
}

#search-panel-wrapper .search-submit {
	display: none;
	float: none;
}

#search-panel-wrapper {
	background: rgb(255,255,255);
	background: rgba(255,255,255,1);
	display: none;
	font-size: 9em;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#inner-search-panel {
	height: 100%;
	position: relative;
	width: 100%;
}

#search-close-button {
	color: #050505;
	font-size: 1em;
	line-height: 0;
	margin: 0.8em 1.6em 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

#search-panel-wrapper .search-form {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

#search-panel-wrapper .search-field {
	background: none;
	border: 0;
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 180px;
	width: 80%;
}


/*** Content Area ***/
main {
	display: block;
	font-size: 13px; /* base font size for content area */
}

main a {
	font-weight: 700;
}



/*** Blog ***/
.posts-page-title {
	display: none;
}

.post-item,
.product-category {
	background: #fbfbfb;
	margin-bottom: 1px;
	padding: 25px;
	position: relative;
}

.blog-list .post-item {
	min-height: 250px;
}

.blog-list .top-section.post-item {
	min-height: 0;
}

.post-item.no-post-thumbnail {
	
}

.post-image {
	display: block;
	opacity: 0;
	width: 100%;
}

.blog-list .post-image {
	display: inline-block;
	vertical-align: top;
	width: 47.87%;
}

.post-image img {
	display: block;
	margin: auto;
	vertical-align: top;
}

.post-content-container,
.content-section-wrapper {
	display: block;
	padding: 6.45% 0; /* 85, 115/1316 */
	position: static;
	transform: none;
}

.portfolio-comments {
	padding-top: 0;
}

.blog-single .post-content-container {
	padding-bottom: 3%;
}

.blog-list .post-content-container {
	display: inline-block;
	padding: 0 8% 0 6.22%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.blog-list .no-post-thumbnail .post-content-container {
	display: block;
	padding: 6.45% 8.73%; /* 85, 115/1316 */
	position: static;
	transform: none;
	width: 50.87%; /* 695/1366 */
}

.blog-single .no-post-thumbnail .post-content-container {
}

.post-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.38em; /* 18 */
	font-weight: 500;
	margin-bottom: 1.6em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-title a {
	font-weight: 500;
}

.search-result-list article .post-title,
.blog-list .post-title {
	font-size: 1.33em; /* 16 */
	margin-bottom: 1.2em;
}

.blog-list .excerpt {
	margin-bottom: 2.4em;
}

.post-title,
.post-content {
	margin: 0 auto 1.6em;
	width: 695px;
}

.portfolio-template-header .post-content {
	margin-bottom: 0;
}

.portfolio-template-header .post-title,
.portfolio-template-header .post-content,
.woocommerce .page-description {
	width: 100%;
}

.blog-list .post-title,
.blog-list .post-content {
	display: block;
	width: auto;
}

.blog-single .post-meta-wrapper {
	border: 1px solid #eaeaea;
	border-width: 1px 0;
	margin: 0 auto 4%;
	padding: 3% 0;
	width: 695px;
}

.post-meta {
	font-size: 0.7em; /* 9 */
	letter-spacing: 2px;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
}

.blog-single .post-meta {
	margin-bottom: 1.6em;
}

.blog-single .post-meta:last-child {
	margin-bottom: 0;
}

.post-meta a {
	font-weight: 500 !important;
}

.post-meta li {
	float: left;
	margin: 0;
}

.meta-general li::after {
	content: '/';
	margin: 0 8px 0 4px;
}

.meta-general li:last-child::after,
.blog-single .meta-general li:last-child::after {
	content: '';
	margin: 0;
}

.meta-others li {
	margin-right: 4px;
}

.meta-others li::after {
	content: ',';
}

.meta-others li:last-child::after {
	content: '';
	margin-right: 0;
}

.meta-categories .meta-categories-title,
.meta-tags .meta-tags-title {
	color: #050505;
	font-weight: 700;
}

.meta-categories .meta-categories-title::after,
.meta-tags .meta-tags-title::after {
	content: ':';
	margin-left: -3px;
}



.content-section-wrapper {
	margin: auto;
	padding: 0 0 6.45%;
	width: 695px;
}

#comments,
.content-section-wrapper:last-child {
	padding-bottom: 0;
}

.section-title {
	font-size: 1.23em; /* 16 */
}

.section-title a {
	font-weight: 500;
}

.author-social {
	font-size: 1.23em; /* 16 */
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.author-social li {
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
}

.author-social li:last-child {
	margin-right: 0;
}

.author-social a {
	border: 0;
	padding-bottom: 0;
}


/*** Comments ***/
.comment-reply-title {
	font-size: 1.25em; /* 15 */
	font-weight: 500;
	margin-top: -4px;
}

#cancel-comment-reply-link {
	color: #050505;
	float: right;
	font-size: 0.73em; /* 11/15 */
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top: 0.45em; /* 5/11 */
}

.comment-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10.1%; /* 60/590 */
}

.comment-list .comment {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
}

.comment-body {
	box-sizing: border-box;
	padding: 2em 0; /* 24/12 */
}

.comment-list > li:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}

.comment-author-avatar {
	float: left;
	margin-right: 3.6%; /* 25/695 */
	width: 17.4%; /* ~120/695 */
}

.comment-content-wrapper {
	float: left;
	width: 79%;
}

.comment-meta a {
	border: 0;
	font-weight: 400;
	padding-bottom: 0;
}

.comment-author,
.comment-author a {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-date {
	font-size: 0.7em; /* 9 */
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-date a {
	font-weight: 400 !important;
}

.comment-content {
	margin: 1em 0;
	word-wrap: break-word;
}

.comment-awaiting-moderation {
	font-style: italic;
}

.comment-edit-link {
	float: right;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.comment-content:last-child p {
	margin-bottom: 0;
}

.reply a {
	border: 1px solid #ddd !important;
	font-size: 0.916em; /* 11/12 */
	font-weight: 400 !important;
	letter-spacing: 1px;
	padding: 0.54em 0.9em; /* 6/11, 10/11 */
}

.comment-respond,
p.no-comments {
}

#comments.no-comments .comment-respond {
	margin-top: 0;
}

p.no-comments {
	font-style: italic;
	margin-bottom: 0;
}

.comment-respond {
	box-sizing: border-box;
	border-top: 1px solid #eaeaea;
	margin-top: 0;
	padding: 2em 0;
}

.no-comments .comment-respond {
	border: 0;
}

.comment-form label {
	display: block;
}

.comment-form textarea {
	width: 100%;
}

.form-submit {
	margin-bottom: 0;
}

.comment-navigation {
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 1.625em 0;
}

.comment-navigation a {
	border: 1px solid #ddd;
	padding: 0.6em 0.8em;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a::before,
.comment-navigation .nav-next a::after {
	font-family: 'Ionicons';
	vertical-align: middle;
}

.comment-navigation .nav-previous a::before {
	content: '\f3d5';
	margin-right: 6px;
}

.comment-navigation .nav-next a::after {
	content: '\f3d6';
	margin-left: 6px;
}

.comment-list .pingback {
	font-style: italic;
}


/*** Pagination ***/
.numbers-pagination,
.additional-link-button-wrapper {
	background: #f8f8f8;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em; /* 12/12 */
	letter-spacing: 1px;
	margin-bottom: 1px;
	padding: 3.5% 1.83%;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.numbers-pagination .current,
.numbers-pagination a,
.woocommerce-pagination .page-numbers .current,
.woocommerce-pagination .page-numbers a {
	margin-left: -0.33em; /* 4/12 */
	padding: 0.66em 0.66em;  /* 8/12, 15/12 */
}

.numbers-pagination .current::after,
.numbers-pagination a::after {
	font-weight: 400;
}

.numbers-pagination .current:last-child::after,
.numbers-pagination a:last-child::after {
	content: '';
}

.numbers-pagination,
.numbers-pagination a {
	font-weight: 500;
}

.numbers-pagination a:hover {
}

.numbers-pagination .current {
	color: #aaa;
}

.numbers-pagination a:first-child,
.numbers-pagination .current:first-child {
	margin-left: -15px;
}

.blog-list .numbers-pagination .current:first-child {
	margin-left: -4px;
}

/*** Post Pagination ***/
.page-links {
	font-weight: 400;
	margin-top: 50px;
}

.page-links > span {
	margin: 0 8px;
}

.page-links > span:first-child {
	margin: 0;
}

.page-links a {
	margin: 0 6px;
}



/*** Post Navigation ***/
.next-prev-post-navigation {
	background: #f8f8f8;
	box-sizing: border-box;
	font-size: 1.16em; /* 14/12 */
	overflow: hidden;
	padding: 2.5% 5%;
	position: relative;
}

.single-uxbarn_portfolio .next-prev-post-navigation.with-comments {
	
}

.single-uxbarn_portfolio .next-prev-post-navigation.no-comments {
	
}

.nav-previous {
	float: left;
	margin-right: 0.6em; /* 12/20 */
}

.nav-next {
	float: right;
	margin-left: 0.6em; /* 12/20 */
}

.nav-title-icon-wrapper {
	font-size: 1.42em; /* 20/14 */
	vertical-align: middle;
}

.nav-previous .nav-title-icon-wrapper {
	margin-right: 0.6em; /* 12/20 */
}

.nav-next .nav-title-icon-wrapper {
	margin-left: 0.6em; /* 12/20 */
}

.nav-title {
	font-family: 'Montserrat';
}

.next-prev-post-navigation .nav-title {
	font-weight: 500;
}

.nav-subtitle {
	display: block;
	font-size: 0.64em; /* 9/14 */
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nav-previous .nav-subtitle {
	margin-left: 2.7em; /* 25/9 */
}

.nav-next .nav-subtitle {
	margin-right: 2.7em; /* 25/9 */
	text-align: right;
}



/*** Archive & Portfolio Listing ***/
/* GROUP: Top Header Style */
.top-section {
	background: #fff;
}

.top-section .post-content-container {
	display: block;
	padding: 1.83% 8.73%; /* 25/1366 */
	position: static;
	transform: none;
	text-align: center;
}

.top-section .post-title {
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.woocommerce-products-header.top-section .post-content-container,
.portfolio-template-header.top-section .post-content-container {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-template-header.top-section .post-title {
	margin-bottom: 0.8em;
}



/*** 404, Search ***/
.search-result-list .top-section {
	padding-bottom: 0;
}

.search-result-list article.post-item {
}

.search-result-list .post-content-container {
	padding-top: 3%; /* 40/1316 */
	padding-bottom: 3%;
	text-align: left;
}

.search-result-list .post-content-container .post-title {
	
}

.search-result-list .excerpt {
	margin-bottom: 0;
}

.search-result-list .post-content-wrapper,
.search-result-list article.post-item:last-of-type {
	margin-bottom: 0;
}

.search-result-list .search-field,
.no-results-section .search-field {
	display: block;
	margin: 0 0 1.6em;
}



/*** Portfolio ***/
.portfolio-listing {
	/*background-color: #f6f6f6;*/
	background-color: rgba( 190,190,190,0.1);
	height: 80vh;
	overflow: hidden;
	position: relative;
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}

.portfolio-loading-wrapper {
	background: #fbfbfb;
	position: absolute;
	height: 100%;
	width: 100%;
}

.portfolio-loading {
	margin: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	width: 175px;
}

.single-uxbarn_portfolio .portfolio-loading-wrapper {
	margin-top: 9.11%; /* 120/1316 */
}

.single-uxbarn_portfolio .portfolio-loading-wrapper,
.single-uxbarn_portfolio .portfolio-loading {
	position: static;
	transform: none;
	text-align: center;
}

.loading-text {
	display: block;
	font-size: 0.7em; /* 9 */
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}

.loading-bar {
	background: #dfdfdf;
	height: 5px;
	position: relative;
}

.progress-bar {
	background: #050505;
	position: absolute;
	height: 100%;
	width: 0;
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}

.portfolio-item-block {
	display: none;
}

.portfolio-item {
	background: #fbfbfb;
	padding: 25px;
	opacity: 0;
	position: relative;
	transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad*/
	visibility: hidden;
}

.portfolio-thumbnail {
	height: 100%;
}

.portfolio-thumbnail img {
	display: inline-block;
	vertical-align: top;
	transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad*/
}

.full-width .portfolio-item {
	margin: 0 0 1px;
}

.justified-images {
	overflow: hidden;
	width: 100%; /*** THIS IS THE KEY TO SOLVE MYSTERIOUS GRID ISSUE ON FIREFOX!! ***/
}

.justified-images .portfolio-item {
	float: left;
	margin: 0 1px 1px 0;
	position: relative;
}

.justified-images .portfolio-item.last-in-row {
	margin-right: 0;
}

.justified-images .portfolio-item img {
	display: block;
	height: 100%;
	margin: auto;
	width: auto;
	vertical-align: top;
}

.portfolio-title-wrapper {
	background: #fbfbfb;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	opacity: 0;
	padding: 1.25em 25px 0; /* 15/12 */
	position: absolute;
	right: 3px;
	bottom: 25px;
	transition: opacity .2s;
	z-index: 99;
}

.justified-images .portfolio-title-wrapper {
}

.portfolio-item:hover .portfolio-title-wrapper {
	opacity: 1;
}

.portfolio-title {
	font-size: 0.9em;
	font-weight: 500;
	margin: 0;
	letter-spacing: .5px;
}

.additional-link-button-wrapper {
	background: #fff;
}

.additional-link-button-wrapper .button {
	background: none;
	color: #050505;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
}

.additional-link-button-wrapper .button::after {
	content: '\f13f';
	font-family: 'Ionicons';
	font-size: 1.33em; /* 16/12 */
	margin-left: 0.75em; /* 12/16 */
	position: relative;
	top: 1px;
}

.additional-link-button-wrapper .button:hover {
	
}


.portfolio-top-section .post-title,
.portfolio-category-selector {
	display: inline-block;
	width: auto;
}

.portfolio-top-section .post-title::after {
	margin: 0 1em 0 1.25em; /* 12/12, 15/12 */
}

.portfolio-category-selector {
	border-left: 1px solid #ddd;
	font-size: 0.8em; /* 10/12 */
	list-style: none;
	margin: -1.2em 0 -1.5em 2.4em; /* 15/10 */
	padding: 1.2em 0 1.2em 2.4em; /* 15/10 */
}

.portfolio-category-selector li {
	margin: 0;
	position: relative;
}

.portfolio-category-selector > li > a {
	color: #666;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 1.5em; /* 15/10 */
}

.portfolio-category-selector > li > a::after {
	content: '\f35f';
	font-family: 'Ionicons';
	font-size: 1.4em;
	margin-left: 0.6em;
	vertical-align: middle;
}


.portfolio-categories {
	background: #050505;
	box-sizing: border-box;
	 display: none;
	font-size: 1.1em; /* 11/10 */
	letter-spacing: 1px;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	padding: 2.27em 0; /* 25/11 */
	position: absolute;
	top: 120%;
	left: -2.27em; /* 25/11 */
	text-align: left;
	text-transform: none;
	width: 18.18em; /* 200/11 */
	z-index: 999;
}

.portfolio-categories li {
	left: 0;
	display: block;
	margin: 0 0 0.6em;
	padding: 0 3.63em; /* 40/11 */
	position: relative;
}

.portfolio-categories a {
	display: block !important;
	color: #ccc;
	font-weight: 400;
}

.portfolio-categories > li:hover > a {
	color: #fff;
}

.portfolio-categories .portfolio-categories {
	background: #333;
	left: 80%;
	top: -2.27em; /* 25/11 */
}

.show-portfolio {
	opacity: 1 !important;
	visibility: visible !important;
}

.port-format-content {
	opacity: 0;
	visibility: hidden;
	transition: all 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.port-format-item {
	margin-bottom: 9.1%; /* 120/1316 */
	text-align: center;
}

.port-format-item.portrait .inner-image-wrapper {
}

.image-wrapper img {
	display: inline-block;
	vertical-align: top;
}

.inner-image-wrapper {
	display: inline-block;
	position: relative;
}

.image-caption,
.fancybox-title {
	box-sizing: border-box;
	font-family: inherit;
	font-size: 0.92em;
	margin-top: 1.25em; /* 15/12 */
	text-align: center;
}




/* #Forms
================================================== */
input,
textarea,
button,
select {
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0.7em;
	max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
textarea,
select {
	border: 1px solid #ccc;
	transition: border-color .2s;
}

input:focus,
textarea:focus {
	border-color: #050505;
}

.theme-widget-area input:focus,
.theme-widget-area textarea:focus {
	border-color: #fff;
}

/* Ignore default styles when viewing on Safari */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
textarea,
input[type="button"],
input[type="submit"],
.button,
.post-item .button,
.is-style-squared .wp-block-button__link {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: inherit;
}

select {
	min-width: 100px;
}

input[type="button"],
input[type="submit"],
button,
a.button,
.post-item .button,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #050505;
	border: 0;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.5px;
	padding: 0.78em 2em;
	transition: background .2s;
}

input[type="button"],
input[type="submit"],
button,
a.button,
.post-item .button {
	border: 0;
}

.wp-block-button {
	margin-bottom: 1.6em;
}


input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
a.button:hover {
	
}

.theme-widget-area input[type="button"],
.theme-widget-area input[type="submit"],
.theme-widget-area button,
.theme-widget-area a.button {
	border: 1px solid #fff;
}

.dummy-sub-form input,
.widget_search input[type="search"] {
	margin-bottom: 1.625em;
}

.search-field {
	width: 60%;
}

.widget-item .search-field {
	display: block;
	margin: 0 0 1.6em;
	width: 90%;
}

.search-results .search-form {
	margin-top: 12px;
}



/* #Elements
================================================== */

/*** Block Editor ***/

/* General */
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large,
.wp-block-audio,
.wp-block-embed,
.wp-block-group,
.wp-block-media-text {
	margin-bottom: 1.6em;
}

/* Quote */
.wp-block-pullquote {
	border: 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1.6em;
	position: relative;
}

.wp-block-pullquote blockquote {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.wp-block-pullquote p {
	font-size: 1em;
}

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	border: 0;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
	text-align: left;
}

.wp-block-quote.has-text-align-right {
	border-left: 0;
	border-right: 2px solid #ccc;
}

.wp-block-group {
	padding: 2.4em;
}



/*** Video ***/
.fluid-width-video-wrapper {
	padding-top: 56.15% !important;
	width: 100.3% !important;
}

.video-wrapper {
	overflow: hidden;
	position: relative;
	padding: 0;
	padding-bottom: 56.25% !important; /* 16:9 ratio*/
	max-width: 99.9%;
}

.video-format .video-wrapper {
	margin-bottom: 0;
}

.video-wrapper:last-child {
	margin-bottom: 0;
}

.video-wrapper iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.post-content .video-wrapper {
	margin-bottom: 1.6em;
}

.wp-block-embed .video-wrapper {
	margin-bottom: 0;
}



/*** Fancybox ***/
.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-opened {
}

.fancybox-image {
}

.fancybox-title {
	
}

.fancybox-title-outside-wrap {
	color: #050505;
	margin-top: 12px;
	text-align: center;
}

#fancybox-buttons ul {
	background: rgb(5,5,5);
	background: rgba(5,5,5,0.8);
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

#fancybox-buttons a.btnNext,
#fancybox-buttons a.btnToggle,
#fancybox-buttons a.btnClose {
	
}

#fancybox-thumbs.bottom {
	bottom: 15px;
}

#fancybox-thumbs ul li {
	opacity: 0.3;
	transition: opacity .2s;
}

#fancybox-thumbs ul li a {
	border: 0;
}

#fancybox-thumbs ul li.active {
	border-color: transparent;
	opacity: 1;
}

.fancybox-close, 
.fancybox-prev span, 
.fancybox-next span {
	background: none;
}

.fancybox-next,
.fancybox-prev {
	display: block;
	opacity: 0;
	transition: opacity .2s;
}

/* Note: Using "right" or "margin-right" directly causes mousewheel feature stops working somehow */
.fancybox-next {
}

.fancybox-prev {
}

.fancybox-next:hover,
.fancybox-prev:hover {
	opacity: 1;
}

.fancybox-nav span {
}

.fancybox-next span,
.fancybox-prev span {
	background: #050505;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.fancybox-prev span {
}

.fancybox-next span::after,
.fancybox-prev span::after,
.fancybox-close::after {
	font-family: 'Ionicons';
}

.fancybox-next span::after {
	content: '\f3d1';
}

.fancybox-prev span::after {
	content: '\f3cf';
}

.fancybox-close {
	margin-top: -1.8em;
	margin-right: -6px;
}

.fancybox-close::after {
	content: '\f404';
	font-size: 30px;
}


#fancybox-buttons a {
	background: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-indent: 0;
	text-align: center;
	transition: opacity .2s;
}

#fancybox-buttons a::after {
	display: inline-block;
	font-family: 'Ionicons';
	margin-left: 0;
	margin-top: 1px;
}

#fancybox-buttons a.btnClose::after {
	content: '\f2d7';
	margin-left: 4px;
	margin-top: 1px;
}

#fancybox-buttons a.btnToggle::after {
	content: '\f386';
}

#fancybox-buttons a.btnNext::after {
	content: '\f125';
	font-size: 13px;
}

#fancybox-buttons a.btnPrev::after {
	content: '\f124';
	font-size: 13px;
}

#fancybox-buttons a.btnPlay::after {
	content: '\f488';
}

#fancybox-buttons a.btnPlayOn::after {
	content: '\f478';
}



/*** Fancybox 3 Elements ***/
body.compensate-for-scrollbar {
	overflow: hidden !important;
}

.fancybox-container {
	z-index: 999999;
}

.fancybox-thumbs {
	background: #efefef;
}

.fancybox-thumbs__list a {
	height: 100px;
}

.fancybox-thumbs__list a::before {
	border-color: #050505;
	border-width: 2px;
}

.fancybox-progress {
	display: none !important;
}

.fancybox-caption {
	background: none;
	color: #050505;
	font-size: 0.92em;
	padding-bottom: 10px;
	text-align: center;
}

.fancybox-caption__body {
	box-sizing: border-box;
	background: rgba(248,248,248,0.6);
	display: inline-block;
	font-style: italic;
	padding: 0.8em 1.6em;
}

.fancybox-infobar {
	color: #fff;
	mix-blend-mode: normal;
}

.fancybox-is-open .fancybox-bg {
	background: rgba(248,248,248,1);
	background: rgb(248,248,248);
	opacity: 1;
}



/*** WP Gallery ***/
.gallery,
.wp-block-gallery,
.wp-block-cover {
	margin-bottom: 1.625em;
}

.gallery-item {
	display: inline-block;
	margin-bottom: 1.6em;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	border: 0;
}

.gallery-icon {
	line-height: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}



/* #Plugins and Widgets
================================================== */
/*** Footer ***/
.theme-widget-area {
	background: #050505;
	box-sizing: border-box;
	color: #ccc;
	font-size: 11px;
	padding: 6% 6% 6.5%; /* ~85/1366 */
}

.theme-widget-area a {
	border: 0;
	color: #fff;
	font-weight: 700;
}

.widget-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin-bottom: 4em;
	position: relative;
	text-transform: uppercase;
}

.widget-title::after {
	border-top: 1px solid;
	content: '';
	opacity: 0.2;
	position: absolute;
	left: 0;
	bottom: -1.8em;
	width: 100%;
}

.widget-title > a {
	border: 0;
	padding: 0;
}

.widget-column {
	float: left;
	margin-bottom: 0;
	margin-right: 4.4%; /* 50/1115 */
	width: 100%;
}

.widget-column:last-child {
	margin-right: 0;
}

.widget-item li:last-child,
.widget-item table:last-child {
	margin-bottom: 0;
}

/* 1 column */
.widget-item {
	overflow: hidden;
	padding-bottom: 6%;
	max-width: 100%;
}

.widget-item:last-child {
	padding-bottom: 0 !important;
}

/* 2 columns */
.w6.widget-column {
	width: 47.8%; 
}

.w6 .widget-item {
	padding-bottom: 12%;
}

/* 3 columns */
.w4.widget-column {
	width: 30.4%;
}

.w4 .widget-item {
	padding-bottom: 18%;
}

/* 4 columns */
.w3.widget-column {
	width: 21.7%; 
}

.w3 .widget-item {
	padding-bottom: 25%;
}


/*** WP Widgets ***/
.widget_archive {
}

.widget_categories > ul,
.widget_archive > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_recent_comments > ul,
.widget_rss > ul,
.widget_nav_menu .menu {
	list-style: none;
	margin: 0;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 9px;
	letter-spacing: 2px;
	margin-top: 6px;
	text-transform: uppercase;
}

.w3 .widget_search .search-field {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	padding: 0;
	text-align: center;
}



/*** Contact Form 7 ***/
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
	display: block;
}

.wpcf7 .wpcf7-textarea {
	width: 100%;
}

.wpcf7-form-control-wrap {
	display: block;
}

#content-container .wpcf7-not-valid {
	border-color: red;
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
	border: 0;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
	color: red;
	margin-top: 6px;
	width: 100%;
}

div.wpcf7-response-output {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div.wpcf7-validation-errors {
	color: red;
}

div.wpcf7-mail-sent-ok {
	color: green;
}

/*** mmenu ***/
a.mm-close.mm-btn {
	color: inherit;
	left: auto !important;
	right: 0;
}

.mm-close:after,
.mm-close:before {
	border: 0;
	content: '';
	transform: none;
}

.mm-close::after {
	border: 0;
	content: '\f404';
	font-family: 'Ionicons';
	font-size: 24px;
	margin-top: 11px;
}



/*** WooCommerce ***/

/* Loading animation */
@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}

/* Font faces for star rating */
@font-face{font-family:star;src:url(fonts/woocommerce/star.eot);src:url(fonts/woocommerce/star.eot?#iefix) format("embedded-opentype"),url(fonts/woocommerce/star.woff) format("woff"),url(fonts/woocommerce/star.ttf) format("truetype"),url(fonts/woocommerce/star.svg#star) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:WooCommerce;src:url(fonts/woocommerce/WooCommerce.eot);src:url(fonts/woocommerce/WooCommerce.eot?#iefix) format("embedded-opentype"),url(fonts/woocommerce/WooCommerce.woff) format("woff"),url(fonts/woocommerce/WooCommerce.ttf) format("truetype"),url(fonts/woocommerce/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}

/* GROUP: Top Header Style */
.theme-wc-shop-header {
	background: #fff;
	display: block;
	font-size: 0.85em; /* ~11 */
	height: 7em; /* 70/10 */
	margin-bottom: 1px;
	padding: 0 3.66%;
	position: relative;
	transform: none;
	text-align: center;
}
	
.woocommerce-result-count, 
.woocommerce-ordering {
	display: none;
	margin: 0;
}

.theme-wc-account-wrapper,
.theme-wc-result-ordering-wrapper {
	padding: inherit; /* making this element stay within parent's paddings */
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.theme-wc-result-ordering-wrapper {
	padding: 0;
}

.theme-wc-account-wrapper {
	right: auto;
	left: 0;
}

.theme-wc-account-wrapper i {
	display: inline-block;
	font-size: 2.4em; /* 26/11 */
	margin-right: 0.57em;
	opacity: 0.4;
	vertical-align: middle;
}

.theme-wc-header-separator {
	margin: 0 10px;
}

.woocommerce-result-count {
	margin-right: 1.36em; /* 15/11 */
}

.woocommerce-ordering {
}

.woocommerce-ordering select {
	letter-spacing: 0.5px;
	padding: 0.65em;
}

.theme-wc-cart-button {
	box-sizing: border-box;
	font-size: 2.3em; /* 28/12 */
	height: 100%;
	line-height: 2.3em;
	padding-right: 0.18em; /* 5/28 */
	padding-top: 0.43em; /* 12/28 */
	position: absolute;
	right: 0;
	width: 80px;
}

.theme-wc-cart-button:hover {
}

.theme-wc-cart-button i {
	margin-top: 3px;
}

.theme-wc-cart-count {
	box-sizing: border-box;
	display: inline-block;
	font-size: 0.32em; /* 9/28 */
	font-weight: 400;
	height: 1.66em; /* 15/9 */
	line-height: 1.66; /* 15/9 */
	position: absolute;
	top: 3em; /* ~20/9 */
	width: 1.66em; /* 15/9 */
}

.woocommerce-products-header__title {
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce-products-header__title:last-child {
	margin-bottom: 0;
}

.theme-wc-hide-page-title-content .woocommerce-products-header {
	display: none;
}

.woocommerce .products {
	background-color: rgba( 190,190,190,0.1);
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -2px 1px 0;
	overflow: hidden;
}

.product-item,
.products .single-product-item,
.product-category {
	box-sizing: border-box;
	flex-grow: 1;
	flex-basis: 33.22%;
	max-width: 33.22%;
	margin: 0 1px 1px 0;
	padding-bottom: 3.66%; /* 50/1366 */
	position: relative;
	text-align: center;
}

.products .single-product-item {
	flex-basis: 24.8%;
	max-width: 24.9%;
}

.product-item:nth-child(3n+3),
.product-category:nth-child(3n+3) {
	margin-right: 0;
}

.onsale {
	background: #ef3737;
	color: #fff;
	font-size: 0.83em; /* 10/12 */
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1;
	padding: 1.5em 2.5em; /* 15/10, 25/10 */
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.product-item a,
.products .single-product-item a,
.woocommerce-LoopProduct-link {
	display: block;
}

.woocommerce-LoopProduct-link img {
	opacity: 0;
}

.product-item img,
.products .single-product-item img,
.product-category img {
	height: auto;
	margin: 0 auto 6.25%; /* 25/404 */
	width: auto;
}

.woocommerce-loop-product__title {
	font-size: 1.16em; /* ~14/12 base on main */
	font-weight: 500;
	margin-bottom: 0.4em;
}

.price {
	font-size: 0.85em; /* 11 */
	font-weight: 400;
	letter-spacing: 1px;
}

.price del {
	margin-right: 0.45em; /* 5/11 */
	opacity: 0.5;
}

.price ins {
	text-decoration: none;
}

.product-item .button,
.products .single-product-item .button {
	display: inline-block;
	margin-top: 1.6em;
}

.product-item .added_to_cart {
	margin-top: 0.8em;
}

.woocommerce-pagination {
	box-sizing: border-box;
	background: #f8f8f8;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	margin-top: -1px;
	margin-bottom: 1px;
	padding: 3.5% 1.83%;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.woocommerce-Reviews .woocommerce-pagination {
	background: inherit;
}

.woocommerce-pagination .page-numbers {
	list-style: none;
	margin: 0;
}

.woocommerce-pagination .page-numbers li {
	display: inline;
}

.woocommerce-pagination .page-numbers .current,
.woocommerce-pagination .page-numbers a {
	font-weight: 500;
	margin-left: -0.33em; /* 4/12 */
	padding: 0.66em 0 0.66em 1.25em; /* 8/12, 15/12 */
}

.woocommerce-pagination .page-numbers .current {
	color: #aaa;
}

.woocommerce-pagination .page-numbers .current:first-child {
	margin-left: -0.33em; /* 4/12 */
}



/*** WC Single ***/
.theme-woocommerce-wrapper {
	overflow: hidden;
}

.theme-woocommerce-wrapper > .single-product-item {
	overflow: hidden;
}

.woocommerce-product-details__short-description {
	margin-bottom: 2.4em;
}

.single-product .entry-summary .price {
	font-size: 1.1em; /* base on main */
	margin-bottom: 3.2em;
}

.woocommerce-product-gallery,
.single-product .entry-summary {
	float: left;
}


/* Product Gallery */
.woocommerce-product-gallery {
	margin-bottom: 5.12%; /* 70/1366 */
	max-width: 630px;
	position: relative;
	width: 48%; /* ~630/1316 */
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.custom-wc-product-image-trigger {
	background: #fff;
	display: block;
	font-size: 1.8em;
	height: 50px;
	line-height: 50px;
	opacity: 0.7;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: center;
	transition: .2s opacity;
	width: 50px;
	z-index: 1;
}

.custom-wc-product-image-trigger:hover {
	opacity: 1;
}

.woocommerce-product-gallery__image {
	margin-bottom: -5px; /* mysterious height fix */
	min-height: auto !important; /* to fix product height issue when content width is reduced */
}

.woocommerce-product-gallery__image a {
	display: block;
}

img.attachment-shop_single.size-shop_single.wp-post-image,
.woocommerce-product-gallery .flex-control-thumbs img {
	display: inline-block;
	vertical-align: top;
}

.woocommerce-product-gallery .flex-control-thumbs {
	list-style: none;
	margin: 2% -1% 0; /* 13, 6.7 */
}

.woocommerce-product-gallery .flex-control-thumbs li {
	display: inline-block;
	margin: 0;
	margin: 0 1% 2%; /* 6.7, 13 */
	width: 18%; /* ~115/630 */
}

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
	padding-right: 0;
}

.woocommerce-product-gallery .flex-control-thumbs img {
	cursor: pointer;
}



.single-product .entry-summary {
	box-sizing: border-box;
	padding: 5.5% 8% 5.5% 6%;
	width: 51.8%;
}

.single-product .woocommerce-tabs {
	clear: both;
	margin-bottom: 5.12%;
}

.single-product .product_title {
	font-size: 1.38em;
	font-weight: 500;
	margin-bottom: 0.4em;
}

.single-product .variations {
	border: 1px solid #ddd;
	border-width: 1px 0;
	display: block;
	margin-bottom: 2.4em;
	padding: 2em 0; /* ~25/12 */
}

.single-product .variations tr {
	border-bottom: 1.2em solid transparent;
}

.single-product .variations tr:hover {
	background: none;
}

.single-product .variations tr:last-child {
	border: 0;
}

.single-product .variations td {
	border: 0;
	padding: 0;
}

.single-product .variations .label {
	font-style: italic;
	padding-right: 1.25em; /* 15/12 */
	text-align: right;
	width: 9.16em; /* 110/12 */
}

.single-product .cart {
	vertical-align: middle;
}

.single-product .cart .quantity,
.woocommerce .shop_table .quantity {
	display: inline-block;
	margin-right: 0.4em; /* 5/12 */ 
	width: 5em; /* 60/12 */
}

.reset_variations {
	font-size: 1.8em; /* ~21/12 */
	line-height: 1;
	margin-left: 0.71em; /* 15/21 */
	opacity: 0;
	vertical-align: middle;
}

.woocommerce-variation-price {
	margin-bottom: 1em;
}

.woocommerce-variation-add-to-cart {
}

.stock.out-of-stock,
.stock.in-stock {
	border-radius: 5px;
	display: inline-block;
	font-style: italic;
	margin-bottom: 1.6em;
	padding: 0.4em 0.8em;
}

.stock.in-stock {
	color: #52883b;
	background: #f0fff6;
	border: 1px solid #bae2c4;
}

.stock.out-of-stock {
	background: #FFE8E8;
	border: 1px solid #ffbaba;
	color: #EF3737;
}

.product_meta {
	font-size: 0.85em;
	margin-top: 3.2em;
}

.product_meta > span {
	display: block;
}



.wc-tabs {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.wc-tabs li {
	float: left;
	margin: 0;
}

.wc-tabs a {
	background: #efefef;
	border: 1px solid #dedede;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	margin-left: -1px;
	opacity: 0.9;
	padding: 1.6em 3.8em;
}

.wc-tabs li:first-child a {
	margin-left: 0;
}

.wc-tabs li.active a {
	background: #fbfbfb;
	border-bottom-color: #fbfbfb;
	font-weight: 500;
	opacity: 1;
}

.wc-tab.panel {
	border: 1px solid #dedede;
	margin-top: -1px;
	padding: 4% 0 5.5%;
}

.woocommerce-Tabs-panel {
	opacity: 0;
}

.woocommerce-Tabs-panel h2 {
	font-size: 1.25em;
}



/* WC Tables */
.woocommerce .shop_table {
	margin-bottom: 9%; /* ~85/950 */
}

.woocommerce .shop_table th,
.woocommerce .shop_table td {
	border: 0;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
}

.woocommerce-Tabs-panel table th,
.woocommerce .cart_totals table th {
	text-align: right;
	width: 16.66em; /* 200/12 */
}

.woocommerce .shop_table tfoot th {
	text-align: right;
}

.woocommerce .button {
	display: inline-block;
	width: auto;
}



/*** WC Cart Tempalte ***/
.woocommerce-cart .post-content-container,
.woocommerce-checkout .post-content-container,
.woocommerce-account .post-content-container {
	padding: 5.5% 0;
}

.woocommerce-cart .post-title, 
.woocommerce-cart-form,
.woocommerce-cart .cart_totals,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.woocommerce-checkout .post-title, 
.woocommerce-checkout .post-content,
.custom-wc-tab-panel-wrapper,
.woocommerce-account .post-title,
.woocommerce-account .post-content {
	margin-left: auto;
	margin-right: auto;
	width: 72%; /* 950/1316 */
}

.woocommerce-cart .post-content {
	width: 100%;
}

.woocommerce .shop_table .product-remove {
	font-size: 1.33em; /* 16/12 */
	text-align: center;
	width: 4.375em; /* 70/16 */
}

.woocommerce .shop_table .product-remove a {
	font-weight: 400;
	padding: 0.3em;
}

.woocommerce .shop_table .product-thumbnail {
	width: 7.08em; /* 85/12 */
}

.woocommerce .shop_table .product-thumbnail img {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
}

.woocommerce .shop_table .variation,
.woocommerce .wc-item-meta {
	font-size: 0.85em;
	margin-bottom: 0;
}

.woocommerce .shop_table .actions {
	text-align: right;
}

.woocommerce .shop_table .button:disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.woocommerce .shop_table .actions .coupon {
	float: left;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
	vertical-align: top;
}

.woocommerce .cart_totals table {
	margin-bottom: 5.2%;
}

.cart_totals h2 {
	margin: 0 auto 1.6em;
}



/*** WC Checkout ***/
.checkout_coupon,
.woocommerce-form-login,
.woocommerce .register {
	border: 1px solid #eaeaea;
	margin: 1.25em auto; /* 15/12 */
	padding: 1.6em 5.6em;
	text-align: center;
}

.checkout_coupon .form-row {
	display: inline-block;
	margin: 0;
	text-align: center;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
	float: none;
	padding: 0;
	width: auto;
}

.wc-credit-card-form .form-row {
	width: auto;
}

.checkout_coupon .form-row input,
#calc_shipping_postcode_field input,
.wc-credit-card-form .form-row input {
	width: auto;
}

.woocommerce-form-login,
.woocommerce .register {
	overflow: hidden;
	padding: 3.2em 5.6em;
	text-align: left;
}

.woocommerce-account #customer_login h2,
.woocommerce-account .woocommerce > h2 {
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: 1.5px;
}

.woocommerce-account .col2-set .woocommerce-form-login,
.woocommerce-account .col2-set .register {
	box-sizing: border-box;
	padding: 2.4em 3.2em;
}

.woocommerce-form-login .form-row {
	float: left;
	text-align: left;
	width: 50%;
}

.woocommerce-account .col2-set .woocommerce-form-login .form-row,
.woocommerce-account .col2-set .register .form-row {
	float: none;
	padding-right: 0;
	width: 100%;
}

.woocommerce-form-login .form-row .input-text {
	width: 95%;
}

.woocommerce-account .col2-set .woocommerce-form-login .form-row-wide .input-text {
	width: 100%;
}

.woocommerce-form-login .form-row .button,
.woocommerce-account .col2-set .register .button {
	display: inline-block;
	margin-right: 1em;
	width: auto;
}

.woocommerce-account .col2-set .woocommerce-form-login .button {
}

.woocommerce-form-login .lost_password {
	clear: both;
	margin: 0;
}

.woocommerce-checkout h3,
.woocommerce-column__title,
.woocommerce-Address-title h3 {
	font-size: 1.25em;
	font-weight: 500;
}

.woocommerce-checkout .checkout {
	margin-top: 5.2%; /* ~50/950 */
}

.woocommerce-checkout .checkout .woocommerce-error {
	margin-bottom: 4.5%;
}

.woocommerce-checkout .checkout .woocommerce-error li {
	text-align: left;
}

.col2-set {
	overflow: hidden;
}

.col2-set .col-1,
.col2-set .col-2 {
	box-sizing: border-box;
	float: left;
	padding: 0 1.6em 0 0;
	width: 50%;
	vertical-align: top;
}

.col2-set .col-2 {
	padding-right: 0;
}

.woocommerce-billing-fields {
	overflow: hidden;
}

#customer_details {
	margin-bottom: 9%;
	margin-right: -1em;
}

.required {
	color: red;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce .form-row label {
	display: block;
	line-height: 2.4;
}

.woocommerce .form-row label.inline {
	display: inline-block;
}

.form-row {
	box-sizing: border-box;
	margin-bottom: 0.8em;
	overflow: hidden;
	padding: 0 1em 1em 0;
}

.form-row-first,
.form-row-last {
	display: inline-block;
	float: left;
	width: 50%;
	vertical-align: top;
}

.woocommerce-ResetPassword .form-row {
	display: block;
	float: none;
}

.form-row input {
	width: 100%;
}

.woocommerce-ResetPassword .form-row .button {
	width: auto;
}

.form-row input[type="checkbox"] {
	width: auto;
}

.select2-container .select2-selection--single {
	border-color: #ccc;
	border-radius: 0;
	height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	height: 2.33em;
	line-height: 2.33; /* 28/12 */
	padding: 0.4em 0.7em;
}

.select2-results li {
	margin: 0;
}

.select2-dropdown {
	border-radius: 0;
	font-weight: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	top: 50%;
}


input#ship-to-different-address-checkbox {
	margin: 0;
}

#ship-to-different-address label {
	line-height: 1.6;
}

.woocommerce-additional-fields textarea {
	height: 16.66em; /* 200/12 */
	width: 100%;
}

.woocommerce-password-strength {
	font-weight: 700;
	padding: 0.8em 1.2em;
	text-align: center;
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
	background-color: #FFE8E8;
}

.woocommerce-password-strength.good {
	background-color: #FFF4E2;
}

.woocommerce-password-strength.strong {
	background-color: #DFF0D8;
}

.woocommerce-password-hint {
	display: block;
	font-style: italic;
	padding: 1em;
}


.woocommerce-checkout .woocommerce-checkout-review-order-table {
	margin-bottom: 5.2%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
	text-align: right;
}

.woocommerce-checkout-review-order-table .product-total {
	width: 40%;
}

.woocommerce-checkout-payment {
}

.woocommerce-checkout-payment ul {
	list-style: none;
	margin-bottom: 5.2%;
	margin-left: 0;
}

.woocommerce-checkout-payment .wc_payment_method input,
.woocommerce-checkout-payment .wc_payment_method label {
	cursor: pointer;
}

.payment_box {
	background: #f1f1f1;
	border-radius: 2px;
	padding: 1.2em;
	margin: 1em 0 1.6em;
	position: relative;
}

.payment_box::after {
	border: 0.66em solid #f1f1f1; /* 8/12 */
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	content: '';
	display: block;
	margin: -1em 0 0 2em;
	position: absolute;
	top: -0.25em; /* 3/12 */
	left: 0;
}

.payment_method_paypal img,
.payment_method_paypal a {
	display: inline-block;
	margin: 1.2em;
	vertical-align: middle;
}

.woocommerce-checkout .place-order input {
	width: auto;
}


/*** Order Received ***/
.woocommerce ul.order_details {
	border: 1px solid #eaeaea;
	list-style: none;
	margin: 0 0 4.5%;
	overflow: hidden;
	padding: 2.4em 3.2em;
}

.woocommerce ul.order_details li {
	border-right: 1px solid #eaeaea;
	display: inline-block;
	float: left;
	font-size: .85em;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 3.2em;
	text-transform: uppercase;
}

.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.2em;
	text-transform: none;
}

.woocommerce ul.order_details li:first-child {
	padding-left: 0;
}

.woocommerce ul.order_details li:last-child {
	border: 0;
	padding-right: 0;
}

.woocommerce-order-details h2,
.cart-collaterals h2 {
	font-size: 1.38em;
}

.woocommerce-order-details .woocommerce-table {
	margin-bottom: 4.5%;
}

.woocommerce-order-details .product-quantity {
}


/* Star Rating */
.star-rating {
	font-family: star;
	font-size: 1em;
	font-weight: 400;
	height: 1em;
	line-height: 1;
	margin-bottom: 0.8em;
	overflow: hidden;
	position: relative;
	width: 5.4em;
	text-align: center;
}

.single-product .entry-summary .woocommerce-product-rating {
	margin-bottom: 1em;
}

.single-product .entry-summary .star-rating {
	display: inline-block;
	margin: 0 0.6em 0 0;
}

.woocommerce-Reviews .comment .star-rating {
	float: right;
}

.woocommerce-review-link {
	display: inline-block;
	font-size: 0.8em; /* ~10/12 */
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	vertical-align: top;
	margin-top: 0.5em; /* 5/10 */
}

.products .star-rating {
	margin: 0 auto 1em;
}

.star-rating::before {
	content: '\73\73\73\73\73';
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.star-rating span {
	float: left;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
}

.star-rating span::before {
	content: '\53\53\53\53\53';
	position: absolute;
	top: 0;
	left: 0;
}

/* Review Form */
.woocommerce .stars {
	display: inline-block;
	margin-top: 0.4em;
}

.woocommerce .stars a::before,
.woocommerce .stars a:hover~a::before {
	content: '\e021';
}

.woocommerce .stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.woocommerce .stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	text-indent: 0;
}

.woocommerce .stars.selected a.active::before,
.woocommerce .stars:hover a::before {
	content: '\e020';
}

.woocommerce .stars.selected a.active~a::before {
	content: '\e021';
}

.woocommerce .stars.selected a:not(.active)::before {
	content: '\e020';
}


/* Review List */
.woocommerce-Reviews #comments {
	margin-bottom: 5%;
}

.woocommerce-Reviews .comment-respond {
	
}

.woocommerce-Reviews .comment-reply-title {
	display: block;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0.8em;
}

.woocommerce-Reviews .commentlist {
	list-style: none;
	margin: 0;
}

.woocommerce-Reviews .comment {
	margin-bottom: 0;
	padding: 25px 0;
	overflow: hidden;
}

.woocommerce-Reviews .comment img {
	float: left;
	margin-right: 3.6%;
	width: 6.3%;
}

.woocommerce-Reviews .comment .comment-text {
	float: left;
	width: 90%;
}

.woocommerce-review__published-date {
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce-Reviews .meta {
	margin-bottom: 1em;
}

.woocommerce-verification-required {
	font-style: italic;
}


/* Upsells, Related & Cross-sells Products */
.upsells.products > h2,
.related.products > h2,
.cross-sells > h2 {
 	font-size: 1.38em;
}

.upsells.products,
.related.products,
.cross-sells {
	background: inherit;
	display: block;
	margin: 0 -25px;
	padding: 0 25px 0;
	text-align: center;
}

.upsells.products,
.cross-sells {
	margin-bottom: 5.12%;
	overflow: hidden;
}

.upsells .products,
.related .products,
.cross-sells .products {
	background-color: #ebebeb;
	padding: 1px 0 0 1px;
}


/* WC Message */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	box-sizing: border-box;
	background: #e9f8ff;
	color: #00547b;
	list-style: none;
	margin-bottom: 1px;
	padding: 2em 4.16em; /* 25,50/12 */
	position: relative;
	text-align: center;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info {
	margin-bottom: 2.4em;
	overflow: hidden;
}

.woocommerce-account .woocommerce-info {
	background: #f1f1f1;
	color: #050505;
}

.woocommerce-error {
	background: #FFE8E8;
	color: #ce0404;
	margin: 0 0 1px;
}

.woocommerce-error li {
	margin: 0;
}

.theme-woocommerce-wrapper .woocommerce-message a,
.theme-woocommerce-wrapper .woocommerce-info a,
.woocommerce-checkout .woocommerce-message a,
.woocommerce-checkout .woocommerce-info a {
	background: none !important;
	color: inherit !important;
	display: inline-block;
	font-weight: 700;
	margin-left: 1em;
	padding: 0;
}

.woocommerce-message .wc-forward.button {
	display: none;
}


/* WC Loading */
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
	height: 1em;
	width: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	display: block;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(images/woocommerce/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0,0,0,.75);
}


/*** WC Account ***/
.woocommerce-account .woocommerce {
	overflow: hidden;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	float: left;
	vertical-align: top;
}

.woocommerce-MyAccount-navigation {
	font-size: 0.9em;
	margin-right: 5.27%; /* 50/948 */
	width: 23.7%; /* 225/948 */
}

.woocommerce-MyAccount-content {
	width: 70.6% /* 670/948 */
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
}

.woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-MyAccount-navigation a {
	border-bottom: 1px solid #eaeaea;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 1.6em 1.6em 1.6em 0;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation li:first-child a {
	padding-top: 0;
}

.woocommerce-MyAccount-navigation .is-active a {
	font-weight: 700;
}

.woocommerce-Address .edit {
	float: right;
	margin-right: 2.4em;
}

.woocommerce-payment-methods .woocommerce-MyAccount-content .button {
	
}

.woocommerce-PaymentMethods {
	list-style: none;
	margin: 0;
}

.woocommerce-account legend {
	font-weight: 700;
	margin-bottom: 1.6em;
}

.woocommerce-account .woocommerce-info .button {
	float: right;
}



/*** WC Widgets ***/
.theme-widget-area .woocommerce ul {
	list-style: none;
	margin: 0;
}

/* Average Rating */
.widget_rating_filter ul {
	list-style: none;
	margin: 0;
}

.widget_rating_filter .star-rating::before {
	content: '\53\53\53\53\53';
}

.widget_rating_filter .star-rating span::before {
	content: '\73\73\73\73\73';
}

.widget_rating_filter .star-rating {
	display: inline-block;
	margin: 0 5px 0 0;
}

.widget_rating_filter a {
	display: inline-block;
}

/* Shopping Cart */
.widget_shopping_cart .cart_list {
	list-style: none;
	margin: 0 0 1.6em;
}

.widget_shopping_cart .remove {
	float: right;
	font-size: 15px;
}

.widget_shopping_cart .mini_cart_item {
	margin-bottom: 1.6em;
	overflow: hidden;
}

.widget_shopping_cart .mini_cart_item img {
	display: none;
}

.widget_shopping_cart .mini_cart_item .quantity {
	display: block;
}

.widget_shopping_cart .mini_cart_item .variation,
.woocommerce .wc-item-meta,
.woocommerce .wc-item-meta li  {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.theme-wc-enabled .variation dt,
.woocommerce .wc-item-meta li * {
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.theme-wc-enabled .variation dd {
	margin: 0;
}

.widget_shopping_cart .button {
	font-weight: 400;
	margin-right: 5px
}

.widget_shopping_cart .total {
	margin: 1.6em 0;
}

/* Products */
.product_list_widget li {
	margin-bottom: 1.6em;
	overflow: hidden;
}

.product_list_widget img {
	float: left;
	margin-right: 10px;
	width: 20%;
}

.product_list_widget a {
	display: block;
}

.product_list_widget ins {
	text-decoration: none;
}

/* Price Filter */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #666;
	border: 0;
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
}

.widget_price_filter .price_slider {
	margin-bottom: 1.6em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #aaa;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #fff;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}



/* #Responsive
================================================== */

@media only screen and (max-width: 1800px) {
	
	#root-container {
		width: 1600px;
	}
	
}

@media only screen and (max-width: 1700px) {
	
	#root-container {
		width: 1500px;
	}
	
	.social-icons li {
		width: 19.6%;
	}
	
}

@media only screen and (max-width: 1600px) {
	
	#root-container {
		width: 1400px;
	}
	
}

@media only screen and (max-width: 1500px) {
	
	#root-container {
		width: 1300px;
	}
	
	.logo-tagline-wrapper,
	.site-menu {
		padding: 20%;
	}

	.copyright {
		padding-left: 20%;
		padding-right: 20%;
	}
	
}

@media only screen and (max-width: 1400px) {
	
	#root-container {
		margin: 1.5% auto;
		width: 97%;
	}
	
	.social-icons li {
		width: 19.57%;
	}
	
	.post-item,
	.portfolio-item,
	.product-category {
		padding: 15px;
	}
	
	.portfolio-title-wrapper {
		bottom: 14px;
	}
	
	.full-width .portfolio-title-wrapper {
		padding-right: 15px;
	}
	
	.post-title,
	.post-content,
	.blog-single .post-meta-wrapper,
	.content-section-wrapper {
		width: 72%;
	}
	
	.upsells.products,
	.related.products,
	.cross-sells {
		margin: 0 -15px 5.12%;
		padding: 0 15px 0;
	}
	
	.upsells .products,
	.related .products,
	.cross-sells .products {
	}
	
	.related.products {
		margin-bottom: 0;
	}
	
	/*** Common ***/
	#search-panel-wrapper {
		font-size: 7.6em;
	}
	
	#search-panel-wrapper .search-field {
		margin-bottom: 100px;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	/* Fix the position of the admin bar when using with mmenu */
	html.mm-opened {
		margin-top: 0 !important;
	}
	
	.mm-opened .admin-bar .mm-slideout {
		padding-top: 32px; /* WP admin bar height */
	}
	
	
	
	#root-container {
		margin: 0;
		width: 100%;
	}
	
	#side-container {
		position: static !important;
		width: 100% !important;
	}
	
	.logo-tagline-wrapper, 
	.site-menu,
	.copyright {
		padding: 3% 5%;
	}

	.copyright {
		text-align: center;
	}
	
	.social-icons {
		text-align: center;
	}

	.social-icons li,
	.social-icons li:nth-child(5n+5),
	.social-icons li:last-child {
		height: 50px;
		line-height: 50px;
		margin-right: 1px;
		padding-top: 0;
		width: 50px;
	}
	
	.search-button-item {
		display: none !important;
	}
	
	/* moved to header using JS */
	.search-button {
		display: inline-block;
		line-height: inherit !important;
		margin-left: 20px;
		vertical-align: middle;
	}
	
	.site-menu {
		padding: inherit;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.menu-list {
		display: none;
	}
	
	#mobile-menu {
		display: inline-block;
	}
	
	#main-container {
		margin-left: 0 !important;
		width: 100%;
	}
	
	/*** Common ***/
	#search-panel-wrapper .search-field {
		width: 90%;
	}
	
	#search-close-button {
		margin-right: 1em;
	}
	
	#search-panel-wrapper {
		font-size: 6em;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.mm-opened .admin-bar .mm-slideout {
		padding-top: 46px; /* WP admin bar height */
	}
	
	
	
	.post-title,
	.post-content,
	.blog-single .post-meta-wrapper,
	.content-section-wrapper,
	.woocommerce-cart .post-title, 
	.woocommerce-cart-form,
	.woocommerce-cart .cart_totals,
	.woocommerce-cart .woocommerce-error,
	.woocommerce-cart .woocommerce-info,
	.woocommerce-cart .woocommerce-message,
	.woocommerce-cart .cart-empty,
	.woocommerce-cart .return-to-shop,
	.woocommerce-checkout .post-title, 
	.woocommerce-checkout .post-content,
	.custom-wc-tab-panel-wrapper,
	.woocommerce-account .post-title,
	.woocommerce-account .post-content {
		width: 95%;
	}
	
	.theme-wp-user-name,
	.theme-wp-user-name + .theme-wc-header-separator,
	.woocommerce-result-count {
		display: none !important;
	}
	
	.wc-tabs a {
		font-size: 1em;
	}
	
	.single-product .entry-summary {
		padding-right: 3%;
	}
	
	.single-product .entry-summary .price {
		margin-bottom: 2.2em;
	}
	
	
	
	.blog-list article.post-item {
		padding-bottom: 6%;
	}

	.blog-list .post-image,
	.blog-list .post-content-container {
		box-sizing: border-box;
		display: block;
		position: static;
		transform: none;
		width: 100%;
	}

	.blog-list .post-content-container {
		margin: auto;
		width: 90%;
	}

	.blog-list .post-image {
		margin-bottom: 6%;
	}

	.blog-list .post-image img {
		margin: auto;
	}

	.blog-list .post-meta {
		line-height: 2.4;
	}
	
	
	
	#search-panel-wrapper .search-form {
		top: 30%;
	}
	
	#search-panel-wrapper {
		font-size: 4em;
	}
	
}

@media only screen and (max-width: 768px) {
	
	/*** Common ***/
	#search-panel-wrapper {
		font-size: 5em;
	}
	
	#search-panel-wrapper .search-form {
		top: 40%;
	}
	
	#search-close-button {
		margin-top: 1.6em;
	}
	
}

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

	.theme-widget-area .widget-column {
		float: none;
		width: 100%;
	}
	
	.theme-widget-area .widget-item {
		padding-bottom: 12% !important;
	}
	
	.widget-column:last-child .widget-item:last-child {
		padding-bottom: 0 !important;
	}
	
	.blog-list .post-content-container {
		margin: auto;
		width: 100%;
	}

	.portfolio-top-section .post-title,
	.portfolio-category-selector {
		border: 0;
		display: block;
		margin: auto;
		padding: 0;
	}

	.portfolio-top-section .post-title::after {
		display: none;
	}

	.portfolio-category-selector .portfolio-categories {
		margin-left: -100px;
		left: 50%;
	}
	
	.product-item,
	.products .single-product-item,
	.product-category {
		flex-basis: 49.8%;
		max-width: 49.8%;
	}

	.product-item:nth-child(3n+3),
	.product-category:nth-child(3n+3) {
		margin-right: 1px;
	}
	
	.product-item:nth-child(2n),
	.product-category:nth-child(2n) {
		margin-right: 0;
	}
	
	.woocommerce-product-gallery, 
	.single-product .entry-summary {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		width: 80%;
	}

	.wc-tabs li {
		display: block;
		float: none;
	}

	.wc-tabs a {
		border-bottom-width: 0;
		margin: auto;
	}
	
	
	
}

@media only screen and (max-width: 600px) {
	
	/* Fix the position of the admin bar when using with mmenu */
	.admin-bar .mm-slideout {
		top: -46px;
	}
	
	.mm-opened .admin-bar .mm-slideout {
		top: 0;
	}
	
	.admin-bar .mm-slideout,
	.mm-opened .admin-bar .mm-slideout {
		padding-top: 46px; /* WP admin bar height */
	}
	
	
	
	.logo-wrapper,
	.tagline {
		display: block;
		max-width: 60%;
	}
	
	.full-width .portfolio-item {
		margin-bottom: 0;
	}
	
	.justified-images .portfolio-item {
		box-sizing: border-box;
		border: 0;
		float: none;
		height: auto !important;
		padding: 15px;
		width: 100% !important;
		text-align: center;
	}
	
	.justified-images .portfolio-thumbnail img {
	    height: auto;
	}
	
	
	.portfolio-title-wrapper {
		opacity: 1;
		position: static;
		text-align: center;
		width: 100%;
	}
	
	
	
	.theme-wc-shop-header {
		padding: 2% 3.66% 0;
	}

	.theme-wc-account-wrapper,
	.theme-wc-result-ordering-wrapper {
		padding: 0;
		position: static;
		transform: none;
		text-align: left;
	}
	
	.theme-wc-account-wrapper {
		margin-bottom: 1em;
	}
	
	/* when there's no filter drop down */
	.single-product .theme-wc-account-wrapper {
		margin-top: 2em;
	}
	
	.theme-wc-account-wrapper i {
		display: none;
	}
	
	.theme-wc-cart-button {
		top: 0;
	}
	
	.theme-wc-enabled .woocommerce .shop_table th,
	.theme-wc-enabled .woocommerce .shop_table td {
		border-width: 0;
		display: block;
		padding: 10px 20px;
		text-align: left;
		width: auto;
	}

	.theme-wc-enabled .woocommerce .shop_table tr {
		border-bottom: 1px solid #eaeaea;
	}

	.theme-wc-enabled .woocommerce .shop_table .product-thumbnail,
	.theme-wc-enabled .woocommerce .shop_table thead {
		display: none;
	}

	.shop_table .product-subtotal .woocommerce-Price-amount::before {
		content: '= ';
	}

	.woocommerce .shop_table .actions .coupon {
		float: none;
		margin-bottom: 20px;
	}
	
	.coupon > label {
		display: none;
	}

	.coupon > .input-text {
		margin-bottom: 1em;
	}
	
	.woocommerce-Tabs-panel table th, 
	.woocommerce .cart_totals table th {
		width: auto;
	}
	
	.product-item, 
	.products .single-product-item,
	.product-category {
		border-width: 0;
		border-bottom-width: 1px;
		flex-basis: 100%;
		max-width: 100%;
		padding-bottom: 6%;
	}

	.product-item img, 
	.products .single-product-item img,
	.product-category img {
		margin-bottom: 3%;
	}
	
	.woocommerce-product-gallery, 
	.single-product .entry-summary {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.col2-set .col-1, 
	.col2-set .col-2 {
		margin-bottom: 6%;
		padding: 0;
		width: 100%;
	}

	.woocommerce-form-login, .woocommerce .register {
		padding: 2em;
	}
	
	.woocommerce-form-login .form-row .input-text,
	.woocommerce-form-login .form-row {
		width: 100%;
	}

	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content {
		float: none;
		margin-bottom: 10%;
		width: 100%;
	}
	
	.woocommerce-MyAccount-content {
		margin-bottom: 0;
	}

	.woocommerce-MyAccount-navigation li {
		display: inline-block;
	}

	.woocommerce-account .woocommerce-info .button {
		display: block;
		float: none;
		margin: 0 0 1.2em;
	}
	
	
	
	#search-panel-wrapper {
		font-size: 3em;
	}
	
	#search-panel-wrapper .search-field {
		font-size: 0.7em;
	}

}

@media only screen and (max-width: 480px) {
	
	/*** Common ***/
	#search-panel-wrapper {
		font-size: 3em;
	}
	
	blockquote {
		margin-left: 0;
	}
	
	blockquote::before {
		display: none;
	}
	
	blockquote p {
		margin-left: 0;
	}
	
	blockquote p:first-child {
		margin-top: 0;
	}
	
	.comment-author-avatar {
		display: none;
	}

	.comment-content-wrapper {
		width: 100%;
	}
	
	
	#search-panel-wrapper .search-field {
		font-size: 0.6em;
	}
	
}