/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import 'fix-bootstrap.css';

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-anchor: none !important;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: 'Scada', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin: .67em 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
a {
	color: #a00000;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #202020;
}

/* */

.background-dark-patterns {
	background: #000 url(../img/black-pattern-bg.png);
}
.background-red-patterns {
	background: #9f1d20 url(../img/red-pattern-bg.png) center;
}

/* header */
.navbar-default {
	background: none !important;
	border: none !important;
	box-shadow: none !important;

	margin-top: 0.6em;
}
	.navbar-default .navbar-nav>li>a {
		font-family: 'Scada', sans-serif;
		font-weight: 300;
		font-size: 1.2em;
		color: #4d4d4d
	}
		.navbar-default .navbar-nav>li>a:hover,
		.navbar-default .navbar-nav>li>a:focus {
			color: #a00000
		}

	.navbar-default .nav>li {
		border-bottom: 3px solid #f6f6f6;
	}

	.mobile-menu {
		border-top: 1px solid #ababab;
		padding: 2em;
	}
		.main-nav,
		.main-nav ul {
			padding-inline-start: 0;
			list-style: none;
		}
		.mobile-menu .main-nav>li>a {
			font-family: 'Scada', sans-serif;
			font-weight: 300;
			font-size: 1.2em;
			color: #4d4d4d
		}
		.mobile-menu .main-nav>li>a:hover,
		.mobile-menu .main-nav>li>a:focus {
			color: #a00000
		}

		.mobile-menu .last-button-spacer {
			border-bottom: 3px solid #f6f6f6;
			margin-top: 16px;
			margin-bottom: 16px;
		}
		.mobile-menu .last-button a {
			display: block;
			padding: 0.7em;
		}
			.mobile-menu .last-button a:hover,
			.mobile-menu .last-button a:focus {
				background-color: #af0000;
				color: #ffffff !important;
			}

/* ancient-browser-alert error */
.ancient-browser-alert {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.ancient-browser-alert a {
	text-decoration: underline;
}

.page-header {
	margin-top: 0;
}
.page-header-top-right {
	margin-top: 1.245em;
}
.help-block {
	color: #ababab
}

#subpages-top-head {
	padding: 40px 0 20px 0;
}

/* home headline 1 */
#home-headline-1 {
	background: #e5e4e5 url(../img/home-headline-1-bg.png) center;

	font-family: 'Frank Ruhl Libre', serif;
	font-size: 1.29em;
	font-weight: bold;
	color: #414141;

	padding: 4em 0;
}

/* home headline 2 */
#home-headline-2 {
	background: #e5e4e5 url(../img/home-headline-2-bg.png) no-repeat center;

	font-family: 'Frank Ruhl Libre', serif;
	font-weight: bold;
	font-size: 1.9em;
	color: #414141;

	padding: 3em 0;
}
	#home-headline-2 strong {
		font-size: 1.6em;
		color: #a00000;
	}
    .headline-container {
        font-family: 'Frank Ruhl Libre', serif;
        color: #fff;
    }

