
/*---------------------------------
--------- GENERAL STYLES --------
---------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex; }

.flex-wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

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

.flex-row-rev {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse; }

.flex-col {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.flex-col-rev {
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse; }

.align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start; }

.align-center {
  align-items: center;
  -webkit-align-items: center; }

.align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end; }

.justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.justify-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.justify-center {
  justify-content: center;
  -webkit-justify-content: center; }

.justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between; }


#coming_soon  img {
	max-width: 500px;
}

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

:focus {
	outline: none;
}

html, body {
	overflow-x: hidden;
}

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

ol, ul, li {
	list-style: initial;
	list-style-type: initial;
	display: block;
	padding: 0;
	margin: 0;
}

a {
	color: #424242;
	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: #eeadc0;
	/*color: #E7C2C7;*/
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: "karla",serif;
	text-transform: uppercase;
	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: 24px;
	line-height: 30px;
}

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

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

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

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

p {
	margin-bottom: 1.5em;
	text-align: justify;
    font-size: 15px;
    margin: 50px 0;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: "freight-big-pro",serif;
}

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: #eaeaea !important;
	font-size: 10px !important;
	letter-spacing: 0.2em !important;
}

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

#mc-embedded-subscribe-form input.email {
    display: block !important;
    width: 100% !important;
    border: solid 0px #f7f3f0!important;
    border-radius: 0 !important;
    color: #333333 !important;
    font-size: 10px !important;
    font-family: "karla",sans-serif !important;
    letter-spacing: 0.2em !important;
    height: 32px;

}

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

#mc-embedded-subscribe-form #inputs_wrap i.fa-envelope-o:hover {
	color: #eeadc0;
}

select {
	font-family: "lato",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: #424242;
}

.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;
}

#primary.single-content-area {
	width: 80% !important;
	margin: 0 auto;
	float: none;
}

.entry-header-single {
	text-align: center !important;
    margin: 0 auto !important;
    width: 63%;
    /*margin-top: -68px !important;*/
    background-color: white;
    position: relative;
    padding: 1px;
}

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

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

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

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.archive #ajax-load-more, body.paged #ajax-load-more {
	margin-top: 0;
}

body.archive #ajax-load-more .alm-reveal, body.paged #ajax-load-more .alm-reveal {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

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;
}

#content {
	padding-bottom: 101px;
}

.alm-btn-wrap {
	/*margin-top: -60px;*/
}

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

.btn a {
	color: white;
}

.btn a:hover {
	color: #eeadc0;
}

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

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

.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: white;
	border: solid 1px #f7f3f0;
	box-shadow: none;
	color: #282828;
}

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

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

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

.btn-pink:hover, .btn-pink:focus {
	background: #f7f3f0;
	border: solid 2px #f7f3f0;
	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;
    margin: 0;
    background: #f7f3f0;
}

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

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

.featured-posts-outer h2{
	font-family: "freight-big-pro",serif;
}

.featured-posts-wrap {
	padding: 22px;
    box-sizing: border-box;
    background: #f7f3f0;
}

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

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

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

.slide-title {
    font-family: "karla",serif;
	margin-top: 0;
	letter-spacing: 0.5px;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

#featured_posts .slide-image:hover .slide-title {
	display: block;
    padding-top: 38%;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.30);
    -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;
}

.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: 1000px;
	width: 81%;
	padding: 0;
	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: .1em;
    text-transform: uppercase;
    z-index: 50;
}

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

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

#site-navigation-wrap {
	display: block;
	height: 48px;
	margin: 0;
	position: relative;
	text-align: center;
	background: #F7F3F0;
}

#search-wrapper-nav {
	position: absolute;
	right: 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: flex;
	align-items: center;
	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: #eeadc0;
}

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

#masthead a:hover {
	color: #909090;
	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: 35%;
    max-width: 500px;
    margin: 140px auto 90px;
    text-align: center;
}

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

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

.nav-single-post-wrap {
	display: flex;
    align-items: center;
    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;
}

.main-navigation {
	/*margin: 0 auto;*/
}

.main-navigation a {

}

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

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

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

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

.menu-item-type-post_type a{
	font-size: 11px !important;
	letter-spacing: 2.2px !important;
}

.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: 12px;
}

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

#primary-menu ul.nav-menu > li {
	float: left;
    padding: 18px 40px;
    margin: 0;
}

#masthead .current-menu-item a {
	color: #eeadc0;
}

