/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12 
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/

.footer span {
    display: inline-block;
}

.footer span.footerAddress:before {
    content: "• ";
}

.footer span.footerContact {
    display: block;
}

.podcastSubscription.greenBg {
  max-width: 600px;
  margin: 30px auto;
  border-radius: 20px;
  padding: 20px 30px;
}

.subscribeButtonWrapper {
    text-align: center;
    margin: 20px auto 0;
}

.subscribeButtonWrapper .subscribeButton {
    display: inline-block;
    margin-bottom: 30px;
    width: 32%;
    min-width: 230px;
}

.subscribeButtonWrapper a.subscribeLink {
    display: block;
    margin: 0 10px;
    border-bottom: none;
}

.subscribeButtonWrapper a.subscribeLink .subscribeCaption {
  border-bottom: 1px solid transparent;
}

.subscribeButtonWrapper a.subscribeLink:hover .subscribeCaption {
  background-color: #ffffaa;
  border-bottom: 1px solid #aad4ff;
}

.subscribeButtonWrapper a.subscribeLink div {
    margin: 0;
}

.subscribeButtonWrapper a.subscribeLink .subscribeWrapper {
    line-height: 1em;
}

.subscribeButtonWrapper a.subscribeLink img {
    border: none;
    width: 100%;
}

.worshipNow {
    text-align: center;
    border: 2px solid #EAC450;
    border-radius: 20px;
    background-color: #FFC;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 15px;
}

.podcast-sermon .worshipNow {
    margin-bottom: 40px;
}

#page.beliefs-outline .episode-title {
    border-bottom: 2px solid #61804E;
    display: block;
    padding: 10px 5px;
    margin: 10px 0;
    background-color: #edffe0;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.10em;
}

#page.beliefs-outline .episode-title h2 {
  text-transform: uppercase;
}

#page.beliefs-outline .no-video {
    display: block;
    margin: 20px auto;
    padding: 15px 20px;
    border: 1px solid darksalmon;
    border-radius: 10px;
    max-width: 400px;
    background-color: antiquewhite;
}

#page.beliefs-list td a {
    font-size: 1.5em;
    display: inline-block;
    margin-bottom: 10px;
}

.vbsVideo {
  border: 5px solid #008000;
  border-radius: 20px;
  padding: 10px;
  background-color: #cceecc80;
  text-align: center;
  margin-bottom: 20px;
}
.vbsVideo .countdown {
  text-align: center;
}

.liveBadge {
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    animation: liveBadgeAnimation 1s ease-in-out infinite alternate;
    color: white;
    font-family: Lato, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}

@keyframes liveBadgeAnimation {
    0% { background-color: #AA0000; }
    100% { background-color: #FF0000; }
}

#countdown, .countdown {
    font-family: monospace;
    font-size: 1.5em;
}

.worshipArchive, .showFullSiteLink {
    font-size: 1.0em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    line-height: 1.5em;
    text-align: center;
    border: 2px solid #B8E78B;
    border-radius: 10px;
    background-color: #F1FFE3;
    padding: 5px;
    margin: 0 auto;
}
.worshipArchive {
    max-width: 450px;
    display: table;
}

.showFullSiteLink {
    display: block;
    z-index: 100;
}

.showFullSiteLinkContent {
    display: table;
    margin: 0 auto;
}

.worshipArchive {
    margin-bottom: 15px;
}

a.worshipArchive:visited, a.showFullSiteLink:visited {
    background-color: #F1FFE3;
}

a.worshipArchive:hover, a.showFullSiteLink:hover {
    background-color: #E1FFE3;
}

a.worshipArchive:hover {
    border: 2px solid #4A6E35;
}

a.showFullSiteLink:hover {
    border-bottom: 2px solid #4A6E35;
}

.worshipArchive span, .showFullSiteLinkContent span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.worshipArchive p, .showFullSiteLinkContent p {
    padding: 8px 5px 5px 5px;
    font-size: 0.85em;
    line-height: 1.3em;
    color: #8F512A;
}

.showFullSiteLink {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid;
}

#amznCharityBanner iframe {
    margin: 0 auto;
}

