/*
Website Name: Trinity United Church of Christ
Copyright 2015
Adventure Web Interactive
*/

@-ms-viewport {
	width: device-width;
}


/* Fonts */

@font-face {
	font-family: 'tucc-sm';
	src: url('../fonts/tucc-sm.eot?q2hacs');
	src: url('../fonts/tucc-sm.eot?q2hacs#iefix') format('embedded-opentype'), url('../fonts/tucc-sm.ttf?q2hacs') format('truetype'), url('../fonts/tucc-sm.woff?q2hacs') format('woff'), url('../fonts/tucc-sm.svg?q2hacs#tucc-sm') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ico {
	font-family: 'tucc-sm';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-arrow-right:before {
	content: "\e909";
}

.ico-phone:before {
	content: "\e905";
}

.ico-envelope:before {
	content: "\e906";
}

.ico-map-marker:before {
	content: "\e907";
}

.ico-youtube:before {
	content: "\e908";
}

.ico-google-plus:before {
	content: "\e900";}

.ico-pinterest-p:before {
	content: "\e901";
}

.ico-linkedin:before {
	content: "\e902";
}

.ico-twitter:before {
	content: "\e903";
}

.ico-facebook:before {
	content: "\e904";
}


/* Normalize */

*, *:before, *:after {
	box-sizing: border-box;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	border: 0;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, hr, cite {
	display: block;
}

audio, canvas, video {
	vertical-align: middle;
	display: inline-block;
	display: inline;
	zoom: 1;
}

video {
	width: 100% !important;
	height: auto !important;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background: #ff0;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

::-moz-selection {
	background: #ff6f6f;
	text-shadow: none;
}

::selection {
	background: #ff6f6f;
	text-shadow: none;
}


/* General */

html {
	font-family: sans-serif;
	font-size: 19px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font: 100%/1.4 'Roboto', Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

p, h1, h2, h3, form, table, hr, pre, blockquote {
	margin: 0 0 20px;
}

h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	font-weight: 400;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.778em;
}

.entry h2 {
	margin: 15px 0;
	color: #bb1b1b;
}

.entry h3 {
	margin: 15px 0;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.167em;
}

h5 {
	font-size: .875em;
}

h6 {
	font-size: .75em;
}

ul, ol, dl, menu {
	margin: 0 0 20px 40px;
}

a {
	color: #bb1b1b;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:active, a:hover {
	text-decoration: underline;
	outline: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 80%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	border: 1px solid #ddd;
	padding: 5px;
}

table th, table td {
	padding: 10px;
	text-align: center;
}

table {
	padding: 10px;
	text-align: left;
}

table th {
	background: #bb1b1b;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
table td {
	background: #eee;
	color: #000;
	padding: 10px 3px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote {
	padding: 20px;
	border-left: 8px solid #bc1b1b;
	background: #eff1f2;
}

blockquote p {
	margin: 0;
}

legend {
	white-space: normal;
	margin-left: -7px;
}

label {
	margin: 0 0 4px;
	/*display: block;*/
}

input, textarea, select, button, .button {
	padding: 0 5px;
	width: 100%;
	height: 32px;
	font: inherit;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
}

input, textarea {
	-webkit-appearance: none;
}

select {
	padding: 0 0 0 5px;
}

textarea {
	padding: 5px;
	height: 120px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="file"] {
	height: auto;
	height: 32px\9;
	background: none;
	border: none;
	background: #fff\9;
	border: 1px solid #ccc\9;
}

input[type="file"]::-ms-value {
	background: #fff;
	border: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	padding: 10px 20px;
	width: auto;
	height: auto;
	background: #bb1b1b;
	background: rgba(188,27,27, .2);
	border: 2px solid #bc1b1b;
	text-transform: uppercase;
	color: #bc1b1b;
	border-radius: 0px;
	cursor: pointer;
	-webkit-appearance: none;
}

.button {
	text-align: center;
	display: inline-block;
}

.button span {
	margin-left: 10px;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	text-decoration: none;
	background: #bc1b1b;
	color: #fff;
}

button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
	position: relative;
	top: 1px;
}

button[disabled], html input[disabled] {
	cursor: default;
}

.embed-container {
    position: relative;
    padding: 30px 0 36.25% 0;
	margin: 0 0 15px 0;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Tools */

.hidden, .tablet-view, .mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: '.';
	display: block;
	overflow: hidden;
	height: 0;
}

.clearfix:after, .container:after {
	clear: both;
}

.clearfix, .container {
	zoom: 1;
}

.browserupgrade {
	color: #000;
	text-align: center;
	padding: 5px 0;
	background: #ccc;
}

.inlineblock-fix {
	font-size: 0;
}

.inlineblock-reset {
	font-size: 18px;
	font-size: 1rem;
}


/* Structure */

.container {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

.form-list {
	max-width: 500px;
	margin: 0;
	list-style: none;
}

.form-list li {
	margin: 10px 0 0;
}

.form-list li:first-child {
	margin: 0;
}


/* Header */

.header-info {
	font-size: .875em;
	color: #fff;
	padding: 4px 0;
	background: #c7910d;
}

.header-info a {
	color: #fff;
	float: left;
	margin-right: 20px;
}

.header-info a .ico {
	margin-right: 5px;
}

.social-media {
	font-size: 1.167em;
	float: right;
}

.social-media ul {
	margin: 0;
	list-style-type: none;
}

.social-media li {
	float: left;
	margin-left: 8px;
}

.social-media li:first-child {
	margin-left: 0;
}

.social-media a {
	margin: 0;
}

.social-media a:hover {
	text-decoration: none;
	color: #fce09a;
}

.social-media a .ico {
	margin-right: 0;
}

.support-button {
	float: right;
	padding: 5px 5px 5px 20px;
	margin-right: 15px;
	background: #bc1c1c;
	color: #fff;
	text-transform: uppercase;
}

header {
	position: relative;
	background: #fff;
	border-bottom: 2px solid #800000;
}

header .logo {
	float: left;
	padding: 11px 0;
}

header address {
	text-align: right;
	float: right;
}

header address a[href^=tel] {
	font-size: 30px;
}


/* Nav */

.mobile-only-nav{
	display: none;
}

nav {
	float: right;
	font-size: .875em;
}

.rNav, .rNav ul {
	margin: 0;
	list-style: none;
}

.rNav {
	zoom: 1;
}

.rNav:before, .rNav:after {
	content: '';
	display: table;
}

.rNav:after {
	clear: both;
}

.rNav > li {
	line-height: 140px;
	white-space: nowrap;
	position: relative;
	float: left;
	height: 140px;
}

.rNav a {
	color: #1e1e1e;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0 12px;
	background: #fff;
}

.rNav a:hover, .rNav li:hover a, nav .current-menu-item a {
	background: #800000;
	color: #fff;
}

.rNav ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.rNav li:hover > ul {
	display: block;
	visibility: visible;
	width: auto;
	height: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rNav ul li {
	line-height: 40px;
	float: none;
	height: 40px;
}

.rNav ul ul {
	top: 0;
	left: 100%;
}

#rNav-trigger {
	display: none;
}


/* Banner */

.banner {
	height: 600px;
	background-size: cover;
	background-position: center;
}

.interior-banner {
	height: 300px;
	background-size: cover;
	background-position: center;
}

.banner .container {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 960px;
	padding: 0;
	text-align: center;
}

.banner__content {
	display: table-cell;
	vertical-align: middle;
}

.banner__content h3 {
	font-size: 3.333em;
	color: #fff;
	text-shadow: 0px 1px 2px #000;
	padding: 1em 15px;
	margin: 0;
	background: #800000;
	background: rgba(128,0,0, .6);
}

.banner ul {
	margin: 0;
	list-style: none;
}

.banner ul li img {
	margin: 0 auto;
}


/* Services */

.services {
	padding: 30px 0;
}

.services a:hover {
	opacity: .9;
}

.services ul {
	margin: 0 -15px;
	list-style: none;
}

.services ul li {
	float: left;
	width: 25%;
	padding: 0 10px;
}

.service__card {
	background-size: cover;
	background-position: center;
	border: 1px solid #cecece;
	box-shadow: 0px 10px 10px -10px #000;
}

.service__title {
	position: relative;
	width: 100%;
	padding-bottom: 70%;
	background-color: rgba(181,181,181, .23);
	border: 10px solid #f5f5f5;
}

.services h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -.6em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 2px #000;
}

.services h3:after {
	content: '';
	display: block;
	width: 50%;
	margin: 10px auto 0;
	border-bottom: 2px solid #fff;
	box-shadow: 0px 1px 2px #000;
}

.services img {
	margin: 0 auto 10px;
}

.services p {
	margin: 0;
}


/* Main */

main {
	padding: 30px 0;
}

article, aside {
	float: left;
	width: 70%;
	width: calc(100% - 330px);
}

.search article, .page-template-page-no-sidebar article, .post-type-archive-events article {
	width: 100%;
	float: none;
}

.home main {
	padding: 100px 0;
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bread-and-fish.jpg);
}

.home main:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .3);
}

.home article {
	position: relative;
	z-index: 1;
	width: 100%;
	float: none;
	font-size: 21px;
	color: #fff;
	text-shadow: 0px 1px 2px #000;
}

.home article .button {
	color: #fff;
	background: rgba(255,255,255, .1);
	border: 2px solid #fff;
	text-shadow: none;
}

.home article .button:hover {
	color: #000;
	background: #fff;
}
ul.home-buttons{
	list-style-type: none;
	text-align: center;
}
ul.home-buttons li{
	width: auto;
	margin: 10px;
	display: inline-block;
}

.worship-times {
	padding: 30px 0;
	text-align: center;
}

.worship-times h2:after {
	content: '';
	display: block;
	width: 75%;
	height: 3px;
	margin: 10px auto 0;
	background: #d6d6d6;
	border-radius: 50%;
}

.worship-times .time-wrap {
	display: table;
	width: 100%;
}

.worship-times .col {
	position: relative;
	display: table-cell;
	width: 50%;
	height: 100%;
	background: #bc1c1c;
}

.worship-times .col-l {
	border-right: 15px solid #fff;
}

.worship-times .col-r {
	border-left: 15px solid #fff;
}

.time-card {
	position: relative;
	z-index: 1;
	padding: 20px 10px;
	color: #fff;
	border-top: 4px solid #c7910d;
}

.col:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 15px);
	height: 100%;
	background: rgba(188,27,27, 1);
}

