/* Overwrites */
.page .main-navigation {
	border: 0;
}

.content-area.new {
	color: #4e4e50;
	margin-bottom: 0;
	margin-top: 10px;
	max-width: 2000px;
}

.content-area.new .null-instagram-feed {
	background: #fff;
}

input[type="text"], input[type="email"], select, textarea, button {
	border-radius: 0;
	-webkit-appearance: none;
}

.full-width {
	width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.site-header.new {
	background: #fff;
	margin-bottom: 1.25em;
}

.site-header.new .menu-toggle {
	background: url("./icons/dist/svg/icon-menu-new.svg") no-repeat;
	background-size: cover;
}




/* Home */


/* Featured Post */

#featured-post {
	display: flex;
	margin-bottom: 50px;
}

#featured-post .featured-image {
	background-position: 50% 50%;
	background-size: cover;
	width: 64%;
}

#featured-post .featured-information {
	background: #f7f6f4;
	box-sizing: border-box;
	padding: 256px 40px 95px;
	position: relative;
	text-align: center;
	width: 36%;
}

#featured-post .post-date {
	left: 50%;
	margin-left: -1.5em;
	top: 95px;
}

#featured-post .post-date .post-month {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
}

#featured-post  .post-date .post-day {
	border-top: 1px solid #000;
	font-size: 26px;
	letter-spacing: .15em;
	padding-top: 8px;
}

#featured-post .featured-post-category {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 21px;
}

#featured-post .featured-post-title a {
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 27px;
	letter-spacing: .21em;
	line-height: 1.37;
	text-decoration: none;
	text-transform: uppercase;
}

#featured-post .divider-v {
	background: #d8d1c9;
	display: table;
	height: 40px;
	margin: 30px auto;
	width: 1px;
}