.largerText {
    font-size: 1.2em; 
    line-height: 1.5em; 
    margin: 0 20px;
}

.extraLarge {
    font-size: 1.5em;
}

.pageNotice {
    clear: both;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}

.topNotice {
    clear: both;
    padding: 20px 20px 0 20px;
}

.topNotice a img.simple, .pageNotice .titleImage {
  width: 729px;
  max-width: 100%;
  border: 4px solid #523440;
  border-radius: 25px;
}

.topNotice a:hover img.simple {
  border: 4px solid #FF8000;
}

.scroll-container, .info-message, .podcast-info-message {
  border: 1px solid #aad0ff;
  padding: 8px;
  border-radius: 8px;
  background-color: #ebf6ff;
}

.headerContent .scroll-container {
  display: inline-block;
  margin-top: 12px;
  padding: 0;
  overflow: hidden;
  max-height: 170px;
}

.headerContent .scroll-message {
  display: inline-block;
  max-height: 150px;
  overflow-y: auto;
  padding: 10px 16px 10px 8px;
}

#page.covid .info-message {
  margin: 20px 0;
  padding: 15px 20px;
  border: 3px solid saddlebrown;
  background-color: #ffeee2;
  border-radius: 20px;
}

#page.covid .info-message h2 {
  font-size: 1.5em;
}

#page.covid .info-message em.caption {
  display: block;
  margin-top: -10px;
  color: #844;
}

.podcast-info-message {
  max-width: 600px;
  margin: 30px auto;
  border-radius: 20px;
  padding: 20px 30px;
}

.warning {
    border: 2px solid #f00;
    border-radius: 15px;
    background-color: #ffc;
    text-align: center;
    font-size: 1.1em;
    margin: 0 auto 30px;
    max-width: 450px;
    padding: 10px;
}

.warning .normal {
	text-align: left;
}

.warning .normal p {
	padding-bottom: 5px;
}

.warning a {
    font-size: 1.1em;
}

.warning .normal ul {
	margin-top: 0;
	margin-left: 5px;
    padding-right: 0px;
}
.warning .normal ul li {
    margin-top: 8px;
	padding-bottom: 2px;
}

.warning h3 {
    color: red;
}

.page-promo {
    text-align: center;
}

.page-promo .youtubeContainer {
    margin-bottom: 50px;
}

.page-promo h2 {
    margin-top: 40px;
}

.covid-widget-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px -50px;
}

.recentWrapper {
    font-size: 1.2em; 
    line-height: 1.5em; 
    margin: 10px auto;
    text-align: center;
    max-width: 500px;
}

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

.recentWrapper table.podcastList thead tr th {
    display: block;
    text-align: center;
}

.recentWrapper table.podcastList thead tr th em {
    display: block;
    font-size: 0.8em;
}

.recentWrapper table.podcastList tbody tr {
    display: block;
    border-bottom: 1px solid #888;
    margin: 0;
    padding: 10px 5px;
}

.recentWrapper table.podcastList tbody td {
    display: block;
    width: inherit;
    margin: 0 auto;
    text-align: center;
    padding: 4px;
    border-bottom: none;
}

.recentWrapper table.podcastList tbody td.podcastTitle span.title  {
    font-weight: bold;
}

.recentWrapper table.podcastList tbody tr:nth-child(odd) {
    background-color: #ffe;
}

.recentWrapper table.podcastList tbody tr:nth-child(even) {
    background-color: #ffe;
}

.ticker {
    text-align: center;
    display: block;
    margin: 0 20px;
    padding: 10px 15px;
    background: #ffc;
    font-family: Lato, Arial, Helvetica;
    font-size: 1.1em;
    border-radius: 10px;
    color: #408000;
    border: 2px solid #EAC450;
}
.ticker strong {
    font-size: 1.2em;
}
.ticker p {
    padding: 0;
    margin: 7px 0;
}
.ticker .line {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #eac450;
    margin: 0 auto;
}

