/*
Theme Name: lowercasecapital
Theme URI:
Description: A modified version of the 2010 theme for WordPress.
Author: the WordPress.com Special Projects team
Author URI: https://wordpress.org/
Version: 2.4-lowercase
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blog, blue, bright, business, classic-menu, clean, custom-background, custom-header, custom-menu, editor-style, elegant, featured-image-header, featured-images, fixed-layout, flexible-header, formal, full-width-template, infinite-scroll, lifestream, light, microformats, minimal, modern, post-formats, rtl-language-support, sticky-post, translation-ready, two-columns, white
Text Domain: twentyten
Status: active
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

* {font-family: 'EB Garamond', serif;}

a,abbr,acronym,address,applet,article,aside,audio,b,bdi,bdo,big,blockquote,body,button,canvas,caption,center,cite,code,col,colgroup,command,datalist,dd,del,details,dfn,dir,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,input,ins,kbd,label,legend,li,map,mark,menu,meter,nav,noframes,noscript,object,ol,optgroup,option,output,p,pre,progress,q,rp,rt,ruby,s,samp,script,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp,wbr {
	border: 0;
	line-height: 26px;
	margin: 0;
	outline: 0;
	padding: 0;
	text-indent: 0;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: auto;
}

body,button,input,select,textarea,p {
	color: #666;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: .018em;
	text-rendering: optimizeLegibility;
	line-height: 1.55;
}

body {
	background: #fff url('/wp-content/uploads/2018/12/orange-flourish-band1.png') 0 -21px repeat-x;
	background-size: 1021px 84px;
}

a {
	color: #F6742A;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.entry-content a {
	line-height: normal;
}

.screen-reader-text {
	clip: rect(1px 1px 1px 1px);
	position: absolute !important;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	letter-spacing: .024em;
	margin-bottom: 2px;
	font-weight: 400;
}

h1, .entry-title, .entry-title a {
	color: #F6742A;
	font-family: "clarendon-wide", serif;
	font-size: 18px;
	line-height: 1.4;
	margin: 1em 0;
	text-align: left;
	text-transform: capitalize;
}

#site-title {
	margin: 0;
}

.blog .entry-title,
.single-post .entry-title {
	margin-top: 36px;
}

h2 {
	color: #F6742A;
	font-size: 15px;
}

.entry-content h2 {
	font-family: "clarendon-wide", serif;
	margin: 1.5em 0 0.15em;
}

h3 {
	color: #F6742A;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}

h6 {
	color: #F6742A;
	font-size: 15px;
}

p {
	margin-bottom: 9px;
}

b,strong {
	font-weight: 700;
}

del,s,strike {
	color: #c7c7c7;
	text-decoration: line-through;
}

dfn,em,i {
	font-style: italic;
}

abbr,acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote {
	font-style: italic;
	margin: 9px 33px;
	padding-right: 50px;
}

cite {
	font-style: italic;
}

address {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	display: inline-block;
	font-style: italic;
	margin: 0 0 9px;
	padding: 10px;
}

pre {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	margin-bottom: 9px;
	padding: 10px;
	overflow: auto;
	max-width: 100%;
	white-space: pre;
}

code,kbd,tt,var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13px;
}

mark,ins {
	background: #f7f7f7;
	text-decoration: none;
}

sup,sub {
	font-size: 11px;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 9px;
}

sub {
	top: 3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.signature {
	margin-bottom: 40px;
}

hr {
	background: #e5e5e5;
	border: none;
	color: #e5e5e5;
	clear: both;
	float: none;
	margin: 1em 0;
	width: 100%;
	height: 1px;
}

dl {
	font-size: 15px;
	margin: 0 0 9px;
	width: 640px;
}

dt,dd {
	line-height: 30px;
}

dt {
	clear: left;
	float: left;
}

dd {
	margin: 0 0 0 140px;
	clear: right;
}

ul,ol {
	margin: 0 9px 9px 0;
	padding-left: 9px;
}

.entry-content ul, .entry-content ol {
	list-style-position: inside;
	padding-left: 18px;
}

li ul,li ol {
	margin: 0;
}

ul,ul ul ul ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol,ol ol ol ol {
	list-style: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 9px;
	width: 100%;
}

tfoot {
	font-size: 13px;
}

th,td,caption {
	padding: 0 9px;
}

th {
	background: #e7e7e7;
	border-bottom: 1px solid #d7d7d7;
	line-height: 41px;
	text-align: left;
}

tr:hover {
	background: #f7f7f7;
}

td {
	border-bottom: 1px solid #e5e5e5;
	line-height: 41px;
}

embed,iframe,object {
	display: block;
	margin: 0 0 9px;
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

#ie8 img {
	width: auto;
}

.aligncenter,.alignleft,.alignright,.alignnone {
	display: block;
}

.aligncenter {
	margin: 11px auto 10px;
}

.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

.right-aligned-headshots {
	margin: 10px;
}

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

	.right-aligned-headshots {
		margin: 10px 0;
		float: none;
	}
}

.alignnone {
	display: inline;
	margin: 0 0 -5px;
}

div.alignnone {
	display: block;
}

.wp-caption {
	border: 1px solid #e5e5e5;
	max-width: 100%;
	margin-bottom: 9px;
	padding: 15px 8px 6px;
}

.wp-caption img {
	display: block;
	margin: 0 auto 3px;
}

.wp-caption-text {
	font-size: 13px;
	margin: 0;
	padding: 2px 0 3px;
	text-align: center;
}

.gallery img {
	border: 1px solid #e5e5e5;
	padding: 2%;
	max-width: 90%;
}

.gallery-item {
	margin: 0 0 19px !important;
}

.gallery-item a {
	display: block;
	width: 100%;
}

.gallery-caption {
	font-size: 13px;
	margin: 0 auto !important;
	max-width: 90%;
	padding: 0;
}

.gallery-columns-1 img {
	padding: 1%;
	max-width: 96%;
}

.gallery-columns-1 .gallery-caption {
	max-width: 97%;
}

#content div.entry-meta,#nav-below {
}

.home #branding,#site-description,#nav-above,.page .entry-title,.meta-sep,.entry-meta .author,.entry-utility,.nocomments,.edit-link, body.page #primary, body.post-type-archive-team #primary, #footer,.by-author,#entry-author-info {
	display: none;
}

#main:before,#main:after {
	content: '';
	display: table;
}

#main:after {
	clear: both;
}

#main {
	clear: both;
	padding: 21px 0;
}

.entry-content {
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	padding: 88px 21px 0px;
	position: relative;
	width: 611px;
	text-align: center;
}

.blog #main,
.single-post #main {
	padding-top: 3px;
}

#header {
	display: inline-block;
}

.navigation {
	clear: both;
	float: left;
	margin: 0 0 21px;
	width: 100%;
}

.nav-previous, .nav-next {
	float: left;
	width: 50%;
}

.nav-previous {
	text-align: left;
}

.nav-next {
	text-align: right;
}

#site-title a {
	background: url('/wp-content/uploads/2018/12/lowercase_2_color_web-01.svg') no-repeat;
	background-size: contain;
	display: block;
	width: 225px;
	height: 150px;
	position: absolute;
	left: -260px;
	top: 85px;
	text-indent: -9999px;
}

@media only screen and ( min-width : 1071px ) and (max-width: 1190px ) {
	#site-title a {
		left: -194px;
	}
}

#access {
	float: left;
	margin: -4px 0 23px;
	width: 100%;
	line-height: normal;
}

.home #access {
	margin-bottom: 65px;
}

#access ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access li {
	float: left;
	margin-right: 28px;
	position: relative;
}

#access a {
	display: inline-block;
	color: #666;
	font-size: 12px;
	letter-spacing: .075em;
	text-align: center;
	text-transform: uppercase;
}

#access .current-menu-item a,
#access .current-page-ancestor a,
.single-post #access .dispatches a,
.page-id-1241 #access .proprietors a,
.page-id-672 #access .proprietors a,
.page-id-699 #access .proprietors a,
.single-team #access .proprietors a,
.post-type-archive-team #access .proprietors a,
.page-id-672 #access .menu-item-822 a,
.page-id-699 #access .menu-item-822 a,
.page-id-1241 #access .menu-item-822 a,
.single-team #access .menu-item-822 a,
.post-type-archive-team #access .menu-item-822 a {
	color: #f37836;
}

/* Mobile nav layout */
#access .menu-item.menu-item-object-page a:before {
	background-size: contain;
	content: "";
	display: block;
	margin: 0 auto;
	height: 80px;
}

