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

/*---------------------------------
--------- SCROLLING SIDEBAR STYLES --------
---------------------------------*/
html {
  box-sizing: border-box;
}

/* SCROLLING SIDEBAR */
*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.content-area {
  padding: 0 15px;
  width: 380px;
}

/* The sticky */
#secondary {
  position: -webkit-sticky;
  position: sticky;
  top: 82px !important;
  margin-top: 68px;
}

body.customize-support #secondary {
    top: 115px !important;
}

#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-widget-modal-holder {
	top: 115px !important;
}


#masthead #instagram_feed {
	display: none;
	position: fixed;
	z-index: 49;
}

#instagram_feed {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
	background: white;
}

#instafeed_handle {
	position: absolute;
    top: 20%;
    left: 8%;
    font-size: 18px;
    letter-spacing: 4px;
    z-index: 51;
}

#instafeed_handle a.instafeed_handle-link {
	display: block;
	padding: 10px 40px;
	background: white;
	color: black;
	font-size: 10px;
	border: 3px solid pink;
	text-transform: uppercase;
}

#instafeed_handle .ig-username {
	display: block;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}

#instafeed_handle .ig-followers {
	display: block;
    margin: 2px auto 0;
    font-family: 'Cormorant';
    font-style: italic;
    font-size: 10px;
    text-align: center;
}

.instafeed-item {
	position: relative;
    padding: 0;
    /*margin: 0.15% 0;*/
}

.instafeed-item img {
	display: block;
	width: 100%;
}

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

#masthead #instagram_feed{
	top: 98px;
}

body.dark_nav #masthead #instagram_feed{
	top: 80px;
}

body.customize-support #masthead #instagram_feed{
	top: 130px;
}

body.dark_nav.customize-support #masthead #instagram_feed{
	top: 112px;
}


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

/*---------------------------------
--------- GENERAL STYLES --------
---------------------------------*/

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

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 {
	border: none;
	box-shadow: none;
}

.hide {
	display: none !important;
}

#loading-screen {
	position: fixed;
    background: #f7f7f7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000;
}

.loading-screen-wrap {
	text-align: center;
}

.loading-logo img {
	max-width: 400px;
	margin-bottom: 10%;
}

.loading-gif img {
	max-width: 100px;
	margin: 0 auto;
}

.loading-msg {
	text-transform: lowercase;
    font-size: 24px;
    font-style: italic;
    margin-top: 10%;
}

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

#back_to_top {
	background: url('../../images/top.png') no-repeat center center;
	background-color: white;
	border-radius: 100%;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 100;
}

#back_to_top:hover {
	background: url('../../images/top-hover.png') no-repeat center center;
	background-color: white;
	border-radius: 100%;
	background-size: 100%;
	width: 50px;
	height: 50px;
}

#instagram_feed {
	display: none;
	position: fixed;
    top: -4px;
    width: 100%;
    z-index: 50;
}

#instagram_feed #ig_handle {
	padding: 30px 15px;
}

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

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.grid-item { width: 364px; }
.grid-item--width2 { width: 728px; }

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

:focus {
	outline: none !important;
}

body {
	overflow-x: hidden;
}

body, .reset-font-family {
	
	font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 29px;
    text-align: justify;
}

a {
	color: #1d1d1d;
	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: #fdacbd;
}

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

h1, h2, h3, h4, h5, h6 {
	
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

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

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

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

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

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

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

p {
	margin-bottom: 2.5em;
}

input {
	background: #f9f8f7;
    border-radius: 0;
    text-transform: none;
    box-shadow: none;
    outline: none;
    font-size: 10px;
    font-family: 'proxima-nova-condensed';
    letter-spacing: 1px;
    padding: 30px;
}

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_embed_signup{
	background: transparent !important;
}

#mc_embed_signup_scroll p{
	margin-bottom: 10px;
}

#mc_embed_signup form{
	padding: 0 !important;
    width: 94%;
    margin: 0 auto;
}

#mc_embed_signup input.button{
	width: 97% !important;
	border-radius: 0px !important;
	font-size: 11px;
    letter-spacing: 2px;
}

#mc_embed_signup .button{
	background-color: #fdacbd !important;
}

#mc-embedded-subscribe:hover {
	background: #313131 !important;
}

#mc-embedded-subscribe-form input.email {
	background: #fff !important;
	background-position-x: right !important;
	background-size: contain !important;
	display: block !important;
	width: 97% !important;
	margin: 0 auto !important;
    border: none !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: 4% !important;
    font-family: "proxima-nova-condensed",sans-serif !important;
}