a.featured-read-more {
	border: 1px solid #d8d1c9;
	color: #4e4e50;
	display: table;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 45px;
	letter-spacing: .21em;
	line-height: 45px;
	margin: 0 auto;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

a.featured-read-more:hover {
	background: #403f41;
	border-color: #403f41;
	color: #f5f5f1;
}



/* Categories */

.category-section {
	border-bottom: 1px solid #d8d1c9;
	margin: 0 0 50px;
	padding: 0 0 50px;
	/*
	padding: 0 56px 50px;
	width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    */
}

.category-wrap {
	display: flex;
	margin: 0 -19px;
}

.content-area .category-section:nth-of-type(5) {
	border-bottom:0;
}

.category-section .category-oveview {
	margin: 0 19px;
	text-align: center;
	width: calc( 33.3% - 38px );
}

.category-section .category-oveview .category-title {
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 22px;
	letter-spacing: .21em;
	line-height: 1.37;
	margin-bottom: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

.category-section .category-oveview .category-overview {
	color: #4e4e50;
	font-size: 16px;
	line-height: 1.56;
	margin-bottom: 30px;
}

.category-section .category-posts {
	display: flex;
	margin: 0 19px;
	width: calc( 66.7% - 38px );
}

.category-section .display-category {
	background-position: 50% 50%;
	background-size: cover;
	color: #4e4e50;
	margin: 0 19px 0 0;
	padding-top: 57%;
	position: relative;
	width: calc( 50% - 19px );
	text-decoration: none;
}

.category-section .display-category:last-of-type {
	margin: 0;
	margin-left: 19px;
}

.category-section .display-category .category-overlay {
	background: #d8d1c9;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.category-section .display-category:hover .category-overlay {
	opacity: 1;
}

.category-section .display-category .category-overlay .post-date {
	display: table;
	left: auto;
	margin: 0 auto 35px;
	position: relative;
	text-align: center;
}

.category-section .display-category .category-overlay .post-date .post-month {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
}

.category-section .display-category .category-overlay .post-date .post-day {
	border-color: #000;
	font-size: 22px;
	letter-spacing: .15em;
	padding-top: 8px;
}

.category-section .display-category .category-overlay .category-post-title {
	color: #4e4e50;
	display: block;
	font-size: 20px;
	font-style: italic;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
}

.vertical-center {
	margin-top: -8px;
	position: relative;
	top: 50%;
	transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
}

.category-section a.featured-read-more {
	padding: 0 40px;
}



/* Meet */

.meet-anne-sage {
	align-items: center;
	background: #f7f6f4;
	display: flex;
	padding: 80px 180px;
}

.meet-anne-sage .meet-information {
	margin-right: 60px;
	width: 60%;
}

.meet-anne-sage .meet-information h2 {
	font-size: 22px;
	margin: 0 0 30px;
	text-align: center;
}

.meet-anne-sage .meet-information .meet-content {
	margin-bottom: 30px;
}

.meet-anne-sage .meet-information .meet-content a {
	text-decoration: none;
}

.meet-anne-sage .meet-image {
	height: auto;
	max-width: 100%;
	width: 40%;
}



/* Instagram */

.home-instagram-feed {
	margin-bottom: 50px;
	margin-top: 50px;
}

.home-instagram-feed .top {
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .21em;
	text-align: center;
	text-transform: uppercase;
}

.home-instagram-feed .top a {
	text-decoration: none;
}

.home-instagram-feed .bottom {
}

.home-instagram-feed .bottom .null-instagram-feed ul.instagram-pics {
	display: flex;
	margin: 0 60px;
	max-width: none;
}

.home-instagram-feed .bottom .null-instagram-feed ul.instagram-pics li {
	margin: 0 15px;
	position: relative;
}

.home-instagram-feed .bottom .null-instagram-feed ul.instagram-pics li:after {
	background: #4e4e50;
	bottom: 6px;
	content: '';
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}

.home-instagram-feed .bottom .null-instagram-feed ul.instagram-pics li:hover:after {
	height: 6px;
}


/* Shop */

.meet-anne-sage.shop {
	align-items: center;
	padding-bottom: 42px;
	/* padding-left: 110px; */
}

.meet-anne-sage.shop .meet-information {
	text-align: center;
	width: 35%;
}

.meet-anne-sage.shop .shop-items {
	width: 65%;
}

.shop-items-hold {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -19px;
}

.meet-anne-sage.shop .shop-items .shop-item {
	background-position: 50% 50%;
	background-size: cover;
	margin: 0 19px 38px;
	padding-top: 43%;
	position: relative;
	width: calc( 50% - 38px );
}

.meet-anne-sage.shop .shop-items .shop-item .overlay {
	background: #d8d1c9;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 20px 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.meet-anne-sage.shop .shop-items .shop-item:hover .overlay {
	opacity: 1;
}

.meet-anne-sage.shop .shop-items .shop-item .overlay .vertical-center {
	margin-top: -2px;
}

.meet-anne-sage.shop .shop-items .shop-item .overlay .item-title {
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .21em;
	line-height: 1.37;
	text-decoration: none;
	text-transform: uppercase;
}

.meet-anne-sage.shop .shop-items .shop-item .overlay .item-divider {
	background: #4e4e50;
	height: 1px;
	margin: 19px auto 17px;
	width: 17px;
}

.meet-anne-sage.shop .shop-items .shop-item .overlay .item-price {
	color: #4e4e50;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}




/* Newsletter */

.home-newsletter {
	margin: 75px auto;
	max-width: 375px;
	text-align: center;
	width: 90%;
}

.home-newsletter .newsletter-title {
	color: #4e4e50;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 30px;
}

.home-newsletter.meet .newsletter-title {
	color: #4e4e50;
    font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.45;
    margin: 0 auto 50px;
    max-width: 325px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.home-newsletter .newsletter-description {
	color: #4e4e50;
	font-size: 16px;
	line-height: 1.56;
	margin-bottom: 40px;
}

.home-newsletter .newsletter-form {
}

.gform_wrapper .top_label .gfield_label {
	display: none !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d8d1c9;
	color: #959596;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 15px;
	text-align: center;
	width: 100% !important;
}

.gform_wrapper .gform_footer {
	margin: 30px 0 0 !important;
	padding: 0 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
	background: #fff;
	border: 1px solid #d8d1c9;
	color: #4e4e50;
	display: block !important;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 13px !important;
	font-weight: bold;
	height: 45px;
	letter-spacing: .21em;
	line-height: 45px;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=image]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
	background: #403f41;
	border-color: #403f41;
	color: #f5f5f1;
}



/* Footer */

#main-footer {
}

.footer-wrap {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 2000px;
	padding: 0 75px;
	justify-content: space-between;
}

#main-footer .footer-top {
	background: #d8d1c9;
	padding: 78px 0;
}

#main-footer .footer-top img {
}

#main-footer .footer-top .footer-text {
	font-size: 16px;
	line-height: 1.56;
	margin: 0 110px;
	max-width: 500px;
	text-align: center;
}

#main-footer .footer-top .footer-text a {
	border-bottom: 1px solid #4e4e50;
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .2em;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	white-space: nowrap;
}


#main-footer .footer-top .footer-social {
}