#primary-menu ul.nav-menu > li > .sub-menu {
	display: none;
	/*visibility: hidden;*/
	/*opacity: 0;*/
	background: white;
	padding: 30px 2%;
    margin: 0;
    text-align: center;
    position: absolute;
    z-index: 50;
    list-style: none;
    list-style-type: none;
    width: 100%;
    top: 47px;
    left: 0;
    font-size: 10px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}



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

#primary-menu ul.nav-menu > li > .sub-menu > li > a {
	display: block;
	padding: 0;
	line-height: normal;
	border-bottom: solid 1px #e7e7e7;
	color: white;
}

.dark_nav #primary-menu ul.nav-menu > li:hover > .sub-menu > li > a {
	background: #f4f4f4;
}

/*#primary-menu .menu-item-has-children:hover > .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;
}

.hide-nav-item {
	visibility: hidden;
}

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

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

.dropdown-image {
	margin-right: 5%;
	max-width: 350px;
}

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

.dropdown-sub-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: baseline;
	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;
}



/*---------------------------------
--------- Modal STYLES --------
---------------------------------*/
#popup-modal-box {
	background: #F7F3F0;
    padding: 2%;
    position: relative;
    width: 90%;
    max-width: 900px;
}

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

#popup-modal-inner p {
    margin: 0 0 10px;
}

#popup-modal-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#popup-modal-box #mc-embedded-subscribe-form input.email {
	border: solid 2px #eaeaea !important;
}

#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: "karla",serif;
    font-size: 11px;
    line-height: 13px;
}

.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 h1,
.popup-text h2,
.popup-text h3 {
    font-size: 28px;
}

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

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-box .popup-image {
	width: 50%;	
}

.popup-text {
	width: 46%;
}

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-box {
	padding: 0;
	max-width: 820px;
}

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-inner {
	flex-wrap: nowrap;
	padding-right: 5%;
}


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

#search-modal-inner label {
	width: 90%;
    float: left;
}

#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 {
	margin: 15px 3%;
	text-align: right;
}

#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;
}



/*---------------------------------
--------- HOME PAGE STYLES --------
---------------------------------*/
#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: #424242;
    color: white;
    font-size: 20px;
}

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

.promotion_1_text span {
	color: #424242;
}

.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 > .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: #424242;
}

#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: #424242;
}

.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: #424242;
    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+ */
}


/*---------------------------------
--------- 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: "karla",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 #f7f3f0;
    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{
	width: 80% !important;
    margin: 0 auto !important;
}

.entry-about-page .nf-form-content {
	margin-top: 100px !important;
}

#nf-field-9{
	width: 100%;
	padding: 15px;
    letter-spacing: 2px;
    font-size: 10px;
    background-color: black;
    color: white;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#nf-field-9:hover{
	color: #404040;
    background-color: #f7f3f0;
}

.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:  "karla", 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: "karla",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 #424242;
    border-bottom: 2px solid #424242;
    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: #424242;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.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: #eeadc0;
}

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

#subscribe_widget {
	text-align: center;
}

.subscribe_form_wrap {
	background: #424242;
    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: "karla",sans-serif;
    text-align: center;
}



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

.alm-btn-wrap {
	text-align: center;
}

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

.post-entry {
	font-size: 16px;
	margin-bottom: 0;
}

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

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

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

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

.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;
}

.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: #f7f3f0;
	border: none;
	margin: 0 auto;
}


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

}

.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: 30px;
    letter-spacing: 2.5px;
    font-family: "freight-big-pro",serif;
    margin-top: 11px;
    margin-bottom: -7px;
}

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

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

.post_meta {
	font-family: "karla",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: "karla", cursive;
    padding: 1px 2px;
    font-size: 10px;
	letter-spacing: 2px;
    color: #f7f3f0;
    font-weight: 400;
    text-transform: uppercase;
}

.post_cats a:hover {
	color: #424242;	
}

.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: 20px 0;
    line-height: 25px;
    letter-spacing: 0.8px;
    font-family: "freight-big-pro",serif;
}

.shopthepost-widget {
	margin: 0 0 30px;
	width: 100%;
	max-width: 100%;
}


/*---------------------------------
--------- POST STYLES --------
---------------------------------*/
#post_entry_subscribe {
	background: #424242;
    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: #424242;
	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-family: "freight-big-pro",serif;
	font-size: 15px;
	margin: 20px 0;
	line-height: 28px;
	letter-spacing: 0.8px;
}

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

