/*
Theme Name: Brevier
Theme URI: https://empressthemes.com/shop/brevier-theme
Author: EmPress Themes
Author URI: https://empressthemes.com
Description: Brevier is classic blog layout: with an optional sidebar to feature your favorite widgets, this is a classic, chic WordPress theme for fashion bloggers (or any blogger, really!).

Version: 1.3.1

Please refer to the readme.txt file for full licensing information.

Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, blog

Text Domain: brevier

Brevier is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Links
# Forms
# Layout
# Masthead
	## Site Branding
	## Primary Navigation
	## Mobile Navigation
	## Social Menu
	## Search
# Footer
	## Instagram
	## Footer Menu
# Blog post feed
	## Posts
	## Post Navigation
	## Sidebar
		### About Widget
		### Topics Widget
		### Shop Widget
		### Featured Posts Widget
# Single Post
	## Comments
	## Related Posts
# Archives
# Info Page
# Search Form
# 404 / Not Found
# Plugins
	## EmPress Shop the Post
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font: 14px/1.928 'Open Sans', sans-serif;
	letter-spacing: .025em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
}

h1 {
	font: 22px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

h2 {
	font: 22px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

h3 {
	font: 22px 'Playfair Display', serif;
	text-transform: none;
	letter-spacing: .05em;
}

h4 {
	font: 22px 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	letter-spacing: .05em;
}

h5 {
	font: 15px 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

h6 {
	font: 10px 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.entry-title,
.em-fonts-primary {
	font: 22px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.em-fonts-primary-small {
	font-size: 15px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: .5em;
}

.em-fonts-secondary {
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.em-fonts-tertiary {
	font: 22px/1em 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	letter-spacing: .05em;
}

p {
	margin-bottom: 1.928em;
}

	p:last-of-type {
		margin-bottom: 0;	
	}

blockquote {
	margin: 0 1.928em;
	font-style: italic;
}

.wp-caption {
	margin-bottom: 1.928em;
	max-width: 100%;
	position: relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	position: absolute;
	padding: 15px;
	background: #fff;
	bottom: 40px;
	right: 0;
	max-width: 140px;
}

.wp-caption-text {
	font: 10px 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 2.5em;
	text-align: left;
}

.gallery {
	display: flex;
	justify-content: space-between;
}

.gallery .gallery-item {
	width: 48.571429%; /* 340/700 */
}

@media screen and (max-width: 767px) {
	.gallery {
		display: block;
	}

	.gallery .gallery-item {
		width: 100%;
		margin-bottom: 1.5em;
	}

}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-single .entry-content a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,1);
}

.post-single .entry-content a:hover {
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 6px 0 rgba(0,0,0,1);
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 6px 0 rgba(0,0,0,1);
}

.post-single .entry-content .gallery a,
.post-single .entry-content .em-shop-product a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	cursor: pointer;
	border: 2px solid #000;
	background: #000;
	color: #fff;
	font: 12px/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 15px 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button {
	display: inline-block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background: #fff;
	color: #000;
}

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 {
	color: #000;
	font: 14px/1.928 'Open Sans', sans-serif;
	letter-spacing: .025em;
	box-sizing: border-box;
	width: 100%;
	border: none;
	padding: 15px;
	background: #F1F1F1;
}

select {
	border: 1px solid #ccc;
}

