/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.main-header {
	background: #5e6a71 url('wp-content/uploads/sites/169/2016/01/mcnair-photo.png') no-repeat right top;
}

.main-header sup {
	font-size: 36px;
	text-transform: capitalize;
}

.main-header sub, .main-header sup {
	line-height: 1.5em;
}

span.sub-header-default {
	font-size: 15.75px;
	text-transform: uppercase;
	letter-spacing: .75px;
}

sub.sub-header {
	line-height: .45em;
}

.max-1188 {
	max-width: 1188px;
}

/* button styles */
a.btncrimson, a.btnred, a.btnmedred, a.btndrkred, a.btnlhtgry, a.btngry, a.btnmedgry, a.btndrkgry, a.btnorange, a.btnwht, a.btnblk {
	display: inline-block;
	min-width: 120px;
	margin: 4px;
	padding: 15px 40px;
	background: rgba(0,0,0,0);
	font: 600 12px/12px "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	transition-property: color, background;
	transition-duration: .4s, .4s;
	cursor: pointer;
}

a.btngry {
	color: #5e6a71;
	border: 1px solid #5e6a71;
}

a.btngry:hover {
	background: #5e6a71;
	border: 1px solid #5e6a71;
	color: #fff;
}/*trying to get calendar colored- still need to figure out text
removed:  !important #4f868e
.tribe-events-list .tribe-events-loop .tribe-event-featured, .tribe-events-list-widget-events, .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap h4 a {
	background: #ffb81c;
    color: #ffb81c;
}*/
/* events widget style box*/
	
}

div#tribe-events-content.tribe-events-single {
	display: block;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

.portrait-mcn {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: block;
	margin: 10px;
	border-radius: 50%;
	background: rgba(0,0,0,.1) url(./images/landscape-wht-xl.png) no-repeat center center;
	background-size: 24px;
}

.portrait-mcn img {
	width: 100%;
}