.head-page-title {
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 3.0em;
	color: #fff;

	margin-top: 1.05em;
	margin-bottom: 0.3em;

	vertical-align: middle;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.head-page-title.with-breadcrumbs {
	margin-top: 0.2em;
}

.home-modules-headline {
	font-size: 1.3em;
	font-weight: 100;
	color: #a00000;
	text-transform: uppercase;

    padding-bottom: 20px;
}
.home-modules-container {
    padding: 54px 0 60px;
}
    .home-modules-over-image-container {
        position: relative;
        display: block;
        color: white;

        margin-top: 20px;
    }
        .home-modules-over-image-container .image {
            display: block;
			position: relative;
        }
        .home-modules-over-image-container .image img {
            width:100%;
            vertical-align:top;

			filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
			filter: grey; /* IE6-9 */
			-webkit-filter: grayscale(.6); /* Chrome 19+ & Safari 6+ */
			-webkit-transition: all .5s ease-in-out;
        }
        .home-modules-over-image-container:hover img {
			filter: none;
			-webkit-filter: grayscale(0%);
			-webkit-transform: scale(1);
        }
    .home-modules-over-image-title {
        position: absolute;
        bottom: 0.4em;
        left: 1.1em;
        z-index: 3;

        font-family: 'Frank Ruhl Libre', serif;
        font-size: 1.4em;
        color: #fff;
        text-align: left;

        display: table;

        vertical-align: middle;
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

	.home-event-item {
		padding-bottom: 2em;
		margin-bottom: 2em;

		border-bottom: 2px solid #f6f6f6;
	}
		.home-event-item .posted-on a {
			font-size: 0.8em;
			font-weight: 100;
			color: #646464
		}
		.home-event-title a {
			font-family: 'Frank Ruhl Libre', serif;
			font-size: 1.5em;
			color: #202020;
		}
			.home-event-title a:hover,
			.home-event-title a:focus {
				color: #a00000;
			}
		.home-event-content {
			font-size: 1.15em;
			color: #848484
		}
		.home-events-btn .btn-paideia {
			border-radius: 0;
			color: #202020;

			padding: 3px 20px;
		}
			.home-events-btn:hover .btn-paideia {
				background-color: #f2f2f2;
			}

.home-event-small-list {
    margin-top: 3em;
}
    .home-event-small-list li {
        padding: 1.1em 0;
        border-bottom: 2px solid #f6f6f6;
    }
        .home-event-small-list li a {
            color: #202020;
        }
        .home-event-small-list li a:hover,
        .home-event-small-list li a:focus {
            color: #a00000;
        }

.last-button-spacer {
	padding-left: 1em;
	padding-right: 1em;
	border-bottom-color: transparent !important;
}
.last-button {
	border-bottom: 2px solid #a00000 !important;
}
.last-button,
.last-button > a {
	color: #ffffff !important;
}

.last-button > a {
	background-color: #a00000;
}
.last-button > a:hover,
.last-button > a:focus {
	color: #4d4d4d !important;
}

.n2-ss-button-container a.n2-style-1101-heading {
	background: transparent !important;
	border: 3px solid #a00000 !important;
	color: #ffffff;
	text-transform: none !important;
	padding: 5px 30px !important;
}

/* breadcrumbs */
.breadcrumbs {
	padding-top: 1em;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	font-family: 'Scada', serif;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
}

.breadcrumbs span[property="name"] {
	display: inline-block;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
	max-width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* newsletter */
#newsletter-container {
	background: #a00000;
	border: 1px solid #a00000;

	display: table;
	width: 100%;
}
#newsletter-container > form {
	display: table-cell;
	vertical-align: middle;
}
	#newsletter-container .form-control {
		background-color: transparent;
		border:0;
		border-bottom: 2px solid #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0 !important;
		box-shadow: none !important;
		outline: none !important;
		transition: none !important;

		color: #fff;
	}
	#newsletter-container button {
		background-color: transparent;
		border: 2px solid #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;

		font-size: 1.0em;
		color: #fff;

		padding-left: 25px;
	}
	.btn-paideia {
		background-color: transparent;
		border: 2px solid #fff;

		font-size: 1.0em;
		color: #fff;

		padding: 8px 18px;
	}
		.btn-paideia:hover,
		.btn-paideia:focus {
			cursor: pointer;
		}
		.more-link .btn-paideia,
		a.content-more {
			font-size: 0.8em;
			font-weight: bold;
			color: #202020;

			padding: 5px 18px;
		}
		.btn-paideia.red {
			border-color: #a00000;
		}
		.btn-paideia.small-text {
			font-size: 0.8em;
		}
		div.content-more {
			display: inline-block !important;
			margin-bottom: 28px;
		}
		div.content-more .wp-block-button__link,
		div.wp-block-button .wp-block-button__link{
			background-color: transparent;
			border: 2px solid #a00000;
			border-radius: 0 !important;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;

			font-size: 0.8em;
			color: #202020;

			padding: 8px 18px;
		}
		a.content-more {
			background-color: transparent;
			border: 2px solid #a00000;

			font-size: 0.8em;
			color: #202020;

			padding: 8px 18px;
		}
		div.wp-block-button .wp-block-button__link:hover,
		div.wp-block-button .wp-block-button__link:focus,
		div.content-more .wp-block-button__link:hover,
		div.content-more .wp-block-button__link:focus,
		a.content-more:hover,
		a.content-more:focus {
			border-color: #202020;
		}
	#newsletter-container .checkbox label {
		padding-top: 1.1em;

		font-size: 0.8em;
		color: #e57272
	}
	#newsletter-container .checkbox input {
		margin-top: 2px;
	}
	.newsletter-privacy-link,
    .newsletter-privacy-link:hover,
    .newsletter-privacy-link:focus {
        color: #fff;
    }
.wp-block-columns {
	margin-bottom: 16px;
}
/* program */
.program-list .more-link {
	margin-bottom: -2em;
}
.program-list .wp-post-image {
	margin-top: 2.30em;
}