/* Outfit */
#access .outfit,
#access .menu-item-24,
#access .menu-item-1278,
#access .menu-item-820 {
	padding-left: 10px;
	margin-right: 10px;
}

#access .outfit a,
#access .menu-item-24 a,
#access .menu-item-1278 a,
#access .menu-item-820 a {
	padding-left: 10px;
	margin-right: 10px;
}

#access .outfit a:before,
#access .menu-item-24 a:before, /* local dev */
#access .menu-item-1278 a:before, /* local dev */
#access .menu-item-820 a:before { /* staging */
	background: url('/wp-content/uploads/2018/12/yurt.svg') center bottom no-repeat;
	width: 100px;
}

/* Proprietors */
#access .proprietors,
#access .menu-item-908,
#access .menu-item-1280,
#access .menu-item-822 {
	padding-right: 0px;
	padding-left: 10px;
}

#access .proprietors a,
#access .menu-item-908 a,
#access .menu-item-1280 a,
#access .menu-item-822 a {
	padding-right: 0px;
	padding-left: 10px;
}

#access .proprietors a:before,
#access .menu-item-908 a:before,
#access .menu-item-1280 a:before,
#access .menu-item-822 a:before{
	background: url('/wp-content/uploads/2018/12/keys.svg') center bottom no-repeat;
	width: 55px;
}