.stayInTouch .podcastLinks a {
    border-bottom: none;
}

.audioContainer {
    max-width: 400px;
}

.smallCalendar {
    display: none;
}

a.analyticsOff, a.analyticsOff:hover {
    display: block;
    padding: 0 8px;
    background-color: #e8ffd3;
    color: #aae0aa;
    border-bottom: none;
}

/**************************************************************
   #wrapper & #content: wrapper positions and sets the width
   on the content.  The background is then applied to #content.
 **************************************************************/

.wrapper, #wrapper {
  width: 789px;
  max-width: 789px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  background: url(https://www.faithmoorpark.com/img/bg/content.png) repeat-y top center;
}


/** float: left; **/
#content { 
  width: 789px;
  max-width: 789px;
  height: 100%;
  min-height: 100%; 
  background: url(https://www.faithmoorpark.com/img/bg/content.png) repeat-y top center;
}

#content[id] {
  height: auto;  
  background: url(https://www.faithmoorpark.com/img/bg/content.png) repeat-y top center;
}

#rightContainer {
  margin-left: 545px;
  padding: 0;
  position: absolute;
  width: 275px;
}

#rightContainer .greenBg {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.middle {
  margin: 0 auto;
}

.top10 {
  margin-top: 10px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

#mainContainer {
  width: 540px;
}

div.announce, div.announceTop {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 729px;
  max-width: 729px
}

div.announceTop {
  margin-bottom: 10px;
}

div.announce.announceBox {
  padding-top: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EAC450;
  background-color: #FFC;
}

div.announce.announceBottom {
  padding-top: 0;
  border-bottom: 2px solid #EAC450;
}

a#portraitSignup {
  display: block;
  border: 0;
  width: 216px;
  height: 67px;
  background-image: url(/img/portrait-signup.jpg);
  margin: auto;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

.header, #header {
  padding: 1px 10px 0 20px;  
  background: url(https://www.faithmoorpark.com/img/bg/header.jpg) no-repeat top center;  
}

#header img.logo {
  float: left;
}

#header .headerContent {
  margin-top: 23px;
  margin-left: 177px;
}

.iframeGivingContainer iframe {
  width: 100%;
  height: 400px;
}

#header .headerContent .giving {
    float: right;
    display: inline-block;
    padding: 4px 10px;
    background-color: #0bb634;
    color: white;
    border-radius: 7px;
    position: relative;
}

.headerContent .slack {
  border: none;
  background: none;
  float: right;
  clear: right;
  margin-top: 20px;
}

.headerContent .slack img {
  border: none;
}

#header .headerContent span.headerContact::before {
    content: '• ';
}

#printHeader {
  display: none;
}

#printURL {
  display: none;
}

.printOnly {
  display: none;
}

/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
* html #header {
  height: 1%;
}
/* End hide from IE-mac */


.header h1,
.header h2,
#header h1,
#header h2 {
  clear: none;
  margin: 0;
  padding: 0;  
}

.header h1,
#header h1 {
  font-size: 3.5em;
  font-family: georgia;
  letter-spacing: 0px;
  color: #6E310B;
}

.header h1.subtitle,
#header h1.subtitle {
  font-size: 1.5em;
  margin-top: -7px;
  margin-bottom: 10px;
}

.header h2,
#header h2 {
  padding: 2px;  
}

.header a.directory,
#header a.directory {
  display: none;
}

#header .socialMedia {
  margin: 4px 0;
  height: 36px;
}

#header .socialMedia a {
  width: 36px;
  height: 36px;
}

.socialMedia a {
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  background-size: 48px;
  background-color: transparent;
  background-position: center;
  border-bottom: 0;
}

.socialMedia a.facebook {
  background-image: url("/img/social/facebook-icon.png");
}

.socialMedia a.twitter {
  background-image: url("/img/social/twitter-icon.png");
}

.socialMedia a.googleplus {
  background-image: url("/img/social/gplus-icon.png");
}

.socialMedia a.instagram {
  background-image: url("/img/social/instagram-icon.png");
}