select {
	font-family: "proxima-nova-condensed",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: #1d1d1d;
}

.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: 64%;
	float: left;
}

#primary.full {
	width: 100%;
	float: none;
}

body.archive .page-title, body.search .page-title {
	font-family: "proxima-nova-condensed",sans-serif;
	font-size: 24px;
    letter-spacing: 3px;
}

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

#content {
	margin-top: 57px;
	padding: 60px 0;
}

body.has_footer_cta #content {
	padding-bottom: 0px;
}

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

.btn, input[type=button], input[type=submit] {
	display: inline-block;
	background: #fdacbd !important;
    border: solid 1px #fdacbd !important;
    border-radius: 0;
    color: white;
    padding: 9px 75px;
	font-size: 13px;
	font-family: "proxima-nova-condensed",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;
    outline: none !important;
    margin: 0 auto;
}

.btn:hover, input[type=button]:hover, input[type=submit]:hover {
	background: #313131 !important;
	border: 1px solid #313131 !important;
	color: white;
	box-shadow: none;
}

.btn:focus, input[type=button]:focus, input[type=submit]:focus {
	outline: none !important;
	box-shadow: none !important;
}

.btn-rv {
	background: #fdacbd;
    border: solid 1px #fdacbd;
    color: white;
    box-shadow: none;
    font-family: 'proxima-nova-condensed';
}

.btn-rv a {
	color: white;
}

.btn-rv:hover, .btn-rv:focus {
	background: #313131;
	border: solid 1px #313131;
	color: white;
	box-shadow: none;
}

.btn-rv:hover a {
	color: white;
}

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

.btn-pink a {
	color: white;
}

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

.btn-pink:hover a {
	color: white;
}

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


/*---------------------------------
--------- HEADER STYLES --------
---------------------------------*/
body.page .container {
	max-width: 1200px;
	width: 60%;
	padding: 0;
	margin: 0 auto;
}

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

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

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

#masthead #social-icons {
	position: absolute;
    top: 8px;
    right: 8px;
    font-size: 13px;
    width: 58%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 0;
}

#masthead #site-navigation-wrap.dark_nav #social-icons {
	top: 0;
}

#masthead #social-icons .social-icon {
	display: block;
	width: 25px;
	float: right;
}

#waypoint {
	position: absolute;
	top: 5px;
}

#site-navigation-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 50;
}

.dark_nav {
	background: white;
}

#masthead .dark_nav a, #masthead a {
	color: #353535;
}

#masthead .dark_nav a:hover, #masthead a:hover {
	color: #fdacbd;
}

#masthead li.featured-menu-item a, #masthead li.featured-menu-item a:hover {
	color: #fdacbd;
	font-weight: bold;
}

#masthead .site-navigation-wrap .logo-icon.blue {
	display: inline-block;
}

#masthead .logo-icon {
    position: absolute;
    top: 0;
    left: 40px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

#masthead #site-navigation-wrap.dark_nav .logo-icon {
	width: 17%;
	display: flex;
    align-items: center;
}

#masthead .logo-icon img {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#masthead .dark_nav .logo-icon img {
	/*opacity: 1;*/
}

#colophon .logo-icon {
	max-width: 42px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#logo-wrap {
	display: none;
    width: 22%;
    margin: 7.5% auto 3%;
    text-align: center;
}

#logo {
	width: 100%;
}

.main-navigation {
	width: auto;
	margin: 18px auto 0;
}

#masthead #site-navigation-wrap.dark_nav .main-navigation {
	margin: 0 auto;
}

.main-navigation a {
	color: #1d1d1d;
}

#primary-menu {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'proxima-nova-condensed';
    letter-spacing: 2px;
    margin-left: 12%;
}

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

#primary-menu ul.nav-menu > li {
	list-style: none;
    list-style-type: none;
	float: left;
    position: relative;
    padding: 30px 28px;
    margin: 0;
}

#primary-menu ul.nav-menu > li.pink-link > a {
    color: #fdacbd;
    font-weight: bold;
}

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


#menu-item-33352 a {
    color: #ef768f;
    font-weight: bold;
}


#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: 7% 0;
	line-height: normal;
	border-bottom: solid 1px #fff;
	background: #f2f1ed;
	font-size: 12px;
}

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

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

