
/*---------------------------------
--------- GENERAL STYLES --------
---------------------------------*/
#coming_soon  img {
	max-width: 500px;
}

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

#instafeed {
	position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0 90px;
    background: white;
}

#instafeed .instafeed-handle {
    width: 5%;
}

#insta-footer {
    width: 75%;
}

#instafeed.footer-block {
	margin: 0;
}

.insta-desktop {
    display: block;
}

.insta-mobile {
    display: none;
}

@media only screen and (max-width: 768px){
    .insta-desktop {
        display: none;
    }
    .insta-mobile {
        display: block;
    }
}

.vertical-text {
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: center center;
	float: left;
}

.instafeed-handle a.instafeed-handle-link {
	display: block;
    padding: 0 30px;
}

.instafeed-handle-link img {
	display: block;
	min-width: 19px;
}

.instafeed-item {
	position: relative;
	display: block;
}

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

.white-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	z-index: 0;
}

*: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: 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: "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;
}

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 .button{
	color: white !important;
	background-color: #303030 !important;
}

#mc-embedded-subscribe-form input.email {
    display: block !important;
    width: 100% !important;
    border: solid 0px #f3ede9!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;
}

select {
	font-family: "karla",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: 1px;
}

.entry-header-single  .entry-title{
	margin: 15px 0 0;
}

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

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

#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.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: #f1e1e1;
	border: 1px solid #f1e1e1;
	border-radius: 0;
	color: black;
	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;
}

.alm-btn-wrap .alm-load-more-btn{
	color: black !important;
	background: #f5f1ef !important;
}

.btn a {
	color: white;
}

.btn a:hover {
}

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

.btn-rv, .comment-reply-link, input[type=button], input[type=submit] {
	background: #f3ede9;
	border: solid 1px #f3ede9;
	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 #f3ede9;
	box-shadow: none;
	color: #282828;
}

.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: #f9f7f8;
    margin: 100px 0px;
}

.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: '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-wrap {
	padding: 22px;
    box-sizing: border-box;
    background: #f9f7f8;
}

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

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

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

body.archive .container {
	max-width: 1200px;
}

.container {
	max-width: 1100px;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}

.container.post-entry-featured{
	max-width: 1000px;
}

#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;*/
	height: 0;
}

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

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

#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: 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: #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: 24%;
    max-width: 500px;
    margin: 74px auto 55px;
    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;
}

.wp_rp_content{
	margin-top: 100px;
}

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

.menu-item-type-post_type a{
	font-family: 'karla',serif;
	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: 10px;
}

#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: 16px 37px;
    margin: 0;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

#primary-menu ul.nav-menu > li.menu-item-has-children {
    position: relative;
}


#primary-menu ul.nav-menu > li > .sub-menu {
	display: block;
	visibility: hidden;
	background: #f1e1e1;
	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 > 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;
	color: black;
	padding: 6px 0px;
    font-size: 11px;
}

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

#primary-menu ul.nav-menu > li:hover > .sub-menu {
    display: block;
	visibility: visible;
	opacity: 1;
}

#primary-menu ul.nav-menu > li.menu-item-has-children .arrow {
    display: none;
}

@media only screen and (max-width: 960px){
    #primary-menu ul.nav-menu > li.menu-item-has-children .arrow {
        display: block;
        position: absolute;
        top: 4px;
        right: 25px;
        color: #333333;
        font-size: 35px;
    }
    #primary-menu ul.nav-menu > li.menu-item-has-children .sub-menu {
        display: none;
        top: unset;
        visibility: visible;
        opacity: 1;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        background: white;
    }
    #primary-menu ul.nav-menu > li.menu-item-has-children .sub-menu a {
        background: white;
    }
    #primary-menu ul.nav-menu > li.menu-item-has-children.submenu-open .arrow.submenu-open {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); 
    }
}

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

.flex_row {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_row img {
	display: block;
    max-width: 49%;
    margin: 1% 0;
}

.flex_row img:nth-of-type(2n) {
	margin-left: 1%;
}

.flex_row img:nth-of-type(2n+1) {
	margin-right: 1%;
}

/*---------------------------------
--------- Modal STYLES --------
---------------------------------*/
#popup-modal-box {
	background: #f1e1e1;
    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: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding-right: 5%;
}

#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 p{
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
}

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

.popup-text {
	width: 46%;
}

.fa-envelope-o:before{
	display: none;
}

input#mc-embedded-subscribe {
    background: #4c4c4c !important;
    color: white !important;
}

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

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

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

#search-modal-inner input.search-field {
    width: 100%;
    padding: 24px;
    font-family: "karla";
    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: 12px 3%;
	text-align: left;
}

#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: black;
    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: 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 > .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: 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;
    margin-bottom: 10px;
}

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

#currently-loving-section{
	background-color: #f9f7f8;
	margin: 80px 0px 100px 0px;
	padding: 50px;
}

