<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
--------- GENERAL STYLES --------
---------------------------------*/
#coming_soon img {
  max-width: 500px;
}

#coming_soon .coming-soon-titile {
  display: block;
  width: 100%;
}

#instagram_feed {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  text-align: center;
}

.instafeed-item {
  position: relative;
  display: inline-block;
  width: 17%;
}

.instafeed-item img {
  display: block;
}

.instafeed-item:hover .ig-bg {
  opacity: 1;
}

.ig-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  font-size: 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ig-bg i {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

*:focus {
  outline: none;
}

html,
body {
  overflow-x: hidden;
}

body,
.reset-font-family {
  font-family: "roboto", sans-serif;
}

ol,
ul,
li {
  display: block;
  padding: 0;
  margin: 0 0 0 2em;
}

ol li, ul li {
  display: list-item;
  font-size: 15px;
  letter-spacing: 1px;
}

ul {
    list-style-type: disc;
}

ol &gt; li {
    list-style-type: disc;
}

ul ol li {
    list-style-type: decimal;
}

ol {
    list-style-type: decimal;
}

ol &gt; li {
    list-style-type: decimal;
}

ol ul li {
    list-style-type: disc;
}

a {
  color: black;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a:hover {
  color: #deaeae;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-big-pro", serif;
  letter-spacing: 2px;
  font-weight: normal;
}

.page-header {
  position: relative;
  text-align: center;
}

body.page-template-page-shop .page-header {
  margin-bottom: 80px;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 30px;
}

h2,
.h2 {
  font-size: 27px;
  line-height: 24px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 22px;
}

h4,
.h4 {
  font-size: 20px;
  margin: 5px 0 5px;
  line-height: 20px;
}

h5,
.h5,
h6,
.h6 {
  font-size: 12px;
  margin: 5px 0 5px;
  line-height: 18px;
}

p {
  font-family: "roboto", serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 1.5em;
}

input {
  background: #eeeeee;
  border: solid 1px #e7e7e7;
  border-radius: 0;
  text-transform: uppercase;
  box-shadow: none;
  outline: none;
}

input.name,
input.email {
  background: white !important;
  border: solid 2px #eaeaea !important;
  border-radius: 0 !important;
  color: black !important;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
}

#mc-embedded-subscribe-form #inputs_wrap {
  position: relative;
}

#mc-embedded-subscribe-form #inputs_wrap i.fa-envelope-o {
  position: absolute;
  right: 10px;
  font-size: 15px;
  top: 8px;
}

select {
  font-family: "roboto", sans-serif;
  border: 1px solid #ccc;
  background: #eee;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.menu-toggle {
  background: transparent;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  color: black;
}

.menu-toggle:hover {
  box-shadow: none;
}

.show {
  display: block !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clearfix {
  clear: both;
}

#primary {
  clear: both;
}

#primary {
  width: 100%;
  float: left;
}

.entry-header-single {
  text-align: center !important;
  margin: 0 auto !important;
  background-color: white;
  position: relative;
  padding: 0px !important;
}

.entry-header-single h1.enty-title {
  margin-bottom: 0px !important;
}

.entry-header-single .post_meta {
  text-align: center !important;
  margin-top: -24px;
}

#primary.full {
  width: 88%;
  max-width: 1250px;
  margin: 0 auto;
  float: none;
  /*text-align: center;*/
}

#primary.full .entry-content p {
  font-size: 15px;
  line-height: 30px;
}

.page-content,
.entry-content,
.entry-summary {
  font-size: 14px;
}

.entry-content a {
  color: #deaeae;
}

body.archive .page-title,
body.search .page-title,
body.page-template-page-shop .page-title {
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 27px;
  margin-bottom: 50px;
}

body.page-template-page-shop .page-title {
  margin-bottom: 0;
}

#secondary {
  width: 28%;
  float: right;
}

#secondary .mc-field-group .fa-envelope-o {
  position: absolute;
  top: 26px;
  right: 15px;
}

#cooler-nav-waypoint {
  position: absolute;
}

#cooler-nav {
  display: none;
}

.nav-box {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.nav-box.previous {
  position: fixed;
  left: 0;
}

.nav-box.next {
  position: fixed;
  right: 0;
}

.nav-box img {
  display: block;
}

.nav-box .post-nav-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  color: white;
}

.btn {
  display: block;
  background: #f5e4e5;
  border: 1px solid #f5e4e5;
  border-radius: 0;
  color: black;
  width: 240px;
  padding: 14px 10px;
  font-size: 11px;
  font-family: "roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  box-shadow: none !important;
  text-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn a {
  color: white;
}

.btn:hover {
  background: #f3ede9;
  border: 1px solid #f3ede9;
  color: black;
}

.btn-rv,
.comment-reply-link,
input[type="button"],
input[type="submit"] {
  background: #f5e4e5;
  border: solid 1px #f5e4e5;
  box-shadow: none !important;
  text-shadow: none !important;
}

.btn-rv a {
  color: black;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: none;
  box-shadow: none;
  text-shadow: none;
}

.btn-rv:hover,
.btn-rv:focus,
.comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #f3ede9;
  border: 1px solid #f3ede9;
  color: black;
}

.btn-rv:hover a {
  color: #282828;
}

.btn-pink {
  background: black;
  border: solid 2px black;
  color: white;
  box-shadow: none;
}

.btn-pink a {
  color: #282828;
}

.btn-pink:hover,
.btn-pink:focus {
  background: #f3ede9;
  border: solid 2px #f3ede9;
  color: #282828;
  box-shadow: none;
}

.btn-pink:hover a {
  color: #282828;
}

.btn-off {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}

/*---------------------------------
--------- HEADER STYLES --------
---------------------------------*/
#featured_posts {
  position: relative;
  display: block;
  background: #faf7f2;
  margin: 0;
}

/*.post-entry-featured{
	display: none;
}*/

.slick-prev:before,
.slick-next:before {
  color: #d4d4d4 !important;
}

.featured-posts-title {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "freight-big-pro", serif;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}

.featured-posts-outer {
    position: relative;
  width: 95%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 50px 0px 50px;
  z-index: 2;
  text-align: center;
}

.featured-posts-outer .more-image {
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(0, -18%);
}

.featured-posts-outer h2 {
  font-family: "Oswald", sans-serif;
  text-transform: lowercase;
  font-size: 25px;
}

.featured-posts-outer h2 span {
  font-family: "freight-big-pro", serif;
  text-transform: lowercase;
  font-style: italic;
  font-size: 25px;
  font-weight: 100;
}

#featured_posts .slide {
  text-align: center;
}

#featured_posts .slide-image {
  display: block;
  width: 92%;
  margin-left: 6%;
  position: relative;
  color: white;
}