label {
	display: block;
	font: 10px/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #000000;
	margin-bottom: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/

p.is-small-text {
    font-size: 80%;
	line-height: 1.5em;
}

p.is-regular-text {
    font-size: inherit;
}

p.is-large-text {
    font-size: 120%;
	line-height: 1.5em;
}

p.is-larger-text {
    font-size: 125%;
	line-height: 1.5em;
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 525%;
    font-style: normal;
    font-weight: inherit;
    line-height: 80%;
}

.has-small-font-size {
    font-size: 85%;
	line-height: 1.5em;
}

.has-normal-font-size,.has-regular-font-size {
    font-size: inherit;
}

.has-medium-font-size {
    font-size: 125%;
	line-height: 1.5em;
}

.has-large-font-size {
    font-size: 150%;
	line-height: 1.5em;
}

.has-huge-font-size,.has-larger-font-size {
    font-size: 200%;
	line-height: 1.5em;
}

.wp-block-button .wp-block-button__link {
	/* border-radius: 0; */
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.entry-content .wp-block-button a.wp-block-button__link:hover {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.wp-block-pullquote blockquote {
	padding: 0;
	margin: 0;
	border: none;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 150%;
	line-height: 1.5em;
	text-align: center;
}

.wp-block-pullquote cite {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.wp-block-image {
	position: relative;
}

.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	padding: 15px;
	background: #fff;
	color: #000;
	bottom: 40px;
	right: 0;
	max-width: 140px;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 2.5em;
	text-align: left;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	font: 10px 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 2.5em;
}

.wp-block-gallery {
	margin-left: 0;
	list-style: none;
}

.blocks-gallery-caption {
	display: block;
	width: 100%;
	font: 10px 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 2.5em;
	text-align: center;
	padding: 20px 35px;
	background: #f1f1f1;
	margin-bottom: 2em;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

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

.flex {
	display: flex;
	justify-content: space-between;
}

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

/* Default Layout: Sidebar Right */

#content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#primary {
	width: 63.636363%; /* 700/1100 */
}

#secondary {
	width: 27.272727%; /* 300/1100 */
}

/* Layout: Sidebar Left */

#content.sidebar-left #primary {
	order: 2;
}

#content.sidebar-left #secondary {
	order: 1;
}

/* Layout: One Column */

#content.one-column {
	max-width: 900px;
}

#content.one-column #primary {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.flex {
		display: block;
	}
	
	#content {
		display: block;
	}
	
	#primary {
		width: 100%;
		margin-bottom: 80px;
	}

	#secondary {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/

#masthead {
	margin: 60px auto 75px;	
}

.site-title-image {
	text-align: center;
}

.site-title-text {
	font: 50px/1em 'Montserrat', sans-serif;
	letter-spacing: .15em;
	text-align: center;
	text-transform: uppercase;
}

.site-description {
	font: 22px/1em 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 8px;
}


/*--------------------------------------------------------------
## Primary Navigation
--------------------------------------------------------------*/

#site-navigation {
	background: #000;
	color: #fff;
}

	#site-navigation.is-scroll {
		position: fixed;
		z-index: 99999;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
	}

	body.logged-in.admin-bar #site-navigation.is-scroll {
		top: 32px;
		left: 0;
		right: 0;
	}

	.site.scroll-nav-active {
		padding-top: 65px;
	}

#site-navigation .wrap {
	position: relative;
	padding: 15px 65px 15px 0;
	display: flex;
	justify-content: space-around;
}

	#site-navigation.no-search .wrap {
		padding-right: 0;
	}

