/*
Theme Name: Wide Eyes Paper Co.
Author: 2nd Creative
Author URI: http://www.2ndcreative.com
Description: A custom starter WordPress theme for Wide Eyes Paper Co.
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #fff;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #91979f;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul li, ol li {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 1em;
	color: #91979f;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	height: auto;
	vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.725em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	background: #cf7255;
	padding: 1.25em 2.5em;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f2f3f0;
	color: #cf7255;
	outline: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
	font-family: 'Lora', serif !important;
	font-weight: 400 !important;
	font-size: 0.875em !important;
	color: #b1b3b5;
	border: 1px solid #c9c9c9;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #1d1e1d;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select {
	padding: 12px !important;
}
input[type="search"] {
	padding: 8px 10px 11px;
	border-radius: 0 !important;
	-webkit-appearance: none;
	border: 1px solid #c9c9c9;
	min-width: 275px;
	box-shadow: none;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 12px !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
select {
	-webkit-appearance: none;
	font-family: 'Lora', serif !important;
	font-weight: 400 !important;
	font-size: 0.875em !important;
	color: #b1b3b5;
	border: none;
	border: 1px solid #c9c9c9;
	background: url('img/select-arrow.png') no-repeat 98% center #fff;
	background-size: 11px;
}
::-webkit-input-placeholder {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 0.875em;
	color: #b1b3b5;
}
::-moz-placeholder { 
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 0.875em;
	color: #b1b3b5;
}
:-ms-input-placeholder {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 0.875em;
	color: #b1b3b5;
}
:-moz-placeholder { 
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 0.875em;
	color: #b1b3b5;
}
form label, .ginput_product_price_label, .ginput_quantity_label, .gfield_label {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900 !important;
	font-size: 0.875em !important;
	color: #1d1e1d;
	line-height: 1.1;
	text-transform: uppercase;
}
.gfield_checkbox label, .gfield_radio label {
	font-family: 'Lora', serif !important;
	font-weight: 400 !important;
	font-size: 1.05em !important;
	color: #91979f;
	text-transform: none;
}
.gfield_description {
	font-family: 'Lora', serif  !important;
    font-weight: 400  !important;
    font-size: 1.05em  !important;
    color: #91979f  !important;
    line-height: 1.75  !important;
}
.checkbox-label {
	font-family: ivymode, sans-serif;
	font-weight: 700 !important;
    font-size: 1.25em !important;
    color: #1d1e1d;
    line-height: 1.25 !important;
    text-transform: none;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !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 */
}

/* Clearing */
/* .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
} */

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.site {
	background: #fff;
	padding-top: 158px;
}
.site-main {
	background: #fff;
}


