

/*
Theme Name: The New Schhool Theme

Author: studio weeren
Author URI: http://studioweeren.com
Description: Custom Theme for The New School at Commonweal
Version: 1.0

Tags:

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@import url("css/bootstrap.min.css");
@import url("css/960.css");
.border {
	border: 0 solid #dee2e6 !important;
}


/* =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 centred 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/ */
}

body {
	background: #454748;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Roboto, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	/* clear: both; */
	font-family: 'Roboto Condensed', Verdana, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 0;
}


/* Text elements */

p,
.entry-content ul li {
	font-family: Poly, Georgia, Times, "Times New Roman", serif;
}

p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 0;
}

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;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

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. */
	width: auto;
	max-width: 100%;
	/* Adhere to container width. */
}

button,
input,
select,
textarea,
.button {
	font-size: 90%;
	/* 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,
.button {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background-color: #BF2A2A !important;
	color: #fff;
	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: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.5em 1em;
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
}

.button:visited {
	color: #fff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	border-color: #ccc #bbb #aaa #bbb;
	text-decoration: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:focus {
	border-color: #aaa #bbb #bbb #bbb;
	text-decoration: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */
	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="password"],
input[type="search"],
textarea {
	background-color: #DBD6CE;
	color: #666;
	border: 1px solid #A5A098;
	/* border-radius: 3px; */
	width: 150px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}

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: #C5BEB1;
	text-decoration: none;
}

a:visited {
	color: #C5BEB1;
}

a:hover,
a:focus,
a:active {
	color: #fff;
	/* text-decoration: underline; */
}

#primary a:hover,
#primary a:focus,
#primary a:active {
	color: #C5BEB1;
}

#primary p a {
	color: #fff;
}


/* 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,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


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

#site-navigation {
	margin-bottom: 0;
	margin-top: 0;
}

.navigation-main {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	width: 100%;
	font-weight: 400;
}

.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.navigation-main li {
	float: left;
	position: relative;
}

.navigation-main a {
	color: #333;
	display: block;
	text-decoration: none;
}

.navigation-main a:hover,
.navigation-main .current_page_item a {
	color: #fff;
}

.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
}

.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}

.navigation-main ul ul a {
	width: 200px;
}

.navigation-main ul ul li {}

.navigation-main li:hover>a {}

.navigation-main ul ul :hover>a {}

.navigation-main ul ul a:hover {}

.navigation-main ul li:hover>ul {
	display: block;
}

.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {}


/* Small menu */

.menu-toggle {
	display: none;
	cursor: pointer;
}

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


/*
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

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


/* Main Menu */

.menu-main-menu-container {
	clear: both;
	font-size: 22px;
	padding-top: 10px;
}

.navigation-main li.menu-item-980 {
	float: right;
}


/*Secondary Menu */
.navigation-main ul#menu-secondary-menu,
ul#menu-social-media{
	display: flex;
	justify-content: space-between;
}

.navigation-main ul#menu-secondary-menu li {
	padding: 0;
}

/*.navigation-main ul#menu-secondary-menu li.menu-item-607 {*/
/*	padding-left: 0;*/
/*}*/

/*.navigation-main ul#menu-secondary-menu li.menu-item-28 {*/
/*	padding-right: 0;*/
/*}*/


/* Social Media Menu */

.menu-social-media-container ul {
	list-style: none outside none;
	margin: 0;
}

/*ul#menu-social-media li {*/
/*	float: left;*/
/*}*/


/* =Header
----------------------------------------------- */

header#masthead {
	background-color: #c5bdaf;
	background-image: url('images/header-bg.png');
	background-repeat: repeat-x;
	display: block;
	height: 83px;
	/*  - original logo */
	/* 	height: 113px; */
	/* anniversary logo */
	padding-top: 20px;
	margin: 0;
}


/* added for anniversary logo */


/*
header#masthead .omega,
#site-navigation {
	margin-top: 30px;
}
*/


/*
.site-branding {
	background-image: url('images/tns-logo.png');
	background-repeat: no-repeat;
	
}
*/

.site-branding h1.site-title a {
	display: block;
	float: left;
	height: 61px;
	text-indent: -9999px;
	width: 309px;
}

