@import url('fonts/freight_disp_pro_book/webfont/stylesheet.css');
@import url('fonts/willona/webfont/stylesheet.css');

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

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

html, body {
	overflow-x: hidden;
}

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

a {
	color: #2C3554;
	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: #c8c5be;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "proxima-nova",serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: normal;
}

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

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

h1, .h1 {
	font-size: 24px;
}

h2, .h2 {
	font-size: 40px;
}

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

h4, .h4 {
	font-size: 18px;
	margin: 5px 0 35px;
}

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

.wpp-post-title {
	font-size: 11px;
	font-family: "brandon-grotesque",serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 10px;
}

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;
	padding: 2% !important;
} */

/* #mc-embedded-subscribe-form input.email {
	background: url('../../images/email-icon.png') no-repeat #EEEEEE !important;
	background-position-x: right !important;
	background-size: contain !important;
	display: block !important;
	width: 100% !important;
    border: solid 2px #EEEEEE!important;
    border-radius: 0 !important;
    color: #333333 !important;
    font-size: 10px !important;
    font-family: "proxima-nova",sans-serif !important;
    letter-spacing: 0.2em !important;
    padding: 2% !important;
} */

select {
	font-family: "lato",sans-serif;
	border: 1px solid #ccc !important;
    background: #eee;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 40px !important;
    color: #a9aaaa;
}

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

.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: none;
    margin: 0 auto 50px;
}

body.blog #primary,
body.single-post #primary {
    max-width: 800px;
}

#primary.full {
	width: 80%;
	margin: 0 auto;
	float: none;
	padding-bottom: 50px;
}

body.page-template-page-packages #primary.full {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}


#primary.full .entry-title {
	font-weight: bold;
	color: #c8c5be;
}

body.page-id-371 .entry-content {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

#primary.full .entry-content p {
	font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

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

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

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

#content {
	margin-top: 150px;
}

body.home #content, body.page-template-page-contact #content, body.page-template-page-packages #content, body.post-type-archive-product #content {
    margin-top: 50px;
}

#content.has-header {
	margin-top: 0;
}

#header_image {
	margin-top: 105px;
}

.alm-btn-wrap {
	margin-top: 120px;
}

.btn,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.shop-btn {
	display: inline-block;
	background: #c8c5be;
	border-radius: 0;
	color: white;
	width: 220px;
	padding: 14px 10px;
	font-size: 12px;
	font-family: "proxima-nova",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;
}

@media only screen and (max-width: 960px){
    .btn,
    .woocommerce #respond input#submit.alt, 
    .woocommerce a.button.alt, 
    .woocommerce button.button.alt, 
    .woocommerce input.button.alt,
    .woocommerce #respond input#submit, 
    .woocommerce a.button, 
    .woocommerce button.button, 
    .woocommerce input.button,
    .shop-btn {
        width: auto;
        padding: 8px 10px;
        font-size: 10px;
    }
}

.btn a {
	color: #282828;
}

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

.btn:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.shop-btn:hover {
	background: #beccd1;
	color: white;
}

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

.btn-rv a {
	color: white;
}

.btn-rv:hover, .btn-rv:focus, .comment-reply-link:hover, input[type=button]:hover, input[type=submit]:hover {
	background: white;
	border: solid 2px #c8c5be;
	box-shadow: none;
	color: #282828;
}

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

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

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

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

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

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

.fa-map-marker{
	font-size: 60px !important;
	color: #bfcad0;
}



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







/*---------------------------------
--------- HEADER STYLES --------
---------------------------------*/
#header-cta-wrapper {
	background: #1F6C99;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
}

#header-cta {
	display: flex;
    align-items: center;
    justify-content: center;
}

.header-cta-item a {
	color: white;
}

.red-link {
	color: red;
}

.cta-sep {
	border-right: solid 1px white;
	height: 15px;
	margin: 0 3%;
}

.container,
.container-lrg {
	max-width: 1200px;
	width: 73%;
	padding: 0;
	margin: 0 auto;
}

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

#masthead {
	position: fixed;
	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: 100000;
}

#masthead #social {
	position: absolute;
    top: 30px;
    right: 15px;
    font-size: 14px;
    width: 175px;
    z-index: 51
}