.primary-menu > li {
	display: inline-block;
	margin: 0 20px;
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

	.primary-menu > li:first-of-type {
		margin-left: 0;
	}

	.primary-menu > li:last-of-type {
		margin-right: 0;
	}

	.primary-menu > li > a {
		color: #fff;
		display: block;
		padding: 10px 0;
		position: relative;
	}

	.primary-menu > li > a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 3px;
		background: #fff;
		opacity: 0;
		transform: translateY(10px);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.primary-menu > li > a:hover:after,
	.primary-menu > li.sfHover > a:after {
		opacity: 1;
		transform: translateY(0);
	}

.primary-menu > li > .sub-menu {
	width: 180px;
	padding: 10px 0;
	background: #000;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

	.primary-menu > li > .sub-menu > li {
		position: relative;
		padding: 0 10px;
	}

		.primary-menu > li > .sub-menu > li > a {
			color: #fff;
			display: inline-block;
			padding: 10px 0;
			position: relative;
		}

			.primary-menu > li > .sub-menu > li > a:after {
				content: '';
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				height: 3px;
				background: #fff;
				opacity: 0;
				transform: translateY(10px);
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}

			.primary-menu > li > .sub-menu > li > a:hover:after,
			.primary-menu > li > .sub-menu > li.sfHover > a:after {
				opacity: 1;
				transform: translateY(0);
			}

	.primary-menu > li > .sub-menu > li > .sub-menu {
		width: 180px;
		background: #000;
		padding: 10px 0;
		top: -10px;
		right: 0;
		text-align: center;
	}

		.primary-menu > li > .sub-menu > li > .sub-menu > li {
			padding: 0 10px;
			position: relative;
		}

			.primary-menu > li > .sub-menu > li > .sub-menu > li > a {
				color: #fff;
				display: inline-block;
				padding: 10px 0;
				position: relative;
			}

				.primary-menu > li > .sub-menu > li > .sub-menu > li > a:after {
					content: '';
					display: block;
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;
					height: 3px;
					background: #fff;
					opacity: 0;
					transform: translateY(10px);
					-webkit-transition: all .3s ease-in-out;
					-moz-transition: all .3s ease-in-out;
					-ms-transition: all .3s ease-in-out;
					-o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
				}

				.primary-menu > li > .sub-menu > li > .sub-menu > li > a:hover:after {
					opacity: 1;
					transform: translateY(0);
				}



@media screen and (max-width: 960px) {
	.primary-menu {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	#site-navigation .wrap {
		width: 100%;
		padding-left: 20px;
	}
}


/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/

.slicknav_menu {
	display: none;
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.slicknav_menu a {
	color: #fff;
}

.slicknav_btn {
	display: block;
	padding: 10px 0;
}

.slicknav_menutxt:before {
	content: '\f0c9';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

.slicknav_nav li {
	margin-top: 10px;
}

.slicknav_menu .sub-menu {
	margin-left: 20px;
}

.slicknav_nav .sf-with-ul:after {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}

.slicknav_nav .slicknav_open > .slicknav_item > .sf-with-ul:after {
	content: '\f106';
}

@media screen and (max-width: 960px) {
	.slicknav_menu {
		display: block;
	}
}

@media screen and (max-width: 420px) {
	.slicknav_menu {
		margin-right: auto;
	}
}


/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/

.social-menu {
	margin-left: auto;
}

.social-menu li {
	display: inline-block;
	margin-left: 13px;
	padding-top: 5px;
}

.social-menu li a {
	color: #fff;
}

.social-menu li a:hover {
	color: #606060;
}

.social-menu li a i {
	font-size: 14px;
}

@media screen and (max-width: 420px) {
	.social-menu {
		display: none;
	}
}


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.sb-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	max-width: 280px;
	min-width: 40px;
	height: 65px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

input[type="search"].sb-search-input {
	border: none;
	outline: none;
	background: #F1F1F1;
	width: 100%;
	height: 65px;
	margin: 0;
	z-index: 10;
	padding: 10px 50px 10px 20px;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	font: 10px 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.sb-icon-search,
input[type="submit"].sb-search-submit  {
	width: 40px;
	height: 65px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 65px !important;
	text-align: center;
	cursor: pointer;
	border: none;
	font-size: 14px;
	box-sizing: border-box;
}

input[type="submit"].sb-search-submit {
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #000;
	background: #fff;
	z-index: 90;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

	.sb-icon-search:hover {
		color: #c5c5c5;
	}

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #fff;
	color: #000;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media screen and (max-width: 420px) {
	.sb-search {
		max-width: 100%;
	}

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	margin-top: 110px;
	background: #000;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/

#footer-widget-area {
	padding: 70px 0 50px;
	position: relative;
}

#footer-widget-area .widget-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 15px 20px;
	background: #fff;
	border: 2px solid #000;
	font-size: 13px;
	letter-spacing: .15em;
	color: #000;
	line-height: 1em;
}

	#footer-widget-area .widget-title a {
		color: #000;
	}

#footer-widget-area .instagram-pics {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

	#footer-widget-area .instagram-pics li {
		width: 24.090909%; /* 265/1100 */ 
	}

	#footer-widget-area .instagram-pics a,
	#footer-widget-area .instagram-pics img {
		display: block;
		position: relative;
	}

	#footer-widget-area .instagram-pics a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		background: rgba(0,0,0,.5);
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-backface-visibility: none;
		backface-visibility: none;
	}

	#footer-widget-area .instagram-pics a:after {
		content: '\f16d';
		display: block;
		font: 45px "Font Awesome 5 Brands";
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 3;
		transform: translate(-50%,-50%);
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-backface-visibility: none;
		backface-visibility: none;
	}

	#footer-widget-area .instagram-pics a:hover:before,
	#footer-widget-area .instagram-pics a:hover:after {
		opacity: 1;
	}

	#footer-widget-area .null-instagram-feed p.clear {
		display: none;
	}

