/*!
Theme Name: MAMC
Theme URI:
Author: Gud Marketing
Author URI:
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: mamc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MAMC is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.25em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	margin-top:0;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	/* margin: 0 0 1.5em 3em; */
	margin:0 0 1.5em 0;
	padding-left:.95em;
}

ul li, ol li{
	padding:.4em 0;
}

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

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	/* outline: 0; */
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	box-shadow:none;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	margin:-20px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	/* outline: 0; */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## Gud Additions
--------------------------------------------------------------*/

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

#mc_embed_signup .asterisk{
	color:#D30927 !important;
}

#mc_embed_signup .asterisk{
	color:#D30927;
}

a:hover{
	text-decoration:underline;
}

#site-navigation a:hover{
	text-decoration:none;
}

.home h2 {
	font-size:36px;
	text-transform:uppercase;
	margin:inherit;
	margin-bottom:10px;
	margin-top:30px;
}

button, input, select, optgroup, textarea{
	font-family: 'Barlow', sans-serif;
	font-weight:400;
}

button, button.menu-toggle{
	border-radius:0;
	background-color:#D30927;
	color:#fff;
	border:0;
	cursor:pointer;
}

button.menu-toggle{
	border-radius:0;
	color:#fff;
	border:0;
	cursor:pointer;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	padding: 5px 25px;
	text-align: center;
}

h1{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
}

h2 {
	font-size:24px;
	line-height: 34px;
	margin:0;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	margin-bottom:10px;
}

.altH2 h2{
	border-bottom:2px #000 solid;
	font-size:24px;
	text-transform:uppercase;
}

h3, h4{
	margin:0;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	margin-bottom:10px;
}

body{
	font-family: 'Barlow', sans-serif;
	font-weight:400;
}

#masthead{
	background:#555759;
}

#site-navigation{
	max-width:1400px;
	margin: 0 auto;
}

#site-navigation li li{
	padding:5px 0;
	font-size:14px;
}

#site-navigation a:link, #site-navigation a:visited, #site-navigation a:active{
	color:#fff;
	text-decoration:none;
}

/* #site-navigation a:hover{
	color:#D30927;
} */

body.home h1.entry-title{
	display:none;
}

body.home .entry-content, body.eventPage .entry-content{
	margin:0;
}

.h-underline h2, .h-underline h3{
	border-bottom:2px #000 solid;
	text-transform:uppercase;
}

body .display-posts-listing{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

body.home .display-posts-listing .listing-item{
	padding:0;
}

body.home .listing-item, body.page .smallFeatured .listing-item {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	background:#ebebeb;
	margin-bottom:15px;
	clear:both;
	min-height:136px;
	padding:0;
}

/*body.page .smallFeatured .listing-item .title{*/
/*	padding-top:25px;*/
/*	display:block;*/
/*}*/


/*body.home .listing-item .image, body.home .listing-item .title{*/
/*	display:inline-block;*/
/*	vertical-align:top;*/
/*}*/

/*body.home .listing-item .title:link, body.home .listing-item .title:visited, body.home .listing-item .title:active{*/
/*	text-transform:uppercase;*/
/*	color:#D30927;*/
/*	text-decoration:none;*/
/*}*/

/*body.home .listing-item .title:hover{*/
/*	text-decoration:underline;*/
/*}*/

/*body.home .listing-item .image{*/
/*	height:111px;*/
/*	float:left;*/
/*	margin-right:20px;*/
/*}*/

/*body.home .listing-item .title{*/
/*	padding:20px;*/
/*	padding-bottom:0px;*/
/*	padding-left:0px;*/
/*	font-weight:bold;*/
/*}*/

.listing-item .excerpt-dash{
	display:none;
}

.listing-item .excerpt{
	display:block;
	font-size:12px;
	padding:20px;
	padding-top:0px;
	padding-left:0px;
}


.main-navigation ul ul{
	background-color:#242423;
	text-align:left;
	line-height:initial;
	padding:20px;
	background-image:url(https://michiganumc.org/wp-content/themes/mamc/images/menu-arrow.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.main-navigation ul ul ul{
	background-image:none;
}

.main-navigation ul li{
	float:none;
	display:inline-block;
}

.main-navigation{
	text-align:right;
}

.mojo-sp-button{
	position:fixed;
}

nav .search-form{
	float:right;
	display:inline-block;
	width:20%;
}

.menu-main-menu-container, .menu-connference-submenu-container{
display:inline-block;
	width:auto;
}

.main-navigation{
	line-height:70px;
}

body .tribe-mini-calendar-event .list-date{
	padding:0;
	background:none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	max-width:90px;
}

body .tribe-mini-calendar-event .list-date .list-daynumber{
	color:#D30927;
	background:#ebebeb;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size:36px;
}

body .tribe-mini-calendar-event .list-date .list-dayname{
	background:#000;
	color:#fff;
	
}

body .tribe-mini-calendar-event{
	border-bottom:0;
}

.tribe-mini-calendar-event .list-info h2 a:link, .tribe-mini-calendar-event .list-info h2 a:visited, .tribe-mini-calendar-event .list-info h2 a:active{
	color:#D30927;
	text-decoration:none;
	font-size:18px;
}

.tribe-mini-calendar-event .list-info h2 a:hover{
	color:#D30927;
	text-decoration:underline;
	font-size:18px;
}

.home .tribe-events-duration{
	display:none;
}

.home .tribe-mini-calendar-event.first{
	margin-top:0;
}

.home .tribe-events-widget-link{
	display:none;
}

.HLC, .HRC {
    display: inline-block;
    width: 45%;
    margin: 2%;
    vertical-align:top;
}

.home-featured .vce-col{
	background:rgba(0,0,0,.7);
	color:#fff;
	transition: color 0.5s ease;
	transition: background-color 0.5s ease;
}

.home-featured.openInvert .vce-col{
	background:rgba(255,255,255,.85);
	color:#000;
	transition: color 0.5s ease;
	transition: background-color 0.5s ease;
}

.home-featured .vce-col .vce-col{
	background:none;
}

.home-featured.vce-element--has-background{
	padding:0 !important;
}

.home-featured .vce-col-inner{
	max-width:1400px;
	margin:0 auto;
	padding: 30px 0;
}

#el-4b5282f7{
	max-width:1400px;
	margin:0 auto;
}

.site-info{
	display:none;
}

.Mlimit{
	max-width:1400px;
	margin:20px auto !important;
}

.MlimitS{
	max-width:960px;
	margin:0 auto !important;
}

.nf-form-fields-required{
	display:none;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    padding: 10px;
    border-radius: 0;
}

#MAMCfooter{
	background:#a4a4a4;
	padding-top:40px;
	font-size:12px;
	display:none;
}

