body,
button,
input,
select,
textarea {
	color: #000;
	font: 16px/1.675em "quasimoda", sans-serif;
	font-weight: 400;
}

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

#saved-replies,
#collection-category-143 {
	display: none;
}

#mainNav .container-fluid {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.container-fluid:before, 
.container-fluid:after {
	display: none;
}

.navbar .brand {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
}

.navbar .nav {
	position: static;
}

.navbar .nav li {
	margin: 0 30px;
	padding: 40px 0;
	position: relative;
}

.navbar .nav li.active:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 35px 0 35px;
	border-color: #f7f2ee transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.navbar .nav li:first-of-type {
	margin-left: 0;
}

.navbar .nav li:last-of-type {
	margin-right: 0;
}

.navbar .nav>li>a {
	position: relative;
	padding: 5px 0;
	font-size: 15px; 
	letter-spacing:.025em;
	font-weight: 500;
}

.navbar .nav>li>a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #F0E3DB;
	-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;
}

.navbar .nav>li>a:hover:after {
	width: 100%;
}

#docsSearch {
    background: #f2e7e5;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 3em;
    padding: 80px 0;
}

#docsSearch h1 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

#searchBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 15px 20px;
    background: #fff;
    position: relative;
    margin: 0 auto
}

#searchBar.sm {
	padding: 10px 15px;
	border: 2px solid #E6E6E6;
	box-sizing: border-box;
}

#searchBar .search-query {
    border-radius: 0;
    font-size: 18px;
    line-height: 18px;
    width: auto;
    flex-grow: 1;
    height: auto;
    padding: 0;
    border: none;
    box-shadow: none;
    color: #000;
}

#searchBar .search-query::placeholder {
	color: #000;
}

#searchBar button {
    color: #000;
    text-shadow: none;
    background: none;
    border-radius: 0;
    border: none;
    font-size: 18px;
    padding: 0;
    height: auto;
    position: static;
}

#searchBar button .icon-search {
    display: block;
    color: #000;
}

#searchBar button span {
	display: none;
}

#serp-dd {
	top: 100%;
	left: 0;
	right: 0;
}

#sidebar form .search-query {
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
	color: #000;
	font-size: 14px;
	width: auto;
	flex-grow: 1;
}

#sidebar form .search-query::placeholder,
#searchBar button .icon-search {
	color: #9B9B9B;
}

#main-content {
    background: none;
    margin: 100px 0;
    padding: 0 0 0 80px
}

.contentWrapper {
    border: none;
    color: #000;
    padding: 0;
}

#sidebar {
	margin: 100px 0;
}

.contentWrapper h1 {
    font-weight: 400;
    margin-top: 0;
    font-size: 26px;
    line-height: 1.2em;
}

.articleList a {
	font-weight: normal;
	font-size: 17px; 
	line-height: 1.6em; 
	letter-spacing:.01em; 
	color: #262626;
}

.articleList a span {
	-webkit-box-shadow: inset 0 0 0 #F0E3DB;
    box-shadow: inset 0 0 0 #F0E3DB;
	-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;
}

.articleList a:hover span {
	text-decoration: none;
	-webkit-box-shadow: inset 0 -3px 0 #F0E3DB;
    box-shadow: inset 0 -3px 0 #F0E3DB;
}

#sidebar h3 {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .1em;
}

#sidebar .nav-list a {
    color: #000;
    font-size: 18px; 
	font-weight: 400; 
	line-height: 28px; 
	padding: 18px 20px;
	margin: 5px 0px;
	background: #f5f0ec;
	min-width: 210px;
}

#sidebar .nav-list li {
	line-height: normal;
	padding: 0;
	margin: 0;
}

#sidebar .nav-list a:hover,
#sidebar .nav-list li.active a {
	background: #FBF4EF; 
	font-size:18px; 
	font-weight: 400; 
	line-height:28px;
}

#sidebar .nav-list a:hover {
	color: #977b75;
}

#fullArticle .title {
	margin: 0 30px 2em 0;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	font-size: 16px; 
	line-height: 27px;
}

#fullArticle hr {
	border-top: 2px solid #F4EEEA;
}

#fullArticle img {
	width: 100% !important;
}

#fullArticle h2 {
	font-weight: 500;
}

#fullArticle h3 {
	font-size: 18px; 
	line-height: 28px; 
	letter-spacing: .05em;
}

#fullArticle h4 {
	font-weight: 500; 
	text-transform: uppercase; 
	letter-spacing: .075em; 
	font-size: 18px;
}

#fullArticle h5 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.75em; 
	margin-bottom: 12px
}

#fullArticle h6 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#fullArticle a {
	color: #977b75;  
	border-bottom: 1px solid #977b75;
	text-decoration: none;
}

#fullArticle a:hover {
	background: #fef4ed;
	text-decoration: none;
}

.articleFoot p.lu, .articleFoot time.lu {
	float: none;
}

.articleFoot p, .articleFoot time {
	color: #B6A8A0;
	font-family: "quasimoda", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 12px;
}

footer {
	position: relative;
	padding: 15px 0;
}

footer:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    z-index: -1;
    background: #FAF7F5;
}

footer p {
	margin: 0 auto;
	text-align: center;
	color: #B6A8A0;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

footer p a {
	color: #B6A8A0;	
}

.collection-category h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: .025em;
	text-align: center;
	padding: 0;
}

.collection-category h2:before {
	content: '';
	display: block;
	height: 4px;
	flex-grow: 1;
	background: #E2BFB7;
	margin-right: 15px;
}

.collection-category h2:after {
	content: '';
	display: block;
	height: 4px;
	flex-grow: 1;
	background: #E2BFB7;
	margin-left: 15px;
}

.collection-category .category-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.category-list .category {
	width: 32%;
	padding: 50px 20px;
	margin: 0 0 20px;
	box-sizing: border-box;
	-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;
}

.category-list .category:hover {
	background: #FAF7F5;
	border-color: #FAF7F5;
}

.collection-category .category-list:after {
	content: '';
	display: block;
	width: 32%;
	margin: 0;
	padding: 0;
}

.category-list h3 {
	font-size: 20px;
	font-weight: 400;
}

.article-count {
	display: none;
}

@media screen and (max-width: 990px) {
	.navbar .nav li {
		margin: 0 10px;
	}
}

@media screen and (max-width: 768px) {

	.navbar .btn-navbar {
		display: block;
		z-index: 20;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
    	margin-top: 0;
    	width: auto;
    	height: auto;
    	text-shadow: none;
    	border: 0;
    	background: 0 0;
    	padding: 0;
    	margin: 0;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    	color: #000;
	}

	.navbar .btn-navbar .icon-bar {
		background: #000 !important;
	}

	.navbar .brand {
		padding: 10px 0;
	}

	.nav-collapse {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
		background: #FAF7F5;
		padding-top: 30px;
		transform: translateX(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;
	}

	.nav-collapse.in {
		transform: translateX(0);
	}

	.navbar .nav li {
		margin: 0;
		padding: 0;
		position: relative;
	}

	#main-content {
		margin: 50px 0;
		padding: 0;
	}

	#sidebar {
		margin: 0 0 50px;
		padding: 0;
	}

	.category-list .category {
		width: 100%;
	}

	.collection-category .category-list:after {
		width: 100%;
	}

}