#masthead #social #follow-trigger {
    text-align: center;
    font-size: 11px;
}
#masthead #social-icons {
    background: white;
    padding: 10px;
    font-size: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

#masthead #social:hover #social-icons {
    opacity: 1;
    visibility: visible;
}

#masthead #social-icons .social-icon {
    display: block;
	color: #8c8c8c;
}

#waypoint {
	display: none;
	/*position: absolute;
	top: 5px;*/
}

#site-navigation-wrap {
	margin: 0 auto;
    padding: 22px 2%;
    display: flex;
    align-items: center;
}

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

.dark_nav {
	background: #2C3554;
	color: white;
}

#masthead .dark_nav a {
	color: white;
}

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

#masthead a {
	color: black;
	line-height: 0;
	font-weight: normal;
    font-family: "proxima-nova",serif;
    white-space: nowrap;
}

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

/*#mobile-logo {
	display: none;
}*/

#logo-wrap {
    width: 15%;
    max-width: 295px;
}

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

.nav-item-cta {
	position: absolute;
	right: 2%;
}

.main-navigation {
	margin: 0 auto;
}

.main-navigation a {

}

#site-navigation {
	width: 65%;
	position: absolute;
	left: 0;
	right: 0;
}

#primary-menu {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#primary-menu, #secondary-menu {
	text-align: center;
	font-size: 12px;
	font-family: "proxima-nova",serif;
    line-height: 18px;
    letter-spacing: 2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

/* #primary-menu ul.menu, #secondary-menu ul.menu {
	display: inline-block;
    padding: 0;
    margin: 0;
    line-height: normal;
    list-style: none;
    list-style-type: none;
} */

#primary-menu ul.menu > li, #secondary-menu ul.menu > li {
	list-style: none;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0px 20px;
}

#primary-menu ul.menu > li {
    margin: 0 0 5px;
}

#primary-menu ul.menu > li > .sub-menu, #secondary-menu ul.menu > li > .sub-menu {
	display: none;
    padding: 10px 0 0 0;
    margin: 0;
    text-align: center;
    position: absolute;
    z-index: 50;
    list-style: none;
    list-style-type: none;
    left: -50%;
    right: -50%;
    font-size: 10px;
}

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

#primary-menu ul.menu > li > .sub-menu > li.current-menu-item > a, #secondary-menu ul.menu > li > .sub-menu > li.current-menu-item > a {
    color: white;
}

#primary-menu ul.menu > li > .sub-menu > li > a, #secondary-menu ul.menu > li > .sub-menu > li > a {
	display: block;
	padding: 7px 0;
	line-height: normal;
	border-bottom: solid 1px white;
	background: #c8c5be;
}

#primary-menu ul.menu > li > .sub-menu > li > a:hover, #secondary-menu ul.menu > li > .sub-menu > li > a:hover {
	color: #282828;
}

#primary-menu ul.menu > li:hover > .sub-menu, #secondary-menu ul.menu > li:hover > .sub-menu {
	display: block;
}

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

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



/*---------------------------------
--------- Search Modal STYLES --------
---------------------------------*/
#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: none;
    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 5%;
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,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 --------
---------------------------------*/

#home-slider {
    position: relative;
}

#home-slider .home-slider-thumb {
    width: 100%;
    height: 700px;
}

#home-slider .slick-slider {
    position: relative;
}

#home-slider:hover .slick-arrow {
    opacity: 1;
}

#home-slider .slick-arrow {
    opacity: 0;
    position: absolute;
    top: 45%;
    font-size: 20px;
    z-index: 1;
    background: rgba(255,255,255,0.5);
    width: 50px;
    height: 90px;
    display: -webkit-flex; 
    display: flex; 
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#home-slider .slick-prev {
    left: 0;
    margin-left: -1px;
}
#home-slider .slick-prev::before {
    content: "\f104";
    font: normal normal normal 32px/1 FontAwesome;
    color: black;
}

#home-slider .slick-next {
    right: 0;
    margin-right: -1px;
}
#home-slider .slick-next::before {
    content: "\f105";
    font: normal normal normal 32px/1 FontAwesome;
    color: black;
}

