/* @override 
	https://fs193.a.wpstage.net/srv/htdocs/wp-content/themes/farnamstreet/css/nav.css?ver=1586887833
	https://fsblog-staging.mystagingwebsite.com/wp-content/themes/farnamstreet/css/nav.css?ver=1587313095 */


	.mobile-nav {
		display: none;
		overflow: hidden;
		height: 65px;
	}

	@media all and (max-width: 950px) {
		.mobile-nav {
			display: inherit;
		}
	}
	header {
		position: fixed;
		z-index: 8;
		top: 0;
		display: block;
		width: 100%;
		height: 65px;
		padding: 0;
		background: rgb(255, 255, 255);
		border-bottom: 1px solid #ddd;
		/*	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .30);*/
	}

	.section-header-wrapper {
		display: flex!important;
		display: flex!important;
		float: none!important;
		max-width: 1600px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		content: inherit!important;
		justify-content: space-between;
	}

	body.logged-in header#mast {
		margin-top: 32px!important;
	}

	@media screen and (max-width: 782px) {
		body.logged-in header#mast {
			margin-top: 46px!important;
		}
	}
	.logo {
		margin: 0;
		/*	border: 1px solid #333;*/
	}

	.logo a {
		display: flex;
		height: 65px;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}

	.logo svg {
		max-height: 35px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		text-align: center;
		vertical-align: middle;
		opacity: 1;
	}




	.logo svg:hover {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		opacity: .7;
	}

	header * {
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	header nav ul {
		font-size: inherit;
		line-height: inherit;
		display: table-cell;
		visibility: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		padding: 0;
		-webkit-transition: all .2s cubic-bezier(.7, 0, .36, .63);
		-moz-transition: all .2s cubic-bezier(.7, 0, .36, .63);
		-o-transition: all .2s cubic-bezier(.7, 0, .36, .63);
		transition: all .2s cubic-bezier(.7, 0, .36, .63);
		vertical-align: middle;
		opacity: 0;
	}

	header nav ul li {
		list-style: none;
		text-align: center;
	}

	header nav ul li a {
		font-size: 150%;
		display: block;
		display: block;
		width: 100%;
		padding: .2em 0;
		text-decoration: none;
		color: #cc3232;
	}

	header nav ul li a:hover {
		text-decoration: none;
		color: #fff;
		background: rgba(204, 50, 50, 1);
	}

	.profile {
		font-family: freight-text-pro,serif;
		font-size: 15px;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0;
		text-transform: capitalize;
		white-space: nowrap;
	}

	ul.desktop-nav li a.profile.logout {
		padding-left: 5px;
		color: #cc3233;
		border-left: 1px solid #ddd;
	}

	ul.desktop-nav li a.profile.logout:hover {
		text-decoration: underline;
	}

	.member_login {
		/*	background: #eee;*/
	}

	header nav ul li a:focus {
		outline: 0;
	}

	header nav ul li a:hover, 
	header nav ul li a:active {
		color: #fff!important;
	}

	nav.js-open {
		pointer-events: auto;
	}

	header nav {
		pointer-events: none;
	}

	header nav.js-open {
		pointer-events: auto;
	}

	header .nav-background {
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		display: table;
		width: 100%;
		height: 100%;
		-webkit-transition: background-color .2s cubic-bezier(.7, .01, .3, 1);
		-moz-transition: background-color .2s cubic-bezier(.7, .01, .3, 1);
		-o-transition: background-color .2s cubic-bezier(.7, .01, .3, 1);
		transition: background-color .2s cubic-bezier(.7, .01, .3, 1);
		background: none;
	}

	header #toggle {
		z-index: 999;
		float: right;
		height: 65px;
		padding: 2em 1em 0;
		cursor: pointer;
		-webkit-transition: padding-top .6s cubic-bezier(.1, .01, .3, 1);
		transition: padding-top .6s cubic-bezier(.1, .01, .3, 1);
	}

	header #toggle:hover {
		transition: top, .5s, ease-in-out;
	}

	header #toggle:hover .menubars:before {
		top: -9px;
	}

	header #toggle:hover .menubars:after {
		top: 9px;
	}

	.menubars {
		position: relative;
		z-index: 999!important;
		width: 24px;
		height: 4px;
		margin: 10px 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background: #fff;
	}

	.menubars:before {
		top: -8px;
	}

	.menubars:after {
		top: 8px;
	}

	.menubars:after, 
	.menubars:before {
		position: absolute;
		z-index: -1;
		display: block;
		width: 24px;
		height: 4px;
		content: '';
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.menubars {
		width: 34px;
		height: 2px;
		margin: .2em 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background: #cc3232;
	}

	.menubars:before {
		top: -8px;
	}

	.menubars:after {
		top: 8px;
	}

	.menubars:after, 
	.menubars:before {
		position: absolute;
		z-index: -1;
		display: block;
		width: 34px;
		height: 2px;
		content: '';
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background: #cc3232;
	}

	.js-open {
		height: 100%;
	}

	.js-open header {
		margin-top: 0;
		background: none;
	}

	.js-open .menubars {
		background: none!important;
	}

	.js-open .menubars:after {
		top: 0!important;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #cc3232!important;
	}

	.js-open .menubars:before {
		top: 0!important;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #cc3232!important;
	}

	.js-open .nav-background {
		background: rgba(255, 255, 255, 1)!important;
	}

	.js-open ul {
		top: 0;
		visibility: visible;
		margin-top: 0;
		-webkit-transform: perspective(600px) rotateX(0deg);
		-moz-transform: perspective(600px) rotateX(0deg);
		-ms-transform: perspective(600px) rotateX(0deg);
		-o-transform: perspective(600px) rotateX(0deg);
		transform: perspective(600px) rotateX(0deg);
		opacity: 1;
	}

	nav.js-open {
		pointer-events: auto;
	}

	ul.desktop-nav {
		display: flex;
		float: right;
		width: 75%;
		margin: 0;
		padding: 0;
		border: 1px solid #red;
		justify-content: space-between;
	}

	ul.desktop-nav li {
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
		line-height: 65px;
		height: 65px;
		margin-top: 0;
		margin-bottom: 0;
		list-style: none;
		text-align: center;
		letter-spacing: .06em;
		text-transform: uppercase;
		color: #aaa9a9;
		/*	border: 1px solid #333;*/
		flex: 1;
		/*	background: red;*/
	}

	ul.desktop-nav li:last-of-type {
		padding-right: 10px;
		padding-left: 10px;
		flex: 0;
	}

	ul.desktop-nav li a {
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
		text-decoration: none;
		color: #262626;
	}

	@media all and (max-width: 1150px) {
		ul.desktop-nav li a {
			font-size: 11px;
		}
	}
	ul.desktop-nav li a:hover {
		color: #cc3232;
	}

	ul.desktop-nav li a.signup, 
	ul.desktop-nav li a.login {
		font: 16px/65px freight-text-pro, serif;
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0;
		letter-spacing: 0!important;
		text-transform: capitalize;
		color: #262626;
	}

	ul.desktop-nav li a.signup:hover, 
	ul.desktop-nav li a.login:hover, 
	ul.desktop-nav li a.search:hover {
		color: #cc3232;
	}

	@media all and (max-width: 1150px) {
		ul.desktop-nav li a.signup, 
		ul.desktop-nav li a.login {
			
		}
	}
	ul.desktop-nav li a.search {
		font-size: 16px;
		color: #7a7a7a;
	}

	@media all and (max-width: 1150px) {
		ul.desktop-nav li a.search {
			padding-right: 1.0em;
			padding-left: 1.0em;
		}
	}
	@media all and (max-width: 950px) {
		ul.desktop-nav {
			display: none;
		}
	}