#secondary_nav {
	text-align: center;
	background: #1d1d1d;
	font-size: 14px;
	text-transform: uppercase;
	clear: both;
}

#secondary_nav #currentItemImage {
	display: none;
}

#secondary_nav #secondary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary-menu > li {
	display: inline-block;
	overflow: auto;
	list-style: none;
    list-style-type: none;
}

#secondary-menu > li > a {
	display: block;
	color: white;
	padding: 20px 30%;
}

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



/*---------------------------------
--------- Search Modal STYLES --------
---------------------------------*/
#search-modal-inner input.search-field {
    width: 100%;
    padding: 24px;
    font-size: 16px;
    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: 18px 22px;
	float: right;
}

#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 --------
---------------------------------*/
.best-of-category-wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 130px 86px 130px 0px;
}

.best-of-category-head{
	text-align: center;
	position: relative;
    width: 30%;
}

.best-of-category-head .best-of-title {
	font-family: 'proxima-nova-condensed';
	font-size: 25px;
	margin-bottom: 0;
}

.best-of-link {
	font-family: 'proxima-nova-condensed';
	font-size: 16px;
	text-transform: uppercase;
}

.best-of-category-head .sep {
	height: 2px;
    width: 125px;
    background-color: black;
    position: absolute;
    right: -14%;
    top: 40px;
    z-index: 1;
}

.best-of-blocks {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.best-of-block:hover{
	color: white;
}


.best-of-block {
	position: relative;
    display: inline-block;
    width: 30%;
	margin: 1%;
}

.best-of-block .best-of-image {
    display: block;
    width: 100%;
}

.best-of-block-title-wrap {
	position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 8%;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.best-of-block:hover .best-of-block-title-wrap {
	display: flex;
}


#featured-slider-section.container { 
	width: 76%; 
}

#featured-slider-section .slick-dots {
	margin-bottom: 15px;
}

#featured-slider-section .slick-dots li {
	margin: 0 12px;
}

#featured-slider-section .slick-dots li button {
	box-shadow: none !important;
    padding: 0px !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0px !important;
    border: 8px solid white !important;
    border-radius: 100% !important;
}

.slick-dots li button:before {
	color: #D8D7DC !important;
    border: 0px solid white !important;
    font-family: 'slick' !important;
    border-radius: 100%;
    font-size: 18px !important;
    line-height: 18px !important;
    position: absolute !important;
    top: 2px !important;
    left: 1px !important;
    width: 15px !important;
    height: 15px !important;
    content: 'â€¢' !important;
    text-align: center !important;
    opacity: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.slick-dots li.slick-active button:before {
	color: #9E9E9E !important;
}

#home-cta-section {
    background-color: #f9f8f7;
    text-align: center;
    padding: 70px 0px;
    margin: 100px 0px;
}

.home-cta-sub-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 0px 30px;
}

.home-cta-title {
    
    font-style: italic;
    font-size: 28px;
    letter-spacing: 1px;
}

#latest-projects-section h2{
	text-align: center;
	letter-spacing: 3px;
	font-size: 24px;
	margin-bottom: 30px;
	color: #1d1d1d;
}


#about-section {
	position: relative;
}

.about-section-bg {
	background-size: cover;
    background-position: center center;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-section-content {
	padding: 90px 0;
	margin: 120px 0;
}

.latest-projects-wrapper {
	display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 76%;
}

.latest-projects-section-project {
	position: relative;
	display: block;
	margin-top: 7%;
}

.latest-projects-section-project img {
	vertical-align: top;
	display: inline-block;
}

.latest-projects-section-project img:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.middle-vertical-projects-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.latest-projects-section-project-cta {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    
    font-style: italic;
    font-size: 21px;
    color: #424242;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.latest-projects-section-project:hover .latest-projects-section-project-cta {
	opacity: 1;
}

.latest-projects-section-cta {
	margin: 40px auto;
	display: block;
    width: 200px;
}

.side-projects-wrap{
	width: 32%;
}
.middle-vertical-projects-wrap{
	width: 31.2%;
}

#services-page-section{
	margin-top: 5%;		
}

#services-section {
	padding: 75px 0;
	background: #f9f8f7;
	margin: 100px 0 0;
}

.services-section-title {
	color: #1d1d1d;
	font-family: 'Cormorant",serif';
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 65px;
	font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
}

.services-section-sub-title{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    padding: 0px 0px 80px;
}

