/*
	Theme Name: Custom Theme
	Description: Custom Theme For Diamond Ring Studio
	Version: 1.4.2
	Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 400 14px/1.6 'Public Sans', sans-serif;
	color: #666666;
}

div.wpcf7 .ajax-loader,
.acf-map .gmnoprint,
.acf-map .gm-style-cc,
.wpcf7 span.wpcf7-not-valid-tip,
.social-wrap.share .addtoany_list a span,
.form-wrap .wpcf7-form.sent p,
.form-wrap .wpcf7-form.sent div,
.woocommerce nav.woocommerce-pagination {
	display: none;
}

.form-wrap .wpcf7-form.sent .wpcf7-response-output {
	display: block;
}

.preloader {
	background: none no-repeat scroll center bottom #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: block;
}

/* Colors */

.has-grey-background-color {
	background-color: #666666;
}

.has-grey-color {
	color: #666666;
}

.has-black-background-color {
	background-color: #000000;
}

.has-black-color {
	color: #000000;
}

.has-light-blue-background-color {
	background-color: #666666;
}

.has-light-blue-color {
	color: #aac8d5;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #333333;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

a:hover,
.breadcrumbs a:hover {
	color: #c49145;
}

a.link {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
}

a.link:hover {
	color: #666666;
}

a.link::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #c49145;
	margin: 5px 0 0;
	transition: all 0.3s ease 0s;
}

a.link:hover::after {
	width: 100%;
}

.link-normal {
	display: block;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	margin: 30px auto 0;
	padding: 0;
	transition: all 0.3s ease 0s;
}

.link-normal:hover {
	color: #c49145;
}

.header .top a,
.nav a {
	text-decoration: none;
}

a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header .top,
.nav a,
.mean-nav a,
a.link,
.form-wrap .wpcf7-form.sent .wpcf7-response-output {
	font-family: 'Audrey Regular';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4;
}

.nav a,
.header .top p,
.header .top a {
	font-family: 'Audrey Medium';
}

h1 {
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	margin: 0 0 15px;
}

h1.title {
	font-size: 48px;
}

h1.title,
h2.subtitle {
	color: #333333;
}

h2.subtitle {
	margin: 0 0 20px;
}

h2.title {
	font-size: 28px;
	text-align: center;
	color: #333333;
}

h2.grey,
h3.grey,
h4.grey {
	color: #333333;
}

h3.title {
	color: #333333;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 20px;
}

.overflow {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.button-wrap {
	font-size: 0;
}

.button-wrap .btn {
	margin-right: 20px;
	margin-bottom: 10px;
}

.btn-wrap {
	width: 100%;
	margin: 80px 0 0;
}

.btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: none;
	border: 1px solid #c49145;
	z-index: 1;
	outline: 0;
	padding: 16px 30px 14px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.btn:hover {
	color: #c49145;
	background-color: transparent;
}

.btn.white1,
.btn.white:hover {
	background-color: #fff;
}

.btn::before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 101%;
	background: #c49145;
	transform: scale(1, 1);
	transform-origin: left center;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
}

.btn:hover::before {
	transform-origin: right center;
	transform: scale(0, 1);
}

.social-wrap {
	font-size: 0;
}

.social-wrap.top-m {
	margin-top: 28px;
}

.social-wrap a {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.social-wrap h4 {
	margin: 0 0 12px;
}

.social-wrap.text-left h4 {
	margin: 0 0 15px;
}

.social-wrap.text-left a:first-of-type {
	margin-left: 0;
}

.social-wrap .label {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	letter-spacing: 1px;
	color: #383838;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

.social-wrap.share a {
	padding: 0;
}

.scrollup {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99999;
}

.img-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto 35px;
	transition: all 0.3s ease 0s;
}

.img-wrap img {
	width: 100%;
	transition: all 0.3s ease 0s;
}

a.img-wrap:hover img {
	opacity: 0.8;
}

.img-wrap .hover {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.img-wrap .hover.grey {
	background: #f5f5f7;
}

.img-wrap.normal {
	text-align: center;
	/* margin: 0; */
}

.img-wrap.normal img {
	width: auto;
}

.img-wrap.fixed {
	height: 100px;
	margin: 0 0 5px;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon::before,
.slick-arrow::before,
.chosen-container-single .chosen-single div b,
.icon-after::after,
.addtoany_list a::before,
.lg-icon::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 400px;
}

.icon.date::before {
	width: 20px;
	height: 18px;
	background-position: -250px 0;
}

.chosen-container-single .chosen-single div b {
	width: 15px;
	height: 8px;
	background-position: -300px -50px;
}

.chosen-container-single.small .chosen-single div b {
	width: 11px;
	height: 6px;
	background-position: -250px -50px;
}

.lg-icon#lg-zoom-in::before,
.lg-icon#lg-zoom-out::before {
	width: 22px;
	height: 22px;
	background-position: -200px 0;
}

.lg-icon#lg-zoom-out::before {
	background-position: -200px -50px;
}