#main-footer .footer-top .footer-social ul {
	list-style: none;
	width: 180px;
}

#main-footer .footer-top .footer-social ul li {
	display: inline-block;
	margin-left: 6px;
}

#main-footer .footer-top .footer-social ul li a {
	border: 1px solid #4e4e50;
	border-radius: 30px;
	color: #4e4e50;
	font-size: 18px;
	padding: 5px;

	display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: .1;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}

#main-footer .footer-top .footer-social ul li a:hover {
	color: #f7f6f4;
	border-color: #f7f6f4;
}

#main-footer .footer-bottom {
	padding: 30px 0;
}

#main-footer .footer-bottom .footer-wrap div {
	font-size: 14px;
	width: 50%;
}

#main-footer .footer-bottom .footer-left {
	color: #cacacb;
	text-align: left;
}

#main-footer .footer-bottom .footer-right {
	text-align: right;
}

#main-footer .footer-bottom .footer-right a {
	color: #cacacb;
}



/* Meet */


/* Hero */

#meet-hero {
	background: #f7f6f4;
	width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#meet-hero .hero-image {
}

#meet-hero .hero-image img {
	height: auto;
	max-width: none;
	width: 100%;
}

#meet-hero .hero-information {
	font-size: 16px;
	line-height: 1.56;
	margin: 0 auto;
	max-width: 768px;
	padding: 60px 0;
	width: 90%;
}

#meet-hero .hero-information a {
	text-decoration: none;
}

#meet-hero .hero-information h2 {
	font-size: 22px;
	margin: 0 0 50px;
	text-align: center;
}


/* Services */

#meet-services {
	margin: 75px 0;
}

#meet-services .services-heading {
	color: #4e4e50;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 55px;
	text-align: center;
}

#meet-services .services-hold {
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}

#meet-services .services-hold .service {
	align-items: center;
	display: flex;
	margin-bottom: 54px;
}

#meet-services .services-hold .service .service-image {
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 53%;
	width: calc( 58% - 142px );
}

#meet-services .services-hold .service .service-divider {
	background: #d8d1c9;
	height: 1px;
	margin: 0 38px;
	width: 66px;
}

#meet-services .services-hold .service .service-content {
	width: calc( 62% - 142px );
}

#meet-services .services-hold .service .service-content .service-title {
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .2em;
	line-height: 1.45;
	margin: 0 auto 50px;
	max-width: 325px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#meet-services .services-hold .service .service-content .service-description {
}



/* Testimonials */

#meet-testimonials {
	background: #f7f6f4;
	padding: 75px 0;
}

#meet-testimonials .testimonials-heading {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 30px;
	text-align: center;
}

#meet-testimonials .testimonials-quote {
	font-size: 60px;
	text-align: center;
}

#meet-testimonials .testimonials-slider {
	margin: 0 auto;
	max-width: 667px;
	text-align: center;
	width: 55%;
}

#meet-testimonials .testimonials-slider .slick-arrow {
	background: url(./images/larr.png) no-repeat;
	border: 0;
	box-shadow: none !important;
	font-size: 0;
	height: 34px;
	left: -20%;
	position: absolute;
	text-shadow: none !important;
	top: -20px;
	width: 17px;
}

#meet-testimonials .testimonials-slider .slick-arrow.slick-next {
	background: url(./images/rarr.png) no-repeat;
	left: auto;
	/*margin-right: -17px;*/
	right: -20%;
}

#meet-testimonials .testimonials-slider .testimonial {
}

#meet-testimonials .testimonials-slider .testimonial h2 {
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.45;
	margin: 27px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}



/* Newsletter */

.home-newsletter.meet {
	max-width: 975px;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
	margin-right: 36px !important;
	width: calc( 50% - 18px ) !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
	width: calc( 50% - 18px ) !important;
}

.home-newsletter.meet .gform_wrapper .top_label input.medium,
.home-newsletter.meet .gform_wrapper .top_label select.medium {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d8d1c9;
	color: #959597;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 12px;
	letter-spacing: .2em;
	font-style: normal;
	margin: 0;
	padding: 15px;
	text-align: center !important;
	text-align-last:center;
	text-transform: uppercase;
	width: 100% !important;
}

.home-newsletter.meet .gform_wrapper .top_label input.medium {
	margin-bottom: 10px;
}

.home-newsletter.meet .gform_wrapper .top_label select.medium {
	margin-bottom: 35px;
}

.home-newsletter.meet .gform_wrapper .ginput_container_select {
	position: relative;
}