#featured_posts .slide-image .slide-image-inner {
    width: 100%;
}

.featured-posts-wrap-2 .slide-image {
  display: block;
  width: 220px;
  height: 150px;
}

.slide-title {
  font-family: "freight-big-pro";
  margin-top: 0;
  letter-spacing: 0.5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#featured_posts .slide-image:hover .slide-title {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

.slide-bg {
  display: none !important;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#featured {
  position: relative;
}

#featured img {
  width: 100%;
  height: auto;
}

#featured span {
  position: absolute;
  width: 35%;
  top: 35%;
  right: 5%;
  font-size: 25px;
  box-sizing: border-box;
}

.container {
  max-width: 1150px;
  width: 85%;
  padding: 0;
  margin: 0 auto;
}

.container-md {
  max-width: 900px;
  width: 85%;
  margin: 0 auto;
}

#container-push {
  padding-top: 5%;
}

#masthead {
  background: white;
  font-size: 10px;
  top: 0;
  left: 0;
  right: 0;
  line-height: normal;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 50;
}

#waypoint {
  display: block;
  position: relative;
  z-index: 50;
  /*position: absolute;
	top: 5px;*/
  height: 0;
}

.nav_fixed {
  position: fixed !important;
  /*top: 0;*/
  left: 0;
  right: 0;
}

body.customize-support #site-navigation-wrap {
  top: 32px !important;
}

#site-navigation-wrap {
  display: block;
  height: 50px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #f5e4e5;
}

#search-wrapper-nav {
  position: absolute;
  left: 50px;
  top: 15px;
  font-size: 14px;
}

.header-item {
  display: block;
}

.header-item.fa-circle {
  flex-grow: 1;
  font-size: 4px;
  text-align: center;
}

#masthead #social-icons {
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#masthead #social-icons .social-icon {
  margin: 0 20px;
}

body.archive #site-navigation-wrap {
  margin-bottom: 45px;
}

.dark_nav {
  color: black;
  background-color: white;
}

#masthead .dark_nav a {
  color: black;
}

#masthead .dark_nav a:hover {
  color: #deaeae;
}

#masthead a {
  color: black;
  line-height: 0;
  font-weight: normal;
}

#masthead a:hover {
  color: white;
  text-decoration: none;
}

#masthead #logo-wrap {
  opacity: 0;
  position: fixed;
  top: 10px;
  left: 20px;
  width: 14%;
  margin: 0;
  z-index: 1;
  text-align: left;
}

#masthead #logo {
  max-height: 35px;
  width: auto;
}

#logo-wrap {
  display: block;
  width: 23%;
  max-width: 500px;
  margin: 130px auto 50px;
  text-align: center;
}

#logo {
  width: 100%;
  max-width: 100%;
}

#reward-liketoknowit {
  margin: 0 auto;
  margin-bottom: 75px;
  max-width: 1170px;
}

.full-width-nav-item {
  width: 100% !important;
  max-width: initial !important;
}

.nav-single-post-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.nav-single-post-image {
  width: 35%;
}

.nav-single-post-text {
  padding: 4%;
  display: block;
  line-height: 22px;
  font-size: 13px;
  width: 65%;
  box-sizing: border-box;
  text-transform: none;
  font-family: "freight-big-pro", serif;
  text-align: center;
}

.nav-single-post-text h3 {
  margin-bottom: 45px;
  font-size: 22px;
  font-family: "freight-big-pro", serif;
}

.wp_rp_content {
  margin-top: 100px;
}

#site-navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

#secondary-nav {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "roboto";
  padding: 8px 0px;
}

/*#primary-menu, #secondary-menu {
	text-align: center;
	font-size: 12px;
	font-family: "roboto",serif;
    line-height: 18px;
    letter-spacing: 2px;
	text-transform: uppercase;
	display: -webkit-flex;
	display: flex;
	flex-grow: 1;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}*/

#masthead #shop-link {
  position: absolute;
  top: 25px;
  right: 50px;
  font-family: "roboto", serif;
  font-size: 10px;
  letter-spacing: 4px;
  color: #f3ede9;
}

.sub-post-title {
  font-family: "freight-big-pro", serif;
  font-size: 17px;
  line-height: 23px;
}

.sub-read-more {
  font-size: 9px;
  padding-top: 5px;
}

#primary-menu {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 10px;
}

#primary-menu ul.nav-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: normal;
  list-style: none;
}

#primary-menu ul.nav-menu &gt; li {
  float: left;
  padding: 18px 37px;
  margin: 0;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: normal;
}

#primary-menu ul.nav-menu &gt; li &gt; .sub-menu {
  display: block;
  visibility: hidden;
  background: #d6c3c5;
  padding: 10px 2%;
  margin: 0;
  text-align: center;
  position: absolute;
  z-index: 50;
  list-style: none;
  list-style-type: none;
  width: 100%;
  top: 49px;
  left: 0;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#primary-menu ul.nav-menu &gt; li &gt; .sub-menu &gt; li {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 10px;
}

#primary-menu ul.nav-menu &gt; li &gt; .sub-menu &gt; li &gt; a {
  display: block;
  padding: 0;
  line-height: normal;
  color: black;
}

#primary-menu ul.nav-menu &gt; li &gt; .sub-menu &gt; li &gt; a:hover {
  color: white;
}

#primary-menu ul.nav-menu &gt; li:hover &gt; .sub-menu {
  visibility: visible;
  opacity: 1;
}

#currentItemImage {
  display: block;
  background: url("../../images/currentItemImage.png") no-repeat;
  background-size: contain;
  width: 35px;
  height: 25px;
  margin: 0 auto;
}

#navSearchWidget {
  margin-top: 80px;
}

#navSearchWidget h3 {
  font-family: "freight-big-pro", serif;
}
.nav-col {
  margin-top: 30px;
  margin-left: 40px;
}

#dropdowns {
  position: fixed;
  top: 50px;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 10px black;
  z-index: 2;
}

.dropdown-wrapper {
  display: none;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 3%;
  max-width: 1200px;
}

.dropdown-image {
  margin-right: 5%;
}

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

.dropdown-sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  justify-content: center;
}

.dropdown-text-wrap h2 {
  font-family: "freight-big-pro", serif;
  font-size: 28px !important;
  letter-spacing: 3px;
  text-transform: none;
}

.dropdown-sub-menu li {
  display: inline-block;
  margin: 0 20px;
}

.dropdown-text {
  font-family: "freight-big-pro", serif;
  font-size: 16px;
  letter-spacing: 2px;
}

.hp-banner h2 {
  font-family: "oswald", serif;
  font-size: 25px;
  font-weight: 300;
  margin: 2px;
}