.socialMedia a.youtube {
  background-image: url("/img/social/youtube-icon.png");
}


/**************************************************************
   #menu: The top level site menu
 **************************************************************/

ul#menu {
  width: 749px;
  max-width: 749px;
  margin: 0 auto !important;
  margin: 0 0 0 10px;
  padding: 0 !important;
  padding: 0 0 0 10px;
}

ul#menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#menu li a {
  float: left;  
  padding: 15px 0 5px 0;

  font: bold 1em georgia, serif;
  text-align: center;
  text-decoration: none;
  
  color: #61804E;
  border-bottom: 1px solid #D3F1B6;
}

ul#menu li a:visited {
  background-color: #FFF;
}

ul#menu li a:hover {
  color: #2E5F0F;
  background: url(https://www.faithmoorpark.com/img/bg/menu.gif) repeat-x bottom left;
}

ul#menu li a.here {
  color: #512103;
  background: url(https://www.faithmoorpark.com/img/bg/menu.gif) repeat-x bottom left;
}

/* helper classes to control width of links in topbar */
ul.two li a {
  width: 50%;
}

ul.three li a {
  width: 33%;
}

ul.four li a {
  width: 25%;
}

ul.five li a {
  width: 20%;
}

ul.six li a {
  width: 16.6%;
}

ul.seven li a {
  width: 14.2%;
}

ul.eight li a {
  width: 12.5%;
}

ul.nine li a {
  width: 11.1%;
}

ul.ten li a {
  width: 10%;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

/** float: left; **/
#page {  
  clear: both;   
  padding: 2em 20px;  
  font-size: 1.1em;
}

#sermonOutline {
  margin: 10px 49px;
  padding: 0 10px;
  background-color: #F1FFE3;
  border: 1px solid #B8E78B;
  border-radius: 10px;
  width: 629px;
}

#sermonOutline span.seasonTitle {
  text-transform: uppercase;
  font-family: sans-serif;
  color: #61804E;
}

#sermonOutline h1,h2,h3,h4,h5,h6 {
  line-height: 1.1em;
}

div.currentSermons {
  clear: both;
}



/**************************************************************
   .footer: Site footer
 **************************************************************/

.footer {
  padding-top: 3em;
  font-size: 0.85em;
}

.footerSpacer {
    height: 50px;
}




/**************************************************************
   .bigLinks: Large, clickable links
 **************************************************************/

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  
}

ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {  
  display: block;

  margin: 10px 0;
  padding: 3px;

  text-decoration: none;
  background-color: #FFF;
  border: 0;  
}

ul.bigLinks li a:hover {
  padding-bottom: 2px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a span.title {
  color: #5E9040;  
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a:hover span.title {
  color: #3C5D29;
  border-bottom: 1px solid #4A6E35;
}

ul.bigLinks li a span.desc {
  display: block;
  color: #6D6864;
}

ul.bigLinks li a:hover span.desc {
  color: #555;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width85 {
  width: 83%;
}

.width80 {
  width: 78%;
}

.width75 {
  width: 73%;
}

.width66 {
  width: 64%;
}

.width60 {
  width: 58%;
}

.width50 {
  width: 48%;
}

.width40 {
  width: 38%;
}

.width33 {
  width: 31%;
}

.width25 {
  width: 23%;
}

.width20 {
  width: 18%;
}

.width15 {
  width: 13%;
}




/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}


/**
 * Announcements
 */

#announcementsBox {
  background-color: #FFFFE0;
  border: 2px solid #C09000;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

#vbs {
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

#vbs #announcementsBox {
  background-image: url("/img/vbs2014/2014-07-21-FLC-theme-banner-color-reg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 200px;
  width: 698px;
  font-size: 1.2em;
  display: block;
  margin: 0 26px;
}

#vbsHeader  {
  background-image: url("/img/vbs2010/planet-zoom-2010-header.gif");
  background-repeat: no-repeat;
}

#vbsBody {
  background-image: url("/img/vbs2010/planet-zoom-2010-logo.gif");
  background-position: 450px 0;
  background-repeat: no-repeat;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.clearRight {
  clear: right;
}