.site-branding h2.site-description {
	text-indent: -9999px;
}

.site-branding {
	margin-top: 3px;
}

.slider {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.slidertitle {
	background: rgb(0, 0, 0) transparent;
	/* default fallback */
	background: rgba(0, 0, 0, 0.4);
	/* nice browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	/* IE8 */
	position: absolute;
	bottom: 0;
	left: 30px;
	display: block;
	padding: 15px 30px;
	text-shadow: 1px 1px 2px #333333;
	filter: dropshadow(color=#333333, offx=1, offy=1);
}

.slidertitle .subtitle {
	color: #fff;
}

ul.slides {
	height: 332px;
	overflow: hidden;
}


/* =Footer
----------------------------------------------- */

.site-footer {
	background: url('images/footer-bg.png') repeat-x #454748;
	font-size: 0.9em;
	line-height: 120%;
	height: 260px;
}

.twitter-share-button {
	width: 90px !important;
}


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

#main {
	background: url('images/tns-content-bg.png') repeat #59514B;
	margin: 0;
}

#content {
	margin: 0 auto;
}

#primary {
	background: url('images/headerbottom-bg.png') repeat-x transparent;
	color: #CCCCCC;
	margin: 0;
}

#primary h1,
#primary h2,
#primary h3,
#primary h4 {
	color: #fff;
}

#secondary {
	background: url('images/secondary-bg.png') #E8E4DF;
	padding: 30px 0;
	-webkit-box-shadow: inset 0px 0px 40px 20px #C9BBA7;
	box-shadow: inset 0px 0px 40px 20px #C9BBA7;
	/* margin-top: 30px; */
}

#secondary h3 {
	color: #333;
}

.sticky {}

.hentry {
	margin: 0 0 1.5em;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content,
.entry-summary {
	margin: 0;
}

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

.list.columns ul li {
	clear: none;
	float: left;
}

.subtitle {
	/* font-family: Georgia, Times, "Times New Roman", serif; */
}

.entry-content ul {
	list-style: disc;
	margin: 0 0 1.5em 1em;
}

.entry-content ul li a {
	color: #fff;
}


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

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


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

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	background-color: #ECE7E3;
	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 {
	color: #333;
	font-size: 0.9em;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-content .gallery dd {
	margin: 0;
}

.site-content .gallery-columns-4 .gallery-item {}

.site-content .gallery-columns-4 .gallery-item img {}

.site-content img,
.slider iframe {
	border: 1px solid #D5D5D5;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}


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

.site-content [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%;
}

.content-nav {
	padding: 1.5em 0;
}


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

#respond {
	margin: 0px;
	float: left;
	border-top: 1px solid #dbdbdb;
	padding-top: 10px;
	width: 100%;
}

#respond input[type=text] {
	width: 300px;
	margin-right: 20px;
}

#respond textarea {
	width: 550px;
	height: 120px;
	padding: 10px;
}

#comments {
	float: left;
	margin: 0;
}

#comments {
	border: 0;
	width: 100%;
}

body.dark #comments {
	background: url(images/dark/divider.png) repeat-x right top;
}

#comments h2 {
	font-size: 1.5em;
	display: block;
	border-bottom: 1px solid #d6d6d6;
}

#comments h6 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 10px 0px;
}

#comments .comment-meta {
	margin: 0px 0px 20px 0px;
	display: block;
}

#comments .commentlist {
	margin: 0px;
	float: left;
	list-style: none;
	width: 100%;
}

#comments .commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#comments ol.comment-list {
	margin-left: 20px;
}

#comments .commentlist li {
	margin: 0;
	padding: 0;
	display: block;
}

body.page-template-onecolumn-page-php #comments .commentlist li .comment-meta {}

#comments .commentlist li li {
	margin: 0 0 20px 25px;
}

#comments .commentlist li li .comment-meta {
	width: 445px;
}

#comments .commentlist li li li {
	margin: 0 0 20px 25px;
}

#comments .commentlist li li li .comment-meta {
	width: 420px;
}

#comments .commentlist li li li li {
	margin: 0 0 20px 25px;
}