.hp-banner span {
  font-family: "freight-big-pro", serif !important;
  text-transform: lowercase;
  font-size: 30px;
  font-weight: 100;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hp-banner p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#reward-liketoknowit {
  margin: 0 auto;
  margin-bottom: 75px;
  width: 80%;
  max-width: 1170px;
}

/*---------------------------------
--------- Modal STYLES --------
---------------------------------*/
#popup-modal-box {
  background: #f5e4e5;
  position: relative;
  width: 90%;
  padding: 0;
  max-width: 820px;
}

#popup-modal-box #popup-close {
  position: absolute;
  top: 6px;
  right: 10px;
  max-width: 20px;
  z-index: 50;
}

#popup-modal-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 5%;
}

#popup-modal-inner nf-field:nth-child(1) {
  float: left;
  width: 48%;
}

#popup-modal-inner nf-field:nth-child(2) {
  float: right;
  width: 48%;
}

#popup-modal-inner nf-field:nth-child(3) .nf-field-container {
  margin-bottom: 0;
}

#popup-modal-inner input[type="button"] {
  display: block;
  width: 100%;
  background: black;
  color: white;
}

#popup-modal-inner input[type="button"]:hover {
  background: #333333;
}

#popup-modal-inner input,
#popup-modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "roboto", serif;
  font-size: 11px;
  line-height: 13px;
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid black !important;
  margin-bottom: 15px !important;
}

#popup-modal-inner button {
  display: block;
  width: 100%;
}

.popup-text h1,
.popup-text h2,
.popup-text h3,
.popup-text h4,
.popup-text h5,
.popup-text h6 {
  font-family: "freight-big-pro", serif;
  text-align: left;
}

.popup-text p {
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

.popup-image {
  margin-right: 40px;
  width: 50%;
}

.popup-text {
  width: 46%;
}

#subscribe-modal-box {
  background: white;
  padding: 2%;
  border: 2px solid black;
  position: relative;
}

#subscribe-modal-box #subscribe-close {
  position: absolute;
  top: 6px;
  right: 10px;
}

#search-modal-inner input.search-field {
  width: 100%;
  padding: 24px;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  box-shadow: none;
  border: 1px solid black;
  border-radius: 0;
}

#search-modal-inner #searchsubmit {
  background: url(../../images/search.png) center center no-repeat;
  background-color: white;
  font-size: 20px;
  color: black;
  box-shadow: none;
  border: none;
  border-radius: 0;
  vertical-align: top;
  float: left;
  padding: 20px 20px 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#search-modal-inner #searchsubmit:hover {
  background-color: #eaeaea;
}

.mobile-search {
  display: none;
}

/**** MODAL ****/

#search-close {
  position: absolute;
  top: -20px;
  right: -20px;
}

#search-close img {
  width: 22px;
  height: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 150;
  display: none;
  cursor: pointer;
}

.modal-box {
  width: 50%;
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: auto;
}

.modal-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ecd4c9;
  color: #fff;
  font-size: 38px;
  padding: 20px 38px;
}

#search-modal.modal {
    z-index: 150000;
}

/*---------------------------------
--------- HOME PAGE STYLES --------
---------------------------------*/
.home-post {
  position: relative;
}

#featured {
  position: relative;
}

#featured img {
  width: 100%;
  height: auto;
}

#featured span {
  position: absolute;
  width: 35%;
  top: 35%;
  right: 5%;
  font-size: 25px;
  box-sizing: border-box;
}

#promotion_1 {
  background: black;
  color: white;
  font-size: 20px;
}

.promotion_1_text {
  float: left;
  padding: 20px 0;
  width: 52%;
  font-size: 35px;
  letter-spacing: 1px;
}

.promotion_1_text span {
  color: black;
}

.promotion_1_form {
  float: right;
  width: 48%;
  text-align: center;
  padding: 20px 0;
}

.promotion_1_form form {
  position: relative;
}

.promotion_1_form form,
.promotion_1_form input {
  display: inline-block;
  clear: none;
  margin: 0 2px;
}

.promotion_1_form input[type="text"],
.promotion_1_form input[type="email"] {
  padding: 15px 13% !important;
  line-height: normal;
  box-sizing: border-box;
  font-size: 13px !important;
  text-transform: uppercase;
}

.promotion_1_form input[type="submit"] {
  background: url(../../images/formButton.png) no-repeat;
  background-size: 100%;
  font-size: 0px;
  position: absolute;
  top: -40%;
  border: none;
  width: 50%;
  height: 200%;
  right: -42%;
  box-shadow: none;
}

#as_seen_on_items &gt; .container {
  padding: 30px 0 35px;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 5px;
}

#as_seen_on_items h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0;
  color: black;
}

#as_seen_on_items .slider_wrap {
  width: 80%;
  float: right;
}

.as_seen_on_link {
  display: block;
  text-align: center;
  margin: 0 10px;
}

.slick-slide img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.slide-nav {
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  color: black;
}

.nav-right {
  right: -25px;
}

.nav-left {
  left: -25px;
}

#call_outs {
  text-align: center;
  margin: 50px auto;
}

#call_outs p {
  margin-bottom: 50px;
}

.call_out_items {
  width: 100%;
  text-align: center;
}

.call_out_item {
  display: table;
  width: 32%;
  position: relative;
  margin: 0 0.25%;
  padding: 0 3%;
  height: 436px;
  float: left;
}

.fixed-group {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}

.call_out_item span {
  color: white;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

#promotion_2 {
  background: url("../../images/promotion2-bg.jpg") no-repeat;
  background-size: cover;
  margin: 7% 0 1%;
}

.promotion_2_wrap {
  position: relative;
  text-align: center;
}

.promotion_2_image {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  max-width: 341px;
  float: left;
}

.promotion_2_form_wrap {
  background: black;
  display: inline-block;
  padding: 20px;
  width: 67%;
  position: absolute;
  top: 35%;
  left: 32%;
  color: white;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

#about-section {
  background: #faebee;
  margin: 120px 0px 100px;
}

#about-section-wrap {
  display: -webkit-flex;
  display: flex;
  padding: 2% 10% 4%;
}

#about-section-content-wrap {
  width: 82%;
  padding-left: 10%;
}

#about-section-content-title {
  padding: 30px 0px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 100;
  text-transform: uppercase;
}

#about-section-content-title span {
  font-family: "freight-big-pro", serif;
  text-transform: lowercase;
  font-style: italic;
}

#about-section-content-text {
  margin-bottom: 40px;
  font-family: "freight-big-pro", serif;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 26px;
}

#about-section-content-wrap .btn {
  margin: 0 auto !important;
}

#about-section-image {
  margin-top: -115px;
}

#about-section-image img {
  border-radius: 210px;
  border: 10px solid white;
}