.clearLeft {
  clear: left;
}

.block {
  display: block;
}

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;  
}

.smallText {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  line-height: 15px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #AAA;
}

.green {
  color: #82C048;
}

.red {
  color: #FF4040;
}

.darkBrown {
  color: #512103;
}

.greenBg {
  padding: 0 10px;
  background-color: #F1FFE3;
  border: 1px solid #B8E78B;
}

.greyBg {
  padding: 0 10px;
  background-color: #EFEFEF;
  border: 1px solid #ccc;
}

.greyBox {
  border: 1px solid #ccc;
}

.nowrap {
  white-space: nowrap;
}

.pad10 {
  margin: 8px 8px 8px 0px;
}

.highlight {
  padding: 1px 2px;
  background: #D9F5EC;
  border-top: 1px solid #BDEDDE;
}

.left20 {
  margin: 0px 0px 0px 20px;
}

.sermonNotAvailable {
  margin: 0 49px;
  border: 2px solid #caa;
  padding: 10px;
  background-color: #EFEFEF;
  color: #FF4040;
  font-size: 1.2em;
}

.advertisement {
  display: none;
}

.advertisementShowFullSite {
    height: 50px;
}

.advertisementPromoBlock {
  text-align: center;
  padding: 10px;
  border: 2px solid #ffe8ca;
  background-color: #fffdf8;
  border-radius: 25px;
  max-width: 400px;
  margin: 0 auto 30px;
}

.hide {
  display: none;
}

blockquote.testimonial {
    min-height: 92px;
}

blockquote.testimonial img {
    float: left;
    margin: 10px 10px 10px 0;
}
blockquote.testimonial div {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*** BLOG ***/

  #blogmain {
            width:530px;
            padding:0;
            margin:0;
    }
  #blogrightcol {
	position: absolute;
	padding: 0;
	margin-left: 545px;
  }
  #blogsidebar {
            width: 245px;
            padding:0 0 8px 15px;
            border: 1px solid #B8E78B;
            background-color: #F1FFE3;
            margin: 0;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
		border-radius: 10px;
    }
  .post-footer {
	font-family:Verdana, sans-serif;
	color:#211104;
	font-size:75%;
	border-top:1px solid #BFB186;
	padding-top:6px;
  }

td.podcastDate {
    width: 100px;
}

td.podcastSpeaker {
    width: 200px;
}

img.max500 {
    width: 100%;
    max-width: 500px;
}

.grecaptcha-badge {
    display: none !important;
}

.page-giving .grecaptcha-badge {
    display: inherit !important;
}

.givingContainer {
    border-radius: 8px;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
}

.givingContainer h1, .givingContainer h2 {
    text-align: center;
}

.givingContainer h2 {
    padding-top: 0;
}

.givingContainer h1.cashApp {
    background-image: url(/img/cash-app-128.png);
    background-repeat: no-repeat;
    background-size: 64px;
    background-position-x: center;
    padding-top: 74px;
    cursor: pointer;
}

.givingContainer .referralCode, .givingContainer .referralLink {
    font-weight: bold;
}

.givingContainer .referralCode {
    letter-spacing: 0.1em;
}

.givingContainer .buttonContainer {
    margin: 5px 0;
    text-align: center;
}

.givingContainer .buttonContainer span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.givingContainer .buttonContainer a {
    background-color: #0bb634;
    border-radius: 7px;
    border-color: #0d7325;
    padding: 7px;
    color: white;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
}

.max475 {
    max-width: 475px;
    margin: 0 auto;
}

.extraContent {
	margin-top: 10px;
}

