/** Shopify CDN: Minification failed

Line 130:8 Expected identifier but found whitespace
Line 130:10 Unexpected "{"
Line 130:30 Expected ":"
Line 130:35 Expected ":"

**/
body {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7em;
    font-size: 22px;
    text-transform: none;
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    margin: 1em 0 .5em
}

h1 {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6em;
    font-size: 1.6em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px
}

h2 {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
    font-size: 1.6em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px
}

h3 {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
    font-size: 1.4em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px
}

p {
    font-family: futura-pt;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7em;
    font-size: 22px;
    text-transform: none;
    text-decoration: none;
    margin: 0 0 1em
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.page-footer {
 border-top:none !important;
 text-align: center;
  padding-top:0px;
}

.page-footer .footerContactInfo {
  padding-bottom:40px;
  border-bottom: 5px solid #a4dcf4;
  margin-bottom:30px;
}

.page-footer p {
  margin: 0 0 .5em;
}

.slideshow .caption {
    text-align: center;
    width: 100%;
    background-color: rgba(128,128,128,.6);
    position: absolute;
    bottom: 0px;
    padding: 5px;
}

#collection .tags .tag {
 text-transform:capitalize; 
}

.about-page .section-heading {
  display:none;
}

.main-nav, .page-footer, #mobile-nav {
     font-family: futura-pt;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    font-size: .9em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px; 
}
#mobile-nav .nav-item, #mobile-nav .sub-nav-item {
  font-size: 1em;
}

.about-container {
  margin-left: auto;
  margin-right: auto;
  width: {{ story_column_width }}px;
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}

#Jewelry-Care-Page .left-col,
#Policies-Page .left-col {
 float:left;
  width:48%;
}
#Jewelry-Care-Page .right-col,
#Policies-Page .right-col  {
 float:right;
  width:48%;
}
#Jewelry-Care-Page::after, 
#Policies-Page::after {
  content: "";
  clear: both;
  display: table;
}

.blog-hashtags {
 font-size:.7em;
  color:#999;
}

@media (max-width: 767px) {
  #Jewelry-Care-Page .left-col,
  #Jewelry-Care-Page .right-col,
  #Policies-Page .left-col,
  #Policies-Page .right-col{
    width: 100%;
  }
}

.main-nav .nav-item.drop-uber .sub-nav-list .sub-nav-item-title {
 color:#FFF; 
}
.main-nav .nav-item.first {
 margin-right:30px; 
}
.main-nav .nav-item.first .nav-item-link {
    color: #a4dcf4;
    font-weight: bold;
}

/* Popup box BEGIN */
.overlay-bg{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.overlay-bg .overlay-closer { 
position: absolute;
    height: 100%;
    display: block;
    top: 0;
    width: 100%;
    z-index: 1;
}
.overlay-bg .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.overlay-bg .overlay-content {
    z-index:2;
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 620px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
  	color:#555;
}

.overlay-bg .overlay-content .mailing-list h1 {
  color:#2ecbea;
  font-family: fairwater-solid-serif;
  line-height:1.1em;  
  font-size: 32px;
}
.overlay-bg .overlay-content .mailing-list p {
 line-height:1em;  
}

.overlay-bg .overlay-content .mailing-list input[type=submit] {
  background: #000;
  color:#fff;
  line-height:1em;
}
.overlay-bg .overlay-content .mailing-list .inline-input-button input[type=email] {
    background-color: #fff;
    color: #000;
}
.overlay-bg .mailing-list__success h4{
  	color: #555;
	line-height: 3em;
}

.popupCloseButton {
    background-color: #999;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 27px;
    line-height: 27px;
    width: 30px;
  	padding-left:1px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box END */

.tags .tag.active, .tags .tag:hover {
    background: transparent;
}
.tags .tag {
    margin: 0.2em 0.6em;
    background: transparent;
}
.tags .tag a {
    padding: 0.2em .4em;
    font-size: .9em;
}
.tags {
	margin:0;  
}
.inline-row--spaced {
    margin: 1em 0;
}

@media (max-width: 900px) {
  .about-container {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .about-container {
    max-width: 100%;
  }
  .overlay-bg .overlay-content {
    width:90%;
  }
}


#HulkAppsReviewsContainer .row {
 margin-left:0;
  margin-right:0; 
}
#HulkAppsReviews .sweet-modal {
  background-color:#4c4f52;
}
#HulkAppsReviews .sweet-modal .sweet-box-actions .sweet-action-close {
 color:#fff; 
}
#HulkAppsReviews .sweet-modal .sweet-action-close:hover {
   background-color:#fff;
  color:#000;
}
#HulkAppsReviews .sweet-modal-overlay {
 font-size:1em; 
}
#hulk-review .hulk-item > div > p > a {display:none;}
.hulk-row label, .hulk-write-review h2  {color: #333;}

#press-page .press-item {
 list-style-type:none; 
 border-bottom: 1px solid #fff;
 margin-bottom: 20px;
}
#press-page .press-item .press-attr {
 font-size:.8em;
}
#press-page .press-item .press-title {
 font-weight:bold; 
}
#press-page .press-item .press-attr,
press-page .press-item .press-title {
 text-transform:uppercase; 
}

#press-page .press-item .press-title,
#press-page .press-item .press-summary{  
  margin-bottom: 0;
}