.social-media-icons {
	display:inline-block !important;
}
#TheMichiganConference #MAMCfooter, #BishopsBlog #MAMCfooter, #AnnualConference2019 #MAMCfooter, #AnnualConference2020 #MAMCfooter, #AnnualConference2021 #MAMCfooter, #AnnualConference2022 #MAMCfooter{
	display:block;
}

#logoCol{
	width:15%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	bottom:20px;
}

#fLC{
	width:27%;
	display:inline-block;
	vertical-align:top;
}

#fCC{
	width:27%;
	display:inline-block;
	vertical-align:top;
}

#fRC{
	width:27%;
	display:inline-block;
	vertical-align:top;
}

#centerFoot{
	text-align:center;
	text-transform:uppercase;
	padding:20px 0;
}

#centerFoot .fa{
	font-size:20px;
	padding:3px;
}

#centerFoot a:link, #centerFoot a:visited, #centerFoot a:active{
	color:#fff !important;
}

#centerFoot a:hover{
	color:#000 !important;
}

#headLogo{
	float:left;
	position:relative;
	top:8px;
	width:233px;
	height:54px;
	display:inline-block;
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/small-logo2.png") no-repeat left center;
}

#EastWindsDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/EastWinds.png") no-repeat left center;
}

#GreaterDetroitDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/GreaterDetroit.png") no-repeat left center;
}

#GreaterSouthwestDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/GreaterSouthwest.png") no-repeat left center;
}

#HeritageDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/Heritage.png") no-repeat left center;
}

#Mid-MichiganDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/Mid-Michigan.png") no-repeat left center;
}

#MidwestDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/Midwest.png") no-repeat left center;
}

#NorthernSkiesDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/NorthernSkies.png") no-repeat left center;
}

#NorthernWatersDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/NorthernWaters.png") no-repeat left center;
}

.footerH, #centerFoot .footerH:link, #centerFoot .footerH:visited, #centerFoot .footerH:active{
	font-size:14px;
	text-transform:uppercase;
	color:#222 !important;
	font-weight:bold;
}

.footerH:hover{
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}


#FBfeed #cff{
	margin: 0 auto;
	float:none;
}

.player .vp-player-layout{
	width: 100% !important;
	left:0 !important;
}

.alm-listing li img{
	position: initial !important; 
	width:100%;
	height:auto;
	padding-bottom:20px;
}

.alm-listing li h3, article.team_member h1{
	text-transform:uppercase;
}

article.team_member h3{
	display:none;
}

article.team_member img{
	max-width:230px;
	height:auto;
}

article.team_member .entry-content, article.team_member h1{
	max-width:230px;
	margin:0 auto;
}

.single-team_member .post-navigation{
	display:none !important;
}

body.single-team_member article{
	padding-top:60px;
}

.alm-listing li{
	margin:2.5% !important;
	padding:15px !important;
	width:360px;
	display:inline-block;
	border:8px solid #ebebeb;
	background:#ebebeb !important;
}

.alm-listing li.teamMemberBox{
	margin:1% !important;
	padding:10px !important;
	max-width:45%;
	width:250px;
	vertical-align:top;
	display:inline-block;
	border:0;
	background:#fff !important;
}