.lg-icon.lg-close::before {
	width: 20px;
	height: 20px;
	background-position: -250px -100px;
}

.lg-icon.lg-prev::before,
.lg-icon.lg-next::before {
	width: 31px;
	height: 11px;
	background-position: 0 -200px;
}

.lg-icon.lg-next::before {
	background-position: -50px -200px;
}

.icon.phone::before {
	width: 42px;
	height: 39px;
	background-position: -250px -200px;
}

.icon.cursor::before {
	width: 28px;
	height: 39px;
	background-position: -200px -200px;
}

.icon.plus::before {
	width: 15px;
	height: 15px;
	background-position: -200px -100px;
}

.icon.plus.active::before {
	background-position: -200px -150px;
}

.icon.facebook::before,
.social-wrap.share .a2a_button_facebook::before {
	width: 10px;
	height: 19px;
	background-position: 0 0;
}

.icon.facebook:hover::before,
.social-wrap.share .a2a_button_facebook:hover::before {
	background-position: 0 -50px;
}

.icon.twitter::before,
.social-wrap.share .a2a_button_twitter::before {
	width: 22px;
	height: 18px;
	background-position: -150px 0;
}

.icon.twitter:hover::before,
.social-wrap.share .a2a_button_twitter:hover::before {
	background-position: -150px -50px;
}

.icon.pinterest::before,
.social-wrap.share .a2a_button_pinterest::before {
	width: 17px;
	height: 20px;
	background-position: -100px 0;
}

.icon.pinterest:hover::before,
.social-wrap.share .a2a_button_pinterest:hover::before {
	background-position: -100px -50px;
}

.icon.instagram::before {
	width: 18px;
	height: 18px;
	background-position: -50px 0;
}

.icon.instagram:hover::before {
	background-position: -50px -50px;
}



.social-wrap.small .icon.facebook::before,
.social-wrap.small.share .a2a_button_facebook::before {
	width: 8px;
	height: 16px;
	background-position: 0 -100px;
}

.social-wrap.small .icon.facebook:hover::before,
.social-wrap.small.share .a2a_button_facebook:hover::before {
	background-position: 0 -150px;
}

.social-wrap.small .icon.twitter::before,
.social-wrap.small.share .a2a_button_twitter::before {
	width: 18px;
	height: 14px;
	background-position: -150px -100px;
	margin-top: 2px;
}

.social-wrap.small .icon.twitter:hover::before,
.social-wrap.small.share .a2a_button_twitter:hover::before {
	background-position: -150px -150px;
}

.social-wrap.small .icon.pinterest::before,
.social-wrap.small.share .a2a_button_pinterest::before {
	width: 15px;
	height: 18px;
	background-position: -100px -100px;
}

.social-wrap.small .icon.pinterest:hover::before,
.social-wrap.small.share .a2a_button_pinterest:hover::before {
	background-position: -100px -150px;
}

.social-wrap.small .icon.instagram::before {
	width: 17px;
	height: 16px;
	background-position: -50px -100px;
}

.social-wrap.small .icon.instagram:hover::before {
	background-position: -50px -150px;
}

.slick-arrow::before {
	width: 50px;
	height: 50px;
}

.slick-prev::before {
	background-position: 0 -100px;
}