.pluscode {
  display: inline-block;
  background-image: url(/img/pluscodes.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-y: center;
}

.pluscode a {
  margin-left: 20px;
  border: none;
  color: inherit;
  font-family: 'Lato', sans-serif;
  background-color: #4285F4;
  color: #FFFFFF;
  border-radius: 7px;
  padding: 5px 10px;
  display: inline-block;
}

/** Small Screen Adjustments **/

@media only screen and (max-width: 770px), only screen and (max-device-width: 770px) {

    ol, ul {
        margin-left: 5px;
    }

    blockquote {
        margin: 0;
        padding: 5px 15px;
    }

    .stayInTouch .floatLeft, .stayInTouch .floatRight {
        float: none;
    }
    .stayInTouch .width50 {
        width: inherit;
    }

    .largerText {
        margin: 0;
    }

    .extraLarge {
        font-size: 1.1em;
    }

    .mapsAndDirections .maps, .mapsAndDirections .directions {
        width: inherit !important;
        float: none !important;
    }

    .largeCalendar {
        display: none;
    }

    .smallCalendar {
        display: block !important;
    }

    .wrapper, #wrapper, #content {
        width: 100% !important;
    }

    ul.eight li a {
        width: 93px !important;
    }

    #header .headerContent {
        margin-top: 93px !important;
        margin-left: 0px !important;
    }

    #header .headerContent h1.title {
        font-size: 2em;
    }

    #header .headerContent h1.subtitle {
        font-size: 1.1em;
        margin-top: 0;
        margin-bottom: 5px;
    }

    #header .headerContent h2 {
        font-size: 1.1em !important;
    }

    #header .headerContent span.headerContact {
        display: inline-block;
    }

    #header img.logo {
        width: 81px !important;
        height: 75px !important;
    }

    #menu {
        width: 100% !important;
    }

    .announce, div.announceTop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .announceTop {
        width: inherit !important;
    }

    .announceTop img {
        width: 100% !important; 
        height: inherit !important;
    }

    .announce {
        width: inherit !important;
        position: relative;
        padding-top: 56% !important;
    }

    .announce iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
  
    .w400 {
        width: inherit !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .youtubeContainer {
        width: inherit !important;
        position: relative;
        padding-top: 56% !important;
    }
    .youtubeContainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .youtubeContainer img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }
  .anchorContainer iframe {
        width: 100% !important;
        max-width: 629px;
    }

    #sermonOutline {
        margin-left: -16px !important;
        margin-right: -16px !important;
        width: inherit !important
    }

    #rightContainer {
        margin-left: 0px !important;
        position: relative !important;
        width: inherit !important;
    }

    #rightContainer div.greenBg.bibleVerse {
        display: block !important;
        width: 300px !important;
        margin: 0 auto;
    }

    #rightContainer div.greenBg.nextSignupBlock {
        display: block !important;
        width: 300px !important;
        margin: 10px auto 0;
    }

    #rightContainer div.greenBg.nextSignupBlock .loadingBlock {
        width: 300px !important;
    }

    #rightContainer div.podcastContainer {
        margin: 0 auto;
        max-width: 488px;
    }

    #rightContainer div.podcastContainer div.greenBg {
        display: block !important;
        width: 300px !important;
        margin: 10px auto;
    }

    #mainContainer {
        width: inherit !important;
        clear: both;
    }

    .sermonNotAvailable {
        margin: 0 10px !important;
    }

}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {

    #header .headerContent span.headerContact:before {
        content: '' !important;
    }

    .footer span.footerAddress:before {
        content: none;
    }

    .footer span.footerAddress {
        display: block;
    }

    #blogrightcol {
        display: none;
    }

    #blogmain {
        width: 100% !important;
    }

    .anchorContainer iframe {
        max-width: 400px;
    }

    table.podcastList tbody tr {
        display: block;
        border-bottom: 1px solid #888;
        margin: 0;
        padding: 10px 5px;
    }

    table.podcastList tbody td {
        display: block;
        width: inherit;
        margin: 0 auto;
        text-align: center;
        padding: 4px;
        border-bottom: none;
    }

    table.podcastList tbody td.podcastTitle span.title  {
        font-weight: bold;
    }

    table.podcastList tbody tr:nth-child(odd) {
        background-color: #ffe;
    }

    table.podcastList tbody tr:nth-child(even) {
        background-color: #ffedd5;
    }
}