#ig-daily-life-section {
  background-color: #faebee;
  margin: 80px 0px 100px 0px;
}

#ig-daily-life-section-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

a.read-more {
  font-size: 13px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 40px;
}

a.read-more span {
  font-style: italic;
  text-transform: lowercase;
}

#currently-loving-section {
  margin: 100px 0px 100px 0px;
  padding: 50px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  text-align: center;
}

#currently-loving-section-code {
  width: 100%;
}

#currently-loving-section-wrapper {
  background-color: white;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#currently-loving-section-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 43px;
  text-transform: uppercase;
  font-family: "freight-big-pro", serif;
  letter-spacing: 3px;
  background-color: white;
  margin-top: -125px;
}

#currently-loving-section-header p {
  font-family: "freight-big-pro", serif;
  font-size: 40px;
  text-transform: capitalize;
}

#currently-loving-section-header h3 {
  font-family: "Oswald";
  font-weight: 100;
  font-size: 22px;
  line-height: 14px;
}

#currently-loving-section-header em {
  font-family: "freight-big-pro";
  text-transform: lowercase;
  font-size: 25px;
}

/*---------------------------------
--------- SIDEBAR STYLES --------
---------------------------------*/
.widget {
  margin: 0 0 2em;
  /*border: solid 1px #e7e7e7;*/
  /*padding: 20px 10%;*/
  overflow: auto;
  text-align: center;
}

.widget select {
  font-size: 10px;
}

.widget-title {
  margin-top: 0px;
  text-align: center;
  font-size: 20px;
  font-family: "roboto", serif;
  padding: 15px 0px 27px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.widget-title::after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 120px;
  border-bottom: solid 1px #f3ede9;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -30px;
}

section#about-blurb {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 30px;
}

#about-blurb p {
  margin-bottom: 0;
  margin-top: 35px;
}

.entry-about-page {
  position: relative;
}

.about-blurb-header {
  position: relative;
}

.about-blurb-header img {
  display: block;
}

.about-image {
  float: left;
  width: 485px;
  margin-top: 45px;
}

.about-text-block {
  float: right;
  width: 56%;
  border: 2px solid;
  padding: 30px 50px 30px 90px;
  position: absolute;
  right: 0;
  text-align: justify;
}

.about-text-block h3 {
  margin-bottom: 0px;
}

.about-text-block h6 {
  margin-bottom: 35px;
}

.about-text-block p {
  line-height: 30px !important;
  font-size: 13px !important;
}

.about-blurb-header h5 {
  margin: 0;
  position: absolute;
  bottom: 0;
  font-family: "roboto", cursive;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  background-color: white;
  padding: 15px 20px;
  right: 0;
}

#secondary .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subscribe_form_sub_title {
  font-family: "roboto", sans-serif;
  font-size: 12px;
  text-transform: initial;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#sidebar-header {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  padding: 22px 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  margin-bottom: 30px;
}

#mc_embed_signup {
  background: none !important;
  /*margin-top: -30px !important;*/
}

#mc_embed_signup .mc-field-group {
  width: 250px !important;
  margin: 0 auto;
  height: 35px;
  margin-top: -20px;
}

#mc_embed_signup .mc-field-group .fa-envelope-o {
  position: absolute;
  top: 24px;
  right: 8px;
  color: black;
}

#mc_embed_signup form {
  height: 50px !important;
  padding: 0px !important;
}

#secondary #social-icons {
  text-align: center;
}

#secondary .social-icon {
  display: inline-block;
  text-align: center;
  width: 7%;
  font-size: 15px;
  color: black;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#secondary .social-icon:hover {
  color: #f3ede9;
}

span.share-text {
  font-family: "roboto";
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

.share i {
  color: #282828;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.share i:hover {
  color: #deaeae;
}

#about-me {
  text-align: center;
  padding-bottom: 24px;
}

#subscribe_widget {
  text-align: center;
}

.subscribe_form_wrap {
  background: black;
  padding: 10%;
  width: 100%;
  float: right;
  color: white;
  text-align: center;
}

.subscribe_form_wrap .title {
  font-weight: 100;
  margin-bottom: 20px;
}

section#social {
  margin: 40px 30px;
}

#shop {
  text-align: center;
}

.shop-item {
  width: 47%;
  display: inline-block;
  margin-bottom: 20px;
}

.shop-item:nth-child(2n-1) {
  float: left;
}

.shop-item:nth-child(2n) {
  float: right;
}

.shop-item a {
  display: block;
}

#secondary label {
  width: 100%;
  float: left;
  /*margin-right: -1px;*/
}

#secondary .search-field {
  width: 100%;
  font-size: 10px;
  font-weight: 100;
  font-family: "roboto", sans-serif;
  text-align: center;
}

/*---------------------------------
--------- LOOP STYLES --------
---------------------------------*/
body.paged .container {
  padding-top: 5%;
}

.alm-btn-wrap {
  text-align: center;
  padding: 30px 0 85px !important;
}

#load-more {
  font-size: 12px;
  padding: 24px 42px;
  display: inline-block;
}

.post-entry {
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  max-width: 95%;
  margin: 0 auto 50px;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}

.post-entry .container {
  width: 95%;
}

.post-entry:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#ajax-load-more .post-entry:nth-of-type(2n) {
    flex-direction: row-reverse;
}

#ajax-load-more .post-entry:nth-of-type(2n + 1) {
    flex-direction: row;
}

#ajax-load-more .post-entry:nth-of-type(2n + 1) .post-block .entry-title {
  margin: 30px 0 30px -180px;
  text-align: left;
  width: 140%;
}

#ajax-load-more .post-entry:nth-of-type(2n) .post-block .entry-title {
  margin: 30px -180px 30px 0;
  text-align: right;
  width: 140%;
}