#currently-loving-section-wrapper {
    background-color: white;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    padding: 50px;
}

#currently-loving-section-header{
	width: 25%;
	text-align: center;
}

#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: "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 #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:  "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 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;
    display: none;
}

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

#vertical-social {
    position: fixed;
    left: 4%;
    top: 67%;
}

#vertical-social .social-icon {
	display: block;
	margin: 15px 0;
	font-size: 14px;
	color: black;
}

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

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

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

.boutique-widget .bo-garden {
	margin: 0 auto !important;
}

#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;
	padding: 70px 0 25px !important;
}

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

.post-entry {
	font-size: 16px;
	display: flex;
}

.post-block{
	width: 50%;
	display: flex;
	margin: 30px 0;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.post-entry .post-block-left {
	padding-right: 30px;
}

.post-entry .post-block-right {
	padding-left: 30px;
}

.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;
    border-top: none;
    display: flex;
    flex-direction: column;
}

.post-entry-featured .featured-image {
	text-align: center;
}

.post-entry-meta .entry-title{
	margin-top: 0px;
	font-family: "freight-big-pro",serif;
	text-align: center;
	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-foot{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.post-foot-box {
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.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: 29px;
    letter-spacing: 2.5px;
    font-family: "freight-big-pro";
    text-align: center;
    margin-bottom: 30px;
	font-weight: 100;
	line-height: normal;
    margin-top: -35px;
}

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

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

.bg-color{
	background-color: #f6f2ef;
    height: 16px;
    margin-bottom: -14px;
}

.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: #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: 13px;
    margin: 30px 0px 40px;
    font-family: "karla",serif;
    letter-spacing: 1px;
    line-height: 29px;
    color: #404040;
}

#trending-posts {
	margin: 100px 0;
}

.trending-post{
	margin-right: 2px;
	position: relative;
}

.trending-post-title {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 19px;
}

.trending-post:hover .trending-post-title {
	visibility: visible;
	opacity: 1;
}

.trending-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.trending-header {
	display: block;
    padding: 0 30px;
    min-width: 22px;
}

.trending-header img {
	display: block;
}


/*---------------------------------
--------- POST STYLES --------
---------------------------------*/
#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-family: "karla",serif;
	font-size: 13px;
	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;
}

.content_wrap{
	width: 80%;
	margin: 0 auto;
}

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: 13px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin: 40px 0 16px;
}



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

ul li {
	position: relative;
}

ul li .wp_rp_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	color: black;
	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: 12px;
    letter-spacing: 1px;
	color: #282828;
	font-family: "karla";
	font-weight: 100;
}

#comment-count a{
    letter-spacing: 1px;
	color: #282828;
	font-weight: 100;
}

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

.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: black;
    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 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%;
}

#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: #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: "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;
	width: 100%;
}

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

.contact-form nf-fields-wrap nf-field:nth-of-type(2) {
	width: 48%;
	float: left;
}

.contact-form nf-fields-wrap nf-field:nth-of-type(3) {
	width: 48%;
	float: right;
}

.contact-form nf-fields-wrap nf-field:nth-of-type(4) {
	clear: both;
}

.contact-form nf-fields-wrap nf-field .field-wrap input[type="button"] {
	width: 100%;
	background: #f1e1e1;
	border: 1px solid #f1e1e1;
	padding: 20px 0;
	padding: 10px 0;
    letter-spacing: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-form nf-fields-wrap nf-field .field-wrap input[type="button"]:hover {
	background: #f3ede9;
	border: 1px solid #f3ede9;
}

.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: #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: #f4f4f4;
	border: none;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "karla",sans-serif;
    font-size: 10px;
    line-height: 12px;
    padding: 14px;
}

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


/*---------------------------------
--------- POST STYLES --------
---------------------------------*/
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;
}

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

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

.archive-item:hover .archive-item-meta {
	visibility: visible;
    opacity: 1;
}

.archive-item-meta {
	display: flex;
	padding: 20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    color: black;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    visibility: hidden;
    opacity: 0;
    -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;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
}

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

.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 {
	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: 36px;
    font-weight: 100;
}

#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 !important;
}
.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 #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: #f5f1ee;
	overflow: auto;
	position: relative;
	z-index: 1;
}

#colophon {
	color: #1d1d1d;
	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;
    flex-direction: column;
    text-transform: uppercase;
}

.copyright {
	margin-top:20px;
}

.copyright a{
	color: #d29b9b !important;
}

.footer-area{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.footer-logo{
	width: 11%;
}

.footer-menu{
	width: 80%;
}

.social-footer{
	width: 10%;
}

#colophon a {
	color: #1d1d1d;
}

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

.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: 2%;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    max-width: 109px;
    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 > 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;
}


#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 25px;
	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(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: #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: 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: #deaeae !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;
}