.home-newsletter.meet .gform_wrapper .ginput_container_select:after {
	background: url(./images/darr.jpg) no-repeat;
	content: "";
	display: block;
	height: 9px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 7px;
}

.gform_wrapper textarea.medium {
	background: #fff;
	border: 1px solid #d8d1c9;
	box-sizing: border-box;
	color: #959597;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 12px;
	height: 191px !important;
	letter-spacing: .2em;
	font-style: normal;
	padding: 30px;
	text-align: center !important;
	text-transform: uppercase;
	width: 100% !important;
}

@media screen and ( max-width: 1024px ) {
	#main-footer .footer-top .footer-wrap {
		display: block;
	}
	#main-footer .footer-top img {
		display: block;
		margin: 0 auto 50px;
	}
	#main-footer .footer-top .footer-text {
		margin: 0 auto 50px;
		max-width: 660px;
		text-align: center;
	}
	#main-footer .footer-top .footer-social ul {
		margin: 0 auto;
	}
	#featured-post .featured-image {
		width: 50%;
	}
	#featured-post .featured-information {
		width: 50%;
	}
	.meet-anne-sage {
		display: block;
	}
	.meet-anne-sage .meet-information {
		margin: 0 0 50px;
		text-align: center;
		width: 100%;
	}
	.meet-anne-sage .meet-image {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.meet-anne-sage.shop {
		padding: 80px 180px;
	}
	.meet-anne-sage.shop .meet-information,
	.meet-anne-sage.shop .shop-items {
		width: 100%;
	}
}

@media screen and ( max-width: 900px ) {
	.category-section .display-category {
		margin: 0;
		width: 100%;
	}
	.category-section .display-category:last-of-type {
		display: none;
	}
}

.mobile-hide {
	display: block;
}
.mobile-show {
	display: none;
}

@media screen and ( max-width: 740px ) {
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	#meet-services .services-hold .service {
		display: block;
	}
	#meet-services .services-hold .service .service-image {
		margin: 0 auto 50px;
		width: 100%;
	}
	#meet-services .services-hold .service .service-divider {
		margin: 0 auto 50px;
	}
	#meet-services .services-hold .service .service-content {
		text-align: center;
		width: 100%;
	}
	#meet-testimonials .testimonials-slider {
		width: 85%;
	}
	#meet-testimonials .testimonials-slider .slick-arrow {
		margin-left: -100px;
		left: 50%;
		top: -80px;
	}
	#meet-testimonials .testimonials-slider .slick-arrow.slick-next {
		margin: 0;
		margin-right: -100px;
		right: 50%;
		left: auto;
	}
	.gform_wrapper .top_label li.gfield.gf_left_half {
		margin-right: 0 !important;
		width: calc( 100% ) !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half {
		width: calc( 100% ) !important;
	}
	.home-newsletter.meet .gform_wrapper .top_label select.medium {
		margin-bottom: 10px;
	}
	#featured-post {
		display: block;
	}
	#featured-post .featured-image {
		padding-top: 100%;
		width: 100%;
	}
	#featured-post .featured-information {
		padding: 60px 40px;
		width: 100%;
	}
	.category-section,
	.category-wrap {
		display: block;
		padding: 0 30px;
	}
	.category-section .category-oveview .vertical-center {
		margin: 0;
		top: auto;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	.category-section .category-oveview {
		margin: 0 0 50px;
		width: 100%;
	}
	.category-section .category-posts {
		display: block;
		margin: 0;
		width: 100%;
	}
	.category-section .display-category,
	.category-section .display-category:last-of-type {
		display: block !important;
		margin: 0;
		margin-bottom: 50px;
	}
	.meet-anne-sage,
	.meet-anne-sage.shop {
		padding: 40px;
	}
	.home-instagram-feed .bottom .null-instagram-feed ul.instagram-pics {
		display: block;
	}
	.home-instagram-feed .bottom .null-instagram-feed ul.instagram-pics li {
		margin-bottom: 25px;
	}

}

@media screen and ( max-width: 640px ) {
	.meet-anne-sage.shop .shop-items .shop-item {
		padding-top: 80%;
		width: calc( 100% - 38px );
	}
	.footer-wrap {
		display: block;
	}
	#main-footer .footer-bottom .footer-wrap div {
		text-align: center;
		width: 100%;
	}
	.category-section .display-category .category-overlay .category-post-title {
		font-size: 14px;
	}
	.category-section .display-category .category-overlay .post-date .post-month {
		margin-right: 8px;
	}
}


.page .site-header.new.fixed {
	margin-top: 0 !important;
}