.post .content_wrap p a:hover, .single .content_wrap p a:hover {
	color: #d0c4bb;
}

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: "baskerville-urw",serif;
}

blockquote p{
	font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.8px;
    font-family: "baskerville-urw",serif;
    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: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin: 57px 0 106px;
}

#comment-count {
	font-size: 12px;
	color: #282828;
	font-style: italic;
}

#comment-btn {
	font-family: "freight-big-pro", serif;
    font-size: 16px;
    font-weight: 100;
}

#comment-btn:hover {
	color: #eeadc0;
}

#social-share {
	text-align: center;
	color: #424242;
	margin: 0;
}

#social-share::before {
	content: 'Share:';
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}

#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: #424242;
}

.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: #424242;
    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-post {
	width: 32%;
    float: left;
    position: relative;
    margin: 0 1%;
}

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

.related-post:nth-child(3) {
	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 0;
}

.post-navigation {
	display: block;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 14px;
	color: black;
	text-align: center;
	font-weight: 200;
	clear: both
}

body.home .prev-link {
	float: none;
}

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

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

.prev-link, .next-link {
	font-family: "freight-big-pro", serif !important;
    font-size: 22px !important;
    font-weight: 100 !important;
    width: auto;
    font-style: italic !important;
    height: 50px !important;
    border: none !important;
    line-height: 44px;
    background: white !important;
    color: black;
    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;
}

.prev-link:hover, .next-link:hover, .prev-link:hover a, .next-link:hover a {
	color: #eeadc0 !important;
}

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

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

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

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

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

#respond {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.2em;
	padding: 20px 3%;
}

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

#comments {
	display: none;
}

.says {
	display: none;
}

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

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

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

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

.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: "karla",sans-serif;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 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;
}

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

.contact-block-wrapper{
	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: karla;
    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: "karla",sans-serif;
	font-size: 10px;
    letter-spacing: 2px;
    padding: 8px 20px;
}

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

.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: uppercase;
    letter-spacing: 2px;
    font-family: "karla",sans-serif;
    font-size: 10px;
    line-height: 12px;
    padding: 5px;
    border-bottom: 1px solid;
}

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

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

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

#ajax-load-more {
	margin-top: 50px;
}



/*---------------------------------
--------- POST STYLES --------
---------------------------------*/
#archive-items {
	text-align: center;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive-item {
	display: inline-block;
	width: 32%;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.archive-item:hover .archive-item-meta {
	display: block;
}

.archive-item:hover .archive-item-image {
	opacity: 0.8;
}

.archive-item-meta {
	display: none;
	position: absolute;
	background: black;
	color: white;
	bottom: 7%;
	width: 75%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 25px 17px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

h4.archive-item-title {
    font-family: "freight-big-pro",serif;
    text-transform: uppercase;
    font-size: 21px;
}

.archive-item-meta span {
    font-size: 11px !important;
}

.archive-item-meta .sep{
	height: 1px;
    background-color: white;
    width: 35px;
    margin: 15px 0px 11px;
}


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

.archive-item-title {
	line-height: 20px;
	text-transform: none;
}

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

.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: block;
	margin-bottom: 50px;
}

body.archive .page-header .page-title {
	text-align: center;
	margin: 0;
}

h1.page-title.cat-title {
    font-family: "freight-big-pro",serif;
    font-size: 25px;
}

#category-nav {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-top: 30px;
}

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

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

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

#category-nav li.cat-item:nth-child(1) {
	margin-left: 0;	
}

#category-nav li.cat-item:last-child {
	margin-right: 0;	
}

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

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

.category-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 {
	color: white;
}
.category-selection-list a:hover {
	text-decoration: underline;
}

#shop-items {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-grow: 1;
	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 #f7f3f0;
}

.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: #181818;
	overflow: auto;
	position: relative;
}

#colophon {
	color: white;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
    padding: 36px 2%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "karla";
    font-weight: 400;
    letter-spacing: 2px;
}

#colophon a {
	color: white;
}

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

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

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

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

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

#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 > li {
	display: inline-block;
	margin: 0 1.5%;
}

#tertiary-menu > li > 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;
}

#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(1), nf-field:nth-child(9) {
	/*width: 49%;*/
}

nf-field:nth-child(2) {
	/*float: right;*/
	/*width: 49%;*/
}

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: #f7f3f0;
    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: flex;
	align-items: flex-start;
	justify-content: space-between;
	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: white !important;
    color: black;
    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{
	color: #eeadc0 !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;
}