#home-slider .slick-arrow:hover {
    cursor: pointer;
    background: white;
}

.text-block{
	width: 100%;
	padding: 30px;
	background-color: #f0f0f0;
} 

.text-block h2{
	font-family: "arno-pro-display", serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.text-block h4{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "proxima-nova",serif;
}

#main-header .center-text {
	text-align: center;
	background-color: #f0f0f0;
	margin-top: -8px;
}

.entry-content .center-text {
	text-align: center;
	background-color: #f0f0f0;
	padding: 5% 18%;
	margin-bottom: 30px;
	margin-top: 64px;
}



/*---------------------------------
--------- PACKAGES PAGE STYLES --------
---------------------------------*/

#packages{
	display: flex;
}

#packages-selection{
	display: flex;
}

#packages-overview{
	padding-left: 50px;	
}

#packages-overview h2{
	font-family: "arno-pro-display", serif;
    line-height: 56px;
    font-size: 53px;
    padding-right: 30px;
}

#packages-overview .title-sep{
	width: 130px;
	margin: 0;
    margin-bottom: 43px;
}

#packages-overview p{
	padding-right: 40px;
}

.package{
	padding: 40px;
	width: 33.333%;
	background: rgba(244,243,240,0.75);
	padding-top: 105px;
}

.package .starting {
    text-align: center;
}

.package:nth-child(2){
	background: rgba(204,219,224,0.37);
}

#glider-overview h3{
	font-family: "arno-pro-display", serif;
    line-height: 56px;
    font-size: 53px;
    /*width: 200px;*/
}

.cd-handle {
	background: #c8c5be url(../../js/image-comparison-slider/img/cd-arrows.svg) no-repeat center center !important;
}

.package-type{
	text-align: center;
	font-family: "arno-pro-display", serif;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
}

.package-price{
	text-align: center;
	font-size: 60px;
	font-family: "arno-pro-display", serif;
}

#commercial-project{
	display: flex;
}

#commercial-project img{
	width: 30px;
	height: 30px;
	margin-top: 18px;
    margin-right: 10px;
}

#commercial-project a{
	color: #b1c2ca;
	padding-left: 10px;
}

#commercial-project a:hover{
	color: #c8c5be;
}

#commercial-project p{
	font-size: 14px !important;
    margin-top: 21px;
}


#packages-cta{
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
	font-size: 20px;
	padding: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#packages-cta h3{
	margin-top: 0px;
	margin-bottom: 0px;
}


#packages-cta a{
	color:#beccd1;
	padding-left: 10px;
}

#packages-glider{
	display: flex;
	align-items: flex-start;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
}
#glider-overview{
    margin: 0 auto;
    /*max-width: 420px;*/
    padding: 0px 30px;
    width: 44%;
}

#glider-overview .title-sep{
	width: 130px;
	margin: 0;
    margin-bottom: 43px;
}

.entry-content{
	margin-top: 89px;
}

.cd-image-container{
	margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

/*---------------------------------
--------- CONTACT FORMS STYLES --------
---------------------------------*/


/*.entry-content #landing{
	margin-top: -90px;
}*/

#landing{
	max-width: 50%;
	margin: 0 auto;
}

#landing img{
	display: block;
	margin: 0 auto;
}

#landing h1{
	text-align: center;
}


#landing p{
	text-align: center;
	margin-bottom: 60px;
}

.ninja-forms-field{
	height: 43px;
    border-radius: 0px !important;
    width: 100%;
	background: white;
	border: solid 1px #c8c5be;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "proxima-nova",sans-serif;
    font-size: 10px;
    line-height: 12px;
    padding: 15px;
}

.nf-element{
    border-radius: 0px !important;
	background: white;
	border: solid 1px #a9aaaa;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "proxima-nova",sans-serif;
    font-size: 10px;
    line-height: 12px;
    padding: 12px;
}

.nf-field-element{
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a9aaaa;
}

.label-hidden .nf-field-element{
	text-align: center;
}

.field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button{
	height: 40px;
    color: white;
    background-color: #c8c5be;
    border: none;
    width: 200px !important;
}

.field-wrap input[type="submit"], .field-wrap input[type="button"]:hover {
	height: 40px;
    color: white;
    background-color: #beccd1;
    border: none;
    width: 200px !important;
}