.services-section-services-wrap {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 74%;
}

.service-slide-outer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6% 5% 5%;
}

.service-slide-inner {

}

.service-slide-title{
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.service-slide-title h2 {
	letter-spacing: 4px;
	font-size: 26px;
	position: relative;
    z-index: 1;
}

.service-slide-title span{
	
    font-size: 150px;
    color: #f2f1ef;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services-section-service {
	display: flex;
    align-items: flex-start;
    position: relative;
    width: 29%;
}

.services-section-service-learn-more {
	position: absolute;
	opacity: 0;
	top: 4%;
	left: 7%;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	color: black;
	opacity: 0;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-section-service:hover .services-section-service-learn-more {
	opacity: 1;
}

.service-item{
	max-width: 70%;
	margin: 0 auto;
}

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

.service-item-header h2{
	letter-spacing: 4px;
    font-size: 26px;
    padding: 75px;
    position: relative;
    z-index: 1;
}

.service-item-header span{
	
    font-size: 150px;
    line-height: normal;
    color: #f2f1ef;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    margin: 0 auto;
}

.service-item-text{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0px 0px 80px;
}

.services-cta {
    text-align: center;
    margin: 100px 0px;
}

.services_page_cta_title{
	
    font-style: italic;
    font-size: 28px;
    letter-spacing: 1px;
     margin-bottom: 10px;
}

.services_page_cta_sub_title {
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'proxima-nova-condensed';
    margin-bottom: 40px;
}

.service-image {
	width: 40%;
}

#services-page-section > div:nth-child(2n) .service-item{
	flex-direction: row-reverse;
}

.service-cta-section{
	background-color: #f2f1ef;
    padding: 50px 0px;
    margin: 100px 0px;
}

.service-cta-section h2{
	
    font-style: italic;
    font-size: 27px;
    letter-spacing: 3px;
}

.service-cta-section h4{
	font-family: "proxima-nova-condensed",serif;
    margin-top: -20px;
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 3px;
}

.service-content{
	width: 60%;
	padding: 0 45px 45px;
    text-align: justify;
    font-family: 'proxima-nova-condensed';
    letter-spacing: 0.4px;
    font-size: 14px;
    line-height: 28px;
    color: #424242;
}

.service-content h3{
	text-align: center;
	font-family: 'proxima-nova-condensed';
	position: relative;
}

.service-count {
	display: block;
    position: absolute;
    top: -5;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 80px;
    font-style: italic;
    color: #EFEFEF;
    z-index: -1;
}

#services-section #footer-cta h6{
	font-family: "proxima-nova-condensed",serif;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 3px;
    max-width: 50%;
}

#services-page-wrapper {
    max-width: 80%;
    margin: 0 auto;
 }
 
h1.page-title{
	text-align: center;
	margin-top: 50px;
	color: #1d1d1d;
    font-family: 'Cormorant",serif';
    line-height: 24px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
}

h3.page-sub-title{
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'proxima-nova-condensed';
}

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

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

.rs-section-wrapper{
	margin: 120px 0px;
	background-color: white;
	padding: 0 0 30px;
}

.rs-section-head{
	display: flex;
    justify-content: space-between;
    line-height: 20px;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.rs-section-head .rs-section-title {
	padding-right: 35px;
	background: white;
	position: relative;
	z-index: 1;
}

.rs-section-head h4 {
	padding-left: 35px;
	background: white;
	position: relative;
	z-index: 1;
}

.rs-section-head .sep{
	height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid black;
    z-index: 0;
}

.rs-section .stp-outer {
	max-width: 1200px !important;
}

.entry-content-wrapper .stp-outer {
	max-width: 500px !important;
}

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

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

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

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

.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: #1d1d1d;
    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-title{
	font-family: 'dosis';
	font-size: 29px;
	color: white;
}

.define{
	
    font-style: italic;
    font-size: 33px;
    letter-spacing: 1px; 
}

.about-section-text {
	font-family: 'proxima-nova-condensed';
    font-size: 21px;
    color: white;
    letter-spacing: 1px;
    
}

.page-cta{
	text-align: center;
    font-style: italic;
    
    font-size: 18px;
    margin: 60px 0px;
}

/*---------------------------------
--------- SIDEBAR STYLES --------
---------------------------------*/
#shopbop-core-widget {
	margin: 1em auto !important;
	padding: 0 !important;
}
.widget {
	margin: 0 0 2em;
    padding: 0px 0px 0px;
    overflow: auto;
    position: relative;
    /*margin-top: -15px;*/
}