/* Posse */
#access .posse,
#access .menu-item-25,
#access .menu-item-1279,
#access .menu-item-821 {
	padding-left: 12px;
	padding-right: 5px;
}

#access .posse a,
#access .menu-item-25 a,
#access .menu-item-1279 a,
#access .menu-item-821 a {
	padding-left: 12px;
	padding-right: 5px;
}

#access .posse a:before,
#access .menu-item-25 a:before,
#access .menu-item-1279 a:before,
#access .menu-item-821 a:before {
	background: url('/wp-content/uploads/2018/12/stagecoach.svg') center bottom no-repeat;
	width: 100px;
}

/* Dispatches */
#access .dispataches,
#access .menu-item-21,
#access .menu-item-1331,
#access .menu-item-819 {
	padding-left: 0px;
}

#access .dispatches a,
#access .menu-item-21 a,
#access .menu-item-1331 a,
#access .menu-item-819 a {
	padding-left: 0px;
}

#access .dispatches a:before,
#access .menu-item-21 a:before,
#access .menu-item-1331 a:before,
#access .menu-item-819 a:before {
	background: url('/wp-content/uploads/2018/12/quill.svg') center bottom no-repeat;
	width: 85px;
}

.page-link {
	margin: 0 0 9px;
}

#creed-2 {
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 13px;
}

#post-15 .entry-content > h3 {
	margin-bottom: 17px;
}

#post-15 .entry-content dl + h3 {
	margin-top: 40px;
	margin-bottom: 15px;
}

span.sub-head {
	color: #F6742A;
}

.hentry {
	margin-bottom: 30px;
	padding-bottom: 60px;
	position: relative;
}

.single .hentry {
	margin-bottom: -10px;
}

.entry-meta {
	position: absolute;
	bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	text-align: left;
}