.nf-field-label{
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a9aaaa;
}

input[type="tel"]{
	color: #a9aaaa;
}

/*---------------------------------
--------- CONTACT PAGE STYLES --------
---------------------------------*/
#contact-locations {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 60px;
	margin-top: 80px;
}

.location {
	text-align: center;
	margin: 30px 0;
	margin-left: -26px;
}

.title-sep {
	width: 75px;
	height: 1px;
	border-bottom: solid 1px #333333;
	margin: 0 auto;
	margin-top: 23px;
	margin-bottom: 39px;
}

.location-meta {
	font-family: 'proxima-nova';
    font-size: 15px;
    letter-spacing: 1.5px;
}

#contact-header h2{
	font-family: "arno-pro-display-display", serif;
    letter-spacing: 3px;
    font-size: 36px;
}

#contact-header p{
	letter-spacing: 2px;
	font-size: 14px;
}

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

#contact_form_wrapper .contact-container {
    display: -webkit-flex; 
    display: flex; 
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#contact_form_wrapper .form-body {
    width: 35%;
}

#contact_form_wrapper .form-title {
    font-family: "arno-pro-display-display", serif;
    text-align: center;
}

#contact_form_wrapper .form-text {
    margin-bottom: 1.25em;
}

#contact_form_wrapper .btn-wrap {
    text-align: center;
}

#contact_form_wrapper .form-code {
    width: 57%;
}

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

#contact_form_wrapper nf-field .submit-wrap .nf-field-element {
    text-align: center;
}

#contact_form_wrapper .nf-field-element textarea {
    height: 112px;
}
#contact_form_wrapper .label-above .nf-field-label {
    margin: 0;
}
#contact_form_wrapper .nf-field-label label {
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

#contact_form_wrapper nf-field:nth-child(1),
#contact_form_wrapper nf-field:nth-child(3) {
    width: 48%;
    float: left;
    clear: left;
}

#contact_form_wrapper nf-field:nth-child(2),
#contact_form_wrapper nf-field:nth-child(4) {
    width: 48%;
    float: right;
    clear: right;
}



/*---------------------------------
--------- 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: 0;
    text-align: center;
    font-size: 12px;
    font-family: "brandon-grotesque",serif;
    background: white;
    padding: 5px;
    display: inline-block;
}

.widget_title_sep {
	display: block;
    margin: -15px auto 30px;
    border-bottom: solid 2px #c8c5be;	
}

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

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

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

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



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

.subscribe_form_sub_title {
	font-family: "proxima-nova",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 #2C3554;
    border-bottom: 2px solid #2C3554;
    margin-bottom: 30px;
}

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

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

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

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

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

#subscribe_widget {
	text-align: center;
}

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

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

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

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

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


/*---------------------------------
--------- SHOP PAGE STYLES --------
---------------------------------*/
.consignment-page .entry-content nf-field {
    display: inline-block !important;
    width: 98%;
    margin: 0 1%;
}

.consignment-page .entry-content nf-field:nth-child(1),
.consignment-page .entry-content nf-field:nth-child(2),
.consignment-page .entry-content nf-field:nth-child(3),
.consignment-page .entry-content nf-field:nth-child(4) {
    width: 48%;
    margin: 0 1%;
}

.consignment-page .entry-content nf-field:nth-child(6),
.consignment-page .entry-content nf-field:nth-child(7),
.consignment-page .entry-content nf-field:nth-child(8) {
    width: 31%;
    margin: 0 1%;
}


.consignment-page .entry-title {
    font-size: 28px !important;
}

.consignment-page .entry-title,
.consignment-page h1,
.consignment-page h2,
.consignment-page h3 {
    font-family: "arno-pro-display", serif;
    font-weight: 100 !important;
    color: black !important;
}

.consignment-page {
    max-width: 875px;
    margin: 0 auto;
    width: 80%;
}

.consignment-page .border-top {
    border-top: 2px solid #F8F6F7;
    padding: 50px;
}

#steps {
    position: relative;
}

#steps .step-count {
    width: 120px;
    height: 105px;
    margin-right: 3%;
    border: 1px solid black;
    border-radius: 100%;
    text-align: center;
    font-family: "arno-pro-display", serif;
    font-size: 22px;
}