@media screen and (max-width: 767px) {
	#footer-widget-area .instagram-pics {
		flex-wrap: wrap;
	}

		#footer-widget-area .instagram-pics li {
			width: 49%;
			margin-bottom: 10px;
		}

}

@media screen and (max-width: 400px) {
	#footer-widget-area .instagram-pics li {
		width: 100%;
	}

}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/

#footer-navigation {
	text-align: center;
	margin-bottom: 25px;
}

#footer-navigation li {
	display: inline-block;
	margin: 0 30px;
	font: 10px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

	#footer-navigation li:first-of-type {
		margin-left: 0;
	}

	#footer-navigation li:last-of-type {
		margin-right: 0;
	}

	#footer-navigation li a {
		color: #fff;
		display: block;
		padding: 5px 0;
		position: relative;
	}

	#footer-navigation li a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 3px;
		background: #fff;
		opacity: 0;
		transform: translateY(5px);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#footer-navigation li a:hover:after {
		opacity: 1;
		transform: translateY(0);
	}

#footer-identity {
	margin-bottom: 25px;
}

#site-credits {
	padding-bottom: 20px;
}

	#site-credits li {
		display: inline-block;
		margin: 0 30px;
		font: 9px 'Montserrat', sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		color: #686868;
	}

		#site-credits li:first-of-type {
			margin-left: 0;
		}

		#site-credits li:last-of-type {
			margin-right: 0;
		}

		#site-credits li a {
			color: #686868;
		}

		#site-credits li a:hover {
			color: #fff;
		}

@media screen and (max-width: 767px) {
	#footer-navigation li {
		display: block;
		margin: 10px 0;
	}

}

@media screen and (max-width: 680px) {
	#site-credits li {
		display: block;
		margin: 10px 0;
	}
}

/*--------------------------------------------------------------
# Blog post feed
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.post-home {
	margin-bottom: 120px;
}

.featured-image {
	position: relative;
	margin-bottom: 25px;
}

	.featured-image img,
	.featured-image a {
		display: block;
	}

	.featured-image img {
		margin: 0 auto;
	}

	.post-category {
		position: absolute;
		top: 25px;
		left: -50px;
		min-width: 100px;
	}

		.post-category a {
			padding: 10px;
			background: #000;
			color: #fff;
			font: 10px 'Montserrat', sans-serif;
			text-transform: uppercase;
			letter-spacing: .15em;
			text-align: center;
		}

.post-category.no-featured-image {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

	.post-category.no-featured-image.no-date,
	.post-category.no-featured-image.no-comment {
		text-align: left;
		margin-bottom: 5px;
	}

	.post-category.no-featured-image.no-date.no-comment {
		text-align: center;
	}

	.post-category.no-featured-image a {
		display: inline-block;
		color: #000;
		background: none;
		padding: 0;
	}

.entry-header {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.entry-header.no-date.no-comment {
		display: block;
	}

.posted-on {
	order: 1;
	flex-shrink: 0;
	font: 10px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 0 15px 0 0;
}

	.no-comment .posted-on {
		order: 2;
		padding: 0 0 0 15px;
	}

.entry-title {
	order: 2;
	max-width: 380px;
	text-align: center;
}

	.no-date .entry-title,
	.no-comment .entry-title {
		order: 1;
		max-width: none;
		text-align: left;
	}

	.no-date.no-comment .entry-title {
		text-align: center;
	}

.excerpt.no-date,
.excerpt.no-comment {
	text-align: left;
}

.excerpt.no-date.no-comment {
	text-align: center;
}

.comments-link {
	order: 3;
	flex-shrink: 0;
	font: 10px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 0 0 0 15px;
}

	.comments-link a:hover {
		color: #606060;
	}

.entry-header i {
	font-size: 14px;
	vertical-align: middle;
}

.excerpt {
	text-align: center;
}

.more-link {
	display: block;
	margin-top: 30px;
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 10px;
	text-align: center;
	background: #000;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.post-category {
		left: -10px;
	}
}

@media screen and (max-width: 767px) {
	.entry-header {
		display: block;
		text-align: center;
	}
	
	.entry-title {
		max-width: none;
		margin-top: 20px;
	}
	
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.nav-links a:hover {
	color: #686868;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

#secondary .widget {
	margin-bottom: 80px;
}

#secondary .widget-title {
	text-align: center;
	margin-bottom: 30px;
}

	#secondary .widget-title h2 {
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		padding-top: 10px;
		border-top: 5px solid #000;
	}

/*--------------------------------------------------------------
### About Widget
--------------------------------------------------------------*/