.widget-plain {
	padding: 0;
}

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

.widget-inner {
	position: relative;
	z-index: 1;
}

.widget select {
	font-size: 10px;
	height: 30px;
	width: 100%;
}

.widget-title {
	margin: 0;
    text-align: center;
    font-size: 23px;
    
    margin-bottom: 10px;
}

.widget_title_sep {
	display: none;
}

.ig-widget-wrap {
	position: relative;
    display: block;
}

.ig-widget-header-wrap {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ig-widget-header {
	background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    width: 80%;
    text-align: center;
}

.widget-header-wrap {
	padding: 10px;
    width: 90%;
    margin: 0 auto 240px;
    background: rgba(255, 255, 255, 0.8);
}

.subscribe_form_sub_title {
	
	font-weight: 400;
    font-size: 15px;
    text-transform: initial;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
}

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

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

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

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

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

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

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

#subscribe_widget {
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
}

#subscribe_widget .widget-title{
    font-size: 21px;
    
    font-weight: 400;
}

#subscribe_widget .jetpack_subscription_widget .success,
#subscribe_widget .jetpack_subscription_widget .error {
    background: rgba(255,255,255,0.75);
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.subscribe_form_wrap {
	background: #1d1d1d;
    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;
}

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

#secondary #featured_posts {
    background: transparent;
    clear: both;
}

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

#cooler-nav {
	display: none;
}

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

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

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

.nav-box img {
	display: block;
}

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

#ig_feed {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: white;
}

#ig_handle {
	position: absolute;
    top: 48%;
    left: 13%;
    padding: 15px;
    background: #1d1d1d;
    color: white !important;
    text-align: center;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 51;
}

#shopbop-core-widget{
	margin-top: 70px !important;
}

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

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

#load-more, .alm-load-more-btn {
	box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    display: block !important;
    width: 350px !important;
    font-weight: 500 !important;
    color: #313131 !important;
    font-family: "freight-text-pro",serif !important;
    font-weight: 100 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    height: 50px !important;
    font-size: 22px !important;
    letter-spacing: 4px !important;
    outline: none !important;
}

#load-more:hover, .alm-load-more-btn:hover {
	color: #fdacbd !important;
}

#load-more:focus, .alm-load-more-btn:focus {
	outline: none !important;
}

article.type-post {
	width: 90%;
	margin: 0 auto;
	max-width: 800px;
}

.post-entry {
	font-size: 17px;
    margin-bottom: 80px;
}

.post-entry-full .entry-title {
	text-align: center;
	font-size: 27px;
	font-weight: 500;
	margin: 20px 0;
}

.post-entry-full .entry-content {
	margin-top: 0;
}

.post-entry-full .entry-content p {
	margin: 0 0 15px;
}

.post-aside .post-entry {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}

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

.alm-reveal:nth-of-type(2n+1) .post-entry {
	flex-direction: row !important;
}

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

.post-aside .post-entry .entry-thumb {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
	width: 50%;
    height: 700px;
}

.post-aside .post-entry .entry-thumb .post-aside-cat {
    position: relative;
    z-index: 1;
    padding: 10px 30px;
    background: #f7f7f7;
    font-size: 12px;
    line-height: normal;
    color: #1d1d1d;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 15px;
}

.post-aside .post-entry .entry-thumb .post-aside-cat:hover {
    color: #fdacbd;
}

.post-aside .post-entry .post-entry-content-wrapper {
    width: 42%;
    margin-left: 2%;
}

.entry-content-wrapper {
	width: 42%;
	position: relative;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	line-height: 27px;
	margin: auto;
}