.post-block {
  width: 60%;
  padding: 30px;
  margin: 1%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-block .post-entry-rs {
    width: 100%;
}
.post-block.featured-image {
  width: 60%;
  max-width: 730px;
  padding: 0;
  display: inline-block;
}

.post-block-right {
  width: 40%;
  max-width: 610px;
  padding: 0;
  display: inline-block;
}

.post-block-left .entry-title,
.post-entry:nth-of-type(2n) .post-block .entry-title {
  margin: 30px -180px 0px 0;
  background-color: white;
  text-align: right;
  padding: 20px;
  z-index: 1;
  width: 140%;
}

.post-block-right .entry-title {
  margin: 30px 0 0px -180px;
  background-color: white;
  padding: 31px;
  text-align: left;
  line-height: normal;
  width: 140%;
}

.post-entry-meta {
  justify-content: space-between;
  align-content: center;
  margin-top: 30px;
  border-top: 1px solid black;
}

.post-entry-featured .post-entry-meta {
  justify-content: space-between;
  align-content: center;
  margin-top: -30px;
  border-top: none;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.post-entry-featured {
  width: 900px;
}

.post-entry-meta .entry-title {
  margin-top: 0px;
  font-family: "freight-big-pro";
  text-align: left;
  margin-bottom: 0px;
  font-weight: 100;
}

.post-entry-meta .entry-title a {
  background-color: white;
  padding: 10px 30px;
}

.post-entry-meta h4 {
  text-align: center;
  font-size: 10px;
  margin: 15px 0 5px;
  color: #a7a7a7;
}

.post-entry-content .btn {
  margin: 0 auto;
}

.post-entry-content .btn span {
  font-family: "freight-big-pro", serif;
  text-transform: lowercase;
  font-style: italic;
  font-weight: 100;
}

.post-entry img {
  max-width: 100%;
}

.home-entry-excerpt-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  top: -133px;
}

.home-entry-excerpt-wrap img {
  background: white;
  padding: 20px;
}

.home-entry-content-wrap {
  max-width: 600px;
  margin-top: 60px;
}

.home-entry-header {
  background: white;
  width: 100%;
  padding: 1px;
  position: relative;
  left: -15%;
  text-align: left;
  padding-left: 30px;
}

.home-entry-header h1 {
  font-family: "freight-big-pro", serif;
  font-size: 28px !important;
  letter-spacing: 3px;
  font-weight: 100;
}

.home-entry-exceprt {
  padding: 0px 0px 0px 30px;
}

.home-entry-exceprt .btn {
  color: white;
  background: black;
  border: none;
  margin: 0 auto;
}

.home-entry-exceprt .btn:hover {
  color: #404040;
  background: #f3ede9;
  border: none;
  margin: 0 auto;
}

.home-entry-exceprt .btn i {
  text-transform: lowercase;
  font-family: "freight-big-pro", serif;
  font-family: 11px;
  font-weight: 100;
}

.home_post_meta {
  position: absolute;
  bottom: -8px;
  left: 20%;
}

.entry-header {
  text-align: center;
  font-size: 30px;
  background-color: white;
  margin: 0 auto;
  margin-top: -30px;
}

.entry-title {
  font-size: 35px;
  letter-spacing: 2.5px;
  font-family: "freight-big-pro";
  margin-bottom: 30px;
  font-weight: 100;
  text-transform: none;
}

.entry-title a {
  color: #282828;
}

.entry-title a:hover {
  color: #f5e5e5;
}

.post_meta {
  font-family: "roboto", serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 16px;
  margin-top: 17px;
}

.post_date {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.meta_sep {
  margin: 0 2px;
}

.post_cats {
  font-weight: 500;
}

.post_cats a {
  font-family: "roboto", cursive;
  padding: 1px 2px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #f3ede9;
  font-weight: 400;
  text-transform: uppercase;
}

.post_cats a:hover {
  color: black;
}

.entry-excerpt {
  text-align: justify;
}

#post_loop_1_wrap,
#post_loop_2_wrap {
  text-align: center;
}

.post_entry_loop_1 {
  width: 33%;
  display: inline-block;
  position: relative;
}

.post_entry_loop_1:nth-child(1) {
  float: left;
}

.post_entry_loop_1:nth-child(3) {
  float: right;
}

.post_entry_loop_1 .post_meta {
  background: white;
  display: table;
  padding: 4% 2%;
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 0%;
  text-align: center;
  text-transform: uppercase;
}

#post_loop_2_wrap {
  margin-bottom: 5%;
}

.post_entry_loop_2 {
  display: inline-block;
  width: 22%;
  margin: 1.75%;
}

.post_entry_loop_2:nth-child(1) {
  margin-left: 0;
}

.post_entry_loop_2:nth-child(4) {
  margin-right: 0;
}

.post_entry_loop_2 img {
  width: 100%;
}

.post_entry_loop_3 {
  padding-bottom: 8%;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 8%;
  overflow: auto;
}

.post_entry_loop_3 .wp-post-image {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.excerpt_wrap {
  float: right;
  display: inline-block;
  width: 45%;
  margin-right: 1%;
  text-align: center;
}

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

.excerpt {
  text-align: justify;
  font-size: 15px;
  margin: 0px 0px 40px;
  font-family: "freight-big-pro", serif;
  letter-spacing: 1px;
  line-height: 29px;
  color: #404040;
}

/*---------------------------------
--------- POST STYLES --------
---------------------------------*/
body.single-post article.post {
  max-width: 900px;
  margin: 0 auto;
}

#post_entry_subscribe {
  background: black;
  padding: 10px;
  overflow: scroll;
  text-align: center;
}

.post_entry_subscribe_wrap {
  background: white;
}

.post_entry_subscribe_content {
  display: inline-block;
  width: 50%;
  padding: 30px 20px;
}

#post_entry_subscribe h4 {
  font-size: 16px;
  line-height: 28px;
  color: black;
  display: block;
  letter-spacing: 2px;
  margin: 0 0 20px;
}

#post_entry_subscribe span {
  display: block;
  font-size: 17px;
  letter-spacing: 1px;
  width: 80%;
  margin: 0 auto 20px;
}

#post_entry_subscribe img {
  display: block;
  width: 50%;
  float: right;
}

.separator.top {
  margin: 25px auto;
}

.separator.bottom {
  margin: 75px auto;
}

.entry-header {
  text-align: center;
  margin: 0 0 28px;
}

.post p {
  text-align: justify;
  font-size: 14px;
  margin: 20px 0;
  letter-spacing: 1px;
  line-height: 29px;
  color: #404040;
}

.post .content_wrap p a,
.single .content_wrap p a {
  color: #deaeae;
  padding: 1px 2px;
}

ul,
ol,
ul ul,
ol ol,
ul ul ul,
ol ol ol,
ul ul ul ul,
ol ol ol ol {
  padding: 0;
}

.wpp-list {
  margin: 0px !important;
}

.wpp-thumbnail {
  float: none !important;
}

.wpp-list li {
  margin-top: 0px;
}

ul:nth-child(1n),
ol:nth-child(1n) {
  margin-bottom: 20px;
  font-size: 13px;
}

ul li,
ol li {
  margin: 10px 0;
}

blockquote {
  padding: 10px 2%;
  font-size: initial;
  width: 85%;
  margin: 0 auto;
  border: none;
  font-family: "freight-big-pro", serif;
  font-weight: 100;
}

blockquote p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.8px;
  font-family: "freight-big-pro", serif;
  font-weight: 100;
  font-style: italic;
  text-align: center;
}

section#categories-2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 22px;
}

.post .post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

#signature {
  text-align: right;
}

#signature img {
  width: 50%;
  max-width: 200px;
}