/* about */
.page-spacer hr {
	border-color: #f6f6f6;
}
.subpage-container {
	padding: 1.3em 0;
}
	.subpage-title {
		font-family: 'Frank Ruhl Libre', serif;
		font-weight: bold;
		color: #202020;

		margin-bottom: 2.4em;
	}
		.subpage-title a {
			color: #202020;
		}
	.subpage-content {
		font-size: 1.15em;
		font-weight: 300;
		color: #848484;

		padding-bottom: 2.3em;
	}
		.subpage-content h1,
		.subpage-content h2,
		.subpage-content h3,
		.subpage-content h5,
		.subpage-content h6 {
			color: #202020;
		}

	.right-tabs .nav {
		padding-top: 1em;
		float: right;
		border-bottom: 0;
	}
	.right-tabs .nav li {
		float: left
	}
	.right-tabs .tab-content {
		float: left;
	}

	.nav-tabs {
		border: 0;
	}
	.nav-tabs>li>a {
		color: #202020;
	}
	.nav-tabs>li.active>a {
		color: #a00000;
	}
		.nav-tabs>li>a:focus,
		.nav-tabs>li>a:hover {
			color: #a00000;
			background: transparent;
		}
	.nav-tabs>li>a,
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		font-size: 0.85em;
		font-weight: bold;

		border: 0;
	}

#follow-container {
	background: #ffffff;
	border: 1px solid #ffffff;
	margin-left: 15px;
}
	#follow-container h5 {
		font-size: 1.3em;
		font-weight: bold;
		padding-top: 1.6em;
	}
	#follow-container ul {
		padding-top: 2.2em;
		margin-bottom: -10px;
	}
		#follow-container ul li {
			padding-bottom: 1em;
		}

#newsletter-container,
#follow-container {
	padding: 2.5em .5em 1.5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.wp-block-image figcaption {
	text-align: left !important;
}