.col-r:before {
	left: auto;
	right: 0;
}

.events-section {
	padding: 50px 0;
	color: #fff;
	background-size: cover;
	background-position: center;
}

.events-section h2 {
	text-align: center;
	text-shadow: 0px 1px 2px #000;
}

.upcoming-events {
	padding: 20px;
	background-: #888;
	background: rgba(136,136,136, .8);
}

.event-block {
	margin-top: 20px;
}

.event-block:first-child {
	margin-top: 0;
}

.event-date, .event-content {
	display: inline-block;
	vertical-align: middle;
	font-size: 15.75px;
	font-size: .875rem;
}

.event-readmore {
	font-size: 15.75px;
	font-size: .875rem;
}

.event-date {
	width: 20%;
	width: calc(100% - (100% - 2.2em));
}

.event-content {
	width: 80%;
	width: calc(100% - 2.2em);
	padding-left: 15px;
}

.event-content :last-child {
	margin-bottom: 0;
}

.event-date h4 {
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 4px solid #c6c6c6;
}

.event-date h4 span {
	display: block;
}

.event-numeric {
	font-size: 1.5em;
}

.event-block .button {
	float: right;
	color: #fff;
	background: rgba(255,255,255, .1);
	border: 2px solid #fff;
}

.event-block .button:hover {
	background: #fff;
	color: #000;
}