.teamMemberBox img{
/* 
	-webkit-filter: grayscale(25%) brightness(110%);
	filter: grayscale(25%) brightness(110%);
 */
}

.page .post-thumbnail{
	display:none;
}

/* .page article header{ */
#subpageHeaderImage{
	background-size:cover;
	background-repeat:none;
	color:#fff;
	text-transform:uppercase;
	min-height:300px;
	margin-bottom:0;
}

body.home #subpageHeaderImage{
	display:none;
}

body.home article header{
	background-size:cover;
	background-repeat:none;
	color:#fff;
	text-transform:uppercase;
	min-height:initial;
	margin-bottom:0;
}

.home article header{
	background-image:none !important;
}

.page-child h1, .page-parent h1, .page h1{
	margin:0;
	padding:30px;
	/* text-shadow: 1px 1px 3px #000; */
	max-width:1400px;
	margin:0 auto;
	text-transform:uppercase;
}

.home h1{
	padding:0 0 30px 0;
	font-size: 2.75em;
	line-height: normal;
}

#breadcrumbs{
	max-width: 1400px;
	margin:0 auto;
	padding:0 30px;
}

body.home #breadcrumbs{
	display:none;
}

.page .entry-content, .page-child .entry-content, .page-parent .entry-content{
	max-width: 1400px;
	margin:0 auto;
}

.blog #content{
	max-width: 1000px;
	margin:0 auto;
}

.single-post .nav-previous, .single-post .nav-next{
	display:none;
}

.single-post h1.entry-title{
	text-transform:uppercase;
	margin-bottom:0;
}

.single-post .entry-meta, .blog .entry-meta, .archive .entry-meta{
	margin-bottom:20px;
}

.single-post .entry-footer{
	padding:10px;
}

.blog h1.page-title{
	border: 0;
	clip: initial;
	clip-path: initial;
	height: auto;
	overflow: visible;
	padding: 0;
	position: relative !important;
	width: auto;
	padding: 0;
	max-width: 1000px;
	margin: 0.67em 0;
	text-transform: uppercase;
	text-align:left;
	
	
}

.archive h2.entry-title, .blog h2.entry-title{
	margin-bottom:0;
}

body.home .entry-content, body.eventPage .entry-content{
	max-width:initial;
	padding:0;
}

.single article, .category #primary{
	max-width:1000px;
	margin:0 auto;
	padding:30px;
}

.page .listing-item img{
	float:left;
	margin:0 10px 10px 0;
}

.page .listing-item{
	clear:both;
	margin:15px 0;
	min-height:120px;
}

p.p1{
	margin-bottom:0;
}

p.p4{
	display:none;
}

p.p1 b, p.p1 strong{
	margin-top:10px;
	display:block;
}

table.t1{
	margin-bottom:0;
}

article.hentry{
	margin-bottom:40px;
}

.cat-links, .tags-links{
	padding:5px 10px;
	display:block;
}

.entry-footer{
	background:#ebebeb;
}

.byline{
	display:none;
}



/* 
.page #news-featured .listing-item{
	height:200px;
	text-transform:uppercase;
	padding:0;
}

.page #news-featured .listing-item .title{
	background:#333;
	background:rgba(0,0,0,.8);
	padding:20px;
	font-size:20px;
	font-weight:bold;
}

.page #news-featured .listing-item:first-child{
	height:300px;
}
 */

.page #news-featured .listing-item{
	width:32%;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	vertical-align:top;
	min-height:240px;
}

.home #district-news .listing-item{
	width:32%;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	vertical-align:top;
	min-height:240px;
}

.page #news-featured .listing-item:first-child{
	width:100%;
	display:block;
	min-height:360px;
	margin: 0 0 2% 0;
}

.page #news-featured .listing-item:first-child .image{
	min-height:360px;
	display:inline-block;
	width:68%;
}

.page #news-featured .listing-item:nth-child(2){
	margin:0 1% 0 0;
}

.page #news-featured .listing-item:nth-child(3){
	margin: 0 1%;
}

.page #news-featured .listing-item:nth-child(4){
	margin:0 0 0 1%;
}

.page #news-featured .listing-item .excerpt{
		display:none;
}
	
.page #news-featured .listing-item:first-child .excerpt{
	display:block;
	height:50%;
	max-width:428px;
	line-height:1.25em;
	padding:0 3%;
	display:inline-block;
	width:32%;
	min-height:180px;
	position:absolute;
	top:160px;
	z-index:100;
	color:#fff;
	text-transform:initial;
	font-size:15px;
}

.page #news-featured .listing-item:first-child .continue{
	display:none;
}

.page #news-featured .listing-item:first-child .title{
	height:100%;
	font-size:1.8em;
	max-width:428px;
	line-height:1em;
	padding:3%;
	display:inline-block;
	width:32%;
	min-height:360px;
	float:left;
}

.page #news-featured .listing-item img{
	margin:0;
}

.page #news-featured .listing-item .title{
	background:#333;
	background:rgba(0,0,0,.8);
	padding:10px;
	font-size:20px;
	font-weight:bold;
	display:block;
}