.slick-next::before {
	background-position: -50px -100px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.wrapper.narrow-1 {
	max-width: 1100px;
}

.wrapper.narrow-2 {
	max-width: 970px;
}

.header {
	font-size: 0;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #e5e5e5;
}

.header.stuck {
	position: fixed;
	top: 0;
	left: 0;
}

.header .top {
	background: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding: 9px 0 5px;
}

.header .top p,
.header .top a {
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
}

.header > .wrapper {
	padding-top: 15px;
}

.header .logo,
.header .nav,
.nav li {
	display: inline-block;
	vertical-align: top;
}

.header .logo {
	width: 20%;
}

.header-wrap {
	height: 480px;
	background: #000;
}

.header-wrap.carousel {
	height: 600px;
}

.header-wrap .bgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.header-wrap > .wrapper {
	top: 50%;
	transform: translate(0,-50%);
}

.header-wrap .caption {
	margin: 0 auto;
	max-width: 600px;
}

.header-wrap .caption p,
.header-wrap .caption h1,
.header-wrap .caption h2,
.header-wrap .caption h3,
.header-wrap .caption h4 {
	color: #000;
	margin: 0 0 20px;
}

.header-wrap .caption p {
	margin: 0 0 25px;
}

.header-wrap.text-left .caption {
	max-width: 100%;
	text-align: left;
}

.header-wrap.text-left .caption h1 {
	font-size: 38px;
}

.header-wrap.text-left .caption p {
	font-size: 15px;
}

.header-wrap.text-left.carousel .caption {
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
}

.nav {
	width: 80%;
	height: 70px;
	padding: 22px 220px 0 0;
	text-align: right;
    position: relative;
}

.nav > ul,
.nav > ul > li {
	height: 100%;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li {
	position: relative;
	margin-left: 40px;
}

.nav a {
	font-size: 15px;
	position: relative;
	padding: 0 0 4px;
}

.nav a::before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #c49145;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nav a:hover::before {
    right: 0;
}

.nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 260px;
	border: 1px solid #e5e5e5;
	text-align: left;
	padding: 28px 30px 5px;
}

.nav li:hover .sub-menu {
	display: block;
}

.nav .sub-menu li {
	margin: 0 0 18px;
}

.header .btn {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 16px 27px 14px;
}

.sidebar {

}

.footer,
.footer p,
.footer a {
	font-size: 13px;
}

.footer p {
	margin: 0;
}

.footer p.last {
	margin: 0 0 30px;
}

.footer h4 {
	margin: 0 0 10px;
}

.footer .notice {
	color: #fff;
	background: #666666;
	padding: 10px;
	margin: 0 0 12px;
}

.footer a {
	text-decoration: none;
}

.footer .copyright {
	text-align: center;
}

.footer .copyright ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.footer .copyright ul,
.footer .copyright ul li,
.footer .copyright ul li::before {
	display: inline-block;
	vertical-align: top;
}

.footer .copyright ul li::before {
	content: '|';
	font-size: 13px;
	padding: 0 8px;
}

.footer .logo {
	display: block;
	margin: 70px 0 40px;
}

.footer .copyright {
	border-top: 1px solid #e5e5e5;
	margin: 45px 0 0;
	padding: 15px 0;
}

.columns {
	font-size: 0;
}

.columns.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jscroll-inner {
	width: 100%;
}

.jscroll-inner .columns.columns-4 {
	margin-bottom: 0;
}

.columns .item {
	padding: 0 0 30px;
	background: #fff;
}

.columns .item .img-wrap {
    margin: 0 0 25px;
}

.columns .item img {
    width: 100%;
}

.columns .item > p,
.columns .item > h2,
.columns .item > a.link {
    padding-left: 30px;
    padding-right: 30px;
}

.columns .item h2 {
	margin: 0 0 8px;
}

.columns .item p {
	margin: 0 0 10px;
	font-size: 18px;
}

.columns .item .link {
	padding: 0 1px;
}

.columns.top-m {
	margin-top: 80px;
}

.columns.top-ms {
	margin-top: 30px;
}

.columns.top-mm {
	margin-top: 45px;
}