.event-content img {
	float: left;
	margin: 0 10px 10px 0;
}

.event-readmore {
	padding-top: 10px;
}

.links li {
	list-style: none;
	float: left;
	margin: 0 10px 0;
}

.cta-home-buttons {
	display: block;
	text-align: center;
	padding: 25px 0;
	margin: 0;
}

.event-location-column {
	float: left;
	width: 50%;
	padding-bottom: 15px;
}


/* Sidebar */

aside {
	width: 30%;
	width: calc(100% - (100% - 330px));
	padding: 0 0 0 30px;
}

.sidebar {
	padding: 20px;
	margin: 0 0 30px;
	color: #fff;
	background: #c7910d;
}

.sidebar a {
	color: #fff;
}

.sidebar ul {
	margin: 0;
	list-style: none;
}

.sidebar > ul li {
	margin: 20px 0 0;
}

.sidebar ul ul li {
	margin: 10px 0 0;
}

.sidebar > ul li:first-child, .sidebar ul ul li:first-child {
	margin: 0;
}


/* Footer */

footer {
	font-size: .75em;
	padding: 20px 0;
	color: #fff;
	background: #c7910d;
}

footer a {
	color: #fff;
}

footer address {
	float: left;
}

footer address ul {
	margin: 0;
	list-style: none;
}
footer address li {
	float: left;
	margin-left: 20px;
}