.brevier_about_widget {
	text-align: center;
	font: 10px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

	.brevier_about_widget .widget-image {
		margin-bottom: 15px;
	}

		.brevier_about_widget .widget-image img,
		.brevier_about_widget .widget-image a {
			display: block;
		}

	.brevier_about_widget .widget-links li {
		display: inline-block;
	}

		.brevier_about_widget .widget-links li:after {
			content: '\b7';
			display: inline-block;
			margin: 0 10px;
		}

		.brevier_about_widget .widget-links li:last-of-type:after {
			display: none;
		}

		.brevier_about_widget .widget-links li a {
			border-bottom: 1px solid transparent;
		}

		.brevier_about_widget .widget-links li a:hover {
			border-color: #000;
		}

/*--------------------------------------------------------------
### Topics Widget
--------------------------------------------------------------*/

.brevier_topics_widget .widget-links li {
	position: relative;
	margin-bottom: 15px;
}

		.brevier_topics_widget .widget-links li:last-of-type {
			margin-bottom: 0;
		}

	.brevier_topics_widget .widget-links li img,
	.brevier_topics_widget .widget-links li a {
		display: block;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

		.brevier_topics_widget .widget-links li:hover img {
			opacity: .8;
		}

	.brevier_topics_widget .widget-links .category-title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
		max-width: 160px;
		background: rgba(255, 255, 255, .9);
		padding: 20px;
		font: 12px 'Montserrat', sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		text-align: center;
	}

/*--------------------------------------------------------------
### Shop Widget
--------------------------------------------------------------*/

.brevier_shop_widget {
	font: 10px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: center;
}

	.brevier_shop_widget .widget-image {
		margin-bottom: 30px;
	}

		.brevier_shop_widget .widget-image img,
		.brevier_shop_widget .widget-image a {
			display: block;
		}

	.brevier_shop_widget .widget-cta .arrow {
		display: block;
		width: 86px;
		height: 1px;
		background: #000;
		position: relative;
		margin: 15px auto 0;
	}

		.brevier_shop_widget .widget-cta .arrow:after {
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 2.5px 0 2.5px 5px;
			border-color: transparent transparent transparent #000000;
			position: absolute;
			top: -2px;
			right: -2px;
		}

/*--------------------------------------------------------------
### Featured Posts Widget
--------------------------------------------------------------*/

.brevier_featured_posts_widget .featured-posts li {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

	.brevier_featured_posts_widget .featured-posts li a,
	.brevier_featured_posts_widget .featured-posts li img {
		display: block;
	}

	.brevier_featured_posts_widget .featured-posts .featured-image {
		margin-bottom: 0;
	}

.brevier_featured_posts_widget .featured-posts li .entry-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

	.brevier_featured_posts_widget .featured-posts li .entry-title a {
		padding: 25px 20px;
		background: rgba(255, 255, 255, .95);
		text-align: left;
		font-size: 10px;
	}

.brevier_featured_posts_widget .featured-posts li:hover .entry-title {
	transform: translateY(0);
}

@media screen and (max-width: 1024px) {
	.brevier_featured_posts_widget .featured-posts li .entry-title {
		position: static;
		transform: translateY(0);
	}

	.brevier_featured_posts_widget .featured-posts li .entry-title a {
		padding: 0;
		background: none;
		margin-top: 10px;
	}

}

/*--------------------------------------------------------------
### Text Widget
--------------------------------------------------------------*/

.widget_text li {
	text-align: center;
	margin-bottom: 10px;
}

.widget_text li:last-of-type {
	margin-bottom: 0;
}

.widget_text a {
	border-bottom: 1px solid #000;	
}

/*--------------------------------------------------------------
### Menu Widget
--------------------------------------------------------------*/

.widget_nav_menu li {
	text-align: center;
	margin-bottom: 10px;
}

.widget_nav_menu li:last-of-type {
	margin-bottom: 0;
}

.widget_nav_menu a {
	border-bottom: 1px solid transparent;	
}

.widget_nav_menu a:hover {
	border-color: #000;	
}


/*--------------------------------------------------------------
### Archives Widget
--------------------------------------------------------------*/

.widget_archive li {
	text-align: center;
	margin-bottom: 10px;
}

.widget_archive li:last-of-type {
	margin-bottom: 0;
}

.widget_archive a {
	border-bottom: 1px solid transparent;
}

.widget_archive a:hover {
	border-color: #000;
}

.widget_archive select {
	width: 100%;
	border: 2px solid #F1F1F1;
	background: #fff;
	padding: 10px;
}

/*--------------------------------------------------------------
### Categories Widget
--------------------------------------------------------------*/

.widget_categories li {
	text-align: center;
	margin-bottom: 10px;
}

.widget_categories li:last-of-type {
	margin-bottom: 0;
}

.widget_categories a {
	border-bottom: 1px solid transparent;
}

.widget_categories a:hover {
	border-color: #000;
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/

.post-single {
	margin-bottom: 40px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments-section {
	margin-bottom: 40px;
}

#respond {
	max-width: 420px;
	margin: 0 auto 70px;
}

	#reply-title {
		font: 15px 'Montserrat', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		text-align: center;
		margin-bottom: 30px;
	}

	#commentform .form-submit {
		text-align: center;
	}

	#commentform input[type="submit"] {
		padding: 0;
		border: none;
		background: none;
		color: #000;
	}