#steps .step-count span {
    margin-right: 5px;
}

#steps .step-content {
    width: 70%;
    max-width: 500px;
}

#steps .step-image {
    max-width: 105px;
    max-height: 90px;
}

@media only screen and (max-width: 768px){
    .step {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    
    .consignment-page .border-top {
        padding: 50px 0;
    }
    
    #steps .step-content {
        width: 100%;
        text-align: center;
    }

    #steps .step-count {
        margin: 0 0 20px;
        padding: 0 0 10px;
        border: none;
        border-radius: unset;
        border-bottom: 1px solid;
        height: auto;
    }
}


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

.entry-title {
	margin: 0 0 14px;
	font-size: 19px;
	letter-spacing: 2.5px;
	margin-bottom: 8px;
}

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

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

.post_meta {
	font-family: "brandon-grotesque",serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 16px;
}

.post_date {
	font-size: 11px;
	color: #2C3554;
}

.meta_sep {
	margin: 0 2px;
}

.post_cats {
	font-weight: 500;
}

.post_cats a {
	/*background: #c8c5be;*/
	background: transparent;
	margin: 0 -1px;
    padding: 1px 2px;
}

.post_cats a:hover {
	color: #2C3554;	
}

.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-family: "proxima-nova",sans-serif;
	font-size: 12px;
    margin: 20px 0;
    line-height: 23px;
    letter-spacing: 0.8px;
}



/*---------------------------------
--------- POST STYLES --------
---------------------------------*/
#post_entry_subscribe {
	background: #2C3554;
    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: #2C3554;
	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 {
	display: block;
    width: 150px;
    border-bottom: solid 1px #e7e7e7;
}

.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: "proxima-nova",sans-serif;
	font-size: 12px;
	margin: 20px 0;
	line-height: 23px;
	letter-spacing: 0.8px;
}

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

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

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

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

blockquote {
	padding: 10px 2%;
	background: #2C3554;
	font-size: initial;
	width: 85%;
	margin: 0 auto;
	border: none;
}

blockquote p {
	margin: 0 !important;
	color: white !important;
}

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

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

#social-share {
	text-align: center;
	color: #2C3554;
	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: #2C3554;
}

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

.prev-link {
	/*margin-right: 3%;*/
	float: right;
	display: inline-block;
	padding: 3px 5px 4px 10px;
    width: auto;
}



.next-link {
	/*margin-left: 3%;*/
	float: left;
	display: inline-block;
	padding: 7px 5px 4px 10px;
    width: auto;
}

.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;
	background: #eeeeee;
	padding: 20px 3%;
}

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

#comments {
	display: block;
}

.says {
	display: none;
}

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

.comment-author .fn {
	font-family: "brandon-grotesque",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: #c8c5be;
}

.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: "proxima-nova",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_form .contact-message {
	margin-bottom: 0 !important;
}

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

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

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

#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: solid 1px #c8c5be;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "proxima-nova",sans-serif;
    font-size: 10px;
    line-height: 12px;
    padding: 15px;
}

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

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

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


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

.archive-item {
	display: inline-block;
	width: 32%;
	position: relative;
	margin-bottom: 60px;
}

.archive-item-meta {
	color: #303030;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 10px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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

#shop-items {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-grow: 1;
	flex-wrap: wrap;
}

.shop-item {
	width: 270px;
}

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

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

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




/*---------------------------------
--------- FOOTER STYLES --------
---------------------------------*/
#colophon {
	border-top: 1px solid #9c9c9c;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
    padding: 10px 1% 20px;
    clear: both;
}

/* body.home #colophon {
	display: none;
} */

#colophon a {
	color: #000000;
}

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

#social {
	display: inline-block;
}

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

.social-icon {
	display: inline-block;
	margin: 0 0.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 {
	padding: 0;
	text-align: center;
	clear: both;
	position: relative;
	letter-spacing: 2px;
	display: flex;
	justify-content: space-between;
}

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

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

#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: 16px;
	color: #c8c5be;
	font-weight: bold;
    letter-spacing: 2.3px;
    text-align: center;
}

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

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