#comments .commentlist li li li li .comment-meta {
	width: 395px;
}

#comments .commentlist li li li li li {
	margin: 0 0 20px 25px;
}

#comments .commentlist li li li li li .comment-meta {
	width: 370px;
}

#comments .single-comment {
	margin-bottom: 20px;
}

#comments .comment-author {
	float: left;
	margin: 0px 20px 6px 0px;
	display: inline;
	width: 50px;
}

#comments .comment-author cite {
	clear: both;
	font-weight: bold;
}

#comments .vcard {
	float: left;
	clear: both;
	display: block;
	width: 100px;
	min-height: 100px;
	padding: 20px 0;
}

#comments .vcard img.avatar {
	border: 1px solid #eee;
	padding: 2px;
	background: #f4f4f4;
}

#comments .vcard {
	background: url(images/light/comment_author_bg.png) no-repeat top right;
}

#comments body.dark .vcard {
	background: url(images/dark/comment_author_bg.png) no-repeat top right;
}

.comment-form-comment label {
	display: inline-block;
	width: 120px;
}


/* @end */


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

.widget {
	margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}


/* Search widget */

.widget_search .submit {
	display: none;
}


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


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .navigation-paging,

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


/* Action Box */

.box {
	background-color: #ECE7E3 !important;
	color: #333;
}

.box {
	border: 1px solid #fff;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.box .date {
	font-size: 0.75em;
}

.box a {
	color: #333333;
	text-decoration: none;
}

.box a.button {
	color: #fff;
}

.box a.button:hover {
	color: #a6a6a6 !important;
}

.box a:hover {
	color: #BF2A2A !important;
}

#primary .box h3,
#primary .box h4 {
	color: #333;
}

.box .podpress_playerspace {
	margin: 10px 0 0;
}


/* Podcasts */

header .entry {}

header .entry .title {
	bottom: 5px;
	position: absolute;
}

header.entry-header {
	display: inline-block;
	margin-bottom: 1.5em;
	min-height: 100px;
	position: relative;
}

header.entry-header h2 {
	font-weight: 300;
	font-style: italic;
	line-height: 100%;
	margin-top: 10px;
}

header.entry-header h1 {
	line-height: 100%;
}

.series {}

.bio {
	clear: both;
	display: inline-block;
	margin-top: 1.5em;
}

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

.video.hero {
	background-color: #333;
	border: 1px solid #97A4AC;
}

.video.hero iframe {
	display: block;
	margin: 0 auto;
}

.rating .ratings a {
	text-indent: -9999em;
}

.list .info ul li {
	line-height: 110%;
	padding: 0;
}

.list .info {
	font-size: 0.9em;
	padding-left: 10px;
	float: left;
	display: inline;
	width: 190px;
	min-height: 100px;
}

li.library .grid_9 {
	background-image: url("images/column_sep_border.png");
	background-repeat: repeat-y;
	background-color: transparent;
	background-position: 300px 0;
}

select#qmt-series {
	width: 180px;
}

li.library a:hover {
	color: #BF2A2A !important;
}

li a.boxlink {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.meta {
	font-size: 0.9em;
}

.meta a:hover {
	text-decoration: underline;
}

#secondary .list .subtitle {
	color: #333;
}

.ratings {
	margin: 0 !important;
	width: 80%;
}

.ratings .meta,
.ratings .meta strong {
	color: #CCCCCC !important;
	font-size: 0.9em !important;
}

.ratings .meta {
	display: inline-block;
	width: 55%;
}

.rating {
	margin-bottom: 15px;
	width: 100%;
}

.rating span {
	display: inline-block;
	float: left;
	padding-right: 5px;
}

.nav-next a:hover {
	color: #bf2b2b;
}


/* Home Page */

.list li:hover {
	background-color: #ECE7E3 !important;
	color: #333;
}

.list li:hover h3 {
	color: #BF2A2A !important;
}

.list .subtitle:hover,
.list li:hover .subtitle,
.list .date:hover,
.list li:hover .date,
.list li:hover .time,
.list .grid_4:hover,
.list li:hover .grid_4,
.list .grid_10:hover,
.list li:hover .grid_10,
.list li:hover .info,
.list li:hover .info a {
	color: #333;
}