#threeSmallBlocks .listing-item{
	padding:0;
}


.home .listing-item img{
	float:none;
	margin:inherit;
}

.home .listing-item{
	margin: inherit;
}

.redTitle{
	text-transform:uppercase;
	color:#eb1534;
	font-size:18px;
	margin:0;
}

.page-child .entry-content, .page-parent .entry-content, .page .entry-content{
	padding:0 30px;
}

.blog #content{
	padding:30px;
}

.bellows-target{
	text-transform:uppercase !important;
	border-top:#b2b2b2 1px solid !important;
	border-bottom:#b2b2b2 1px solid !important;
	font-size:18px !important;
}

.bellows-submenu .bellows-target{
	text-transform:none !important;
	border-top:none !important;
	border-bottom:none !important;
	font-size:inherit !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

nav.bellows a:link, nav.bellows a:visited{
	color:#000;
}

nav.bellows a:hover, nav.bellows a.current{
	color:#D30927 !important;
}

.bellows{
	margin:0 !important;
}

#masthead .search-field{
	border-radius:0;
	border:0;
	border-bottom:1px solid #ccc;
	background:#555759;
	color:#fff;
	padding:0;
	position:relative;
	top:5px;
	text-transform:uppercase;
	cursor:text;
}

#masthead .search-submit{
	color:#fff;
	border:0;
	background:none;
	cursor:pointer;
	position:relative;
	top:5px;
}

#nks-tab-1::before{
	content:"Help";
	color:#fff;
	
}

#nks-tab-1{
	transform: rotate(-90deg);
}

.nks_cc_trigger_tabs{
	padding:25px 1px;
	background:#000;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#nks-tab-1 i{
	display:none;
}

.nks_cc_trigger_tabs #nks-tab-1::after{
	display:none;
}

.instaButton:link, .instaButton:visited, .instaButton:active{
	background:#ea2d48;
	width:90px;
	padding:5px;
	text-transform:uppercase;
	color:#fff;
	margin:5px;
	display:inline-block;
	text-align:center;
	font-weight:bold;
}

.instaButton:hover{
	background:#fff;
	color:#ea2d48;
	text-decoration:none;
	font-weight:bold;
}

#news-featured .listing-item img{
	/* position: absolute; */
	width: 100%;
	float:none;
}

#news-featured .listing-item{
	overflow:hidden;
	position:relative;
}

#news-featured .title{
	z-index: 10;
	position: relative;
  	/* 
top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
 */
}

.alm-load-more-btn.done{
	display:none !important;
}

.edit-link{
	padding:10px;
	display:block;
}

select{
	padding:7px;
	background:#ebebeb;
	color:#D30927;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUJDQzE2OUM0QTc4MTFFODg0MUJFODk5NDA5OThDRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUJDQzE2OUQ0QTc4MTFFODg0MUJFODk5NDA5OThDRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjI2QTQ3RjRBMjExMUU4ODQxQkU4OTk0MDk5OENGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjI2QTQ4MDRBMjExMUU4ODQxQkU4OTk0MDk5OENGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvhZEaYAAACkSURBVHjaYvz//z/DQAImhgEGow4YWg5QVlZ+ysjI+B8fVlVVfUKSC0C5gFh86NAhL6Alf0DasGEmJqbfR44c8SDFTJIcAMIrVqzIwOWAVatWpZJqHskOAOGOjo4udMt7enrayDGLLAf8+/ePMTMzcyXM8pycnGUgMXLMYiS3JPz16xdHZGTkNlZW1j+LFi3yZWNj+0mOOYyjRfGoAwbaAQABBgDRZ22MMCITCgAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
  background-position: right center;
  padding-right:30px;
  cursor:pointer;
}

#mainDropDown select{
	float:right;
}

select option{
	/* 
padding:7px;
	background:#111;
 */
	color:#333;
}

.teamMemberBox h3{
	margin-bottom:0 !important;
	text-transform:uppercase;
	font-size:22px;
}

.TMposition{
	font-style:italic;
	font-weight:bold;
	line-height: 12px;
	font-size: 14px;
	padding-bottom: 8px;
}

.TMemail, .TMphone, .TMaddress, .TMpastor, .TMwebsite{
	font-size:16px;
	display:block;
}

.churchBox{
	max-width:300px;
	vertical-align:top;
}

.churchBox strong{
	font-size:12px;
	margin-top:10px;
}


.FBfeedFix #cff.cff-fixed-height{
	padding:0;
	border:1px solid #d0d0d0;
}

.FBfeedFix .cff-likebox{
	margin-top:0;
}

.FBfeedFix #cff .cff-item{
	padding:20px;
}

.ao-logo{

}

.page-id-260 .vce-col{
	padding:10px;
}

body.post-type-archive-tribe_events #tribe-events-content-wrapper{
	max-width:1200px;
	margin:0 auto;
}

.noBottomSpace .vce{
	margin-bottom:0;
}

.structureBox{
	min-height:130px;
}