.columns.bottom-m,
.columns.columns-3.bottom-m {
	margin-bottom: 0;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.columns.columns-2,
.columns.columns-3,
.columns.columns-4,
.columns.columns-5 {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: -2%;
}

.columns.columns-3 .col {
	width: 31.33%;
	margin: 0 1% 2%;
}

.columns.columns-3.wide {
	margin-left: -2%;
	margin-right: -2%;
}

.columns.columns-3.wide .col {
	width: 29.33%;
	margin: 0 2% 2%;
}

.columns.columns-4 .col {
	width: 23%;
	margin: 0 1% 2%;
}

.columns.columns-5 .col {
	width: 18%;
	margin: 0 1% 2%;
}

.columns.columns-2 {
	margin-left: -2%;
	margin-right: -2%;
	margin-bottom: -4%;
}

.columns.columns-2 .col {
	width: 46%;
	margin: 0 2% 4%;
}

.columns.columns-2.line {
	margin: 0;
}

.columns.columns-2.line .col {
	width: 50%;
	margin: 0;
}

.columns.columns-2.custom:last-child .col {
	margin-bottom: 0;
}

.columns.columns-2.custom .col.col-1 {
	width: 37%;
	margin-right: 5%;
}

.columns.columns-2.custom .col.col-2 {
	width: 52%;
}

.columns.columns-2.custom-2 > .col.col-1 {
	width: 55%;
}

.columns.columns-2.custom-2 > .col.col-2 {
	width: 37%;
}

.columns.columns-2.custom-3 > .col {
	width: 39%;
}

.columns.columns-2.custom-3 > .col:nth-child(2n) {
	width: 47%;
	margin-left: 8%;
}

.columns.columns-2.custom-4 > .col.col-1 {
	width: 72%;
}

.columns.columns-2.custom-4 > .col.col-2 {
	width: 20%;
}

.columns.columns-2.border {
	border-top: 1px solid #e5e5e5;
	margin: 15px 0 0;
	padding: 25px 0 0;
}

.columns.columns-2.border .col.col-1::after {
	content: '';
	display: block;
	width: 1px;
	height: 95px;
	background: #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.acf-map {
	width: 100%;
	height: 240px;
}

.section-wrap {
	padding: 30px;
}

.section-wrap.first {
	padding: 30px 30px 0;
}

.section {
	position: relative;
	background: #f5f5f7;
	padding: 80px 35px;
}

.section.short {
	padding-top: 50px;
}

.section.equal {
	padding: 50px 30px;
}

.section.bottom-p {
	padding-bottom: 0;
}

.section.top-p {
	padding-top: 0;
}

.section.black {
	background: #000;
}

.section.white {
	background: #fff;
}

.section-wrap.slider,
.section-wrap.slider .section {
	padding: 0;
}

.section.has-bgr {
	background: none no-repeat scroll left top #fff;
	background-size: auto 100%;
}

.hours-wrap {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 100%;
	max-width: 260px;
}

.hours-wrap .btn {
	width: 100%;
	padding: 18px 20px 15px;
}

.hours-wrap .hours {
	margin: 0 0 15px;
}

.hours-wrap .columns {
	position: relative;
}

.hours-wrap .columns span {
	background: #f5f5f7;
	position: relative;
	padding: 0 7px;
	z-index: 9;
}

.hours-wrap .columns::after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 2px dotted #919191;
	position: absolute;
	bottom: 6px;
	left: 0;
}

.hours-wrap.white {
	max-width: 280px;
}

.hours-wrap.white .columns {
	margin: 0 -7px;
}

.hours-wrap.white .columns span {
	background: #fff;
}

.faq {
	margin: 40px auto 0;
}

.faq .item {
	background: #f5f5f7;
	padding: 35px 55px 15px 40px;
	margin: 0 0 20px;
}

.faq .title {
	font-size: 20px;
	color: #333333;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 15px;
	cursor: pointer;
}

.faq .title span {
	position: absolute;
	left: 0;
	top: 0;
}

.faq .content {
	padding: 0 25px;
}

.faq .icon::before {
	position: absolute;
	top: 8px;
	right: -15px;
}

.breadcrumbs {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #383838;
	padding: 15px 0;
	display: none; /* hide */
}

.breadcrumbs a {
	color: #383838;
	text-decoration: none;
}

.breadcrumbs .sep {
	padding: 0 5px;
}

.contact-wrap .widget {
	margin: 0 0 30px;
}

.contact-wrap p {
	margin: 0;
}

.contact-wrap p a {
	text-decoration: none;
}

.contact-wrap h4,
.contact-wrap p.last {
	margin: 0 0 10px;
}

.contact-wrap.small {
	text-align: center;
}

.contact-wrap.small a {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #c48145;
	padding: 0 0 6px;
}

.contact-wrap.small .icon::before {
	display: block;
	margin: 0 auto 5px;
}

article.max-width {
	max-width: 560px;
}

.gallery-wrap {
	font-size: 0;
}

.gallery-wrap .gallery-nav,
.gallery-wrap .gallery {
	display: inline-block;
	vertical-align: top;
}