/*********************************
	Global Styles
*********************************/
p {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 1.05em;
	color: #91979f;
	line-height: 1.75;
	margin-bottom: 1.5em;
}
p.large-page-intro {
	font-family: ivymode, sans-serif;
	font-weight: 400;
	font-size: 3.32em;
	color: #1d1e1d;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
p.page-intro {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 2.125em;
	color: #1d1e1d;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
p.serif {
	font-family: ivymode, sans-serif;
	font-weight: 400;
}
a, a:visited {
	color: #cf7255;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
	color: #d8907a;
	outline: none;
}
a.button {
	display: inline-block;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.725em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 1px;
	color: #cf7255;
	border: 1px solid #cf7255;
	padding: 1.25em 2.5em;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.button:hover, a.button:focus, a.button:active {
	background: #cf7255;
	color: #fff;
	outline: none;
}
a.text-link {
	display: inline-block;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.875em;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
	color: #cf7255;
	outline: none;
	border-bottom: 1px solid #cf7255;
	padding-bottom: 0.5em;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.text-link:hover {
	color: #d8907a;
}
h1 {
	font-family: ivymode, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 4.34em;
	color: #1d1e1d;
	line-height: 1.25;
	margin-bottom: 0.25em;
}
h1 a, h1 a:visited {
	text-decoration: none;
	color: #1d1e1d;
}
h2 {
	font-family: ivymode, sans-serif;
	font-weight: 400;
	font-size: 3.32em;
	color: #1d1e1d;
	line-height: 1.25;
	margin-bottom: 0.25em;
}
h2 a, h2 a:visited {
	text-decoration: none;
	color: #1d1e1d;
}
h3 {
	font-family: ivymode, sans-serif;
	font-weight: 600;
	font-size: 3.1em;
	color: #1d1e1d;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h3 a, h3 a:visited {
	text-decoration: none;
	color: #1d1e1d;
}
h4 {
	font-family: ivymode, sans-serif;
	font-weight: 600;
	font-size: 2.25em;
	color: #1d1e1d;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h4 a, h4 a:visited {
	text-decoration: none;
	color: #1d1e1d;
}
h5 {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 1.06em;
	color: #1d1e1d;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h5 a, h5 a:visited {
	text-decoration: none;
	color: #1d1e1d;
}
h6 {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.725em;
	color: #1d1e1d;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h6 a, h6 a:visited {
	text-decoration: none;
	color: #1d1e1d;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	opacity: 0.8;
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.coral {
	color: #cf7255;
}
.coralBG {
	background: #cf7255;
}
.light-coral {
	color: #d99079;
}
.light-coralBG {
	background: #d99079;
}
.blue {
	color: #232f3f;
}
.blueBG {
	background: #232f3f;	
}
.light-blue {
	color: #96b4b6;
}
.light-blueBG {
	background: #96b4b6;
}
.gray {
	color: #91979f;
}
.grayBG {
	background: #91979f;
}
.black {
	color: #1d1e1d;
}
.blackBG {
	background: #1d1e1d;
}
.tan {
	color: #efede8;
}
.tanBG {
	background: #efede8;
}
.white {
	color: #fff;
}
.whiteBG {
	background: #fff;
}
	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 50%;
	height: 100vh;
	background: #d99079;
	padding: 4em;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu.active {
	right: 0;
}
.close {
	position: absolute;
	top: 2.75em;
	right: 2em;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.close .left, .close .right {
	position: absolute;
	top: 0;
	width: 24px;
	height: 1px;
	background: #fff;
	border-radius: 1px;
	z-index: 999;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
.mobile-menu .logo {
	max-width: 65px;
}
.mobile-menu ul.social {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2em 4em;
	background: #cf7255;
}
nav.mobile ul {
	margin: 4em 0 0;
}
nav.mobile ul li {
	position: relative;
	list-style: none;
	margin-bottom: 0.5em;
}
nav.mobile ul li a {
	font-family: ivymode, sans-serif;
	font-weight: 600;
	font-size: 1.6275em;
	color: #1d1e1d;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	color: #fff;
}
nav.mobile ul li.active a:after {
    content: ' -';
}
nav.mobile ul li.menu-item-has-children a:after {
    content: ' +';
}
nav.mobile ul li ul.sub-menu {
	display: none;
	margin-bottom: 1em;
	margin-left: 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.mobile ul li.active ul.sub-menu {
	display: block;
	margin: 0.5em 0 0 1em;
}
nav.mobile ul li ul.sub-menu li {
	margin-bottom: 0.25em;
}
nav.mobile ul li ul.sub-menu li a:after {
	display: none;
}
nav.mobile ul li ul.sub-menu li a {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.875em;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #c9c9c9;
	z-index: 98;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header a {
	text-decoration: none;
}
.header-top {
	position: relative;
	padding: 2em;
	border-bottom: 1px solid #c9c9c9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header.sticky .header-top {
	padding: 0;
	border-bottom: none;
}
.header-top img.search-icon {
	position: fixed;
	top: 3.5em;
	left: 2em;
	max-width: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header.sticky .header-top img.search-icon {
	top: 6px;
}
.header-top img.logo {
	max-width: 150px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-top img.logo:hover {
	opacity: 0.65;
}
.site-header.sticky img.logo {
	display: none;
}
.cart-wrap {
	position: absolute;
	top: 3em;
	right: 2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header.sticky .cart-wrap {
	top: 6px;
}
.cart-wrap a {
	text-decoration: none;
}
.cart-wrap img, .cart-wrap span {
	display: inline-block;
	vertical-align: middle;
}
.cart-wrap img {
	max-width: 16px !important;
}
.cart-wrap span {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-size: 0.725em;
	color: #cf7255;
	line-height: 1;
	letter-spacing: 1px;
	padding-top: 5px;
	text-transform: uppercase;
}
.nav-button {
	display: none;
	position: absolute;
	top: 1.5em;
	right: 2em; 
	float: right;
	height: 18px;
	width: 24px;
	margin: 0.75em 0 0;
	cursor: pointer;
	z-index: 9999;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.nav-button .first, .nav-button .second, .nav-button .third {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1a2741;
	border-radius: 4px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.nav-button .first {
	top: 0;
}
.nav-button .second {
	top: 8px;
}
.nav-button .third {
	bottom: 0;
}
nav.main ul {
	margin: 0;
	padding: 0.3em 0.5em 0.6em;
}
nav.main ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.5em;
}
nav.main ul li a {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.75em;
	color: #91979f;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 1em;
}
nav.main ul li.current-menu-item a, nav.main ul li a:hover {
	color: #cf7255;
}
nav.main ul li ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	margin: 0.6em 0 0 0;
	padding: 0;
	text-align: left;
	z-index: 99;
	left: 50%;
	transform: translate(-50%,0);
}
nav.main ul li ul.sub-menu:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translate(-50%,0);
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #efede8;
}
nav.main ul li:hover ul.sub-menu {
	display: block;
	max-height: 1000px;
	min-width: 14em;
	background: #efede8;
	padding: 0.75em;
	text-align: center;
	overflow: visible;
}
nav.main ul li ul.sub-menu li {
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1;
	margin: 0.5em 0;
	padding: 0;
}
nav.main ul li ul.sub-menu li.current-menu-item a, nav.main ul li ul.sub-menu li a {
	color: #91979f;
}
nav.main ul li ul.sub-menu li a:hover, nav.main ul li ul.sub-menu li.current-menu-item a {
	color: #cf7255;
}
nav.main ul li ul.sub-menu li:after, nav.main ul li ul.sub-menu li a:before {
	display: none;
}
nav.main ul li ul.sub-menu li a {
	padding: 0;
}


/*********************************
	Banner Styles
*********************************/
.home-banner {
	position: relative;
	background: #d99079;
}
.home-banner ul.slides {
	margin: 0;
}
.home-banner ul.slides li.slide {
	position: relative;
	list-style: none;
	display: block;
	background: #d99079;
}
.home-banner ul.slides li.slide img {
	width: 60%;
}
.home-banner ul.slides li.slide .slide-content {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40%;
	padding: 0 6em;
	transform: translate(0,-50%);
}
.home-banner ul.slides li.slide .slide-content a.button {
	background: #fff;
	color: #cf7255;
	border: none;
	margin-top: 1em;
}
.home-banner ul.slides li.slide .slide-content a.button:hover {
	background: #efede8; 
}
.home-banner .slick-next, .home-banner .slick-next:hover {
	right: calc(40% + 32px);
}
.quote-banner, .shop-banner, .page-banner, .search-banner, .shop-banner {
	position: relative;
	background: #d99079;
	text-align: center;
	padding: 8em 0 9em;
}
.post-banner {
	position: relative;
	background: #d99079;
	text-align: left;
}
.post-banner .post-wrap {
	position: relative;
	padding: 6.5em 0 8em;
}
.quote-banner p, .shop-banner p, .page-banner p {
	color: #fff;
	max-width: 500px;
	margin: 0 auto;
}
.quote-banner img.scroll, .shop-banner img.scroll, .search-banner img.scroll, .shop-banner img.scroll {
	position: absolute;
	bottom: 2em;
	left: calc(50% - 9px);
	width: 18px;
}
.post-banner img.scroll {
	position: absolute;
	bottom: 2em;
	left: 0;
	width: 18px;
}
.about-banner {
	position: relative;
	padding: 4em 0;
}
.about-banner .banner-image {
	position: relative;
	float: left;
	width: 64%;
	z-index: 1;
}
.about-banner .banner-image img.featured-image {
	width: 100%;
}
.about-banner .banner-image img.logo {
	position: absolute;
	bottom: -52px;
	left: 2em;
	width: 104px;
}
.about-banner .banner-content {
	position: relative;
	float: left;
	width: 36%;
	z-index: 2;
	padding: 8em 0 0 4em;
}
.about-banner .banner-content h1 {
	margin: 0 0 0.75em -2em;
}
.about-banner .banner-content p {
	font-size: 0.8em;
}
.page-banner img.logo, .shop-banner img.logo {
	position: absolute;
	bottom: -50px;
	left: calc(50% - 50px);
	width: 100px;
	z-index: 9;
}
.blog-banner {
	padding: 2em 0 0;
}
.blog-banner-wrap {
	position: relative;
	border-bottom: 1px solid #1d1e1d;
	background: #fff;
}
.search-icon {
	max-width: 14px;
	float: right;
	padding-top: 0.35em;
	cursor: pointer;
}
ul.blog-nav {
	margin: 0;
	float: left;
	width: calc(100% - 24px);
	text-align: left;
}
ul.blog-nav li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 1em;
	margin-right: 1.5em;
}
ul.blog-nav li a {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 0.625em;
	color: #91979f;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
ul.blog-nav li.current-cat a, ul.blog-nav li:hover a {
	color: #1d1e1d;
	text-decoration: none;
}
ul.blog-nav li.current-cat:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #1d1e1d;
	transform: translate(-50%,0);
}
.hidden-search {
	padding: 1em 2em;
	text-align: center;
	display: none;
}

/*********************************
	Content Styles
*********************************/
.sidebar p {
	font-size: 0.875em;
	font-style: italic;
	margin-bottom: 4em;
}
.sidebar ul.social li {
	display: block;
	margin-bottom: 1.5em;
}
.gsection {
	padding: 1.5em 4em !important;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 3em;
}
.gsection:nth-child(1) {
	margin-top: 0;
}
h3.gsection_title {
	position: relative;
	font-size: 1.65em;
	margin-bottom: 0;
	padding-left: 3em;
}
h3.gsection_title:before {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 15px;
	background: #96b4b6;
	border-radius: 50%;
	transform: translate(0,-50%);
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.5em;
	color: #fff;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.heading1 h3.gsection_title:before {
	content: '01';
}
.heading2 h3.gsection_title:before {
	content: '02';
}
.heading3 h3.gsection_title:before {
	content: '03';
}
.heading4 h3.gsection_title:before {
	content: '04';
}
.heading5 h3.gsection_title:before {
	content: '05';
}
.heading6 h3.gsection_title:before {
	content: '06';
}
.heading7 h3.gsection_title:before {
	content: '07';
}
.heading8 h3.gsection_title:before {
	content: '08';
}
.heading9 h3.gsection_title:before {
	content: '09';
}
.heading10 h3.gsection_title:before {
	content: '10';
}
#gform_wrapper_3 .gfield {
	padding: 3em 4em 0;
}
.pre-content {
	grid-column: span 3 !important;
}
.collection-field {
	grid-column: span 9 !important;
}
.collection-field .gfield_description {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.collection-field .gfield_description .left {
	width: calc(65% - 10px);
	padding-right: 1em;
}
.collection-field .gfield_description .right {
	width: calc(35% - 10px);
	margin-top: -20px;
}
.gfield_price .gfield_label {
	clear: left;
	width: 100%;
}
.gfield_price .gfield_description {
	float: left;
	width: 75% !important;
}
.gfield_price .ginput_container {
	float: left;
	width: 25% !important;
	margin-top: -32px;
	text-align: right;
}
.gfield_price .ginput_product_price_wrapper {
	display: none !important;
	float: right;
}
.ginput_product_price_label {
	display: block;
	text-align: right;
	margin-bottom: 2em;
}
.ginput_quantity_label {
	display: block;
	margin-bottom: 1em;
}
.ginput_product_price {
	font-family: ivymode, sans-serif;
    font-weight: 600;
    color: #1d1e1d !important;
    line-height: 1.1;
    font-size: 1.65em !important;
}
.gfield_price .gfield_label:first-child {
	font-size: 1.15em !important;
}
.gfield_total {
	text-align: right;
}
.gfield_total .ginput_container {
	float: none;
	width: 100% !important;
	margin-top: 0 !important;
}
.gfield_total .gfield_label:first-child {
	font-size: 0.75em !important;
}
input.ginput_total {
	font-family: ivymode, sans-serif  !important;
    font-weight: 600  !important;
    color: #1d1e1d !important;
    line-height: 1.1;
    font-size: 2.65em !important;
    text-align: right  !important;
}
.next-steps .gfield_label {
	font-size: 1.15em !important;
	padding-top: 3em !important;
	margin-bottom: -2em  !important;
}
#gform_wrapper_3 .gform_footer {
	padding: 1em 0 6em 30.33%;
}
.site-content {
	padding: 6em 0 2em;
}
.quote-content { 
	padding: 0;
}
.blog-content {
	padding: 3em 0;
}
.post-content {
	padding: 2em 0 4em;
}
.search-content {
	padding: 6em 0;
	text-align: center;
}
.search-res-content {
	padding: 2em 0 6em;
	text-align: center;
}
.contact-content {
	padding: 6em 0 8em;
}
.search-res-content form {
	margin-bottom: 2em;
}
.anchor-links {
	text-align: center;
	padding-bottom: 2em;
}
.anchor-links h4 {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.25em;
	line-height: 0.5;
	margin-bottom: 2em;
}
.anchor-links h4 span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 1em;
}
.anchor-links h4:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
	z-index: 1;
}
ul.module-anchors, .anchor-links ul {
	margin: 2em 0 0;
}
ul.module-anchors li, .anchor-links ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em;
}
ul.module-anchors li a, .anchor-links ul li, .anchor-links ul li a {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.75em;
	color: #91979f;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
ul.search-posts {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ul.search-posts li {
	position: relative;
	list-style: none;
	width: calc(33.33% - 14px);
	border: 1px solid #c9c9c9;
	text-align: center;
	padding: 2em 2em 4em;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;	
}
ul.search-posts li:hover {
	background: #f1f1f1;
}
ul.search-posts li a.text-link {
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translate(-50%,0);
}
.contact-wrap h1 {
	display: block;
	border-bottom: 1px solid #231e1c;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}
ul.blog-posts {
	margin: 0;
}
ul.blog-posts .alm-reveal {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	align-content: center;
}
ul.blog-posts li {
	position: relative;
	list-style: none;
	width: calc(33.33% - 27px);
	text-align: left;
	margin-bottom: 40px;
	text-align: center;
}
ul.blog-posts li.alm-item1,
ul.blog-posts li.alm-item2 {
	width: 100%;
	text-align: left;
}
ul.blog-posts li.alm-item2 {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 3em;
}
ul.blog-posts li img {
	display: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
ul.blog-posts li img:hover {
	-webkit-filter: brightness(75%);
}
ul.blog-posts li.alm-item1 img,
ul.blog-posts li.alm-item2 img {
	display: block;
	float: left;
	width: 55%;
	margin-right: 5%;
}
ul.blog-posts li.alm-item1 .post-meta-wrap.has-img,
ul.blog-posts li.alm-item2 .post-meta-wrap.has-img {
	position: relative;
	float: left;
	width: 40%;
	padding-right: 2em;
}
ul.blog-posts li.alm-item1 h6,
ul.blog-posts li.alm-item2 h6 {
	display: block !important;
	bottom: auto;
	top: 1.5em;
	background: 0;
	padding: 0;
}
ul.blog-posts li.alm-item1 h6 a,
ul.blog-posts li.alm-item2 h6 a {
	color: #91979f;
}
ul.blog-posts li .post-title-wrap {
	padding: 3em 2em;
}
ul.blog-posts li.alm-item1 .post-title-wrap,
ul.blog-posts li.alm-item2 .post-title-wrap {
	padding: 3em 0 0 0;
}
ul.blog-posts li h3 {
	font-size: 1.85em;
}
ul.blog-posts li.alm-item1 h3,
ul.blog-posts li.alm-item2 h3 {
	font-family: ivymode, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 3em;
	line-height: 1.1;
}
ul.blog-posts li.alm-item1 h3 a,
ul.blog-posts li.alm-item2 h3 a {
	color: #1d1e1d;
}
ul.blog-posts li a.button {
	background: none;
}
ul.blog-posts li a.button:hover {
	color: #fff;
	background: #cf7255;
}
ul.blog-posts li h6 {
	display: none !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	padding: 12px 2em;
	background: #1b3a1a;
	margin-bottom: 0;
	border-radius: 0 0 5px 5px;
}
ul.blog-posts li h6 a {
	color: rgba(238,236,233,0.5);
}
ul.blog-posts li p {
	display: none !important;
}
ul.blog-posts li.alm-item1 p,
ul.blog-posts li.alm-item2 p {
	display: block !important;
}
.alm-btn-wrap {
	padding: 4em 0 3em;
	text-align: center;
}
.alm-btn-wrap button.done {
	opacity: 0.15;
}
.post-content-wrap {
	padding-top: 2em;
}

/*********************************
	Module Styles
*********************************/
.module {
	position: relative;
	padding: 6em 0;
}
.single-post .module {
	padding: 2em 0;
}
.content {
	padding: 6em 0 4.5em;
}
.video {
	padding: 0;
}
.video-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4em 2em 2em 6em;
	z-index: 2;
}
.gradient-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(to top, rgba(0,0,0,0.35), rgba(0,0,0,0));
	z-index: 1;
}
.video-content h4 {
	font-size: 1.5em;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0.1em;
}
.play-button {
	position: absolute;
	left: 2em;
	bottom: 2em;
	width: 52px;
	height: 52px;
	border: 5px solid #fff;
	border-radius: 50%;
	padding: 11px 0 11px 16px;
	cursor: pointer;
}
.play {
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
}
.video-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.video-pop.active {
	opacity: 1;
	z-index: 999;
}
.video-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.featured-collections {
	padding: 6em 0 2em;
}
.collection-content {
	padding-top: 2em;
}
.collection-content h3 {
	padding: 0 !important;
}
.collection-content h6 {
	margin: 1em 0 1.5em;
}
.collection-content p {
	margin-bottom: 0.75em;
}
ul.sub-cats {
	position: relative;
	margin: 0;
	z-index: 2;
}
ul.sub-cats li {
	position: relative;
	list-style: none;
	width: calc(50% - 4px); 
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2em;
	padding: 0 0.5em;
}
ul.sub-cats li img {
	margin-bottom: 1em;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
ul.sub-cats li img:hover {
	-webkit-filter: brightness(75%);
}
ul.sub-cats li h5 {
	margin-bottom: 0;
}
ul.sub-cats li p {
	font-size: 0.8125em;
}
ul.collection-gallery {
	margin: 0;
}
ul.collection-gallery li img {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
ul.collection-gallery li img:hover {
	-webkit-filter: brightness(75%);
}
.carousel {
	padding: 4em 0;
}
.carousel-intro {
	position: relative;
	padding-left: 24%;
	border-bottom: 1px solid #232f3f;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.carousel-intro img.logo {
	position: absolute;
	top: 40%;
	left: 3em;
	transform: translate(0,-50%);
	max-width: 128px;
}
.carousel-content {
	float: left;
	width: 24%;
	padding-right: 4em;
}
.carousel-content .detail {
	margin-bottom: 1.5em;
}
.carousel-content h6 {
	display: inline;
}
.carousel-content p {
	display: inline;
	font-size: 0.875em;
	margin-bottom: 0;
	font-style: italic;
}
ul.carousel-carousel {
	float: left;
	width: 76%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
ul.carousel-carousel li {
	list-style: none;
	width: calc(50% - 6px);
	padding: 0 6px;
}
.carousel .slick-prev, .logos .slick-prev {
	opacity: 0;
}
.carousel-carousel .slick-prev, .carousel-carousel .slick-prev:hover {
	right: -32px;
    background: url('img/previous-dark.png') no-repeat center center !important;
    background-size: 8px !important;
}
.carousel-carousel .slick-next, .carousel-carousel .slick-next:hover {
	right: -32px;
    background: url('img/next-dark.png') no-repeat center center !important;
    background-size: 8px !important;
}
.logos {
	padding: 2em 0 6em;
}
.slider-intro {
	float: left;
	width: 24%;
	padding-right: 4em;
}
.slider-intro p {
	font-size: 0.875em;
	margin-bottom: 0;
	font-style: italic;
}
ul.logo-slider {
	margin: 0;
}
ul.logo-slider li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1em;
	text-align: center;
}
ul.logo-slider li img {
	max-width: 165px;
}
.logos .slick-prev, .logos .slick-prev:hover {
	right: -32px;
    background: url('img/previous-dark.png') no-repeat center center !important;
    background-size: 8px !important;
}
.logos .slick-next, .logos .slick-next:hover {
	right: -32px;
    background: url('img/next-dark.png') no-repeat center center !important;
    background-size: 8px !important;
}
.ig-feed {
	padding: 2em 0 0;
	text-align: center;
	width: calc(100% + 42px);
	margin-left: -20px;
}
#sb_instagram {
	padding: 0 !important;
}
.ig-feed h4 {
	margin-bottom: 0;
	font-size: 1em;
}
.ig-tag {
	position: absolute;
	bottom: 2em;
	left: 20px;
	padding: 8px 16px;
	background: #fff;
}
.ig-tag img {
	max-width: 15px;
	display: inline-block;
	vertical-align: middle;
}
.ig-tag h6 {
	line-height: 1;
	margin-bottom: 0;
}
.ig-tag h6 span {
	display: inline-block;
	vertical-align: middle;
}
.images-list {
	padding: 4em 0;
}
.images-list ul {
	margin: 0;
	text-align: center;
}
.images-list ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2em;
	padding: 0 2em;
	margin: 0 3.5%;
	width: calc(26% - 4px);
}
.single-post .images-list ul li {
	margin: 0 1%;
	width: calc(31.33% - 4px);
}
.images-list ul li img {
	max-width: 126px;
	margin: 0 auto 2em;
	border-radius: 50%;
}
.images-list ul li h4 {
	font-size: 1.85em;
}
.images-list ul li p {
	font-size: 0.85em;
}
.gallery {
	padding: 0;
}
.gallery ul {
	margin: 0;
}
.gallery ul li {
	position: relative;
	list-style: none;
}
.space { 
	padding: 0;
}
.two-images {
	padding: 20px 0;
	text-align: center;
}
.two-images ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.two-images ul li {
	position: relative;
	list-style: none;
	width: calc(50% - 10px);
}
.two-images a.button {
	margin: 40px 0 20px !important;
}
.accordion {
	position: relative;
	padding: 4em 0;
}
.accordion h6.module-title {
	line-height: 2;
	margin-bottom: 4em;
}
.accordion ul.accordion-items {
	margin: 0;
}
.accordion ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 1.5em;
}
.accordion ul.accordion-items li.accordion-item .accordion-wrap {
	padding-left: 6em;
}
.accordion ul.accordion-items li.accordion-item h4.accordion-title {
	position: relative;
	font-size: 1.625em;
	padding-bottom: 0.5em;
	margin-bottom: 0.25em;
}
.accordion ul.accordion-items li.accordion-item .indicator {
	position: absolute;
	top: 5px;
	left: 0;
	height: 20px;
	width: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion ul.accordion-items li.accordion-item .indicator .first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 2px;
	background: #cf7255;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion ul.accordion-items li.accordion-item .indicator .second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 20px;
	background: #cf7255;
	transform: translate(-50%,-50%);
}
.accordion ul.accordion-items li.accordion-item.first .indicator .first,
.accordion ul.accordion-items li.accordion-item.active .indicator .first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.accordion ul.accordion-items li.accordion-item.first.active .indicator .first {
	transform: translate(-50%,-50%) rotate(0deg);
}
.accordion ul.accordion-items li.first.accordion-item .accordion-hide {
	display: block;
}
.accordion ul.accordion-items li.accordion-item .accordion-hide {
	display: none;
	margin-bottom: 3em;
}
.large-cta {
	padding: 8em 0;
	text-align: center;
}
.large-cta h2 {
	max-width: 500px;
	margin: 0 auto 0.5em;
}
.two-up {
	padding: 4em 0 0;
}
.two-up ul {
	margin: 0;
}
.two-up ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
	padding: 0 0.5em;
	margin-bottom: 4em;
}
.two-up ul li img {
	margin-bottom: 2em;
}
.two-up ul li h4 { 
	font-size: 2em;
}
.post-collage ul {
	margin: 0;
}
.post-collage ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
}
.post-collage ul li.image0, .post-collage ul li.image3 {
	width: calc(39.6% - 4px);
}
.post-collage ul li.image1, .post-collage ul li.image2 {
	width: calc(60.4% - 4px);
}
.post-collage ul li.image0 img.wide, .post-collage ul li.image3 img.wide {
	display: none;
}
.post-collage ul li.image1 img.skinny, .post-collage ul li.image2 img.skinny {
	display: none;
}

/*********************************
	Shop Styles
*********************************/
.page-title, .wc-tabs, .product_meta, .woocommerce-message::before, .woocommerce-error:before, .woocommerce-info:before,
.related.products, .woocommerce-result-count, .woocommerce-ordering {
	display: none !important;
}
.single-product .shop-banner h5 {
	color: #fff;
	font-size: 1.5em;
}
.product-content {
	padding: 5em 0 0;
}
.product-content.module-product {
	padding-bottom: 0;
}
.archive .product-content {
	padding-top: 6em;
}
.archive .term-description {
	display: none !important;
}
.archive ul.products {
	margin: 0;
}
.archive ul.products li.product-category {
	float: none !important;
	position: relative;
	display: block;
	width: 100% !important;
}
.archive ul.products li.product-category h3 {
	font-size: 3em !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	display: inline-block !important;
	font-family: brandon-grotesque, sans-serif !important;
	font-weight: 900 !important;
	font-size: 0.725em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	line-height: 1 !important;
	letter-spacing: 1px !important;
	color: #cf7255 !important;
	border: 1px solid #cf7255 !important;
	border-radius: 0 !important;
	background: none !important;
	padding: 1.25em 2.5em !important;
	outline: none !important;
	-webkit-appearance: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #cf7255 !important;
	color: #fff !important;
	outline: none !important;
}
.additional-content {
	padding: 4em 0 6em;
	max-width: 900px;
	margin: 0 auto;
}
.additional-content a {
	text-decoration: none;
}
.additional-content img, .additional-content p {
	display: inline-block ;
	vertical-align: middle;
}
.additional-content img {
	width: 25%;
	max-width: 128px !important;
}
.additional-content p {
	width: 73%;
	margin-bottom: 0;
	margin-left: 11%;
}
.sub-cat-wrap {
	padding: 2em 0 0;
}
.sub-cat-top {
	padding: 0 0 4em;
	max-width: 900px;
	margin: 0 auto;
}
.sub-cat-top h3, .sub-cat-top span.cat-meta-wrap {
	display: inline-block;
	vertical-align: top;
}
.sub-cat-top h3 {
	width: 25%;
	text-align: right;
	padding: 0 !important;
	margin: 0 !important;
}
.sub-cat-top span.cat-meta-wrap {
	width: 69%;
	margin-bottom: 0;
	margin-left: 5%;
	padding-top: 0.5em;
}
ul.sub-collection-gallery {
	margin: 0;
}
ul.sub-collection-gallery li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
	padding: 0 0.5em;
}
ul.sub-collection-gallery li img {
	margin-bottom: 1em;
}
.accordion-item {
	margin-bottom: 1.5em;
}
.accordion-item h6.accordion-title {
	position: relative;
	font-size: 0.5625em;
	padding-bottom: 0.65em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #182c31; 
	padding-right: 60px;
}
.accordion-item h6.accordion-title span.indicator {
	position: absolute;
	top: 0;
	right: 0;
	height: 7px;
	width: 7px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-item h6.accordion-title span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 7px;
	width: 1px;
	background: #0B1A28;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-item h6.accordion-title span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 7px;
	background: #0B1A28;
	transform: translate(-50%,-50%);
}
.desc-tab.accordion-item h6.accordion-title span.indicator span.first,
.accordion-item h6.accordion-title.active span.indicator span.first,
.desc-tab.accordion-item h6.accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.accordion-item.first h6.accordion-title.active span.indicator span.first,
.desc-tab.accordion-item h6.accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(0deg);
}
.desc-tab.accordion-item .accordion-hide {
	display: block;
}
.desc-tab p {
	margin-bottom: 0.75em;
}
.accordion-item .accordion-hide {
	display: none;
	margin-bottom: 2em;
}
.accordion-hide p, .accordion-hide ul li, .accordion-hide ol li {
	font-size: 0.875em;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 60% !important;
}
.woocommerce div.product div.summary {
	width: 36% !important;
}
.product-details h6#breadcrumbs {
	margin-bottom: 6em;
	color: #9c9ea1;
	font-size: 0.5em;
}
.product_title {
	font-size: 2em;
	margin-bottom: 1.5em;
}
.summary {
	position: relative;
}
.summary .price {
	position: absolute;
	bottom: 1.25em;
	right: 0;
	font-family: ivymode, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 2em !important;
    color: #1d1e1d !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
}
.quantity input {
	padding: 11px !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 4em !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
	width: 100% !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
	margin-bottom: 0.35em !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info { 
	border: none !important;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 1.05em;
	color: #91979f;
	line-height: 1.75;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em !important;
}
.woocommerce table.shop_table th {
	font-family: ivymode, sans-serif;
	font-weight: 600;
	font-size: 0.9em;
	color: #1d1e1d;
}
.woocommerce table.shop_table td {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 1.05em;
	color: #91979f;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
address {
	min-width: 150px;
}
.checkout h3, .woocommerce-account .addresses .title h3 {
	font-size: 2em; 
}
.checkout h3#order_review_heading {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #c9c9c9;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding-right: 2em;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	list-style: none;
	display: block;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 0.35em 1em 0.45em; 
}
.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 1px solid #c9c9c9;
}
.woocommerce-MyAccount-navigation ul li a {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.625em;
	color: #91979f;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 1em;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
	color: #cf7255;
}
ul.rand-prods {
	margin: 0;
}
ul.rand-prods li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
	padding-right: 1em;
}
ul.cat-products {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ul.cat-products li {
	position: relative;
	list-style: none;
	width: calc(50% - 10px);
	margin-bottom: 3em;
}
ul.cat-products.products-one li {
	position: relative;
	list-style: none;
	width: 100%;
	margin-bottom: 3em;
}
ul.cat-products li img {
	margin-bottom: 1em;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
ul.cat-products.products-one li img {
	float: left;
	width: 61.91%;
}
ul.cat-products li img:hover {
	-webkit-filter: brightness(75%);
}
ul.cat-products.products-one .prod-det {
	float: left;
	width: 38.09%;
	padding: 2em 0 0 4.78%;
}
ul.cat-products.products-one .prod-det h4 {
	font-size: 3em; 
}
ul.cat-products li h4 {
	font-size: 1.875em;
}
ul.cat-products.products-one .prod-det a.button {
	margin-top: 1em;
}
.product-content-wrap {
	padding: 0 0 0.5em;
	text-align: center;
}

/*********************************
	Footer Styles
*********************************/
.site-footer {
	position: relative;
	background: #d99079;
	padding: 6em 0;
}
.site-footer a {
	text-decoration: none;
}
.footer-cta h1 {
	font-size: 3.7em;
	margin-bottom: 0.5em;
}
.footer-cta a.button {
	background: #fff !important;
	color: #cf7255 !important;
	border: none !important;
}
.footer-cta a.button:hover {
	color: #cf7255 !important;
	background: #efede8 !important;
}
.footer-link-wrap {
	margin-bottom: 6em;
}
.footer-link-wrap img, .footer-link-wrap nav, .footer-link-wrap ul {
	display: inline-block;
	vertical-align: top;
}
.site-footer .logo {
	width: 22%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-footer .logo:hover {
	opacity: 0.65;
}
nav.footer {
	width: 58%;
	padding-left: 3em;
}
nav.footer ul {
	margin: 0; 
}
nav.footer ul li {
	position: relative;
	list-style: none;
	margin: 0 0 0.35em;
}
nav.footer ul li a {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.75em;
	color: #1d1e1d;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 0.5em;
}
nav.footer ul li a:hover {
	opacity: 0.65;
}
ul.social {
	margin: 0;
}
.site-footer ul.social {
	text-align: right;
	width: 17%;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-size: 0.725em;
	color: #cf7255;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.footer-links ul.social li {
	display: block;
	margin-bottom: 0.5em; 
}
ul.social li img {
	max-width: 30px;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.social li:hover img {
	background: #efede8;
}
ul.social li a {
	text-decoration: none;
}
.footer-links h4 {
	font-size: 1.07em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0.25em;
}
.footer-links p {
	font-style: italic;
	color: #1d1e1d;
	font-size: 0.675em;
}
#gform_wrapper_1 {
	max-width: 450px;
}
#gform_wrapper_1 .gform_body {
	float: left;
	width: 76%;
	margin: 0 !important;
	padding: 0 !important;
}
#gform_wrapper_1 .gform_footer {
	float: left;
	width: 24%;
	margin: 0 !important;
	padding: 0 !important;
}
#gform_wrapper_1 .gform_footer input[type="submit"] {
	display: block;
	padding: 1.35em 0.5em !important;
	text-align: center;
	width: 100%;
	color: #fff !important;
	background: #cf7255 !important;
	border: none !important;
}
#gform_wrapper_1 .gform_footer input[type="submit"]:hover {
	background: #efede8 !important;
	color: #cf7255 !important;
}
#gform_wrapper_1 input[type="email"] {
	border: none;
}
.copyright {
	background: #cf7255;
	padding: 1.5em 0;
}
.copyright p {
	font-family: 'Lora', serif;
	font-weight: 400;
	color: #fff;
	font-size: 0.625em;
	margin-bottom: 0;
	line-height: 1.25;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
.copyright a:hover {
	opacity: 0.65;
}
.copyright p.attr {
	float: right;
}


/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1280px) {
	.blog-banner, .featured-collections, .gallery, .two-up, .blog-content { padding-left: 2em !important; padding-right: 2em !important; }
	.slide-content h1 { font-size: 4em; }
}
@media all and (max-width: 1205px) {
	ul.sub-cats { margin-top: -4em; }
	.gallery .slick-prev { left: 20px !important; }
	.gallery .slick-next { right: 20px !important; }
	.slide-content h1 { font-size: 3em; }
	
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
	.gallery .content-wrap { padding: 0 !important; }
}
@media all and (max-width: 1100px) {
	.collection-content { padding-top: 4em; }
	ul.cat-products.products-one .prod-det p { display: none !important; }
	
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1030px) {
	.site-footer { padding-left: 2em !important; padding-right: 2em !important; }
	.carousel .slick-prev, .carousel .slick-prev:hover, .logos .slick-prev,  .logos .slick-prev:hover, ul.sub-collection-gallery .slick-prev,  ul.sub-collection-gallery .slick-prev:hover { opacity: 1; left: -16px; }
	.carousel .slick-next, .carousel .slick-next:hover, .logos .slick-next, .logos .slick-next:hover, ul.sub-collection-gallery .slick-next, ul.sub-collection-gallery .slick-next:hover { right: -16px; }
	.footer-cta { padding-left: 0 !important; }
	.footer-links { padding-right: 0 !important; }
	#gform_fields_3 { display: block !important; }
	
	h1 { font-size: 3em; }
	h2 { font-size: 2.65em; }
	ul.blog-posts li.alm-item1 h3, ul.blog-posts li.alm-item2 h3 { font-size: 2.5em; }
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.small-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 925px) {
	nav.main, .search-icon, .home-banner ul.slides li.slide .slide-content, .pre-content, .additional-content img.logo { display: none !important; }
	.nav-button { display: block; }
	.header-top { border: none; padding: 1em 2em; }
	.site { padding-top: 85px; }
	.cart-wrap { top: 2em; left: 2em; right: auto; }
	.home-banner ul.slides li.slide img { width: 100%; }
	.home-banner .slick-next, .home-banner .slick-next:hover { right: 32px; }
	.content { padding: 4em 0; }
	.featured-collections { padding: 4em 0 0;}
	.collection-gallery, .collection-content, .footer-cta, .footer-links, ul.cat-products.products-one img, ul.cat-products.products-one .prod-det { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
	.collection-content, ul.cat-products.products-one .prod-det { text-align: center; padding: 1em 2em; }
	.featured-collections .content-wrap { padding: 0 !important; }
	ul.sub-cats { margin-top: 2em; }
	.carousel { padding: 2em 0; }
	.carousel-intro { padding-left: 0; text-align: center; }
	ul.carousel-carousel { width: 65%; }
	.carousel-content { width: 35%; }
	.site-footer { text-align: center; }
	.footer-cta { border-bottom: 1px solid #fff; padding-bottom: 4em; margin-bottom: 4em; }
	#gform_wrapper_1 { margin: 0 auto; }
	.quote-banner, .shop-banner, .page-banner, .search-banner, .shop-banner { padding: 6em 0 7em; }
	.accordion { padding: 4em 0 2.5em; }
	.accordion ul.accordion-items li.accordion-item .accordion-wrap { padding-left: 4em; }
	.accordion ul.accordion-items li.accordion-item h4.accordion-title { font-size: 1.5em; }
	.about-banner { padding: 2.5em 0 1em; }
	.about-banner .banner-image, .about-banner .banner-content { float: none; width: 100%; }
	.about-banner .banner-content h1 { margin: 0 0 0.5em; }
	.about-banner .banner-content { padding: 4em 4em 2em 2em;  }
	.about-banner .banner-image img.logo { left: auto; right: 2em; }
	.images-list ul li, .single-post .images-list ul li { padding: 0 1em; }
	.contact-content { padding: 2.5em 0 2em; }
	.sidebar { padding-left: 2em !important; }
	.contact-wrap { padding-right: 2em !important; }
	ul.blog-posts li { width: calc(50% - 40px); }
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { float: none !important; width: 100% !important; 	}
	.summary .price { bottom: 0; }
	#gform_fields_3 { display: block !important; }
	.additional-content { padding: 2em 0; }
	.additional-content p { width: 100%; margin: 0; }
	.collection-field .gfield_description { margin-bottom: 2em; }
	.collection-field .gfield_description .left, .collection-field .gfield_description .right { width: 100%; }
	.collection-field .gfield_description .right { margin-top: 1em; }
	.carousel-intro img.logo { position: relative; top: auto; left: 0; transform: none; margin-bottom: 2em; }	
	
	p.large-page-intro { font-size: 2.75em; }
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 850px) {
	ul.blog-posts li.alm-item1 img, ul.blog-posts li.alm-item2 img,
	ul.blog-posts li.alm-item1 .post-meta-wrap, ul.blog-posts li.alm-item2 .post-meta-wrap { float: none !important; width: 100% !important; }
	.sub-cat-top h3, .sub-cat-top span.cat-meta-wrap { display: block; width: 100%; text-align: left; margin: 0 0 0.5em 0; }
	.sub-cat-top { padding-bottom: 0.5em; }
}
@media all and (max-width: 768px) {
	.additional-content img, nav.footer { display: none !important; }
	.mobile-menu { width: 100%; }
	.slider-intro { width: 33.33%; }
	ul.logo-slider { width: 66.66% !important; }
	.images-list ul li, .single-post .images-list ul li { width: 100%; margin: 0 0 4em; }
	ul.blog-posts li { width: 100%; }
	.additional-content { padding: 2em 2em 4em; }
	.additional-content p { width: 100%; text-align: center; margin-left: 0;}
	#gform_wrapper_3 .gfield { padding: 2em; }
	ul.cat-products li { width: 100%; }
	.two-images ul li { width: 100%; }
	.collection-field .gfield_description { margin-bottom: 0; }
	.gfield_price .ginput_container { float: none; width: 100% !important; margin: 0 !important; }
	.collection-content { margin-left: 0 !important; padding: 0 0 4em !important; }
	.collection-content h3 { padding-top: 0 !important; }
	.featured-collections .collection-content { padding-top: 1em !important; }
	.footer-link-wrap { margin-bottom: 3em; }
	
	p.large-page-intro { font-size: 2em; }
	p.page-intro { font-size: 1.5em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}
@media all and (max-width: 650px) {
	.post-banner img { display: none !important; }
	ul.sub-cats li { width: 100%; padding: 0; margin-bottom: 1em; }
	.slider-intro { width: 50%; }
	ul.logo-slider { width: 50% !important; }
	.quote-banner, .shop-banner, .page-banner, .search-banner, .shop-banner, .post-banner .post-wrap { padding: 4em 0 5em; }
	.post-banner { text-align: center; }
	ul.module-anchors li { width: 100%; }
	.about-banner { padding-bottom: 1em; }
	.contact-content { padding: 2.5em 2em; }
	.sidebar, .contact-wrap { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
	.sidebar ul.social { display: none; }
	.sidebar p { margin-bottom: 1.5em; }
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { margin: 0 !important; }
	.copyright p { width: 100%; float: none; }
	.carousel-content, ul.carousel-carousel { float: none; width: 100%; }
	.carousel-content { margin-bottom: 2em; }
	.anchor-links h1, .anchor-links h2, .anchor-links h3, .anchor-links h4, .anchor-links h5, .anchor-links h6, .anchor-links p,
	.anchor-links h1 span, .anchor-links h2 span, .anchor-links h3 span, .anchor-links h4 span, .anchor-links h5 span, .anchor-links h6 span, .anchor-links p  span,
	ul.module-anchors li, .anchor-links ul li { display: block; width: 100%; margin: 0 0 0.5em; }
	
	h1, .footer-cta h1 { font-size: 2.75em; }
	ul.blog-posts li.alm-item1 h3, ul.blog-posts li.alm-item2 h3 { font-size: 2em; }
}