.structureBoxOuter p{
	margin-bottom:0;
}

.structureBox .vce{
	margin-bottom:0;
}

.structureBoxOuter{
	padding:10px;
}

.structureBoxOuter .vce-button--style-basic-wrapper{

}

.page-id-169 .entry-content{
	text-align:center;
}

.alm-reveal li{
	text-align:left;
}

.cardBody{
	font-size:14px;
	line-height:16px;
	margin-bottom:15px;
}

body.search #content{
	max-width:1200px;
	margin:0 auto;
	padding:20px;
	min-height:680px;
}

body.error404 #content{
	max-width:960px;
	margin:0 auto;
	padding:20px;
	min-height:680px;
}


#mc_embed_signup form{
	padding:0 !important;
}

#el-a928e267, #el-a928e267 div{
	margin:0;
	padding:0;
}

#mc-embedded-subscribe-form .input-group label{
	padding-left:10px;
}

.page #news-featured .listing-item .title::before{
	content:"FEATURED";
	display:block;
	color:#fff;
	font-size:14px;
}

body.home #news-featured .listing-item .image{
	height: auto;
	float: none;
	margin-right: 0;
	max-height:200px;
}

body.home #news-featured .listing-item:first-child .excerpt{
	left:0;
}

#smallNewsFeeds .vce-text-block-wrapper{
	margin-bottom:0;
}

#mc_embed_signup .button{
	background:#D30927 !important;
	border-radius:0 !important;
}

#mc_embed_signup .button:hover{
	background:#555 !important;
}

#el-c2c0057e{
	margin-bottom:20px;
	
}

#el-f88385af h2{
	color:#eb2e43;
	text-transform:uppercase;
	display:inline-block;
	font-size:28px;
}

#el-f88385af p{
	display:inline-block;
	margin-left:10px;
}

.tribe-mini-calendar-event{
	padding-bottom:0 !important;
	min-height:120px;
	margin-bottom:15px !important;
}

.tribe-mini-calendar-event p{
	margin-bottom:0;
} 

.tribe-mini-calendar-event .list-date, .tribe-mini-calendar-event .list-info{
	margin-top:0 !important;
}


.date{
	font-weight:bold;
}

/* 
#AnnualConference2019.home .vce-row-container div{
	max-width:1400px;
	margin:0 auto;
}

#AnnualConference2019.home .vce-row-container div div{
	max-width:auto;
	margin:inherit;
}

#AnnualConference2019.home .vce-row-container div.full-width-section{
	max-width:auto;
	margin:0 auto;
}
 */
 
 
/* .home used to be #AnnualConference2019 */
 
.home .vce-row-container > div, .eventPage .vce-row-container > div{
	max-width:1400px;
	margin:0 auto;
	padding:0 30px;
}

#TheMichiganConference.home .vce-row-container > div{
	padding:0;
}

.home .vce-row-container div.full-width-section, .eventPage .vce-row-container div.full-width-section{
	max-width:initial !important;
	margin:0 auto;
	padding:0;
}

.home .vce-hero-section-media--sm .vce-hero-section--alignment-start .vce-hero-section--content{
	margin-left:0;
}

.home .vce-hero-section-media--lg .vce-hero-section--content, .eventPage .vce-hero-section-media--lg .vce-hero-section--content{
	width:100%;
}

.home .vce-hero-section--content{
	padding-top:0;
	padding-bottom:0;
}

/* END .home used to be #AnnualConference2019 */


button.vce-button--style-basic{
	background:#ea0929 !important;
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em !important;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
}

body #AC-header{
	padding: 12% 0;
	font-family: 'Barlow Condensed', sans-serif;
	color:#FFF;
	font-weight:600;
	font-size:78px;
	text-transform:uppercase;
	line-height:72px;
	margin:0 auto;
	max-width:1400px;
	
}

body #AC-header span{
	font-family: 'Barlow', sans-serif;
	color:#ea0929;
	font-weight:400;
	font-size:58px;
	text-transform:none;
}

div.vce-hero-section--wrap-row{
	background-size:cover;
}

nav.bellows-main{
	background:#ebebeb;
}

#news-featured .listing-item .image{
	max-height: 240px;
	overflow: hidden;
	position: relative;
	display: block;
}

body.home #district-news .listing-item .image{
	max-height: 240px;
	overflow: hidden;
	position: relative;
	display: block;
	float:none;
	height:240px;
	margin:0;
	background:#fff;
	pointer-events: none;
}

body.home #district-news .listing-item .excerpt {
    display: block;
    font-size: 12px;
    padding: 20px;
    padding-top: 10px;
    min-height: 88px;
}

body.home #district-news .listing-item .title{
	padding: 20px;
	padding-bottom: 0px;
}

.post-type-archive-tribe_events #subpageHeaderImage{
	display:none;
}

body.category h1{
	text-transform:uppercase;
}

#BishopsBlog #content{
	max-width:1400px;
	margin:0 auto;
	padding:0 30px;
}