.gallery-wrap .gallery-nav {
	width: 11%;
	margin-right: 4%;
	max-width: 70px;
}

.gallery-wrap .gallery-nav-sticky.stuck {
	position: fixed;
	top: 140px;
}

.gallery-wrap .gallery-nav-sticky.stuck,
.gallery-wrap .gallery-nav-sticky.sticky-surpassed {
	max-width: 70px;
}

.gallery-wrap .gallery-nav-sticky.sticky-surpassed,
.product-summary.sticky-surpassed {
	position: absolute;
	left: 0;
	bottom: 30px;
}

.gallery-wrap .gallery-nav-sticky.sticky-surpassed {
	bottom: 10px;
}

.gallery-wrap .gallery {
	width: 85%;
}

.gallery-wrap .img-wrap {
	margin: 0 0 25px;
	border: 1px solid #e5e5e5;
}

.gallery-wrap .gallery-nav .img-wrap {
	margin: 0 0 15px;
}

.gallery-wrap .gallery-nav .img-wrap:hover {
	border-color: #c49145;
}

.product-summary.stuck {
	position: fixed;
	top: 140px;
	max-width: 438px
}

/* WooCommerce */

.product-summary .variable-items-wrapper .variable-item::after {
	display: none;
}

.product-summary h2 {
	margin: 0 -5px 5px;
}

.product-summary .sku {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none; /* hide */
}

.product-summary .variations {
	font-size: 12px;
	color: #383838;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 35px;
}

.product-summary .variations label {
	display: block;
	margin: 0 0 3px;
}

.woo-variation-swatches .product-summary .variable-items-wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.woo-variation-swatches.wvs-style-squared .product-summary .variable-items-wrapper .variable-item,
.woo-variation-swatches .product-summary .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches .product-summary .variable-items-wrapper .variable-item.selected:not(.radio-variable-item),
.woo-variation-swatches .product-summary .variable-items-wrapper .variable-item.selected:not(.radio-variable-item):hover,
.woo-variation-swatches .product-summary .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	display: inline-block;
	vertical-align: top;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	position: static;
}

.woo-variation-swatches .product-summary .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after {
	box-shadow: none;
	border: 1px solid #e5e5e5;
}

.woo-variation-swatches .product-summary .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
}

.product-summary .variable-item:not(.radio-variable-item) {
	width: 20px;
	height: 20px;
}

.product-summary .variable-items-wrapper .variable-item::before,
.product-summary .variable-items-wrapper .variable-item:hover::before,
.product-summary .variable-items-wrapper .variable-item.selected::before {
	display: inline-block;
	vertical-align: top;
	background: none;
	font-size: 12px;
	color: #383838;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: none;
	position: absolute;
	left: 100%;
	top: 8px;
	border-radius: 0;
	padding: 0;
	margin: 0 0 0 10px;
	transform: none;
	min-width: 200px;
	text-align: left;
}

.product-summary .variable-items-wrapper .variable-item-span::before {
	content: '';
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	box-sizing: inherit;
	position: absolute;
	bottom: -9px;
	left: 6px;
	z-index: 999;
	box-shadow: none;
	border-bottom: 4px solid #e5e5e5;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 0;
	transition: opacity .3s linear,bottom .3s linear;
}

.product-summary .variable-items-wrapper .variable-item.selected::before,
.product-summary .variable-items-wrapper .variable-item:hover::before,
.product-summary .variable-items-wrapper .variable-item:hover .variable-item-span::before,
.product-summary .variable-items-wrapper .variable-item.selected .variable-item-span::before,
.woo-variation-swatches .product-summary .variable-items-wrapper:hover .variable-item.selected:hover::before {
	visibility: visible;
	opacity: 1;
}

.woo-variation-swatches .product-summary .variable-items-wrapper:hover .variable-item.selected::before {
	visibility: hidden;
	opacity: 0;
}

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

.woocommerce .woocommerce-result-count {
	float: none;
	margin: 0;
	padding: 8px 0 0;
	text-align: right;
}

.filters {
	margin: 0 0 30px;
}

.filters,
.filters .col.col-1 {
	font-size: 0;
	display: none; /* hide */
}

.filters .widget,
.filters .woocommerce-ordering {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 240px;
	margin-right: 15px;
}