.post-aside:nth-of-type(2n) .post-entry .entry-content-wrapper, .alm-reveal:nth-of-type(2n+1) .post-entry .entry-content-wrapper {
	margin-left: 3%;
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.post-aside:nth-of-type(2n+1) .post-entry .entry-content-wrapper {
	margin-right: 3%;
	display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.alm-reveal:nth-of-type(2n) .post-entry .entry-content-wrapper {
	align-items: flex-start;
	margin-left: 0;
}

.alm-reveal:nth-of-type(2n+1) .post-entry .entry-content-wrapper {
	align-items: flex-end;
	margin-right: 0;
}

.post-aside .post-entry .entry-content-wrapper .entry-title {
	width: 126%;
}

.post-aside:nth-of-type(2n) .post-entry .entry-content-wrapper .entry-title {
	font-size: 30px;
    background-color: #f7f7f7;
    text-align: left;
    line-height: 40px;
    margin-top: 30px;
    padding: 3px 40px;
}


.post-aside:nth-of-type(2n+1) .post-entry .entry-content-wrapper .entry-title{
	font-size: 30px;
    background-color: #f7f7f7;
    position: relative;
    text-align: right;
    line-height: 40px;
    margin-top: 30px;
    padding: 3px 40px;
}

.post_meta {
	text-align: left;
	margin-top: 20px;
	font-weight: 500;
}

.entry-title {
	margin: 0 0 0px;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 50px;
}

.entry-title a {
	color: #1d1d1d;
}

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

.entry-meta-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.pipe {
	margin: 0 10px;
}

.rsCode {
	margin: 5px auto 30px;
	width: 100%;
}

.post-date {
	font-size: 11px;
	color: #fdacbd;
	float: left;
    font-family: 'proxima-nova-condensed';
    margin-top: -1px;
    text-transform: uppercase;
}

.post_cats {
	display: block;
    font-size: 11px;
    line-height: normal;
    text-transform: uppercase;
    color: #fdacbd;
    margin-bottom: 22px;
}

body.single .post_cats {
	margin-bottom: 10px;
}

body.single .entry-title {
	font-size: 27px;
	margin: 20px 0;
}

.post_cats a {
	margin: 0 1%;
	color: #fdacbd;
}

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

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

section#best_of_fashion{
	margin-top: -110px;
}

.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: 17px;
    margin: 20px 0;
}



/*---------------------------------
--------- POST STYLES --------
---------------------------------*/
#post_entry_subscribe {
	background: #1d1d1d;
    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: #1d1d1d;
	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 50px;
}

.post p {
	margin: 0 0 15px;
	font-size: 17px;
	color: black;
	line-height: 27px;
}

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: #1d1d1d;
	font-size: initial;
	width: 85%;
	margin: 0 auto;
	border: none;
}

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

.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: baseline;
    flex-grow: 1;
    margin: 80px 0 20px;
    font-family: 'proxima-nova-condensed';
    text-transform: uppercase;
}

#post-foot a{
	color: white;
}

.entry-content-wrapper #post-foot {
	border-top: none;
	margin: 0 auto;
}

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

#post-foot #comment-btn {
	width: auto;
	line-height: 25px;
	padding: 0 20px 0 0;
    background: white;
    color: black;
    position: relative;
    z-index: 1;
}

#post-foot #comment-btn:hover {
	color: #fdacbd;
}

#post-foot .post-foot-sep {
	width: 100%;
    position: absolute;
    height: 1px;
    background: black;
    top: 16px;
    z-index: 0;
}

#post-foot #social-share {
	background: white;
	padding: 0 0 0 20px;
	position: relative;
	z-index: 1;
}

#post-foot #social-share span {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#post-foot .post_cats {
	width: auto;
	line-height: 25px;
	padding: 0 0 0 20px;
    background: white;
    position: absolute;
    top: -15px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#comment-btn {
    display: inline-block;
    padding: 22px 56px;
}

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

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

.share:hover {
	color: #1d1d1d;
}

.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-posts-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}




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

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

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

.related-post {
	width: 32%;
    float: left;
    position: relative;
    margin: 0 1%;
}

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

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

.related-posts-outer h2{
	text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 23px;
}

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

.post-navigation {
	display: block;
	background: transparent;
	padding: 15px;
	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%;*/
	display: inline-block;
	padding: 10px 15px;
}

.next-link {
	/*margin-left: 3%;*/
	display: inline-block;
	padding: 10px 15px;
}

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

.post-navigation .next-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 2em;
}

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

#comments {
	display: none;
	width: 100%;
	max-width: 800px;
    margin: 0 auto;
    margin-top: 90px;
}

#commentform {
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
}

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

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

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

.comment-content p a {
    color: #ef768f;
}
.comment-content p a:hover {
    color: #1d1d1d;
}

#author, #email {
	width: 100%;
	background: white;
}

.form-submit {
	flex-grow: 2;
	display: block;
	width: 100%;
}

#commentForm .form-submit {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}

.comment-subscription-form {
	display: block;
	width: 100%;
	margin: 0;
}

.page-content, .entry-content, .entry-summary {
	margin: 2.5em 0 0;
}