#BishopsBlog .listing-item .excerpt{
	padding:0;
	font-size:14px;
}

#BishopsBlog.home .display-posts-listing .listing-item{
	padding:20px;
	display:inline-block;
	width:30%;
	margin:0 1.6%;
	vertical-align:top;
}

#BishopsBlog.home .listing-item .title:link, #BishopsBlog.home .listing-item .title:visited, #BishopsBlog.home .listing-item .title:active{
	padding:0;
}

.single-tribe_events #subpageHeaderImage{
	display:none;
}

#AC-logo{
	max-width:350px;
}

#district-header h1{
	margin-bottom:0;
	text-transform:uppercase;
	font-size:65px;
}

/* The container */
#district-header .vce-hero-section--content{
/* 	border:30px rgba(29,66,138,.85) solid; */
	margin:50px auto;
/* 	border-radius:500px; */
	max-width:720px;
}

/* The content */
#district-header .vce-hero-section--content-container{
/* 
	border-radius:500px;
	border:1px #fff solid;
 */
	margin:0 auto;
/* 
	padding-bottom:100%;
	background:rgba(29,66,138,.85);
 */
}

#district-header .vce-hero-section--content-container div{
	display:block;
	text-transform:uppercase;
	font-size:20px;
}

body.home #district-news .listing-item{
	width:31%;
/* 	padding:0 20px; */
	display:inline-block;
	text-align:top;
	margin: 1%;
	overflow:hidden;
	border: 10px solid #ebebeb;
	min-height:425px;
}

html body .orangeH h1, html body .orangeH h2{
	color:#ff7d01;
	font-size:32px;
}

/* Move to customizer */
/* #CentralBayDistrict h2, #CentralBayDistrict h3 {
	color:#1D428A;
}
#CentralBayDistrict #headLogo{
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/CentralBay.png") no-repeat left center;
} */

#GreaterDetroitDistrict h2, #GreaterDetroitDistrict h3{
	/* color:#C04977; */
}

#GreaterSouthwestDistrict h2, #GreaterSouthwestDistrict h3{
	/* color:#CE0F69; */
}

#Mid-MichiganDistrict h2, #Mid-MichiganDistrict h3{
	/* color:#93328E; */
}

#MidwestDistrict h2, #MidwestDistrict h3{
	/* color:#00B398; */
}

#NorthernWatersDistrict h2, #NorthernWatersDistrict h3{
	/* color:#71CC98; */
}

#NorthernSkiesDistrict h2, #NorthernSkiesDistrict h3{
	/* color:#F68D2E; */
}

#EastWindsDistrict h2, #EastWindsDistrict h3{
	/* color:#41B6E6; */
}

#HeritageDistrict h2, #HeritageDistrict h3{
	/* color:#DC582A; */
}

body.home article{
	margin-bottom:0;
}

#subFooter .vce, #subFooter p{
	margin-bottom:0;
}

.altH2.districtSite h2{
	border-bottom: 1px #bbb solid;
}

.smallFeatured .vce, .smallFeatured ul{
	margin-bottom:0;
}

.partnerBox{
	background:#ebebeb;
	max-width: 330px !important;
	margin: 15px !important;
	padding:20px;
	float:left;
	vertical-align:top;
}

.partnerBox .vce-button--style-basic.vce-button--style-basic--size-small{
	padding:10px;
	width:100%;
	display:inline-block;
}

.partnerBox .vce-button--style-basic-wrapper{
	width:100%;
	display:inline-block;
	max-width:250px;
	min-width:50px;
}

.partnerBox .vce-feature-description-image-wrapper{
	width:100%;
}

.triButton{
	display:inline-block;
	width:75px;
	margin:10px;
}

.triButton, .triButton button.vce-button--style-basic, .triButton a:link, .triButton a:hover, .triButton a:active, .triButton a:visited{
	font-size:18px !important;
	text-transform:uppercase;
	font-weight:600;
	font-family:"Barlow Condensed", sans-serif;
}

.triButton a:hover, .triButton button:hover{
	background-color:#a8100d !important;
}

.vce-hero-section-media--xs .partnerTileButton .vce-hero-section--content{
	padding:0;
}

.partnerTileButton{
	
	text-transform:uppercase;
}

.partnerTileButton .vce-button--style-basic.vce-button--style-basic--size-medium{
	font-size:28px;
}

.partnerTileButton a.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff, .partnerTileButton button.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff{
	background-color:rgba(234,10,42,.8) !important;
}

.partnerTileButton a.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:hover, .partnerTileButton button.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:hover{
	background-color:#555759;
}

a.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:link, button.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:link, a.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:active, button.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:active, a.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:visited, button.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:visited{
	background-color:#D30927;
}

a.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:hover, button.vce-button--style-basic.vce-button--style-basic--color-557cbf--fff:hover{
	background-color:#a8100d !important;
}