/* calendar */
.home-calendar-small-container {
    padding: 2em 0 4em 5em;
}
.home-calendar-list-container {
    padding: 2em 0 4em;
}
.page-home-shadow-left {
	background-image: url(../img/page-menu-bg-right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.style_opacity {
	opacity: 0.3;
}
.calendar-switch {
    margin-top: -3.5em;
}
.calendar-container {
	
}
.calendar {
    table-layout: fixed;
}
.calendar.full {
    min-height: 600px;
}
.calendar.full thead ul {
    margin: 0;
}
.calendar.full .days-names {
    height: 3em;
}
.calendar.small {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.calendar .calendar-spacer {
	background-color: transparent;
    border-color: transparent;
    border-top: 1px solid #202020;
}
.calendar thead {
    background-color: #202020;
    border: 1px solid #202020;
}
    .calendar thead .cal-month_name {
        font-family: 'Frank Ruhl Libre', serif;
        font-weight: bold;
        font-size: 1.6em;
        color: #fff;
    }
.calendar thead td {
    padding: 8px 5px 5px;
}
.calendar.table>tbody>tr>td,
.calendar.table>tbody>tr>th,
.calendar.table>tfoot>tr>td,
.calendar.table>tfoot>tr>th,
.calendar.table>thead>tr>td,
.calendar.table>thead>tr>th {
    vertical-align: middle;
}
.calendar>tbody>tr>td {
	padding: 0;
    border: 1px solid #f1f1f1;

	text-align: center;
    color: #848484
}
.calendar tbody .days-names {
    background-color: #848484;
}
    .calendar tbody .days-names td {
		padding: 7px 5px;
        border: 1px solid #848484;

        font-weight: 100;
        color: #fff;
        text-transform: uppercase;
    }
.calendar .day-number {
	display: block;
	padding: 10px 5px;
}
.calendar .eventful {
    background: #fff url(../img/calendar-current-event.png) bottom right no-repeat;
}
.calendar tbody td.today {
    background-color: #fff;
    color: #202020;
}
.calendar tbody td.eventful a,
.calendar tbody td.eventful-today a {
    color: #848484
}
.calendar tbody td.eventful a:hover,
.calendar tbody td.eventful-today a:hover {
    color: #a00000;
}
.calendar .cal-month_name {
	text-align: center;
}
.calendar.small .calnav-prev,
.calendar.small .calnav-next {
	text-align: center;
}
.calendar.small .calnav-prev a,
.calendar.small .calnav-next a {
	padding: 3px 0 4px;
	display: inline-block;
}

/* events */
.list-type .entry-meta span.event-type {
	text-transform: uppercase;
	color: #a00000;
}
.list-type .entry-meta .posted-on a {
	color: #646464;
}
.events-list {
	padding: 1.2em 0;
}
	.events-list .entry-title {
		margin:.23em 0;
	}
.event-list-location {
	font-size: 0.8em;
	color: #848484
}
	.event-list-location img {
		vertical-align: middle;
		padding-right: 0.3em;
	}
	.event-add-to-calendar {
		color: #202020;

		margin-top: 1em;
		padding: 4px 18px;
	}
	a:hover .event-add-to-calendar,
	a:focus .event-add-to-calendar{
		color: #a00000;
	}

.event-item-sidebar {
    padding-left: 3em;
}
    .event-item-spacer {
        padding-top: 6em;
    }
    .event-item-date,
    .event-item-contact-name {
        font-size: 1.1em;
        font-weight: 800;
        color: #202020;
    }
    .event-item-type {
        font-size: 0.8em;
        text-transform: uppercase;
        color: #a00000;
    }
    .event-item-contact-headline {
        padding-bottom: 0.4em;
    }
    .event-item-location,
    .event-item-contact-headline,
    .event-item-contact-data,
    .event-item-contact-data a {
        color: #848484;
    }
        .event-item-contact-data a:hover,
        .event-item-contact-data a:focus {
            color: #a00000;
        }
    .event-item-location,
    .event-item-contact-headline {
        text-transform: uppercase;
    }

.event-more-container {
	padding: 5em 0 3em;
	margin-top: -2em;

	background: transparent url(../img/events-more-shadow.png) top left repeat-x;
}
.event-more-link {
	display: block;
	padding: 1.3em 0;
}
.event-more-link span {
	display: block;
}
	.event-more-img {
		margin-bottom: 1.2em;
		max-height: 150px;
		overflow: hidden;
	}
	.event-more-date {
		font-size: 0.8em;
		color: #646464;
		margin-bottom: 1em;
	}
	.event-more-title {
		font-family: 'Frank Ruhl Libre', serif;
		font-size: 1.4em;
		font-weight: bold;
		color: #202020
	}

/* contact */
#contact-container {
	padding: 3em 0;
}
	.contact-element {
		padding: 1.3em 0;
	}
		.contact-element.border-bottom {
			border-bottom: 2px solid #f6f6f6;
		}
		.contact-element .contact-headline,
        .contact-element .contact-headline a {
			font-size: 1.2em;
			font-weight: bold;
			color: #202020;
		}
            .contact-element .contact-headline a:hover,
            .contact-element .contact-headline a:focus {
                color: #a00000;
            }
		.contact-element .help-block {
			font-size: 1.3em;
			margin: 0.5em 0;
		}
		.contact-element img {
			float: right;
			margin-top: 1.2em;
		}
	.contact-map-container {
		border: 1px solid #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
		.contact-map-container .embed-responsive,
		#map-container {
			min-height: 305px;
		}
		.calendar tbody td.calendar-day-np {
			color: #e9e9e9;
		}


/**/
#sidebar-left .widget,
#sidebar-right .widget {
	border: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
	.sidebar-with-bg-image {
		padding: 2.8em 0;
		text-align: right !important;
	}

/* alumni */
.page-menu-shadow {
	background-image: url(../img/page-menu-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.alumni-container .entry-title {
	margin-top: 0;
}
.entry-content .button a {
	background: transparent url(../img/got_to_button_arrow.png) no-repeat right 7px;
	border: 3px solid #a00000;

	font-size: 0.9em;
	font-weight: bold;
	color: #202020;

	padding: 6px 45px 6px 20px;
}

.alumni-container #sidebar-left {
	padding-right: 0;
}
.alumni-container .nav li {
	border-bottom: 2px solid #f6f6f6;
}
.alumni-container .nav li.subitem {
	padding-left: 2em;
}
.alumni-container .nav li a {
	font-size: 1.1em;
	font-weight: 700;
	color: #202020;

	padding-left: 0 !important;
}
.alumni-container .nav li.active a,
.alumni-container .nav>li>a:hover,
.alumni-container .nav>li>a:focus {
	background-color: transparent !important;
	color: #a00000;
}

/* news */
.post-categories {
    margin-top: -35px;
}
    .post-categories > li > a {
        font-family: 'Scada', serif;
        font-weight: 700;
        font-size: 1.05em;
        color: #fff;
    }
	.post-categories > .current-cat > a,
	.post-categories > li > :hover,
	.post-categories > li > :focus {
		text-decoration: underline;
		text-decoration-color: #a00000;
		-moz-text-decoration-color: #a00000;
		-webkit-text-decoration-color: #a00000;
	}
.list-type .entry-title {
	font-size: 2.8em;
}
.list-type .entry-title,
.list-type .entry-title a {
	font-family: 'Frank Ruhl Libre', serif;
	color: #202020;
}
.list-type .entry-meta,
.item-type .entry-meta{
    font-size: 0.78em;
}
.list-type .entry-meta span{
	color: #646464;
}
.list-type .entry-meta .url,
.entry-meta .author.vcard > a,
.news-categories>a {
	color: #a00000 !important;
}
.entry-meta .author.vcard > a,
.news-categories>a {
    text-transform: uppercase;
}

.list-type .entry-content {
    padding-bottom: 1.8em;
    border-bottom: 2px solid #f6f6f6;
}

.entry-content h4 {
    color: #202020 !important;
}
.entry-content p {
    margin-bottom: 16px;
}
.entry-meta-category-tag {
    font-size: 1.35em;
    padding-top: 2.5em;
}
    .tags-headline {
        font-size: 1.2em;
        font-weight: bold;
        color: #202020 !important;
    }
    .tags-links a {
        color: #a00000;
        text-transform: uppercase;
    }

    .wp-block-separator {
        border-bottom: 2px solid #f6f6f6 !important;
		max-width: 100% !important;
        margin: 3.25em auto 3.45em;
    }
.entry-image {
    padding-bottom: 60px;
}


/* footer */
#footer-special {
	background: #f2f2f2;

	padding: 2em 0;
}
#footer-container {
	padding: 5em 0 6em;
	color: #fff;
}
	.background-dark-patterns strong,
	.background-dark-patterns a {
		color: #ababab
	}
	.background-dark-patterns a:hover,
	.background-dark-patterns a:focus {
		color: #fff
	}
	.site-footer .widget_text {
		font-size: 1.1em;
		color: #ababab;
	}
	.site-footer .widget_text strong {
		color: #fff;
	}
	.footer-hr {
		width: 3em;
		height: 2px;
		background-color: #fff;
		border: 0;
		margin-left: 0;
	}

	.menu-footer-menu-container ul {
		list-style: none;
		margin-left: 0;
		padding-inline-start: 0;
		padding-top:2px;
	}
	.menu-footer-menu-container ul>li>a {
		font-size: 1.0em;
	}
	/*.menu-footer-menu-container ul>.active>a {*/
		/*color: #a00000;*/
	/*}*/
.footer-right {
	display: table-row;
	vertical-align: bottom;
}
.footer-item {
	margin-bottom: 1em;
}

	/* pagination */
.pagination {
	margin: 0;
}
.pagination-center {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-row {
	margin-bottom: 20px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    font-size: 1.0em;
    font-weight: bold;
    color: #a00000;

    border: 1px solid #e7e7e7;
    margin-left: 10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #a00000;
    color: #fff;
    border-color: #a00000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #202020;
    background-color: transparent;
    border-color: #e7e7e7;
}


.required {
	color: #f00;
}



.row-with-vspace {
	padding-bottom: 4em;
}
.row-with-vspace-2x {
	padding-bottom: 8em;
}
.row-with-vspace-3x {
	padding-bottom: 12em;
}
.row-with-hspace {
	padding-top: 4em;
}
.row-with-hspace-2x {
	padding-top: 8em;
}
.row-with-hspace-3x {
	padding-top: 12em;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 1.2em;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .last-image {
	border-left: 2px solid #9f1d20;
	margin-left: 10px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
    padding-bottom: 0.25em;
}


.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active {
	background-color: transparent !important;
}
.animated-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.animated-icon span {
	background: #a00000;
}
.animated-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}
.animated-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.animated-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}



.second-child {
	padding-left: 1em;
}




.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


.entry-title {
	font-family: 'Frank Ruhl Libre', serif;
}


#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post {
	padding: 10px;
}
#main-column .post,
#main-column .page {
	margin-bottom: 20px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}


#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}

.entry-content {
	font-size: 1.15em;
	font-weight: 300;
	color: #848484;
}


@media only screen and (max-width: 991.5px) {
	.home-calendar-small-container {
		padding: 0;
	}
	.page-home-shadow-left {
		background: none !important;
	}
}


/**
 **************************************************************************
 *
 * MOBILE
 *
 **************************************************************************
*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.home-event-title a {
		font-size: 1.3em;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.home-event-title a {
		font-size: 1.1em;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.home-event-title a {
		font-size: 0.6em;
	}
}