/** Shopify CDN: Minification failed

Line 519:10 Expected ":"

**/
/** Font Import **/
@import url('https://fonts.googleapis.com/css?family=Pompiere|Josefin+Slab:100,100i,300,300i,400,400i,600,600i,700,700i');
@font-face {
	font-family: PhotoWallSansShadow-Regular;
	src: url(PhotoWallSansShadow-Regular.otf) format("opentype");
}

/** Common **/
html,body{ overflow-x:hidden; }
body {
  font-family: 'Josefin Slab', serif;
  color:#333333;
  font-size: 18px;
}
.rte{ color: #333333; }
p {
    color: #333333;
    margin: 0 0 22px;
}
.stylist-font {
    font-family: PhotoWallSansShadow-Regular;
}
h1,h2,h3,h4{
  font-family: 'Pompiere', cursive;
  color:#000000;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: none;
  letter-spacing: 0;
}
a{
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:not([disabled]):hover,
a:hover{ text-decoration: none; color: #0056b3; }
a:focus{ outline: none; text-decoration: none; }

/** Padding Margin **/
.pt80{padding-top: 80px;}
.pb55{padding-top: 55px;}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mb15{ margin-bottom: 15px; }
.mb30{ margin-bottom: 30px; }
.dark-text{ color: #000000; }
.big-text{ font-size: 22px; }
.color-pink{ color: #c42c3e; }

/** Header **/
.site-header .header-nav {
  background: #f2ddb2 url(bg-pattern-header.png);
  background-size: 600px auto;
  font-family: 'Pompiere', cursive;
  font-size: 30px;
  color: #000000;
  padding: 0 55px;
  position: relative;
  z-index: 999;
}
.site-header a { color: #000000; }
a.site-header__logo-image {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-bottom: 10px;
}
.user-account, .user-cart, .user-search{ display: inline-block; position: relative; }
.site-header__search-toggle{ padding: 0; outline: 0 !important; background: transparent !important; }

.site-header__cart-count{
  font-size: 18px;
  width: 22px;
  height: 22px;
  line-height: 19px;
  display: inline-block;
  text-align: center;
  background-color: #c52b3f;
  top: -7px;
  right: -2px;
}

/** Main menu **/
.site-nav-wrap {
  background: #c2273d url(bg-pattern-menu.png) repeat;
  position: relative;
  font-family: 'Pompiere', cursive;
  padding: 0.7rem 1rem 0.5rem;
}
.site-nav-wrap:before,
.site-nav-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: dashed 2px #c2273d;
  left: 0;
  z-index: 9;
}
.site-nav-wrap:before{ top: -1px; z-index: 999; }
.site-nav-wrap:after { bottom: -1px; }
.site-nav > li > .site-nav__link {
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: .5rem 1rem;
  outline: 0 !important;
  appearance: unset;
  -webkit-appearance: unset;
}
.site-nav a:hover {
  text-decoration: none;
}
.site-header__icon,
.site-header__icon.btn--link:not([disabled]):hover, .site-header__icon.btn--link:focus{
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px 10px;
}
.site-nav__dropdown{ z-index: 99; min-width: 200px; padding: 5px; border-radius: 2px; }
.site-nav--has-dropdown:hover .site-nav__dropdown {
  display: block;
}
.site-nav--centered .site-nav__dropdown .site-nav__link {
  padding: 5px 10px;
  color: #000000 !important;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  appearance: unset;
  -webkit-appearance: unset;
}
.site-nav--centered .site-nav__dropdown .site-nav__link:hover{ color: #c2273d !important; }
.site-nav__link .icon-chevron-down{ margin-top: -7px; }

/** Default Overwrite **/
.site-header{ padding: 0 !important; }
.site-header.logo--center {
  padding-top: 0;
}
.site-header__mobile-nav{
  background: transparent;
  width: auto;
}
.site-nav--centered{ margin: 0 !important; padding: 0; }
.site-nav__label{ border: 0; }
/*[class*="index-section--flush"]:last-child{ margin: 0 !important; }*/

.free-shipping{ display: inline-block; }
.free-shipping .sm-text{
  display: block;
  font-size: 15px;
  text-align: right;
  padding-right: 30px;
  font-weight: 600;
  line-height: 15px;
}

/*** Elements ***/
/* Circle Icon element */
.circle-icon {
  background-color: #00cfbb;
  background-image: url(bg-button.png);
  background-repeat: repeat;
  background-size: 300px auto;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  vertical-align: top;
  -moz-box-shadow: inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px #000000;
  
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.circle-icon:hover {
 	background-color: #c2273d;
}
.circle-icon img {
  max-height: 24px;
  max-width: 24px;
  margin: auto;
  display: block;
  margin-top: 13px;
}

/** Forms **/
input[type="text"], input[type="tel"],
input[type="email"], input[type="password"],
textarea {
  border: 2px solid #b9b9b9;
  border-radius: 3px;
  height: 47px;
  outline: 0;
}
input[type="text"]:focus, input[type="tel"]:focus,
input[type="email"]:focus, input[type="password"]:focus,
textarea:focus {
	border: 2px solid #b1aecc;
}

/** Button **/
.btn {
  font-family: 'Josefin Slab', serif;
  border-radius: 5px;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 15px;
  font-weight: 600;
  
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn.btn-pink {
  background-color: #c2273d;
  min-width: 120px;
}
.btn.btn-pink:hover{ background-color: #83412c !important; }

.btn.btn-secondary {
  background-color: #00cfbb;
  color:#ffffff;
}
.btn.btn-secondary:hover {
  background-color: #313131;
}

/** Main Title **/
.main-title{	
  margin: 0 0px 30px 0;
}
.main-title h1{
  font-size:60px;	
  padding:0;
}
.main-title h1.has-border,
.main-title h3.has-border {
  display: table;
  white-space: nowrap;
  margin:auto;
}
.main-title h1.has-border:before,
.main-title h1.has-border:after,
.main-title h3.has-border:before,
.main-title h3.has-border:after{
  content: '';
  display: table-cell;
  position: relative;
  top: 0.6em;
  width: 50%;  	
}
.main-title h3.has-border:before,
.main-title h3.has-border:after {
  top: 0.5em;
}
.main-title h1.has-border:before,
.main-title h3.has-border:before {
  background:url(title-border-left.png) repeat-x;
  background-size:150px auto;
  right: 0.5%;	
}
.main-title h1.has-border:after,
.main-title h3.has-border:after{
  background:url(title-border-right.png) repeat-x;
  background-size:150px auto;
  left: 0.5%;
}
.main-title.text-left h1.has-border,
.main-title.text-left h3.has-border{
  margin:0;
}
.main-title.text-left h1.has-border:before,
.main-title.text-left h3.has-border:before{
  display:none;	
}
.main-title.text-left h1.has-border:after,
.main-title.text-left h3.has-border:after{
  width:100%;
}

/** Call to Action Section **/
.call-to-action-wrap {
  background-image: url(side-pattern.png), url(side-pattern-right.png), url(bg-pattern-teal.jpg);
  background-position: left center, right center, center center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto 100%, auto 100%, auto auto;
  padding: 40px;
}
.call-to-action-wrap .cta-inner {
    background-color: #ffffff;
    padding: 30px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.call-to-action-wrap .cta-inner h1 {
    color: #83412c;
    font-size: 50px;
    margin: 0;
    padding: 0;
}

/** Featured Collections Section **/
.featured-collections-wrap {
    background: #ffffff url(bg-pattern-main.png) repeat;
    background-size: 500px auto;
    padding-top: 80px;
    padding-bottom: 55px;
}
.featured-collection-box {
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  max-width: 500px;
  margin: 0 auto;
}
.featured-collection-box .fc-image img{ width: 100% }
.featured-collection-box .fc-text {
  margin: auto;
  padding-bottom: 20px;
  width: 100%;
  background: #00cfbb url(bg-button.png) repeat;
  background-size: 300px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.featured-collection-box .fc-text h1 {
  padding: 8px 10px;
  margin: 0;
  font-size: 56px;
  font-weight: 500;
  background: #ffffff;
  display: block;
  min-width: 250px;
  color: #c2273d;
  text-transform: capitalize;
  position: relative;
  margin: -20px 20px 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.featured-collection-box:hover .fc-text{	
	background:#c2273d url(bg-button.png) repeat;
}

/** Products By Collection **/
.products-by-collection-wrap {
  padding: 80px 0 70px;
  background: #ffffff url(bottom-border.png) repeat-x;
  background-position: center top;
  background-size: 60px auto;
}

/** Products **/
.product{
  background:#ffffff;
  text-align:center;
  position:relative;
  border:solid 1px #d8d8d8;
  max-width: 400px;
  margin: 0 auto 30px;
}
.product:hover{
  background:#fff;
  box-shadow:0 0 10px rgba(0,0,0,0.3);
  border:solid 1px #fff;
}
.product:hover .product-content{
	background-color:#926744;
}
.product-img{ position:relative; }
.product-img img{
  width:100%;
}
.product-text{
  padding:20px;
}
.p-name{
  font-size:16px;
  line-height:1;
  margin-bottom:0px;
}
.product-info{
  position:absolute;
  bottom:0;
  width:100%;
  left:0;
  padding:20px 10px;
  background:rgba(131,65,44,0.8);
  opacity:0;
  color:#ffffff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-content {
  padding: 10px;
}
.product-content h4{ margin-bottom: 0; }
.product-info .p-name{
  font-size:22px;
}
.price{ display: block; }
.product-info .p-price .price__regular{
  font-size:24px;
  font-weight:600;
  color: #ffffff;
}
.product-content .p-price .price__regular{
  font-size:20px;
  font-weight:600;
}
.p-btn a{
  display:block;
  color:#fff;
  text-transform:uppercase;
  padding:7px 5px 4px;
}
.product:hover .product-info{
  opacity:1;
}

.btn-quick-view{
  background-color:#ffffff;
  padding:0;
  color:#c2273d;
  border:solid 1.5px #ffffff;
  padding:0 15px 0 0;
  font-size:20px;
  margin-top:10px;
}
.btn-quick-view:hover,
.btn-quick-view:focus{
  background-color:#ffffff !important;
  color:#c2273d !important;
  box-shadow: none;
}
.btn-quick-view .btn-star{	
  display:inline-block;
  width:40px;
  height:40px;	
  vertical-align:middle;
  background:#c2273d;
  border-radius:3px;
  border:solid 1px #fff;
  margin-right:10px;
}
.btn-quick-view .icon-img{
  position:relative;	
}
.btn-quick-view .icon-img img {
  position: absolute;
  text-align: center;
  margin: auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  vertical-align: middle;	
  left: 8px;	
  top: 8px;	
  height: 25px;
  width:auto;
}
.btn-quick-view:hover .icon-img img.top{
  opacity:0;	
}
.btn-quick-view:hover .icon-img img.bottom{
  opacity:1;		
}
.btn-text{
  display:inline-block;
  vertical-align:middle;
}

/** Page Default **/
header.page-header {
  margin-top: -55px;
  margin-bottom: 70px;
}
.page-content{ margin-bottom: 55px !important; }

/** Collection Template **/
/** Side menu **/
.sidebar-menu > li {
  padding: 5px 0;
  font-size: 22px;
  position: relative;
}
.sidebar-menu > li span.sub-menu-toggle {
  display: inline-block;
  color: #00c3b4;
  position relative;
  float: right;
  cursor: pointer;
  z-index: 2;
  vertical-align: middle;
  padding: 0 3px;
}
.sidebar-menu a {
  color: #555555;
  font-weight: 600
}
.sidebar-menu a:hover {
  color: #c2273d;
}

/* Top Filter */
.collection-filter-wrap {
  padding: 15px 25px;
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;
}
.collection-product-count {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}
.filters-toolbar__item-child:first-child{ margin-right: 0; }
.filters-toolbar__label {
  margin: 0;
  text-transform: none;
  font-size: 22px;
  font-weight: 600;
}
.filters-toolbar__input {
  padding: 5px 35px 2px 10px;
  height: auto;
  outline: 0;
  width: auto !important;
  font-size: 20px;
}
.filters-toolbar__input-wrapper svg{ margin-left: -35px; }

/* Side menu -> Dropdown menu */
.site-sidebar{ margin-bottom: 30px; }
.sidebar-menu > li > ul {
  margin-top: 10px;
  padding-left: 20px;
  display: none;
}

/* Pagination */
.pagination{ padding: 0; margin: 0; }
.pagination li a{
  display: block;
  width: 34px;
  height: 34px;
  line-height: 38px;
  text-align: center;
  border: 0;
  padding: 0;
  border-radius: 50% !important;
  background-color: #e5ebeb;
  color: #283f4d;
  font-size: 18px;
  font-weight: 700;
  margin-right: 3px;
}
.pagination li a i{ font-size: 14px; }
.pagination li a:hover,
.page-item.active .page-link {
  background-color: #00ccbb;
  color: #ffffff;
}
.pagination li .fa-chevron-left{ margin-left: -2px; }
.pagination .item.dots{ margin-right: 5px; }

/** Single Product page **/
#shopify-section-product-template {
  margin-top: -55px;
  padding-top: 70px;
  background: #ffffff url(bg-pattern-main.png) repeat;
  background-size: 500px auto;
  
}
#ProductSection-product-template{ padding-bottom: 30px; }
.no-padding-right{ padding-right: 0; }
.product-single__photo {
  padding: 0 !important;
}
.product-single__thumbnails{ margin-top: 0; }
.product-featured-img{
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px;
}
.product-single__thumbnail-image{ width: 100%; margin: 0 0 20px; }
.active-thumb .product-single__thumbnail-image{ border-color: #c52b3f; }

/* Single product summery */
.product-single__title {
  font-family: 'Josefin Slab', serif;
  font-size: 30px;
  margin: 5px 0 0;
}
.product-single__meta .price__regular {
  font-size: 34px;
  color: #000000;
}
.product-form__item,
.product-form__item--quantity {
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #d8d8d8;
  margin: 0;
}
.product-form__item label {
  display: inline-block;
  margin: 0 7px 0;
  font-size: 24px;
  font-weight: 900;
  -webkit-flex: 0 0 150px;
  -moz-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.product-form__input {
  display: inline-block;
  padding: 5px 10px;
  min-height: 42px !important;
  font-size: 20px;
  width: auto;
  min-width: 100px;
}
.product-form__item--quantity input {
  max-width: 100px;
  text-align: center;
  font-weight: 600;
}
.product-single__meta .product-form__cart-submit {
  width: auto;
  min-width: 200px;
  font-size: 24px;
  font-weight: 900;
}
.product-single__meta .product-form__cart-submit span {
  display: block;
  margin-top: 5px;
  line-height: 1.3em;
}

.product-single__description {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
  border-top: 1px solid #d8d8d8;
  padding: 15px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.product-single__description .desc-title {
  font-weight: 900;
  color: #000000;
  margin-bottom: 10px;
}
.product-single__description ul {
  margin: 0;
  list-style-type: none;
}
.product-single__description ul li {
  padding-left: 25px;
  margin-bottom: 10px;
}
.product-single__description ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  font-size: 15px;
  color: #00ada1;
}

/** Related product **/
.related-products-area {
  padding-top: 80px;
  padding-bottom: 55px;
  background: #ffffff url(bottom-border.png) repeat-x;
  background-position: center top;
  background-size: 60px auto;
}

/* Social Share */
.social-sharing{
  align-items: center;
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;  
}
.social-sharing-lable .h4 {
  font-weight: 900;
  color: #000000;
  margin: 0;
}
.social-sharing li {
  margin-right: 10px;
}
.social-sharing li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #00cfbb;
  text-align: center;
  color: #ffffff !important;
}
.social-sharing li a i {
  display: block;
  font-size: 18px;
  line-height: 42px;
}
.social-sharing a.share-facebook{ background-color: #385c95; }
.social-sharing a.share-twitter{ background-color: #00a2ef; }
.social-sharing a.share-gplus{ background-color: #e24b3d; }
.social-sharing a.share-pinterest{ background-color: #c00e23; }

/** Cart Page**/
.btn-link:hover { background-color: transparent !important; opacity: 0.81; }
.btn-danger.btn-link {
  color: #dc3545;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-danger.btn-link:hover {
  color: #dc3545;
}
.btn.btn-sm{
  padding: .25rem .5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/** Divider **/
.divider {
  background: url(divider.png) repeat-x;
  background-size: 280px auto;
  height: 10px;
  width: 100%;
}

/** Arena Event, Arena Dates */
.arena-date-box{ margin: 20px 0; }
.arena-date-box .abd-title{ margin: 0 0 10px; }
.arena-date-box .abd-title h3{ font-weight: 700; }
.arena-date-box p{ margin-bottom: 10px; }
.arena-date-box .adb-desc{ border-bottom: 1px solid #d8d8d8; margin-bottom: 10px; }
.arena-date-box .adb-meta-row {
  padding: 0 0 10px;
  font-size: 16px;
  vertical-align: middle;
}
.arena-date-box .adb-meta {
  padding-right: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.arena-date-box .adb-meta i{
  color: #00cfbb;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: inherit;
}
.arena-date-box .adb-meta a{ color: #000000; text-decoration: none; border: 0; }

/** Instagram & Social **/
.instagram-and-social {
  background: url(bg-gray-lether-pattern.png) repeat;
  padding-top: 80px;
  padding-bottom: 70px;
}
.instagram-and-social .main-title h1.has-border:before {
    background: url(title-border-left-dark.png) repeat-x;
    background-size: 150px auto;
    right: 0.5%;
}
.instagram-and-social .main-title h1.has-border:after {
    background: url(title-border-right-dark.png) repeat-x;
    background-size: 150px auto;
    left: 0.5%;
}
#instafeed {
  margin-left: -5px;
  margin-right: -5px;
}
#instafeed a {
  display: inline-block;
  width: 16.6666%;
  height: 220px;
  padding: 5px;
}
#instafeed a img {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
}

/** Story Section **/
.our-story-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.our-story-wrap .h-about{
  background:#c2273d;
  position:relative;
}
.our-story-wrap .h-about:after{
}
.our-story-wrap .h-about .main-title{
	background:#ffffff;
	padding-bottom:20px;
	margin:0;
	padding-left:30px;
}
.our-story-wrap .h-about-img{
	position:relative;
}
.our-story-wrap .h-about-img img{
	width:100%;
}
.our-story-wrap .h-about-text{	
	font-size:22px;
	padding:40px;
}
.our-story-wrap .h-about-text a,
.our-story-wrap .h-about-text p{
	color:#ffffff;
}
.our-story-wrap .h-about-text a{ font-weight: bold; }
.our-story-wrap .h-about:after,
.our-story-wrap .h-about-img:after{
	position:absolute;
	content:"";
	right:0;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 60px 60px;
	border-color: transparent transparent #871b2b transparent;
}
.our-story-wrap .h-about-img:after{
	border-color: transparent transparent #c2273d transparent;
}

/** About Page Contact **/
.about-contact-section {
  padding: 30px 30px 0;
  margin-top: 20px;
  border: 1px solid #d8d8d8;
  background: url( about-bg.jpg ) no-repeat center / cover;
}
.about-contact-section .col-md-4 {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.about-contact-section .col-md-4:last-child{ border-bottom: 0; }
.contact-info-box{ margin: 10px 0 25px; word-wrap: break-word; }
.contact-info-box .fa{ line-height: 40px; }
.contact-info-box .h4{ margin: 10px 0 5px; }
.contact-info-box:hover .circle-icon{ background-color: #c2273d; }

/** FAQs **/
.faqs-title.main-title{ margin: 20px 0 0; }
.faq-accordion .faq-que {
  display: block;
  position: relative;
  font-size: 22px;
  margin: 10px 0 0;
  padding: 12px 15px 7px;
  border: 1px solid #d8d8d8;
  color: #000000;
  font-weight: 900;
  cursor: pointer;
}
.faq-accordion .faq-que:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
  color: #00c2b1;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.faq-accordion .faq-que.open:after {
  content: "\f068";
  color: #ba2836;
}
.faq-accordion .faq-content {
  padding: 12px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #d8d8d8;
  margin-bottom: 15px;
  font-weight: 600;
  display: none;
}

/** News Letter **/
#newletter {
    background-image: url(side-pattern.png), url(side-pattern-right.png), url(bg-pattern-teal.jpg);
    background-position: left center, right center, center center;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto 100%, auto 100%, auto auto;
    padding: 40px;
}
.newletter-inner {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.newletter-inner label.h4 {
    color: #83412c;
    font-size: 50px;
    margin: 0;
    padding: 0;
}
.newletter-inner .input-group{ max-width: 650px; margin: -10px auto 0; }
.newletter-inner .input-group .input-group__field{
  height: 55px;
}
.newletter-inner .input-group .newsletter__submit {
  position: absolute;
  width: 100px;
  right: 4px;
  top: 4px;
  padding: 10px;
  min-width: auto;
  border-radius: 3px;
}

/** Social **/
.get-social {
  display: table;
  margin: 15px auto 0;
}
.get-social h2 {
  margin: 0;
  padding: 5px 10px 0 0;
}
.get-social > div {
  display: table-cell;
  padding: 0px 5px;
  vertical-align: middle;
}
.get-social .circle-icon {
  line-height: 46px;
}

/** Footer **/
#site-footer {
  background: url(bg-footer-2.jpg) repeat;
  color: #cab5a5;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding: 30px 0 0px;
}

/* Footer menu */
.footer-menu-wrap > ul {
  display: block;
  margin: 0;
  padding: 35px 0 50px;
  text-align: center;
  border-bottom: 1px solid #aca3a4;
}
.footer-menu-wrap ul li{ display: inline-block; padding: 0; }
.footer-menu-wrap ul li a{
  position: relative;
  padding: 10px 15px;
  font-size: 1.78em;
  font-family: 'Pompiere', cursive;
  color: #cab5a5;
  text-transform: uppercase;
}
.footer-menu-wrap ul li a:hover{ color: #ffffff; }
.footer-menu-wrap ul li a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #aca3a4;
}
.footer-menu-wrap ul li:last-child a:after{ display: none; }

/* Footer Copyright */
#site-footer .site-credit,
#site-footer .site-copy-right {
  font-size: 18px;
  font-weight: 800;
  padding: 35px 0;
}
#site-footer .site-credit a{ color: #ffffff; }

/** Responsive Custom **/
@media only screen and ( min-width: 576px ) {
  .container {
    width: 92%;
    margin: auto;
    max-width: none;
  }
}
@media only screen and ( max-width: 1024px ) {
  .slideshow.slideshow--medium{ height: 550px; }
  .featured-collection-box .fc-text h1{
    font-size: 36px;
    padding: 5px;
    min-width: 200px;
  }
  #instafeed a{ height: 180px; }
  .footer-menu-wrap ul li a{ font-size: 1.4em; }
}
@media only screen and ( max-width: 991px ) {
  .our-story-wrap .h-about .main-title{ padding: 10px 0 5px; }
  .collection-product-count,
  .filters-toolbar__label{ font-size: 18px; }
  .filters-toolbar__input{ font-size: 16px; }
  .call-to-action-wrap{ text-align: center; }
}
@media only screen and ( max-width: 767px ) {
  .slideshow.slideshow--medium{ height: 450px; }
  .site-header__logo img{ width: 200px; }
  .header-left, .header-right {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  a.site-header__logo-image{ margin-bottom: 0; }
  .site-nav-wrap{ text-align: right; }
  #instafeed a{ width: 33.33%; height: auto; }
  .footer-menu-wrap ul li a{ font-size: 1.3em; }
  #site-footer .site-credit,
  #site-footer .site-copy-right{
    padding: 10px 0 5px;
    font-size: 14px;
    text-align: center !important;
  }
  aside.site-sidebar{ display: none; }
}
@media only screen and ( max-width: 749px ) {
  .site-header .header-nav{ padding: 0; }
  .collection-filter-wrap{ padding: 15px; }
  header.page-header{ margin-top: -35px; }
  .filters-toolbar__label{ display: inline-block; font-size: 18px; }
  .collection-product-count,
  .filters-toolbar__input{ font-size: 18px; }
  .site-header{ font-size: 24px; }
  .site-header__logo img{ margin: 0 auto; }
  .site-header__icons-wrapper{ display: block; }
  .logo-align--center .site-header__logo{ margin: 0; padding: 0; }
  .mobile-nav{ margin-bottom: 0; }
  .mobile-nav__link{
    font-size: 22px;
    padding: 12px 20px 10px;
    font-weight: 500;
  }
  .main-title h1{ font-size: 44px; }
  .call-to-action-wrap .cta-inner h1,
  .newletter-inner label.h4{ font-size: 40px }
  .footer-menu-wrap > ul{ padding: 0 0 20px; }
  .footer-menu-wrap ul li{ display: block; }
  .footer-menu-wrap ul li a{ display: inline-block; }
  .footer-menu-wrap ul li a:after{ display: none; }
  .product-single__photos,
  .product-single__thumbnail-image,
  .thumbnails-wrapper{ top: 0; margin: 0; }
  .product-single__thumbnails-item{ width: 30%; }
  .product-single__thumbnail{ width: 100%; margin: 0; }
  .main-title h3.has-border{ font-size: 1.55em; }
  .arena-date-box .abd-title h3 {
    display: block;
    white-space: pre-wrap;
  }
  .product-info .p-name{ font-size: 18px; }
  .product-info .p-price .price__regular{ font-size: 20px; }
  .btn-quick-view{
    font-size: 18px;
    padding: 0 5px 0 0;
  }
  .btn-quick-view .btn-star{ margin-right: 2px; }
  .btn-quick-view .btn-star {
    width: 35px;
    height: 35px;
  }
  .btn-quick-view .icon-img img{
    left: 7px;
    top: 7px;
    height: 20px;
  }
}
@media only screen and ( max-width: 480px ) {
  .main-title h1{ font-size: 38px; }
  header.page-header{ margin-bottom: 55px; }
  .slideshow.slideshow--medium {
      height: 210px;
  }
  .call-to-action-wrap{ padding: 40px 15px; }
  .products-by-collection-wrap{ padding-bottom: 50px; }
  .featured-collections-wrap{
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .call-to-action-wrap .cta-inner{ padding: 20px; }
  .our-story-wrap,
  .instagram-and-social{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #newletter{ padding: 40px 15px; }
  .newletter-inner{ padding: 20px 15px; }
}