a.vce-button--style-basic.vce-button--style-basic--color-b-85-124-191--fff:link, button.vce-button--style-basic.vce-button--style-basic--color-b-85-124-191--fff:link, a.vce-button--style-basic.vce-button--style-basic--color-b-85-124-191--fff:active, button.vce-button--style-basic.vce-button--style-basic--color-b-85-124-191--fff:active, a.vce-button--style-basic.vce-button--style-basic--color-b-85-124-191--fff:visited, button.vce-button--style-basic.vce-button--style-basic--color-b-85-124-191--fff:visited{
	background-color:#D30927;
}

a.vce-button--style-basic.vce-button--style-basic--color-b-85-124-191--fff:hover, button.vce-button--style-basic.vce-button--style-basic--color-b-85-124-191--fff:hover{
	background-color:#a8100d !important;
}

.partnerTileButton .vce-hero-section--content-container:not(:last-child){
	margin-bottom:0;
}

.partnerTileButton .vce-button--style-basic-wrapper .vce-button--style-basic:focus, .partnerTileButton .vce-button--style-basic-wrapper .vce-button--style-basic:hover, .partnerTileButton .vce-button--style-basic-wrapper .vce-button--style-basic:link{
	padding:75px 0;
}

.dr-set-height{
	min-height:250px;
}

li.draft, li.bellows-draft, li.bellows-private{
	display:none !important;
}

#facebook-frame{
	text-align:center;
}

.toolbox span{
	padding-top:22px;
	background:url("https://michiganumc.org/wp-content/themes/mamc/images/toolbox.png") center top no-repeat;
	max-width:215px;
	overflow:hidden;
}

.partnerBox .vce-feature-description-content{
	height:300px;
	overflow:hidden;
	overflow-y: scroll;
}

.partner-more{
	max-width:330px;	
}

.partner-more a:link{
	font-weight:bold;
	text-tranform:uppercase;
}
	
.classifiedsBox{
	vertical-align:top;
}

.triButton span{
	margin-bottom:0;
}

.triButton form{
	display:inline-block;
	vertical-align:top;
	max-height:42px;
	overflow:hidden;
}

div.staffBoxDistrict{
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

div.staffBoxDistrict .vce-single-image-wrapper{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div.staffBoxDistrict img, #district-news img{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width:100%;
    height:100%;
}

#modernDistrictHeader img, #modernDistrictHeader .vce-single-image-inner,  #modernDistrictHeader .vce-single-image-wrapper{
	width:100%;
}

#obitIntro{
	line-height:1.25em;
}

#obitIntro strong{
	font-size:18px;
}

.gform_wrapper .gform_body{
	max-width:960px;
}

.pinkToRed{
	background:#d7213d !important;
}

#news-featured a.title:link, #news-featured a.title:hover, #news-featured a.title:focus, #news-featured a.title:active, #news-featured a.title:visited {
    color: #FFF;
}

.archive-box{
	max-width:49%;
	display:inline-block;
	vertical-align:top;
	padding:10px;
}

.archive-box img{
	object-fit: contain;
	max-height:300px;
}

.category-classifieds .attachment-post-thumbnail{
	display:none;
}

body .districtFooter h2{
	color:#fff !important;
	border-bottom: 2px #fff solid;
	max-width: 300px;
	font-size: 30px;
}

.districtFooter .vce-row-content{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	color:#fff;
}

.districtFooter .fa{
	font-size:1.5em;
	margin:3px 3px 3px 0;
}

.districtFooter a:link, .districtFooter a:visited, .districtFooter a:active{
	color:#fff;
}

.districtFooter a:hover{
	color:#d40b2a;
}

.hide h2{
	display:none;
}

.bio-toggle .vce-faq-toggle-title{
	max-width: 120px;
	margin: 0 auto;
}

.listing-item a.image, .listing-item a.image img{
	pointer-events:none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

a.vce-button--style-basic.vce-button--style-basic--color-b-233-28-46--fff, button.vce-button--style-basic.vce-button--style-basic--color-b-233-28-46--fff{
	font-weight:bold;
}



/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/

.main-navigation {
	text-align: center;
}

#site-navigation {
	max-width: 100% !important;
	margin: 0 auto;
	padding: 0 40px;
}


/*FACEBOOK VIDEO EMBED CSS STYLING*/
.fb_iframe_widget_fluid_desktop iframe {
	min-width: 220px;
	position: relative;
	width: 100% !important;
}

.fb-video > span, .fb_iframe_widget > span, .fb_iframe_widget_fluid_desktop  > span {
	width: 100% !important;
}

.fb-video, .fb_iframe_widget, .fb_iframe_widget_fluid_desktop {
	width: 100%;
}

/* MODAL CONTACT US */
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}
/* END OF MODAL*/