#post-foot {
  position: relative;
  text-align: center;
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-grow: 1;
  margin: 50px 0 16px;
}

.post-foot-box {
  width: 34%;
  padding: 2% 0;
  text-align: center;
  box-sizing: border-box;
  font-family: "roboto";
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}

.post-foot-box:nth-child(1) {
  border-left: none;
  text-align: left;
}

.post-foot-box:nth-child(3) {
  border-right: none;
  text-align: right;
}

ul.related_post {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.comment-btn {
  display: none;
}

.comment-btn .btn {
  width: 100%;
}

ul li {
  position: relative;
}

ul li .wp_rp_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

ul li:hover .wp_rp_title {
  opacity: 1;
}

#comment-count {
  font-size: 14px;
  letter-spacing: 1px;
  color: #282828;
  font-style: italic;
  font-family: "freight-big-pro";
  font-weight: 100;
}

#comment-count a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #282828;
  font-style: italic;
  font-family: "freight-big-pro";
  font-weight: 100;
}

.social-share {
  text-align: center;
  color: black;
  margin: 0;
  margin-top: 15px;
}

.social-share button {
  font-size: 14px;
}

.share {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
  display: inline-block;
  margin: 0 7px;
}

.share:hover {
  color: black;
}

.share span {
  display: inline-block;
  margin-left: 5px;
}

a.share {
  color: black;
}

#popular-posts {
  text-align: center;
  margin: 70px 0 30px !important;
  display: inline-block;
  width: 100%;
  border: 1px solid black;
  padding: 15px 15px 10px;
  float: none;
  clear: both;
  overflow: auto;
}

.popular-posts-title {
  background: url(../../images/pop-title-left.png) no-repeat;
  background-size: cover;
  width: 11%;
  height: 50px;
  display: inline-block;
}

.related-wrap {
  width: 85%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
}

.related-title {
  background: #1d1d1d;
  text-transform: none;
  color: black;
  float: left;
  letter-spacing: 2px;
  width: 8%;
  position: relative;
}

.related-title span {
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 53%;
  -ms-transform-origin: 50% 53%;
  transform-origin: 50% 53%;
  white-space: nowrap;
  height: 100%;
  position: absolute;
  left: 100%;
  top: -3%;
}

#related_posts {
  background: #faf7f2;
  padding: 30px 0 50px;
}

.related-posts-wrap {
  text-align: center;
}

.related-post {
  width: 23%;
  position: relative;
  display: inline-block;
  margin: 0 1%;
}

span.related-post-title {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "freight-big-pro";
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 100;
}

span.related-post-title:hover {
  opacity: 1;
  color: black;
  padding: 20px;
  text-align: center;
  font-size: 21px;
}

.related-posts-outer h2 {
  font-family: "freight-big-pro", serif;
  text-align: center;
  /*margin-top: 60px;*/
  /*margin-bottom: 30px;*/
  font-size: 35px;
  letter-spacing: 2.5px;
}

.related-post:nth-child(1) {
  margin-left: 0;
}

.related-post:nth-child(4) {
  margin-right: 0;
}

.related-post img {
  width: 100%;
}

.related-post img:hover {
  opacity: 0.7;
}

.related-post .btn {
  display: none;
  position: absolute;
  left: 11%;
  top: 38%;
}

.related-post:hover .btn {
  display: block;
}

.site-main .post-navigation {
  margin: 50px auto;
}

.post-navigation {
  display: block;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  color: black;
  text-align: center;
  clear: both;
  font-family: "freight-big-pro", serif !important;
  font-size: 24px !important;
  font-weight: 100 !important;
  font-style: italic !important;
  color: black;
  letter-spacing: 1px;
}

.prev-link {
  /*margin-right: 3%;*/
  float: none;
  display: inline-block;
  padding: 12px 13px 10px 19px;
  width: auto;
}

.next-link {
  /*margin-left: 3%;*/
  float: none;
  display: inline-block;
  padding: 12px 13px 10px 19px;
  width: auto;
}

.post-navigation .next-link i {
  margin: 0 10px 0 10px;
  font-size: 12px;
}

.post-navigation .prev-link i {
  margin: 0 10px 0 10px;
  font-size: 12px;
}

.post-nav-sep {
  margin: 0 2%;
}

#reply-title {
  text-align: center;
  margin-top: 2%;
}

.logged-in-as {
  text-align: center;
  margin-bottom: 2%;
  text-transform: none;
}

#respond {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.2em;
  padding: 30px 5% 40px;
  background-color: #fbf7f3;
  margin-bottom: 50px;
}

body.home #comments {
  margin: 50px auto 0;
}

#comments {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}

.says {
  display: none;
}

.comment-author {
  width: 60%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.comment-author .fn {
  font-family: "roboto", serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.comment-meta {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 1;
}

.comments-title {
  text-align: center;
  margin: 78px 0 63px;
  font-size: 15px;
  line-height: 22px;
  color: #f3ede9;
}

.comment-content p {
  font-size: 12px;
  margin: 15px 0 0;
  letter-spacing: 0.8px;
  line-height: 24px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 20px;
  margin: 20px 0 0;
}

#commentform {
  font-family: "roboto", sans-serif;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 0;
}

.reply-title {
  font-family: "freight-big-pro";
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  font-size: 22px;
}

#commentform #submit {
  width: 100%;
  padding: 12px;
  font-size: 10px;
}

#commentform label {
  text-align: center;
  width: 100%;
}

.comment-form-author,
.comment-form-email {
  float: left;
  width: 48%;
}

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

.comment-input-wrap {
  margin-bottom: 14px;
}

.form-submit {
  margin: 0;
  width: 100%;
}

.comment-form-comment {
  flex-grow: 2;
  width: 100%;
}

.contact-block-wrapper {
  display: -webkit-flex;
  display: flex;
}

.contact-block h3 {
  margin: 50px 0px 30px;
}

.contact-block p {
  letter-spacing: 1px;
  font-size: 12px !important;
}

.contact-block a {
  font-weight: 700;
}

#nf-field-4 {
  font-family: roboto;
  letter-spacing: 2px;
  padding: 11px 16px;
  float: right;
}

.contact-block {
  width: calc((100% / 2) - 20px);
  margin-right: 30px;
  margin-left: 33px;
  text-transform: uppercase;
  margin-top: 35px;
}

#contact_form .contact-message {
  margin-bottom: 0 !important;
}

#contact_form .submit-container {
  text-align: right;
}

span.nf-form-title {
  display: none;
}

#contact_form input[type="button"] {
  color: white;
  font-family: "roboto", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 8px 20px;
}

#contact_form input[type="button"]:hover {
  color: #f3ede9;
}

.nf-field-element textarea {
  height: 100px !important;
}