body.single .entry-content {
	margin-top: 0;
}

#commentForm .form-submit {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}

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

.form-submit input.submit:hover {
	box-shadow: none;
	background: #313131;
    border: 1px solid #313131;
}


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

body.search .alm-reveal,
body.archive .alm-reveal {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    display: -webkit-flex;
    display: flex;
    justify-content: center !important;
    -webkit-justify-content: center !important;
}

#archive-items .adthrive-ad {
    width: 100% !important;
}

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

.archive-item img {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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

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

.archive-item-title {
	font-size: 16px;
}

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



/* line 73, smash/styles/_archive.scss */
.archive-item {
    width: 33%;
    padding: 20px;
    position: relative;
  }
  /* line 78, smash/styles/_archive.scss */
  .archive-item .archive-item-bg {
    position: relative;
    width: 100%;
  }
  /* line 82, smash/styles/_archive.scss */
  .archive-item .archive-item-bg .archive-item-action {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(253,172,189,0.3);
    color: white;
    z-index: 1;
  }
  /* line 96, smash/styles/_archive.scss */
  .archive-item .archive-item-bg .archive-item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(253,172,189,0.3);
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 20px;
    -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;
  }
  /* line 110, smash/styles/_archive.scss */
  .archive-item .archive-item-bg .archive-item-wrap .archive-item-title {
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 1px;
    color: white;
    font-family: "Avenir-Light",  serif;
    text-transform: uppercase;
  }
  .archive-item .archive-item-bg .archive-item-wrap .archive-item-date {
    color: white;
    font-style: italic;
  }
  /* line 121, smash/styles/_archive.scss */
  .archive-item .archive-item-bg .archive-item-wrap .line-sep {
    width: 35px;
    height: 1px;
    background: white;
    margin: 18px 0;
  }
  /* line 128, smash/styles/_archive.scss */
  .archive-item .archive-item-bg .archive-item-wrap .read-post {
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    font-family: "Avenir-Light",  serif;
    letter-spacing: 1px;
  }
  /* line 140, smash/styles/_archive.scss */
  .archive-item:hover .archive-item-bg .archive-item-action {
    opacity: 1;
    visibility: visible;
  }
  /* line 144, smash/styles/_archive.scss */
  .archive-item:hover .archive-item-bg .archive-item-wrap {
    opacity: 1;
    visibility: visible;
  }
  @media screen and (max-width: 600px) {
    /* line 73, smash/styles/_archive.scss */
    .archive-item {
      width: 50%;
      padding: 10px;
    }
    /* line 156, smash/styles/_archive.scss */
    .archive-item .archive-item-wrap .archive-item-title {
      font-size: 16px;
    }
  }




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

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

.comment {
	margin: 11% 0;
}

.comment-metadata {
	float: right;
}

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

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


#featured_posts {
	position: relative;
	display: block;
    margin: 0;
    background: #f7f3f0;
    overflow: auto;
}

.slick-prev:before {
	content: "\f0d9" !important;
}

.my-slick-prev {
	width: 13px !important;
	height: 22px !important;
    background: rgba(255,255,255,0.5) !important;
    padding: 3px !important;
    box-sizing: content-box;
	left: 30px !important;
	z-index: 50 !important;
}

.my-slick-next {
	width: 13px !important;
	height: 22px !important;
	background: rgba(255,255,255,0.5) !important;
    padding: 3px !important;
    box-sizing: content-box;
	right: 30px !important;
	z-index: 50 !important;
}

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

#featured_posts .featured-posts-outer {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

#featured_posts .featured-posts-outer h2{
	
}

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

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

body.small-post #featured_posts .slide:not(.slide-0) {
	display: none;
}

body.medium-post #featured_posts .slide:nth-child(4), body.medium-post #featured_posts .slide:nth-child(5) {
	display: none;
}

#featured_posts .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.3);
}

#featured_posts .slide-image {
	display: block;
	width: 100%;
	position: relative;
	color: white;
}

#featured_posts .slide-image img {
	display: block;
}

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

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

#featured_posts .slide-image:hover .slide-title {
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
}

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

#services-section .slick-slide{
	background-color: white;
}

.slick-slide .btn{
	display: block;
    margin: 0 auto;
    width: 200px;
    margin-top: 30px;
}

section#testimonials-section {
    width: 60%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 22px;
    font-family: 'Cormorant",serif';
    text-align: center;
    margin-top: 90px;
}