.list {
	/* margin-top: 30px; */
}

.list h2 {
	padding-left: 10px;
	padding-bottom: 10px;
}

.list ul li,
.list ul {
	display: inline-block;
	clear: both;
	list-style: none;
	margin: 0;
	width: 100%;
}

.list ul li {
	padding: 10px;
	position: relative;
}

.list ul li.library {
	padding: 10px 0 10px 10px;
	position: relative;
}

.list h3 {
	line-height: 100%;
	margin-bottom: 8px;
}

.list_content {
	display: inline;
	float: left;
	width: 330px;
}

.list .grid_2 {
	height: 100px;
}

.list .date {
	font-size: 0.9em;
	line-height: 120%;
	margin-top: 5px;
}

.home .price,
.home .date {
	font-family: Roboto, sans-serif;
}

.home .list .date {
	color: #fff;
	font-size: 0.9em;
	line-height: 1;
	margin-top: 15px;
}

.list .subtitle {
	font-size: 0.9em;
	font-style: italic;
	line-height: 110%;
	margin-bottom: 6px;
}

.subtitle {
	font-family: Roboto, sans-serif;
}

.list li .info a {
	color: #CCCCCC;
}

.more {
	font-family: Roboto, sans-serif;
	margin-bottom: 1em;
}

.page-template-page-library-php .box section,
.archive .box section {
	margin-bottom: 1.5em;
}


/* Events Page */

.box .button {
	float: right;
}

.single-event .box h3 {
	line-height: 110%;
}

a.button {
	font-size: 1em;
	text-decoration: none;
}

.event_info {
	line-height: 120%;
	font-size: 0.8em;
	margin-top: 5px;
}

.list h3.date {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 5px 0;
}

.excerpt {
	line-height: 1.2;
	font-size: 0.9em;
}

.page-template-page-hero-php #main h1 {
	display: inline-block;
	margin-top: 30px;
	padding-left: 10px;
	width: 100%;
}

.hero {
	margin-top: 0;
	margin-bottom: 1.5em;
	min-height: 40px;
}

.border {
	background-image: url("images/column_sep_border.png");
	background-repeat: repeat-y;
	background-color: transparent;
}

.list li:hover .border {
	background-image: url("images/column_sep_border_hover.png");
}

.border.right {
	background-position: top right;
	min-height: 100px;
}

.price {
	font-size: 0.9em;
	line-height: 1.1;
}

.home .price {
	padding-top: 5px;
}

.time {
	color: #FFFFFF;
	font-size: 0.9em;
	padding-bottom: 5px;
}

.time:hover {
	color: #333;
}


/* Sidebar */

#secondary a {
	color: #333;
}

#secondary a:hover {
	color: #BF2A2A;
}

#secondary #em_widget-2 a:hover ul li {
	color: #333;
}

#secondary .list {
	margin-top: 0px;
}

.home #secondary,
.home .site-footer {
	font-family: Roboto, Verdana, Arial, sans-serif;
}

.widget_tag_cloud {
	text-align: center;
}

#constant_contact_api_widget-2 input[type="text"] {
	display: inline-block;
	float: left;
	width: 160px;
	margin-right: 5px;
}

#secondary p {
	font-family: Roboto, Verdana, Arial, sans-serif;
	margin-bottom: 0;
}

#secondary ul li ul li {
	margin-bottom: 0.5em;
}

#secondary ul li ul li ul li {
	font-size: 0.9em;
	line-height: 120%;
	margin-bottom: 0;
}

.other_events {
	float: left;
	padding: 10px;
}

.other_events p {
	font-size: 0.9em;
}

.other_events a:hover p {
	color: #333;
}


/* constant contact wiget */


/* Footer */

.site-footer {
	color: #CCCCCC;
	margin: 0;
}

#second,
#third,
#fourth {
	line-height: 1.5;
	padding-top: 20px;
}

#footer-widget-area ul li#widget_sp_image-2 {
	margin-left: -10px;
}

#footer-widget-area ul li#text-6 {
	font-size: 12px;
	padding: 0 10px;
}

#footer-widget-area a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer-widget-area a:hover {
	color: #fff;
	/* text-decoration: underline; */
}