#comments-section {
	padding-top: 50px;
	border-top: 2px solid #C5C5C5;
}

	.comments-title {
		font: 15px 'Montserrat', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		text-align: center;
		margin-bottom: 30px;
	}

#comments-section ol,
#comments-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.comment-list .children li {
		padding-left: 90px;
		position: relative;
	}

	.comment-list .children li:before {
		content: '';
		display: block;
		width: 90px;
		height: 5px;
		background: #f1f1f1;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.comment-container {
		margin-bottom: 20px;
		padding: 20px;
		background: #F1F1F1;
		position: relative;
	}

	.comment-author {
		font: 10px 'Montserrat', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .15em;
		margin-bottom: 15px;
	}

	.comment-meta {
		font: 10px 'Montserrat', sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		color: #686868;
		margin-top: 15px;
	}

	.comment-reply-link {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 10px 30px;
		background: #000;
		font: 10px 'Montserrat', sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		color: #fff;
	}

	.comment-reply-link:hover {
		background: #fff;
		color: #000;
	}


/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/

#related-posts {
	margin-top: 110px;
	position: relative;
	padding-top: 35px;
}

#related-posts:before {
	content: '';
	display: block;
	width: 100%;
	height: 240px;
	background: #F1F1F1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#related-posts .wrap {
	max-width: 1200px;
}

#related-posts .flex {
	align-items: flex-start;
}

#related-posts h3 {
	font: 22px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 30px;
}

.related-post {
	width: 31.25%;  /* 375/1200 */
	position: relative;
	overflow: hidden;
}

.related-post a,
.related-post img {
	display: block;
	margin: 0 auto;
}