footer address li:first-child {
	margin-left: 0;
}

footer .badge {
	display: inline-block;
	font-size: 1.167em;
	width: 2em;
	height: 2em;
	color: #bc1c1c;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	margin-right: 8px;
}

.badge span {
	line-height: 2em;
}

footer address li * {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.footer-nav {
	float: right;
	list-style: none;
	margin: 0;
}

.footer-nav li {
	float: left;
	padding: 0 4px;
	border-left: 1px solid #fff;
}

.footer-nav li:first-child {
	border-left: 0;
}

.copyright {
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 6px 8px 8px;
	margin: 0;
	list-style: none;
	background: #c7910d;
}

.copyright a {
	color: #fff;
}

.copyright li {
	display: inline-block;
	padding: 0 6px;
	margin: 0 -4px 0 0;
	border-left: 1px solid #fff;
}

.copyright li:first-child {
	border: none;
}


/* WPCF7 */

.wpcf7-form.sent input, .wpcf7-form.sent textarea, .wpcf7-form.sent select, .wpcf7-form.sent li {
	display: none;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 80%;
}

.wpcf7-mail-sent-ok {
	margin-top: 10px!important;
	padding: 4px 6px !important;
	background: #d2f7ad;
	color: #318a1c;
	border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
	color: #f00;
	border: none !important;
}

.wpcf7-not-valid-tip {
	padding: 0 !important;
	top: 0 !important;
	left: auto !important;
	background: none !important;
	border: none !important;
	font-size: 80% !important;
	width: auto !important;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
	width: 100%;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	background: #f6c1c1;
	border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
	display: inline-block;
}


/* Jetpack */

.jetpack_subscription_widget form {
	margin: 0;
}

.jetpack_subscription_widget label[for="subscribe-field"] {
	margin: 0;
}

.jetpack_subscription_widget label[for="email"] {
	display: none;
}

#subscribe-text {
	display: none;
}

#subscribe-email {
	margin: 0 0 10px;
}

#subscribe-submit {
	margin: 0;
}

#subscribe-email input {
	width: 100% !important;
	padding: 6px !important;
}

div.success p {
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 10px;
}

div.sharedaddy div.sd-block {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	margin: 0 !important;
}

.widget_rss_links p {
	margin: 0;
	text-align: center;
}

.widget_rss_links img {
	margin-right: 5px;
	display: inline;
	vertical-align: middle;
}

#wpstats, .home div.sharedaddy, .archive div.sharedaddy, .search div.sharedaddy {
	display: none;
}

.comment-subscription-form {
	margin: 0;
}

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Media Queries */
@media screen and (max-width: 1279px) {
	nav .container {
		padding: 0;
	}
}

@media screen and (max-width: 1080px) {
	header .logo {
		width: 150px;
		height: auto;
	}
	.rNav > li {
		height: 110px;
		line-height: 110px;
	}
	.rNav {
		font-size: .875em;
	}
}

@media screen and (max-width: 1023px) {
	.services {
		padding: 20px 0;
	}
	.services ul {
		margin: 0 -10px;
	}
	.services ul li {
		padding: 0 10px;
	}
	.footer-nav {
		float: none;
		clear: both;
		padding-top: 15px;
	}
	.container {
		padding: 0 20px;
	}
	main {
		padding: 20px 0;
	}
	aside {
		padding-left: 20px;
	}
}