#fourth ul li:before {
	font-family: "TNS";
	margin-left: -1em;
	width: 1em;
}


/* ICONS */

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


/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before,
span.meta-nav {
	font-family: 'TNS';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


/* Use the following CSS code if you want to have a class per icon */


/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/

.icon-vimeo,
.icon-facebook,
.icon-twitter,
.icon-location,
.icon-phone,
.icon-facebook-2,
.icon-volume-high,
.icon-headphones,
.icon-envelop,
.icon-question-sign,
.icon-feed,
.icon-vimeo-2,
.icon-twitter-2,
.icon-facebook-3,
.icon-mail,
.icon-music,
.menu-item-31,
.menu-item-32 {
	font-family: 'TNS';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
}

#footer-widget-area .icon-question-sign,
#footer-widget-area .icon-location,
#footer-widget-area .icon-phone,
#footer-widget-area .icon-mail,
#footer-widget-area .icon-facebook-2 {
	font-size: 1em;
	padding-right: 5px;
}

.icon-question-sign:before {
	content: "\2a";
}

.icon-location:before,
#fourth ul li.location:before {
	content: "\26";
}

.icon-phone:before,
#fourth ul li.phone:before {
	content: "\27";
}

.icon-mail:before,
#fourth ul li.mail:before {
	content: "\2f";
}

.icon-facebook-2:before {
	content: "\24";
}

#fourth ul li.share:before {
	content: "\22";
}

#fourth ul li:before {
	margin-left: -1.5em;
	padding: 0 0.5em 0 0;
	width: 1em;
}

#fourth ul li.share {
	position: relative;
	height: 30px;
}

#fourth .addthis_toolbox {
	position: absolute;
	top: 0;
}

#second ul li,
#fourth ul li {
	text-indent: -0.5em;
	margin-bottom: 0.5em;
}
.location,
.mail {
	padding-bottom: 5px;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
ul#menu-social-media {
	list-style: none;
	margin: 10px 0 0 0;
}
/*ul#menu-social-media li {*/
/*	padding-right: 9px;*/
/*}*/

/*ul#menu-social-media li:last-child {*/
/*	padding-right: 0;*/
/*}*/
/*ul#menu-social-media li.icon-music {*/
/*	padding-right: 0px;*/
/*}*/
ul#menu-social-media a {
	color: #333333;
	text-decoration: none;
}
ul#menu-social-media a:hover {
	color: #fff;
}
.fab {
	font-size: 23px;
}
/* Search */
.search .page-header {
	margin-top: 3em;
}
.navigation {
	text-align: center;
}
.list.series ul li {
	clear: none;
}
.sf_block .sf_search .searchsubmit {
	display: none !important;
}
.registration {
	margin: 50px 0 60px 0;
	padding-top: 40px;
}
.registration figure {
	width: 760px;
	margin-left: 140px;
}
#primary .registration h2 {
	color: #333;
}

li.search-filter-scroll-loading {
	text-align: center;
}
.search-filter-scroll-loading {
		border: 5px solid rgba(255, 255, 255, 0.15);
		border-right-color: rgba(255, 255, 255, 0.6);
	max-width: 30px;
	margin: 20px auto;
}

.searchandfilter > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#primary .box h2,
#primary .box h2:link {
	color: #8A8886;
	font-size: 24px;
	margin-bottom: 0.5em;
}

.watch-list--title {
	font-size: 20px;
	margin-bottom: 0.25em;
}

.watch-list--item {
	margin-left: -3px;
	padding: 10px 10px 4px 10px;
}

.watch-list--item:hover {
	background-color: #C5BEB1;
}

.watch-list--item-title {
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 8px;
}

.box a:hover .watch-list--item-title {
	color: #bf2a2a !important;
}

.box a:hover .watch-list--item-subtitle {
	color: #333 !important;
}

.watch-list--item-subtitle {
	font-size: .9em;
	font-style: italic;
	font-family: Roboto,sans-serif;
	line-height: 110%;
	margin-bottom: 6px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form textarea {
	width: 100%;
	height: auto;
	font-size: 1.3rem;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
	width: 100%;
}