#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="url"],
#contact_form input[type="password"],
#contact_form input[type="search"],
#contact_form input[type="number"],
#contact_form input[type="tel"],
#contact_form input[type="range"],
#contact_form input[type="date"],
#contact_form input[type="month"],
#contact_form input[type="week"],
#contact_form input[type="time"],
#contact_form input[type="datetime"],
#contact_form input[type="datetime-local"],
#contact_form input[type="color"],
#contact_form textarea {
  padding: 8px 15px;
}

#contact_form textarea {
  height: 165px;
}

#author,
#email,
#url,
#comment,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  background: white;
  border: none;
  text-transform: none !important;
  letter-spacing: 2px;
  font-family: "roboto", sans-serif;
  font-size: 11px;
  line-height: 12px;
  padding: 13px;
}

.form-submit {
  flex-grow: 2;
}

.form-submit input.submit {
  display: block;
  padding: 15px;
  width: 100%;
  font-size: 12px;
  margin: 0 auto;
  background: black;
  box-shadow: none;
}

.form-submit input.submit:hover {
  box-shadow: none;
}

/*--------------------------------------------------------------
## ARCHIVES
--------------------------------------------------------------*/
#archive-items {
  text-align: center;
}

.archive-item {
  display: inline-block;
  width: 31%;
  position: relative;
  margin: 0% 1% 3%;
  overflow: hidden;
}

.archive-item .archive-item-image {
  background: black;
  /*-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;*/
}

.archive-item .archive-item-image img {
  display: block;
}

.archive-item:hover .archive-item-image img {
  opacity: 0.7;
}

.archive-item-meta {
  color: #2c3554;
  background-color: white;
  display: block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  width: 82%;
  margin: 0 auto;
  padding: 25px 9px 15px;
}

.archive-item-meta:hover {
  color: #1d1d1d;
}

.archive-item-title {
  font-size: 19px;
  font-family: "freight-big-pro";
}

.archive-item-title a {
  color: #c8c8c8;
}

.archive-item-date {
  font-size: 10px;
}

.archive-item .post_meta {
  text-align: center;
}

.archive-item .excerpt {
  text-align: center;
  font-size: 18px;
}

.archive-item .separator {
  margin: 50px auto;
  width: 25%;
}

body.archive .page-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "freight-big-pro";
}

#category-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  justify-content: center;
}

.category-selection-title {
  text-align: center;
}

.category-selection-title span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

#category-nav .cat-item {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 4px 8px;
}

#category-nav .parent-cat::after {
  content: "/";
  margin: 0 5px 0 20px;
}

#category-nav .cat-item.current-cat a {
  color: #eeadc0;
}

#category-selection,
#archive-selection {
  background: black;
  color: white;
  padding: 15px 65.5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

#category-selection:hover .category-selection-list,
#archive-selection:hover .archive-selection-list {
  display: block;
  width: 203px;
}

.category-selection-list,
.archive-selection-list {
  display: none;
  background: black;
  position: absolute;
  right: 0;
  padding: 12px;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 100;
}

.cat-item {
  font-size: 10px;
}
.category-selection-list a,
.archive-selection-list a {
  color: white;
}
.category-selection-list a:hover,
.archive-selection-list a:hover {
  text-decoration: underline;
}

#shop-items {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  justify-content: space-between;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto;
}

.shop-item-meta img {
  border: 10px solid #f4f4f4;
}

.shop-item {
  width: 270px;
}

.shop-item-title {
  line-height: 20px;
  text-align: center;
}

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

.comment-list li ol {
  list-style: none;
}

.comment {
  margin: 20px 0;
}

.comment-metadata {
  float: right;
  font-size: 13px;
  letter-spacing: 1px;
}

.comment-body {
  padding: 2% 2% 5%;
  margin: 0;
  border-bottom: solid 1px #f3ede9;
}

.comment-body .avatar {
  width: 12%;
  border-radius: 100%;
  max-width: 100px;
  margin-right: 3%;
  float: left;
}

.col-row {
  clear: both;
}

.half-col {
  width: 48%;
}

.half-col:nth-child(2n) {
  float: right;
}

.half-col:nth-child(2n + 1) {
  float: left;
}

/*---------------------------------
--------- FOOTER STYLES --------
---------------------------------*/
footer.site-footer {
  background: #f5e4e5;
  overflow: auto;
}

#colophon {
  color: #181818;
  font-size: 11px;
  line-height: 19px;
  text-align: center;
  padding: 36px 2%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "roboto";
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.copyright {
  margin-right: 8px;
}

.built-by .fa-circle {
  font-size: 3px;
  bottom: 2px;
  position: relative;
  margin: 0 2px;
}

#colophon a {
  color: #181818;
}

#colophon a:hover {
  color: #f3ede9;
}

#footer-nav {
  width: 100%;
}

#footer-menu {
  background-color: white;
  padding: 20px;
  margin: 30px 0;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

#footer-menu ul {
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
}

#footer-menu li {
  padding: 0px 20px;
  list-style: none;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: normal;
}

.footer-subscribe,
.footer-subscribe a {
  color: white;
  text-align: center;
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

body.customize-support #header-social {
  top: 48px;
}

#header-social {
  position: fixed;
  right: 2%;
  top: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  max-width: 155px;
  z-index: 1;
}

#header-social .social-icon {
  display: block;
  margin: 0;
  width: auto;
  font-size: 13px;
}

#header-social .social-icon:hover {
  color: #f7f3f1;
}

#header-social .social-icon i:nth-child(1) {
  margin-left: 1px;
}

#social-icons {
  font-size: 22px;
}

.social-icon {
  display: inline-block;
  margin: 0 3.5%;
}

#tertiary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#tertiary-menu &gt; li {
  display: inline-block;
  margin: 0 1.5%;
}

#tertiary-menu &gt; li &gt; a {
  padding: 20% 0;
  display: block;
}

.site-info {
  position: absolute;
  left: 5%;
  text-align: left;
}

.site-info span {
  margin: 0 8px;
}

.footer-logo {
  width: 25%;
}

#colophon section#social {
  position: absolute;
  right: 5%;
  margin: 0;
  width: 15%;
  text-align: right;
}

#colophon section#social #social-icons {
  font-size: 12px;
}

#secondary-menu {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

#secondary-menu .menu-item {
  display: inline-block;
}

#secondary-menu .menu-item a {
  padding: 10px 15px;
  font-weight: 500;
}

#footer-box {
  background: white;
  padding: 8%;
  margin: 10% auto 7%;
}

#sb_instagram {
  padding-bottom: 0px !important;
}

#sbi_load {
  padding-top: 0px !important;
}

#subscribe-wrap {
  margin-bottom: 16%;
}

#subscribe-wrap,
#popular-wrap {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
}