#site-navigation a:link, #site-navigation a:visited, #site-navigation a:active {
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}
@media (max-width: 1000px) {
	.page #news-featured .listing-item{
		width:100%;
		text-transform:uppercase;
		padding:0;
		display:block;
		vertical-align:top;
		min-height:inherit;
		padding-bottom:5%;	
	}
	
	body.home .display-posts-listing .listing-item {
    	padding: 10px;
	}
	
	body.home .listing-item .image{
		margin-bottom:10px;
	}
	
	#news-featured{
		margin:0 auto;
		max-width:540px;
	}
	
	.page #news-featured .listing-item:first-child{
		margin:20px auto;
	}
	
	.page #news-featured .listing-item:first-child .excerpt{
		display:none;
	}

	.page #news-featured .listing-item:nth-child(2){
		margin:20px auto;
	}

	.page #news-featured .listing-item:nth-child(3){
		margin:20px auto;
	}
	
	.page #news-featured .listing-item:nth-child(4){
		margin:20px auto;
	}
	
	#news-featured .listing-item .image{
		max-height: initial;
		overflow: initial;
		position: relative;
		display: block;
	}
	
	.page #news-featured .listing-item:first-child .title{
		float:none;
		width:100%;
		display:block;
		max-width:none;
		min-height:auto;
		font-size:1.5em;
		height:auto;
	}
	
	.page #news-featured .listing-item:first-child .image{
		width:100%;
		display:block;
		min-height:auto;
	}
	
	#BishopsBlog.home .display-posts-listing .listing-item{
		display:block;
		width:100%;
		margin:10px 0;
	}
	
	.dr-set-height{
		min-height:initial;
	}
	
	body.home #district-news .listing-item{
		width:100%;
		display:block;
		min-height:auto;
	}
	
	
	
}

@media (max-width: 800px) {
	.HLC, .HRC {
    	display: block;
    	width: 100%;
    	margin: 0;
    	padding:30px;
	}
	
	.alm-listing li{
		padding:5% !important;
		max-width:100%;
		display:block;
	}
	
	#subpageHeaderImage{
		min-height:200px;
	}
	
	.nks_cc_trigger_tabs{
		display:none !important;;
	}
	
	.partnerBox{
		max-width:none !important;
	}
	.partnerBox .vce-feature-description-content{
		height:auto;
		overflow:visible;
	}
	
	#district-header h1{
		font-size:48px;
	}
	
	.archive-box{
		max-width:100%;
		display:block;
		vertical-align:top;
		padding:inherit;
	}

}

@media (max-width: 768px) {
	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	#headLogo{
		float:none;
		position:relative;
		top:6px;
	}
	.main-navigation ul li{
		display:block;
	}
	
	nav, .main-navigation{
		text-align:center;
	}
	.menu-toggle, .main-navigation.toggled ul{
		margin:0 auto;
	}
	
	#logoCol{
		width:100%;
		display:block;
		bottom:10px;
		padding:10px;
	}

	#fLC{
		width:100%;
		display:block;
		padding:10px;
	}
	
	#fCC{
		width:100%;
		display:block;
		padding:10px;
	}

	#fRC{
		width:100%;
		display:block;
		padding:10px;
	}
	
	.main-navigation ul ul {
		margin:0px;
	}
	
	#mainDropDown select{
		float:none;
	}
	
	#subpageHeaderImage{
		min-height:100px;
	}
	
	.partnerBox, #el-d6d611bf{
		width:100%;
		margin: 10px auto !important;
	}
	
	.triButton {
    	width: 75px;
    	margin: 10px 3px 10px 0;
    	background: #e11612;
	}
	
	.HLC, .HRC{
		padding:0;
		font-size:16px;
	}
	
	.home-featured .vce-col-inner{
		padding:0;
	}
	
	.home h2{
		padding: 30px 30px 0 30px;
	}
	
}

@media (max-width: 800px) {
	.main-navigation {
		text-align: center !important;
	}
}

@media (max-width: 992px) {
	.main-navigation {
		text-align: center !important;
	}
}


@media (min-width: 1200px) {
	.main-navigation {
		text-align: center;
	}
}

@media (max-width: 1460px) {
	.home-featured .vce-col-inner{
		padding:30px;
	}

	.Mlimit{
		padding:30px;
	}

	.MlimitS{
		padding:30px;
	}

	body header{
		padding:0px 20px;
	}

	nav .search-form{
		float: none;
		display: block;
		width: 100%;
	}

	#TheMichiganConference.home .vce-row-container > div{
		padding:0 20px;
	}

	#TheMichiganConference.home .vce-row-container > div.full-width-section{
		padding:0;
	}

	.home .vce-row-container > div, .eventPage .vce-row-container > div{
		padding:0;
	}

	.home .vce-row-container > div{
		padding:0 20px;
	}

	.home .vce-row-container > div.full-width-section{
		padding:0;
	}

	.page #news-featured .listing-item:first-child .title{
		font-size:1.6em;
	}

}

@media (max-width: 1200px) {
	#el-7b8be798, #el-285d5480, #el-3732b156, #el-694a5ee6, #el-1a78d7d8, #el-8b8c8ed9, #el-f360f0dc{
		flex-basis: 100%;
		max-width: 100%;
	}

	.dr-set-height {
		min-height: initial;
	}

	body.home iframe{
		margin-bottom:20px;
	}

	body.home .listing-item .image{
		height:auto;
	}
}