@media screen and (max-width: 940px) {
	.mobile-only-nav{
		display: block;
	}
	.desktop-nav{
		display: none;
	}
	#rNav-wrap {
		text-align: center;
	}
	#rNav-trigger {
		line-height: 110px;
		text-align: center;
		display: block;
		height: 110px;
		cursor: pointer;
		background: #fff;
	}
	#rNav-trigger div {
		vertical-align: middle;
		display: inline-block;
	}
	#rNav-trigger span {
		display: block;
		width: 40px;
		height: 4px;
		border-radius: 4px;
		background: #333;
	}
	#rNav-trigger span:first-child + span {
		margin: 5px 0;
	}
	.rNav {
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
		font-size: 1em;
		display: none;
		width: 100%;
	}
	.rNav > li {
		line-height: 40px;
		float: none;
		height: 40px;
	}
	.rNav a {
		height: auto;
		padding: 0 20px;
	}
	.rNav li.rNav-back a:before {
		content: '\25C0';
		font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
		padding: 0 10px 0 0;
	}
	a.rNav-parent:after {
		content: '\25B6';
		font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
		padding: 0 0 0 10px;
	}
	.rNav-trans {
		position: absolute;
		display: block;
		overflow: hidden;
	}
	.rNav-trans li, .rNav-trans li a {
		white-space: nowrap;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
	.banner {
		height: 400px;
	}
	.services ul {
		margin: 0;
	}
	.services ul li {
		float: none;
		width: 100%;
		max-width: 400px;
		padding: 0;
		margin: 20px auto 0;
	}
	.services ul li:first-child {
		margin-top: 0;
	}
	blockquote {
		padding: 15px;
	}
	.container {
		padding: 0 10px;
	}
	article, aside {
		float: none;
		width: 100%;
	}
	aside {
		padding: 0;
	}
	.sidebar {
		padding: 15px;
	}
	.event-date {
		display: none;
	}
	.event-content {
		padding: 0;
	}
	table {
		border: 0;
	}
	table thead {
		display: none;
	}
	table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}
	table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
	}
	table td:last-child {
		border-bottom: 0;
	}
	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}

@media screen and (max-width: 600px) {
	.header-info a {
		display: block;
		text-align: center;
		float: none;
		margin: 0;
	}
	.header-info .social-media {
		display: none;
	}
	.links li {
		margin: 0 10px 10px 0;
	}
	.header-info .support-button {
		float: none;
		width: 200px;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 567px) {
	header {
		border-bottom: 0;
	}
	header .container {
		padding: 0;
	}
	nav {
		float: none;
	}
	#rNav-trigger {
		height: 60px;
		line-height: 60px;
		background: #800000;
	}
	#rNav-trigger span {
		background: #fff;
	}
	.banner {
		height: 300px;
	}
	.interior-banner {
		display: none;
	}
	.banner__content h3 {
		font-size: 2em;
		padding: 10px;
	}
	.home main {
		padding: 40px 0;
	}
	.worship-times {
		padding: 20px 0;
	}
	.worship-times .time-wrap {
		display: block;
	}
	.worship-times .col {
		display: block;
		padding: 0;
		width: 100%;
		border: none;
	}
	.worship-times .col-l {
		margin-bottom: 15px;
	}
	.worship-times .col:before {
		display: none;
	}
	.events-section {
		padding: 20px 0;
	}
	.upcoming-events {
		padding: 15px;
	}
	.event-block {
		font-size: .875em;
	}
	.event-content img {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	.event-block .button {
		float: none;
	}
	.event-readmore {
		text-align: center;
	}
	.events-section .container {
		padding: 0;
	}
	footer address li {
		float: none;
		padding: 0;
		margin: 0 0 10px;
		text-align: left;
	}
	header .logo {
		float: none;
		margin: 0 auto 10px;
	}
	header address, footer address {
		text-align: center;
		float: none;
		width: 100%;
	}
	.links li {
		float: none;
		margin: 0 0 10px 0;
	}
	footer .links {
		display: none;
	}
	.copyright li {
		display: block;
		padding: 0;
		margin: 0;
		border: none;
	}
}

@media screen and (max-width: 479px) {
	.banner {
		height: 200px;
	}
}

@media print {
	@page {
		margin: .5cm !important;
	}
	*, *:before, *:after {
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
		padding: .75cm !important;
	}
	article, .container {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	nav, aside, footer {
		display: none;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='#']:after, a[href^='javascript:']:after {
		content: '';
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 18pt !important;
		font-weight: bold !important;
	}
	h2 {
		font-size: 16pt !important;
	}
	h3 {
		font-size: 14pt !important;
	}
	h4 {
		font-size: 12pt !important;
	}
	h5, h6 {
		font-size: 10pt !important;
	}
	code {
		font: 10pt Courier, monospace;
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
