#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
  text-align:right;
  font-size: 16px;
}

.massTime h3{
  line-height:30px;
}

.massTime .dayMass{
  font-size:24px;
  line-height:24px;
}

.single .entry-meta {
    display: none;
}

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

.single .entry-footer {
    display: none;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	  margin: 0 10% 3%;
}

.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a,
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a{
	color: #162321;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  max-width: 50%;
  margin: 0 auto;
  background: transparent;
  border: 3px solid #162321;
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
}

.comment-navigation .nav-previous a:hover, .posts-navigation .nav-previous a:hover, .post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover, .posts-navigation .nav-next a:hover, .post-navigation .nav-next a:hover{
	color: #F3ECD7;
	background: #162321;
}

.homeWelcome{
  display:flex;
  flex-wrap:wrap;
      justify-content: space-between;
}

.homeWelcome h1{
  width:100%;
}

.homeWelcome .homeWelcomeSection{
  width:48%;
}

.homeInfo .infoContainer .simcal-default-calendar-list dd.simcal-day {
    width: auto;
    margin: 0 auto;
}

.site-footer .footer-content .footerInfo .footerLogo{
  text-align:center;
}

.site-footer .footer-content .footerContact span{
  text-align:center;
}

@media screen and (max-width:1440px){
  .homeEvents{
    width:100%;
  }
}

@media screen and (max-width:1024px){
  .homeWelcome{
    margin: 5% 5%;
  }
  /*.site-branding{
    width:50%;
  }*/
  .headerNav{
    width:50%;
  }
  .homeEvents{
    padding:1% 5%;
  }
  .site-footer .footer-content{
    padding:25px 5%;
  }
}

@media screen and (max-width:768px){
  .homeWelcome{
    flex-direction:column;
  }
  .homeWelcome .homeWelcomeSection{
    width:100%;
    margin: 1% 0;
  }
  .site-footer .footer-content .footerLogo img{
    width:75%;
  }
  .page-template-homepage .site-content .flexslider .slides li .sliderInfoBox{
    top:15%;
    width: 75%;
  }
  .page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h1{
    font-size:36px;
    line-height:36px;
  }
  .page-template-homepage .site-content .flexslider .slides li img{
    height:400px!important;
  }
  .calendarEvent{
    width:auto;
  }
  .massTime h3 {
    line-height: 22px;
    font-size: 22px;
  }
  .massTime .dayMass {
    font-size: 20px;
    line-height: 20px;
  }
  .massTimesWrapper .massTimes .massTime{
    width:30%;
  }
  .pageHeaderTitle{
    font-size: 36px;
    line-height: 36px;
  }
}

@media screen and (max-width:425px){
  .homeEvents .wp-show-posts-inner{
    height:auto;
  }
  .site-footer .site-info p{
    flex-direction:column;
    align-items: center;
  }
  .massTimesWrapper .massTimes{
    padding:0 5px;
  }
  .massTime h3 {
    line-height: 20px;
    font-size: 20px;
  }
  .massTime .dayMass {
    font-size: 16px;
    line-height: 16px;
  }
  .pageHeader img{
    height:200px;
  }
  .pageHeaderTitle{
    font-size: 30px;
    line-height: 32px;
  }
  .site-footer .site-info p span{
    margin-top:5px;
  }
}