.woocommerce nav.woocommerce-pagination {
	margin: 30px 0 0;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.wpcf7-date {
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 1px;
	border: 1px solid #e5e5e5;
	outline: 0;
	padding: 22px 20px 20px;
	background: #fff;
	width: 100%;
	height: 59px;
	transition: all 0.3s ease 0s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.filters select.wpcf7-select {
	height: 40px;
	padding: 3px 20px 0;
	background: url('img/icon-select.png') no-repeat scroll right 0 #fff;
}

.wpcf7 select.wpcf7-select {
	height: 59px;
	padding: 3px 20px 0;
	background: url('img/icon-select-2.png') no-repeat scroll right 0 #fff;
}

div.wpcf7-select a {
	padding: 21px 20px 20px;
}

div.wpcf7-select.small a {
	height: 40px;
	padding: 10px 20px 8px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	outline: 0;
	border: 1px solid #666666;
}

.wpcf7-not-valid {
	color: #c40000;
	border-color: #c40000;
}

.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-textarea {
	resize: vertical;
	height: auto;
}

.wpcf7-submit {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.flatpickr-mobile:before {
	content: attr(placeholder);
}

.flatpickr-mobile:focus[value]:not([value=""]):before,
input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
	display: none;
}

.submit-wrap {
	overflow: hidden;
}

.submit-wrap span {
	float: right;
	padding: 15px 0 0;
}

.wpcf7 {
	margin: 35px 0 0;
}

.wpcf7 .row {
	font-size: 0;
	margin-left: -1%;
	margin-right: -1%;
}

.wpcf7 label {
	display: block;
	position: relative;
}

.wpcf7 label.icon.date::before {
	position: absolute;
	right: 20px;
	top: 21px;
	z-index: 9;
}

.wpcf7 p {
	font-size: 13px;
	margin: 0 0 20px;
}

.wpcf7 .row p {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	float: none;
	margin: 0 1% 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px 50px 6px;
	margin: 20px 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #c40000;
	border: 1px solid #c40000;
}

.wpcf7 form.sent .wpcf7-response-output {
	padding: 8px 20px 6px;
	color: #c48145;
	border: 1px solid #c48145;
}

.form-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.form-wrap .bgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.25;
}

.form-wrap.open {
	opacity: 1;
	visibility: visible;
}

.form-wrap .form {
	position: relative;
	padding: 15px 50px 15px;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	background: #FFFFFF;
	top: 50%;
	transform: translate(0, -50%);
}

.form-wrap .contact-wrap {
	text-align: center;
	margin: 0 0 20px;
}

.form-wrap .contact-wrap p {
	font-size: 14px;
	margin: 0;
}

.form-wrap .contact-wrap p.last {
	margin: 0 0 10px;
}

.form-wrap .form p.small {
	font-size: 13px;
}

.form-wrap .form .link-normal {
	margin-bottom: 30px;
}

.form-wrap .wpcf7-form.sent .wpcf7-response-output {
	font-size: 24px;
	color: #666;
	border: 0;
	padding: 0;
	line-height: 1.4;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #333333;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #333333;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #333333;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #333333;
}

:placeholder-shown { /* Standard one last! */
	opacity: 1;
	color: #333333;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Audrey Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Audrey Regular'), url('fonts/Audrey-Normal.woff') format('woff');
}


@font-face {
	font-family: 'Audrey Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Audrey Italic'), url('fonts/Audrey-NormalOblique.woff') format('woff');
}


@font-face {
	font-family: 'Audrey Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Audrey Medium'), url('fonts/Audrey-Medium.woff') format('woff');
}


@font-face {
	font-family: 'Audrey Medium Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Audrey Medium Oblique'), url('fonts/Audrey-MediumOblique.woff') format('woff');
}


@font-face {
	font-family: 'Audrey Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Audrey Bold'), url('fonts/Audrey-Bold.woff') format('woff');
}


@font-face {
	font-family: 'Audrey Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Audrey Bold Italic'), url('fonts/Audrey-BoldOblique.woff') format('woff');
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}

@media only screen and (max-width: 1180px) {
	.nav li {
		margin-left: 20px;
	}

	.breadcrumbs .wrapper {
		padding: 0 30px;
	}
}

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

}

