/*
Theme Name: piazza
Author: mace-media.com
Based on underscores.me
*/

@font-face {
    font-family: 'questrialregular';
    src: url('fonts/questrial-regular-webfont.eot');
    src: url('fonts/questrial-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/questrial-regular-webfont.woff') format('woff'),
         url('fonts/questrial-regular-webfont.ttf') format('truetype'),
         url('fonts/questrial-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;

float:right;
padding:.5em;
background-color: #000;
color:#fff;

}

.icon-bar {width:80%; height:1px; background-color: #fff;}

@media screen and (max-width: 768px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


body {
	color:#000;
	font-family: 'questrialregular' !important;
}

.mobile-hide {display:none;}
.mobile-show {display:block;}





/* header styles ===============================================================*/

.navbar-default {background-color: #fff;border-color: #fff;}
#masthead { background-color:#fff;}

#menu-main li a {color:#000; text-transform: uppercase; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold;}
#menu-main li ul.sub-menu {background:;}
#menu-main li ul.sub-menu li {}
#menu-main li ul.sub-menu li a {font-family: 'questrialregular' !important;}

.site-description {display: none;}


.perch {max-width:240px; height: auto; }

#header-search, 
#header-buttons, 
#header-social {display:none;}

#header-social a {float:right;display:inline;}
#header-social a {height:32px; width:32px; display:inline; float:right; margin-left:8px; 
	background: url(images/social/instagram.jpg) no-repeat left top; background-size:32px 32px;}
#header-social a.facebook {background: url(images/social/facebook.jpg) no-repeat left top;background-size:32px 32px;}
#header-social a.twitter {background: url(images/social/twitter.jpg) no-repeat left top;background-size:32px 32px;}
#header-social a.rss {background: url(images/social/rss.jpg) no-repeat left top;background-size:32px 32px;}
#header-social a.map {background: url(images/social/map.jpg) no-repeat left top;background-size:32px 32px;}

.search-form {float:right; border-bottom:4px solid #ccc;}
.search-field {width:140px; border:none !important;}
.search-field:focus {outline:none!important;}
.search-form input[type="submit"] {
	background: url(images/search.jpg) no-repeat left top;
    border: 0px;
    background-color: none;
    box-shadow:none;
}

body.error404 .search-form,
body.search-no-results .search-form {float:left;}

.screen-reader-text {color:#000; font-size:13px;}







/* content styles ========================================================= */

.row h3 {text-transform: uppercase;}
.row div {font-size:14px; line-height:16px;}
.row div h3 {margin-top:.5em; margin-bottom:.5em; font-size:16px; line-height:20px;}
.row div h3 a {color:#000;}

/*.p-cell p {line-height: 110%; font-size:90%;}
.p-cell h3 {margin-bottom:15px;}*/
.bbt {border-top: 4px solid #000;}

.graphical span {display:block; clear: both; width:100%; color:#fff; text-transform: uppercase; background-color: #000; line-height:25px; height:25px; font-family: 'Open Sans Condensed', sans-serif; padding-left: .25em;font-size:16px;}
.graphical a {}

.graphical img {width:100%;}

.nocaps {text-transform: none !important;}
.events-span {background-color: #d34a31 !important;}

.flag {background-color:#cd3a1f; float:right; text-transform: uppercase; text-decoration: none;
padding:1em; padding-top:.35em; padding-bottom:.35em; color:#fff !important; text-align: center; line-height:1em;}

.page-header {border:none;}

body.term-work .page-header {display:none;}


body.single-post .entry-content img {float:left; margin-right:1em;}
body.single-post .entry-title {display:block;font-size:18px;}
body.single-post .entry-meta {font-size:14px; color:#666;}
body.single-post .nav-links a {color:#d03503;}
body.single-post .nav-links a:hover {color:#d03503;}

#banner {background-color: #ccc;}

.col-sm-3.col-xs-12 a img {display:none;}


.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
body.events-archive .entry-content {margin-top:0;}

body.search .entry-summary a,
.entry-content a {color:#d03503;}


/* footer============================================== */

#colophon {padding-top:20px; padding-bottom:40px;  margin-top:100px;}
.site-info {text-align:center; font-size:12px;}
ul#menu-footer {margin:0; padding:0; list-style: none; text-align:center;}
ul#menu-footer li {display:inline;}
ul#menu-footer li a {text-transform: uppercase; color:#333; text-decoration: none;}
ul#menu-footer li a:hover {text-decoration: underline;}
ul#menu-footer li a:after {content: " | ";}
ul#menu-footer li a:before {content: " ";}
ul#menu-footer li:last-child a:after {content: "";}




/* archive styles ++++++++++++++++++++++++++++++++++++++++*/

body.tax-tribe_events_cat article.page {border-top: 0; padding-top: 0px; margin-top:0px;}
body.tax-tenant .hentry:first-child {border: none !important;}

body.archive .hentry {border-top: #ccc solid 4px;}
body.archive .hentry:first-of-type {border-top: none;}


body.archive .entry-title {margin-bottom:1.5em; font-size:16px; line-height:20px; 
	text-transform: uppercase; display:block;}
body.archive .entry-content {font-size:14px; line-height:20px;}

body.archive .entry-content .ppost {float:left;}
.tenant-meta {display:block;}

.event-meta {float: none; text-align: left; display:block; font-size:12px; line-height:14px;}

ul.my_term-archive {margin:0; list-style:none;}
ul.my_term-archive li {margin-top:.25em; margin-bottom:.25em;}
ul.my_term-archive li a {color:#000;}
ul.my_term-archive li strong {
	display: block;
	margin-top: 1em;
	font-size: 11px;
	color:#d70303;
}

.event-notice {font-size:11px; text-align:left;}

.ppost {width:100px;}



span.post-tax-lable {display:block; clear: both; width:100%; text-transform: uppercase; background-color: #000; line-height:25px; 
	height:25px; font-family: 'Open Sans Condensed', sans-serif; padding-left: .25em; font-size:16px;}

.post-tax-lable li {list-style: none; display:inline; color:#fff;}
.post-tax-lable li:before { content:", "; }
.post-tax-lable li:first-child:before { content:""; }

body.category-news .entry-title {margin-bottom:0;}
body.category-news .entry-meta {margin-bottom:1em;font-size:14px; color:#666;}

nav.post-navigation {padding-top:1em; margin-top:1em !important; border-top:4px solid #f8f8f8;}

/* events list view loop ============================================= */
.tribe-events-event-image {float:left; margin-right:1em;}
.tribe-events-list-event-title {clear:none;}

/*this is our meta wrapper - place our metas in side this in single-event.php /list/ */
.tribe-events-loop .tribe-events-event-meta {clear:none;} 
.tribe-events-list .tribe-events-loop .tribe-events-content {float:none; clear:none;}
.tribe-events-read-more {display:inline; clear:none;}


body.events-list .tribe-events-loop .hentry {border-top: #ccc solid 4px;}
body.events-list .tribe-events-loop .hentry:first-of-type {border-top: none;}

#tribe-events-bar {margin-top:.75em;}
#tribe-bar-date {width:100%;}


/* event list page EC*/
body.archive .page-content, 
body.archive .entry-content, 
body.archive .entry-summary {
margin: 0;
}

/* rotating tweets */



/* tribe events ======================= */


h2.tribe-events-page-title {
	font-size:16px;
	width: 100%;
text-align: center;
background: #ccc;
padding-top: 16px;
padding-bottom: 16px;
color: #fff;}
h2.tribe-events-single-event-title {text-align: left; clear:none;}

h2.tribe-events-page-title a {color:#fff !important;}

.tribe-events-sub-nav {font-family: 'questrialregular', sans-serif;}
.tribe-events-sub-nav a {color:#000;}

.tribe-events-nav-left {float:left;}

.tribe-events-nav-right {float:right;}

#tribe-events-footer,
.tribe-events-cal-links,
.tribe-events-ical,
.tribe-events-list-separator-month,
.tribe-events-user-recurrence-toggle {display:none !important;}

.events-archive .entry-content, .events-archive .entry-header {
width: 100%;
}
#event-nav-bar-upcoming {clear:left;}

.tribe-events-list .vevent.hentry.tribe-events-first {
padding-top: 30px;
}

.tribe-events-list .tribe-events-loop .tribe-events-content {
clear: none; width: auto;
}

h2.tribe-events-single-event-title,
h2.tribe-events-list-event-title a {color:#000; text-transform: uppercase; font-size:16px; line-height:20px; 
display:block;}
a.tribe-events-read-more {color:#333;}
.tribe-events-event-meta .time-details {color:#666; margin-bottom:1.5em;}

/*single events*/
p.tribe-events-back {display:block; clear: both; width:100%; color:#fff; text-transform: uppercase; background-color: #000; line-height:25px; height:25px; font-family: 'Open Sans Condensed', sans-serif; padding-left: .25em;font-size:16px;}
p.tribe-events-back a {color:#fff;}

.tribe-events-content {font-size:14px;}

body.single-tribe_events .entry-content .hentry {padding-top: 30px; border-top: 4px solid #ccc;}

h2.tribe-events-single-event-title {}

div.tribe-events-single-event-description {margin-top:0; float:left;}
div.tribe-events-list-event-description {font-size:12px;}

.tribe-events-nav-previous {text-align: left}
.tribe-events-nav-next {text-align: right}


.tribe-events-event-image {max-width:225px; height: auto;}

.my-tribe-entry-meta {margin-bottom:1em; margin-top:1em;}
.my-tribe-entry-meta span {display:block; text-align:left; font-size:12px; color:#666;}


/* tribe mini calendar +++++++++++++++++++++++++*/

.tribe-mini-calendar-event .list-date {font-size:14px;}
.tribe-mini-calendar-event .date-start {display:none !important;}
.tribe-mini-calendar-event .date-start:after {display:none !important;}
.tribe-mini-calendar-event .date-end {display:none !important;}
.tribe-mini-calendar-event .end-time {display:none !important;}
.tribe-mini-calendar-event .list-date {font-size:14px; color:#d70303}
.tribe-mini-calendar-event .list-daynumber {font-size:14px;}

.tribe-mini-calendar-list-wrapper .list-info {margin:0;}

.tribe-mini-calendar-list-wrapper {margin-bottom:16px;}

.tribe-mini-calendar-event { border-bottom:0 !important; border-bottom:none !important;}

.tribe-mini-calendar-event .list-info {
	margin: 0;
	display: inline;
	line-height: 1;
	float: none;
	width: 100% !important;
}

.tribe-mini-calendar-event .list-info h2 {margin-bottom:0px;}
.tribe-mini-calendar-event .list-info h2 a {color:#000;}

body.home .widget-title {display:inline; width:203px; }

span.tribe-mini-calendar-no-event {padding:.25em;}
td.tribe-events-has-events {background-color:#ccc !important;}
td.tribe-events-has-events a {color:#000;}
td.tribe-events-has-events div[id*='daynum-'] a:before {display: none !important;}
.tribe-mini-calendar div[id*='daynum-'] a {padding:.25em !important;}
.tribe-events-has-events .tribe-mini-calendar-day-link:before {display:none;}

.tribe-mini-calendar thead {background-color:#fff !important;}

a.tribe-mini-calendar-nav-link span {color:#000 !important; margin:0;}
#tribe-mini-calendar-month {color:#000;}

.tribe-mini-calendar-nav {padding-top:.5em; padding-bottom:.5em;}

.tribe-mini-calendar-nav,
.tribe-mini-calendar td,
.tribe-mini-calendar th {border:0 !important;}

.tribe_mini_calendar_widget #ajax-loading-mini {height:20px; width:20px;}



body.home .widget-title {display:block; clear: both; width:203px; color:#fff; text-transform: uppercase; background-color: #000; 
	line-height:25px; height:25px; font-family: 'Open Sans Condensed', sans-serif; padding-left: .25em;font-size:16px;}




/* view all buttons and pagination  ========================================= */

.view-all {min-height:1em;}
.view-all a, .pagination a, .pagination span.current {display:block; border:3px solid #000; height:34px; width:180px; line-height:34px; 
	text-align: center; background-color:#fff; margin:0 auto;font-size: 16px; color:#000;}
.view-all a.siteplan {display:inline-block; float: left; margin-left:8px; width:200px; margin-top:1em; 
	border:3px solid #eb582c;}
.pagination {float: right; text-align:center;}
.pagination span.current, .pagination a {width: auto; display:inline-block; margin-left:1em; padding-left:.5em;padding-right:.5em;}
.pagination a {border:3px solid #ccc;}
.pagination span.current {border:3px solid #000;}
.pagination a.next {border:3px solid #000;}	
.pagination a.previous {border:3px solid #000;}	




/* contact form 7 +++++++++++++++++++++++++++++================================ +++ */

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], form input[type="tel"], textarea {border-radius:0; border-color: #d70303;}
.wpcf7-form p {text-transform:uppercase; font-size:15px; padding-bottom:.25em;}
.wpcf7-form span.your-recipient {padding-left:.2em;}
.wpcf7-submit {border-radius:0 !important; color:#fff !important; line-height:34px !important; font-family: 'Open Sans Condensed', sans-serif !important; font-size:16px !important; text-transform: uppercase !important; background-color: #d70303 !important;
box-shadow:none !important; padding: 0 !important; text-shadow:none !important; 
border: none !important; padding-left:1em !important; padding-right:1em !important;}

.wpcf7-form-control {width:98%;}
.wpcf7-submit {width:auto;}


/* sliders ======================= ========================================= */

.flexslider {position:relative;}
.slides-overlay {height:470px; width: 203px; position:absolute; top:0; left:0; z-index:600; padding-left:1.5em; padding-right:1.5em;}
.slides-overlay span {color:#fff; font-size:36px; line-height:40px; letter-spacing: .05em; position: absolute; bottom: 1.5em; }

.metaslider #live {
	background-color:#c7af7f;
	background-color: rgba(199, 175, 127, .75);
	color: rgba(199, 175, 127, .75);
	}
.metaslider #work {
	background-color:#f89832;
	background-color: rgba(248, 152, 50, .75);
	color: rgba(248, 152, 50, .75);
	}
.metaslider #shop {
	background-color:#d2212b;
	background-color: rgba(210, 33, 43, .75);
	color: rgba(210, 33, 43, .75);
	}
.metaslider #events {
	background-color:#ffc830;
	background-color: rgba(255, 200, 48, .75);
	color: rgba(255, 200, 48, .75);
	}





/*  content margins and padding */
.row div {}

.row div.center-block {min-height:1em;}

body.page .hentry {margin-top:1.5em;}


.graphical, .bbt, .metaslider, .p-slider {margin-bottom: 16px;}

body.archive .hentry {padding-top: 30px; margin-top:30px;}

body.archive .entry-content .ppost {margin-right:1em;}

body.archive .entry-content {margin-top:0;}

body.events-list .tribe-events-loop .hentry {padding-top: 30px; margin-top:30px;}

.tribe-mini-calendar-list-wrapper .hentry {margin:0 !important; padding-top:1em;}

.tribe-mini-calendar-event {margin:0 !important; padding:0 !important;}

.tribe-mini-calendar-event {padding-top:1em;}

div#siteplan {padding-top:1em; padding-bottom:1em;}

body.single-post .hentry {margin-top:48px;}

#banner {min-height:1em; margin-left:0; margin-right:0;}

.graphical.short img {margin-bottom:.25em;}



.col-sm-3 a img {}
.col-sm-6 a img {}

.view-all {margin-bottom:16px;}

p:last-child {margin-bottom:0;}

a.map-link {display:block; background-color:#f8f8f8; text-decoration: none; color:#000; padding-top:.25em;}

.piazza-red {color:#d70303 !important;}

/*a {color:#d70303 !important;}*/
body.page-id-17 #main a {color:#d70303 !important; text-decoration: none;}

body.page-id-17 #main a:hover {text-decoration: underline;}

select {
	width:97% !important;
    padding:.25em;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    border-color:#d70303;
    background: #f8f8f8;
    color:#000;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}


/* nl signup */

.widget_sf_widget_constantcontact form {
	border-top: 4px solid #cd3a1f;
}

.widget_sf_widget_constantcontact form p {margin-bottom:8px;}

.widget_sf_widget_constantcontact form input[type="text"] {

	color: #000;
	border: 1px solid #cd3a1f;
	border-radius: 0;
	width:42%;
	margin-right:14px;

}

.widget_sf_widget_constantcontact form input.nl-email {margin-right:0px;}

.widget_sf_widget_constantcontact form input[type="submit"] {

	display: block;
	background-color: #cd3a1f;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: none;
	border-radius: 50%;
	box-shadow:none;
	padding:0;
	text-shadow:none;
	display: inline;
	float: right;

}

.widget_sf_widget_constantcontact {display: none;}
#sf_widget_constantcontact-3 {margin-top:1em;}


h1.page-title {
	background-color: #f8f8f8;
	width: 100%;
	padding: .25em;
	text-transform: uppercase;
}

div.ltie9 {display:none;}
html.lt-ie9 body.page-id-52 iframe {display:none;}
html.lt-ie9 body.page-id-52 div.ltie9 {display:block;}

/* queries ============================================================= */ 


@media (min-width: 480px) {

	.perch {max-width:280px; }
	#colophon {margin-top:20px;}
	.ppost {width:160px;}
	.widget_sf_widget_constantcontact {display: block;}
	.tribe-mini-calendar-wrapper {position:relative;}
	.tribe-mini-calendar-grid-wrapper{width:225px;}
	.tribe-mini-calendar-list-wrapper{width:225px; position: absolute; top:0; right:0; margin-bottom:0;}
	.tribe_mini_calendar_widget {margin-bottom:0px;}

}

@media (max-width: 769px) { /* below 768 */

	body.page .hentry {margin-top: 0em;}
	.mobile-full {width:100% !important;}
	.slides-overlay {display:none;}
	body.home .widget-title {width:100%;}

}

@media (min-width: 769px) { /* above 768 */

	.col-sm-3.col-xs-12 a img {display:block;}
	.graphical, .bbt {margin-bottom:0em;}
	.mobile-show {display:none !important;}

	#masthead {position:fixed; top:0px; z-index:1000; width:753px;}
	.perch {position:fixed; left:30px; top:30px; max-width:360px; }
	#header-elms {position:fixed; right:30px; top:30px; width:310px;}
	#header-buttons, 
	#header-social {display:block;}
	#header-buttons a {display:block; border:3px solid #ccc; height:30px; line-height:28px; font-size:14px; width:90px; text-align: center; 
		background-color:#fff; float: right; margin-left:8px; color:#000; font-size:15px;}
		#header-buttons a:hover {text-decoration: none;}
	.dace {display:inline;float:left; margin-bottom:12px;  width:300px;}

	#content {padding-top:248px;}

	div.navbar {padding-top:220px;}
	div.navbar-collapse {margin-right: -8px; margin-left: -8px;}
	ul#menu-main {}
	ul#menu-main li {}
	ul#menu-main li a {border-bottom:#000 solid 4px; color:#000; text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif; font-weight:bold;padding-bottom: .25em;}
	ul#menu-main li a.dropdown-toggle:hover, ul#menu-main li a:hover, ul#menu-main li ul li a:hover {color:#d03503;}
	ul#menu-main li ul li a:hover {background-color: none !important; background: none !important;}
	ul#menu-main li ul {background:#fff; padding:10px; margin-left:8px;}
	ul#menu-main li ul li {padding-bottom:.1em; padding-top:.1em;}
	ul#menu-main li ul li a {border:none; text-transform: none;font-family: 'questrialregular' !important; 
	font-size:14px; line-height:24px;}


	/*override bootstrap*/
	.navbar {
		
		position:static;
		min-height: 1em;
		margin-bottom: 0;
		border: none;
		border-radius: 0;
	}
	.navbar-collapse {padding-left: 0;padding-right: 0;}
	.navbar-nav {float: none; }
	.navbar-nav > li > a {padding-top:0; padding-bottom:0;}
	.nav > li > a {padding:0;}
	
	.dropdown-menu > li > a {padding:0;}
	.navbar-nav > li > .dropdown-menu {margin-top: 0; border-radius: 0;}
	.navbar li:hover > ul {display: block;}
	.caret {color:#ccc;}
	.navbar .row {margin-bottom:20px;}


	.navbar.shadow {
	-webkit-box-shadow: 0px 3px 3px -3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 3px -3px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 3px -3px rgba(50, 50, 50, 0.5);
	}


	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: #fff;}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background-color: #fff;}



	.flexslider {position:relative;}
	.slides-overlay {height:411px; width: 177px; position:absolute; top:0; left:0; z-index:600; padding-left:1em; padding-right:1em;}
	.slides-overlay span {color:#fff; font-size:32px; line-height:36px; letter-spacing: .05em; position: absolute; bottom: 1em; }

	
	.metaslider {margin-bottom:48px; margin-top:48px;}

	.ppost {width:203px;}

	body.tax-event .meta-wrapper {position:absolute; right:0; top:0;}
	.event-meta {float: right; text-align: right; clear:both; font-size:12px; line-height:14px;}
	.event-notice {font-size:11px; text-align:right;}


	h1.page-title {font-size:22px; text-transform: uppercase;}

	.row div {min-height:269px; max-height:301px; overflow: hidden;}

	.row {margin-bottom:48px;}

	.graphical img {height:242px; width:100%;} 
	.siteplan img {width:100%; height: auto;}
	.graphical.short img {height:176px; width:100%;} 

	.graphical.short {font-size:.8em;}

	body.single-tribe_events .row div, 
	body.events-archive .row div {min-height:10px; max-height:2000px;}

	.row.about-row div {max-height:2000px;}

	.row.cal div {min-height:1em;}
	
	.tribe-mini-calendar-grid-wrapper{width:176px;}
	.tribe-mini-calendar-list-wrapper{width:176px;}

	#event-nav-bar-upcoming {clear:none;}

	body.page-id-17 .row div {min-height:1em; max-height:2000px;}
	body.tax-event .row div {min-height:1em; max-height:2000px;}

	.mobile-hide {display:block;}

	body.tax-event .hentry p {padding-right:0px;}

	p.event-notice {padding-left:50px;}

	body.archive .page-header {padding-bottom:0px; margin-bottom:-8px;}

	body.home #colophon {margin-top:100px;}

	#banner .center-block {width:728px; padding-top:.5em; padding-bottom:.5em;}

}

@media (min-width: 876px) {



	.widget_sf_widget_constantcontact form {padding-top: 16px;}
	.widget_sf_widget_constantcontact form p {margin-bottom:16px;}

	.row div {min-height:310px; max-height:342px; overflow: hidden;}
	.row.about-row div {max-height:2000px;}

	.graphical img {height:286px; width:100%;} 
	.graphical.short img {height:204px; width:100%;} 
	.siteplan img {width:100%; height: auto;}

	#masthead {width:860px;}

	.p-slider {margin-bottom:50px; margin-top:50px;}

	.slides-overlay {height:470px; width: 203px;padding-left:1.5em; padding-right:1.5em;}
	.slides-overlay span {color:#fff; font-size:36px; line-height:40px; letter-spacing: .05em; position: absolute; bottom: 1.5em; }

	.tribe-mini-calendar-grid-wrapper{width:203px;}
	.tribe-mini-calendar-list-wrapper{width:203px;}

}

@media (min-width: 1060px) {

	#header-search {display:block;}

	#header-elms {width:598px;}

	.dace {display:inline;float:right; width:199px; height:150px;}

	#header-buttons a {margin-right:16px; margin-bottom:12px; clear:both;}

}

@media (min-width: 1200px) {

	#header-elms {width:738px;}
	.dace {width:245px;}

}

/* rotating tweets */

#tweets {
	min-height:none !important;
	max-height:none !important;
	margin-right: -8px;
	margin-left: -8px;
	margin-bottom: 20px;
	font-size: 14px;
}

#content .rotatingtweets, #content .norotatingtweets {
	border-bottom:0;
}

/* asdf */