.footer-logo img{
	max-width: 40px;
    margin-top: 30px;
}

h2.page-title {
	text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}




/*---------------------------------
--------- TEAM STYLES --------
---------------------------------*/
.featured-block {
	padding: 8% 7% 13%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 70px;
}


.featured-block-text {
	width: 40%;
    font-size: 20px;
    z-index: 1;
    color: white;
    font-size: 13px;
}

.team-members-wrapper{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.team-member{
	margin: 1%;
	position: relative;
	line-height: 0;
}


h5.team-member-role {
    font-family: 'proxima-nova-condensed';
}

.team-member-info-outer {
	text-align: center;
	background: rgba(255,255,255,0.3);
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

a.team-member:hover .team-member-info-outer {
	display: flex;
}

.team-member-name, .team-member-role {
	width: 100%;
}

.team-member-testimonials{
	text-align: center;
	background-color: #fcfbf9;
	padding: 70px;
}

.team-member-role{
	text-align: center;
}

/*---------------------------------
--------- FOOTER STYLES --------
---------------------------------*/
#colophon {
	background: #f9f8f7;
	color: #1d1d1d;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
    padding: 4% 4% 3%;
}

#colophon a {
	color: #1d1d1d;
}

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

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

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

#footer-cta{
	text-align: center;
	margin: 120px 0;
}

#footer-cta h2{
	
	font-style: italic;
    font-size: 34px;
    text-transform: capitalize;
    letter-spacing: 3px;
}

#footer-cta h6{
	font-family: "proxima-nova-condensed",serif;
	max-width: 60%;
	margin: 0 auto;
	margin-top: -20px;
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 3px;
}

.footer-quote {
    font-family: 'proxima-nova-condensed';
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 0px;
    max-width: 60%;
    margin: 0 auto;
}

.footer-social-icons {
    font-size: 18px;
}

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

#tertiary-menu ul{
	display: flex;
	justify-content: center;
    padding: 0;
    margin: 0;
    line-height: normal;
    list-style: none;
    list-style-type: none;
}


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

#tertiary-menu li a {
	display: block;
	font-family: 'proxima-nova-condensed';
    font-size: 12px;
    letter-spacing: 2px;
}

.site-info {
	padding: 2% 0 0;
	text-align: center;
	clear: both;
	position: relative;
	letter-spacing: 2px;
	font-family: 'proxima-nova-condensed';
}

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

h3.contact-column-title{
	text-transform: capitalize;
	letter-spacing: 2px;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 25px;
}

.contact-column-text {
    margin-top: 50px;
    font-size: 13px;
    letter-spacing: 1px;
}

.contact-column-text p{
	margin-bottom: 1.5em;
}

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

.contact-columns {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
}

.contact-column.contact-text {
	width: 35%;
	text-align: left;
}

.contact-column.contact-form {
	width: 65%;
}

nf-field:nth-child(1){
	width: 49%;
	float: left;
}

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

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

.field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button {
	width: 100% !important;
}

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

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

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

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

.project-entry {
	position: relative;
}

.view-project {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	font-size: 18px;
	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;
}

.project-entry:hover .view-project {
	opacity: 1;
}

#grid[data-columns]::before {
	content: '4 .column.size-1of4';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; padding:4px;}


@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 769px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

@media screen and (min-width: 960px) {
	#grid[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}

/* Again, youâ€™re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }

.holiday {
    position: relative;
}

.holiday::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 130px;
    height: 45px;
    background: url('../../images/gold.png')  no-repeat center top/contain !important;
    transform: translate(0%, 30%);
}
@media screen and (max-width: 960px) {
    .holiday::before {
        transform: translate(-12%, -3%);
	}
}


.holiday > a {
    position: relative !important;
    /* padding-right: 24px !important; */
}
.holiday > a::after {
    content: '' !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    top: -2px !important;
    margin-left: 5px !important;
    width: 20px !important;
    height: 20px !important;
    background: url('../../images/gift.png')  no-repeat center/contain !important;
}

.paint {
    position: relative;
}

.paint::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 130px;
    height: 45px;
    margin: 0 auto;
    background: url('../../images/gold.png')  no-repeat center top/contain !important;
    transform: translate(0%, 30%);
}
@media screen and (max-width: 960px) {
    .paint::before {
        transform: translate(-12%, -3%);
	}
}


.paint > a {
    position: relative !important;
    /* padding-right: 24px !important; */
}