@media only screen and (max-width: 960px) {
	.footer .copyright ul li:first-child::before,
	.columns.columns-2.border .col.col-1::after {
		display: none;
	}

	.footer .columns.columns-3 .hours-wrap,
	.footer .copyright ul {
		display: block;
	}

	.product-summary .columns.columns-2.line,
	.product-summary .columns.columns-2.line .col,
	.footer .columns.columns-3,
	.footer .columns.columns-3 > .col {
		display: block;
		width: 100%;
		margin: 0;
	}

	.columns.columns-4 .col {
		width: 48%;
	}

	.product-summary .columns.columns-2.line .col,
	.footer .columns.columns-3 > .col,
	.footer .logo {
		margin: 0 0 20px;
	}

	.footer .columns.columns-3 .hours-wrap {
		margin: 0 auto;
	}

	.header .logo {
		position: absolute;
		left: 15px;
		top: 5px;
		width: auto;
		z-index: 999999;
	}

	.header > .wrapper {
		padding: 15px 0 0;
	}

	.product-summary.stuck,
	.product-summary.sticky-surpassed {
		position: relative;
		bottom: auto;
		top: auto;
		max-width: 100%;
	}

	.columns .col.col-2 .sticky-wrapper {
		height: auto !important;
	}

    .header .btn {
        right: 60px;
        top: -5px;
    }
}

@media only screen and (max-width: 800px) {
	.columns.columns-2.line .col,
	.columns.columns-2.custom-4 > .col {
		display: inline-block;
	}

	.gallery-wrap .gallery-nav-sticky.stuck,
	.gallery-wrap .gallery-nav-sticky.sticky-surpassed {
		position: relative;
		bottom: auto;
		top: auto;
	}

	.columns.columns-2,
	.columns.columns-2 .col,
	.columns.columns-3,
	.columns.columns-3 .col,
	.columns.columns-3.wide,
	.columns.columns-3.wide .col,
	.columns.columns-2.custom .col.col-1,
	.columns.columns-2.custom .col.col-2,
	.columns.columns-2.custom-2 > .col.col-1,
	.columns.columns-2.custom-2 > .col.col-2,
	.columns.columns-2.custom-3,
	.columns.columns-2.custom-3 > .col,
	.columns.columns-2.custom-3 > .col:nth-child(2n) {
		display: block;
		width: 100%;
		margin: 0;
	}

	.filters .widget {
		margin: 0 0 10px;
	}

	.columns.columns-2 .col,
	.columns.columns-2.custom-3 > .col,
	.columns.columns-2.custom-3 > .col:nth-child(2n),
	.columns.columns-3 .col,
	.columns.columns-3.wide .col {
		margin: 0 0 20px;
	}

	.section.has-bgr {
		padding: 0;
	}

	.section {
		padding: 40px 15px;
	}

	.section.equal {
		padding: 30px 15px;
	}

	.section.has-bgr {
		background: none !important;
	}

	.header-wrap {
		height: auto;
	}

	.header-wrap > .wrapper {
		top: 0;
		transform: none;
	}



	.header-wrap.carousel {
		height: 500px;
	}

	.slick-dots li {
		bottom: 0;
	}

	body .slick-dots li.slick-active,
	body .slick-dots li:hover {
		bottom: 5px;
	}

	h1.title {
		font-size: 38px;
	}

	.header .top p,
	.header .top a {
		font-size: 12px;
	}
}

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

}

@media only screen and (max-width: 640px) {
    .header .btn {
        display: none;
    }

	.columns.columns-4,
	.columns.columns-4 .col {
		display: block;
		width: 100%;
		margin: 0;
	}

	.columns.columns-4 .col {
		margin: 0 0 20px;
	}

	.form-wrap .form {
		overflow-y: scroll;
		max-height: 100%;
		height: 100%;
	}

	.header {
		height: 120px;
	}
}

@media only screen and (max-width: 480px) {
	.columns.columns-2.custom-4,
	.columns.columns-2.custom-4 > .col.col-1,
	.columns.columns-2.custom-4 > .col.col-2 {
		display: block;
		width: 100%;
		margin: 0;
	}

	.filters .widget,
	.filters .woocommerce-ordering {
		max-width: 100%;
	}

	.woocommerce .woocommerce-result-count {
		text-align: left;
	}
}

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

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
	.icon::before,
	.slick-arrow::before,
	.chosen-container-single .chosen-single div b,
	.icon-after::after,
	.addtoany_list a::before,
	.lg-icon::before {
		background-image: url('img/icons2x.png');
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #c48145;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #c48145;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #c48145;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}