.related-post h4 {
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .15em;
	padding: 20px;
	background: rgba(255, 255, 255, .95);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	max-width: 300px;
	transform: translateY(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.related-post:hover h4 {
	transform: translateY(0);
}

@media screen and (max-width: 1024px) {
	.related-post h4 {
		padding: 0;
		margin-top: 10px;
		background: none;
		position: static;
		width: 100%;
		max-width: none;
		transform: translateY(0);
		text-align: center;
	}

}

@media screen and (max-width: 767px) {
	.related-post {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/

#content.one-column.with-archive-grid {
	max-width: 1100px;
}

.archive-header {
	display: table;
	padding: 10px 20px;
	background: #F1F1F1;
}

	.archive-header.no-grid {
		display: block;
		padding: 0;
		background: none;
		text-align: center;
		margin-bottom: 15px;
	}

.archive-header .archive-title {
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: .15em;
}

#archive-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px;
	background: #F1F1F1;
	margin-bottom: 35px;
}

.post-grid {
	width: 47.101449%; /* 325/690 */
	position: relative;
	padding-bottom: 75px;
	margin-bottom: 80px;
}

.gap {
	width: 47.101449%; /* 325/690 */
}

.one-column.with-archive-grid .post-grid,
.one-column.with-archive-grid .gap {
	width: 30.769231%; /* 320/1040 */
}

#archive-grid .post-grid:nth-of-type(9),
#archive-grid .post-grid:nth-of-type(10) {
	margin-bottom: 0;
}

.one-column.with-archive-grid #archive-grid .post-grid:nth-of-type(7),
.one-column.with-archive-grid #archive-grid .post-grid:nth-of-type(8),
.one-column.with-archive-grid #archive-grid .post-grid:nth-of-type(9) {
	margin-bottom: 0;
}

.post-grid .featured-image {
	margin-bottom: 15px;
}

.post-grid .comments-link {
	padding: 0;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.post-grid .comments-link i {
	font-size: 14px;
	vertical-align: middle;
}

.post-grid .entry-title {
	font-size: 15px;
	max-width: none;
}

.post-grid .more-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
	.post-grid,
	.gap,
	.one-column.with-archive-grid .post-grid,
	.one-column.with-archive-grid .gap {
		width: 100%; /* 325/690 */
	}
	
	#archive-grid .post-grid:nth-of-type(9),
	.one-column.with-archive-grid #archive-grid .post-grid:nth-of-type(7),
	.one-column.with-archive-grid #archive-grid .post-grid:nth-of-type(8) {
		margin-bottom: 80px;
	}

}

/*--------------------------------------------------------------
# Info Page
--------------------------------------------------------------*/

.page-title {
	text-align: center;
	margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/

.search-form {
	display: flex;
	justify-content: space-between;
}

.search-form .search-text {
	font: 10px 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.search-form button {
	padding: 20px;
}

/*--------------------------------------------------------------
# 404 / Not Found
--------------------------------------------------------------*/

.not-found .search-form {
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## EmPress Shop the Post
--------------------------------------------------------------*/

.post-home:not(.post-full-content) .em-shop-the-post {
	padding: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.post-home:not(.post-full-content) .em-shop-title {
	display: none;
}

.post-single .em-shop-the-post,
.post-full-content .em-shop-the-post {
	margin-top: 75px;
	border: 1px solid #000;
}

.post-single .em-shop-title,
.post-full-content .em-shop-title {
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 10px;
	text-align: center;
	background: #000;
	color: #fff;
}

.post-single .em-shop-code,
.post-full-content .em-shop-code {
	padding: 20px;
}

.post-grid .em-shop-the-post {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px;
	transform: translateY(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-grid .featured-image {
	overflow: hidden;
}

.post-grid .featured-image:hover .em-shop-the-post {
	transform: translateY(0);
}

.post-grid .em-shop-the-post:before {
	content: '\f290';
	font: 14px "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	padding: 10px;
	background: #fff;
	transform: translateY(-100%);
}

.post-grid .em-shop-title {
	display: none;
}

/*--------------------------------------------------------------
## EmPress Grid
--------------------------------------------------------------*/

#template-em-grid {
	margin: 0 auto !important;
}

@media screen and (max-width: 1280px) {
	#template-em-grid {
		width: 100% !important;
	}
}

/*--------------------------------------------------------------
## EmPress Boutiques
--------------------------------------------------------------*/

.template-em-boutiques {
	margin: 0 auto !important;
}

@media screen and (max-width: 1024px) {
	.template-em-boutiques {
		width: 100% !important;
	}

}