.entry-meta,.entry-meta a,.nav-previous,.nav-previous a,.nav-next,.nav-next a {
	color: #888;
	font-size: 12px;
}

.entry-meta a:hover,.nav-previous a:hover,.nav-next a:hover {
	color: #F6742A;
}

.sharedaddy {
	color: #888;
	margin-top: 30px;
}

div.sharedaddy .sd-content {
	width: 100%;
}

div.sharedaddy h3.sd-title {
	display: none !important;
}

div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	width: 100%;
}

#wpstats {
	display: none;
}

.home .entry-content .wp-image-817 {
	margin-top: -20px;
}

/* Responsiveness */
@media only screen and ( max-width : 1070px ) {
	#site-title a {
		position: relative;
		left: 0;
		top: unset;
		margin: 21px auto 0;
	}

	.home #branding {
		display: block;
	}

	.site-title a {
		margin: 10px auto;
	}

	#access[role="navigation"] {
		margin: -20px auto 25px;
	}

	.home .entry-content .wp-image-817 {
		display: none;
	}
}

@media only screen and ( min-width : 769px ) {
	body:not(.post-type-archive-team):not(.single-team):not(.blog):not(.single-post) #main {
		width: 705px;
		margin-left: -40px;
	}

	#wrapper {
		width: 630px;
	}

	body.single-team #main,
	body.post-type-archive-team #main {
		width: 760px;
		margin-left: -74px;
	}

	body.single-post #main,
	body.blog #main {
		margin-left: -74px;
		position: relative;
		width: 760px;
	}
}

@media only screen and ( min-width: 1040px ) {
	body.single-post #main,
	body.blog #main {
		margin-left: -40px;
	}
}

@media only screen and ( max-width : 768px ) {
	#wrapper {
		width: 100%;
		padding: 88px 0 120px;
	}

	#header,
	#access,
	#main {
		padding: 0 10px;
	}

	#access {
		margin: 0 26px;
	}

	.entry-content dl {
		width: 100%;
	}

	.entry-content dt,
	.entry-content dd{

		line-height: 1.5;
		padding-bottom: 1em;
	}
}

/*@media only screen and ( min-width : 769px ) and ( max-width : 790px ) {
	.entry-title,
	.entry-meta,
	.entry-content {
		padding: 0 21px;
	}
}*/

@media only screen and ( max-width : 736px ) {
	#access[role="navigation"] {
		margin: -25px auto 0;
		float: none;
		padding: 0;
	}

	#access ul {
		text-align: center;
	}

	#access li {
		/*width: 25%;*/
		text-align: center;
		float: left;
		display: inline-block;
	}

	#access li.menu-item {
		margin: 0;
		padding: 0;
	}

	#access li.menu-item a {
		margin: 0;
		padding: 0 10px;
	}

	#access li.outfit a:before {
		width: 70px;
	}

	#access li.proprietors a:before {
		width: 40px;
	}

	#access li.posse a:before {
		width: 80px;
	}

	#access li.dispatches a:before {
		width: 65px;
	}

	#header {
		padding: 0 6px;
	}

	#site-title a {
		margin: 0 auto;
	}

	.blog .entry-title,
	.single-post .entry-title {
		margin-top: 16px;
	}

	.blog #wrapper {
		padding-top: 88px;
	}
}

@media only screen and ( max-width : 480px ) {
	#access li.outfit a:before {
		width: 60px;
	}

	#access li.proprietors a:before {
		width: 37px;
	}

	#access li.posse a:before {
		width: 70px;
	}

	#access li.dispatches a:before {
		width: 55px;
	}

	#access li.menu-item a {
		padding: 0 10px;
	}
}

@media only screen and ( max-width : 400px ) {
	#access li.menu-item a {
		font-size: 11px;
		padding: 0 7px;
	}
}

@media only screen and ( max-width : 359px ) {
	#access li.menu-item a {
		font-size: 10px;
		padding: 0 4px;
	}
}

@media only screen and ( max-width : 320px ) {
	#access {
		margin: 0 auto;
		padding: 0;
	}
}