.nf-form-fields-required,
.nf-after-field {
  display: none;
}

nf-field {
  display: inline-block;
  width: 100%;
}

nf-field:nth-child(3) {
  display: block;
  width: 100%;
}

#subscribe-wrap input.submit {
  display: inline-block !important;
  width: 100% !important;
}

#popular-wrap {
  text-align: center;
}

#popular-wrap .title {
  margin-bottom: 6%;
}

#contact-col {
  margin-top: 50px;
}

#contact_form h4 {
  font-size: 55px;
  color: #f3ede9;
  letter-spacing: 2.3px;
  text-align: center;
  font-family: "Tangerine", cursive;
  text-transform: capitalize;
  margin: 60px;
}

#contact_form h4 span {
  display: inline-block;
  margin: 0 2.3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.col-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 1;
}

.col-6 {
  width: 48%;
}

button.alm-load-more-btn {
  font-family: "freight-big-pro", serif !important;
  font-size: 24px !important;
  font-weight: 100 !important;
  width: auto;
  font-style: italic !important;
  height: 50px !important;
  border: none !important;
  line-height: 44px;
  background: #f5e4e5 !important;
  color: black !important;
  border: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 0 0 4px;
  padding: 0 35px !important;
  display: inline-block;
  position: relative;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  letter-spacing: none;
  -moz-transition: none;
  transition: none;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  box-shadow: none;
}

button.alm-load-more-btn:hover {
  background: #f3ede9 !important;
}

#popular-wrap .col-4 {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#popular-wrap .col-4:hover {
  opacity: 0.75;
}

#popular-wrap .col-4:nth-child(1) {
  float: left;
}

#popular-wrap .col-4:nth-child(3) {
  float: right;
}

/* line 307, smash/styles/_general.scss */
.flex-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
}

/* line 311, smash/styles/_general.scss */
.flex-row {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
}

/* line 315, smash/styles/_general.scss */
.flex-row-rev {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
}

/* line 319, smash/styles/_general.scss */
.flex-col {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

/* line 323, smash/styles/_general.scss */
.flex-col-rev {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
}

/* line 327, smash/styles/_general.scss */
.align-start {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
}

/* line 331, smash/styles/_general.scss */
.align-center {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
}

/* line 335, smash/styles/_general.scss */
.align-end {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}

/* line 339, smash/styles/_general.scss */
.justify-start {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}

/* line 343, smash/styles/_general.scss */
.justify-end {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}

/* line 347, smash/styles/_general.scss */
.justify-around {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-around !important;
  -webkit-justify-content: space-around !important;
}

/* line 351, smash/styles/_general.scss */
.justify-center {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

/* line 355, smash/styles/_general.scss */
.justify-between {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}

/* line 1, smash/modules/block_flex_row/_block_flex_row.scss */
.flex_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 6, smash/modules/block_flex_row/_block_flex_row.scss */
.flex_row .flex_row_block,
.flex_row &gt; * {
  width: 49%;
}
/* line 11, smash/modules/block_flex_row/_block_flex_row.scss */
.flex_row img {
  display: block;
  max-width: 49%;
  margin: 2% 0;
}
/* line 16, smash/modules/block_flex_row/_block_flex_row.scss */
.flex_row img:nth-of-type(2n) {
  margin-left: 1%;
}
/* line 20, smash/modules/block_flex_row/_block_flex_row.scss */
.flex_row img:nth-of-type(2n + 1) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/block_flex_row/_block_flex_row.scss */
  .flex_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  /* line 35, smash/modules/block_flex_row/_block_flex_row.scss */
  .flex_row &gt; * {
    width: 100%;
  }
  /* line 39, smash/modules/block_flex_row/_block_flex_row.scss */
  .flex_row img {
    max-width: 100%;
    margin: 20px 0;
  }
}

#footer_subscribe {
  position: relative;
  padding: 50px;
}

#footer_subscribe .footer-subscribe-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 442px;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-images {
  width: 100%;
  align-items: stretch !important;
  -webkit-align-items: stretch !important;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-image:nth-child(1) {
    position: relative;
    z-index: 1;
    width: 54%;
    align-self: center;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-image:nth-child(2) {
    position: relative;
    z-index: 2;
    width: 28%;
    margin: 0 -12%;
    align-self: flex-end;
    transform: translate(0, 40px);
    border: 10px solid white;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-image:nth-child(3) {
    position: relative;
    z-index: 1;
    width: 42%;
    align-self: flex-start;
    transform: translate(0, -40px);
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-body {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  padding: 18px 30px;
  background: rgba(255, 255, 255, 0.93);
  width: 73%;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#footer_subscribe .footer-subscribe-container .footer-subscribe-form-wrapper .script-title {
    font-family: 'Northwell', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 115px;
    line-height: 1em;
    text-align: center;
    margin-bottom: -80px;
    position: relative;
    z-index: 5;
}

#footer_subscribe
  .footer-subscribe-container
  .footer-subscribe-form-wrapper
  .footer-subscribe-background-accent {
  background-color: #F5E4E5;
  padding: 40px;
  margin-left: 25px;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-background {
    position: relative;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    margin-left: -38%;
    z-index: 2;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: "freight-big-pro";
    font-size: 22px;
}

.footer-subscribe-header span {
    font-family: "freight-big-pro";
    font-size: 17px;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-header .logo {
  max-height: 60px;
  width: auto;
}

#footer_subscribe .footer-subscribe-container .footer-subscribe-form {
  flex-direction: row;
  width: 100%;
}

#footer_subscribe
  .footer-subscribe-container
  .footer-subscribe-form
  #inputs_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: start;
}

#footer_subscribe
  .footer-subscribe-container
  .footer-subscribe-form
  #inputs_wrap
  input[type="text"],
#footer_subscribe
  .footer-subscribe-container
  .footer-subscribe-form
  #inputs_wrap
  input[type="email"] {
  border: none !important;
  border-bottom: 1px solid black !important;
  margin-right: 20px !important;
  background: unset !important;
  font-size: 12px;
  padding: 10px 0;
}

#footer_subscribe
  .footer-subscribe-container
  .footer-subscribe-form
  #inputs_wrap
  input[type="submit"] {
  min-width: 100px;
}

#footer_subscribe
  .footer-subscribe-container
  .footer-subscribe-form
  #inputs_wrap
  input[type="text"]::placeholder,
#footer_subscribe
  .footer-subscribe-container
  .footer-subscribe-form
  #inputs_wrap
  input[type="email"]::placeholder {
  font-weight: bold;
}


[data-ff-el="root"].ff-619e69d8e43b952d3905e7ab .ff-619e69d8e43b952d3905e7ab__form {
  padding: 0 !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-shadow: none !important;
}</pre></body></html>