/* New Proprietor View */
.proprietors-wrap {
	margin-bottom: 1.35em;
	/*margin-left: -2em;*/
}
@media only screen and ( max-width : 736px ) {
	.proprietors-wrap {
		margin-top: 20px;
	}
}

ul.proprietor-photos,
ul.the-proprietors {
	text-align: center;
	padding-left: 0;
}

ul.the-proprietors {
	margin: -1.8em 0 -0.1em 1em;
}

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

	ul.the-proprietors {
		margin: -0.3em 0 1.5em;
	}
}

.proprietor-photos span,
.the-proprietors li {
	border-right: 1px solid #898989;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	list-style: none;
	margin-right: 2%;
	padding-right: 2%;
}

.the-proprietors li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.the-proprietors li a {
	color: #666;
	letter-spacing: .075em;
	text-transform: uppercase;
}

@media only screen and ( max-width : 400px ) {
	.the-proprietors li a{
		font-size: 11px;
	}
}

@media only screen and ( max-width : 359px ) {
	.the-proprietors li a {
		font-size: 10px;
	}
}

.the-proprietors .prop-current a {
	color: #F6742A;
}

/* Hide the Team Archive Title */
.single-team h1.page-title,
.post-type-archive-team h1.page-title{
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.single-team .team,
.post-type-archive-team .team {
	display: flex;
	flex-flow: row wrap;
	margin-top: 1.35em;
	align-items: flex-start;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

.single-team .team,
.post-type-archive-team .team:last-child {
	border-bottom: none;
}

.single-team .team-member-text,
.post-type-archive-team .team-member-text {
	flex: 2 1 300px;
	order: 2;
}

.single-team .team-member-text h3,
.post-type-archive-team .team-member-text h3 {
	color: #F6742A;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
	font-family: 'clarendon-wide', serif;
	text-align: left;
	margin-top: 0;
}

.single-team .team-member-text p,
.post-type-archive-team .team-member-text p {
	text-align: left;
}

.single-team .team-member-thumbnail,
.post-type-archive-team .team-member-thumbnail {

	line-height: 0;
	margin: 10px 0;
}

@media only screen and (min-width:400px) and ( max-width : 539px ) {
	.single-team .team-member-thumbnail,
	.post-type-archive-team .team-member-thumbnail{
		float: right;
		margin: 10px;
	}
}

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

	.single-team  .hentry.team > .team-member-thumbnail,
	.post-type-archive-team  .hentry.team > .team-member-thumbnail{
		display: none;
	}
}

@media screen and ( min-width: 540px ) {
	.single-team .team-member-thumbnail,
	.post-type-archive-team .team-member-thumbnail {
		flex: 0 1 180px;
		margin: 3em 4% 1.5em 0;
	}

	.single-team  .team-member-text > .team-member-thumbnail,
	.post-type-archive-team  .team-member-text > .team-member-thumbnail{
		display: none;
	}
}


/* Blog & Sidebar Adjustments  */
@media screen and ( max-width: 768px ) {
	.blog #primary ul,
	.single-post #primary ul {
		margin-right: 0;
		padding-left: 0;
	}
}
@media screen and ( min-width: 959px ) {
	.blog #container,
	.single-post #container {
		float: left;
		width: 86%;
	}
	.blog #primary,
	.single-post #primary {
		margin: 2em 0 0 0;
		padding-left: 0;
		position: absolute;
		right: -100px;
		width: 20%;
	}
}

.widget-title {
	color: #666;
	font-size: 13px;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.widget-container {
	font-size: 14px;
	margin-bottom: 1em;
}

.widget-area ul {
	list-style: none;
	text-align: left;
}

.widget-area ul ul {
	list-style: none;
	padding-left: 0;
}

.widget-area ul ul li {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}

.widget-area ul li a {
	display: block;
	line-height: 25px;
}

.widget-area ul li:last-of-type {
	border-bottom: none;
}
