/*Theme Name: WP*//* =WordPress Core-------------------------------------------------------------- */
body {
  font-family: 'Montserrat', sans-serif;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

table {
  vertical-align: top;
}

.aligncenter,div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

.mobile_menu {
  display: none;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
 /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

table td {
  vertical-align: top;
}/* Text meant only for screen readers. */.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  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. */;
}/* Common */.clear {
  clear: both;
}

.full_width_row {
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.upperHeader {
  background-color: #3e3e3e;
  height: 42px;
}

.socialLinks {
  float: right;
}

.socialLinks ul {
  margin-top: 10px;
}

.socialLinks ul a {
}

.socialLinks ul li {
  display: inline;
}

.socialLinks ul li img {
}

.logo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.menu-primary-container {
  text-align: right;
}

.menu-primary-container ul {
  float: right;
  margin: 0;
}

.menu-primary-container ul li {
  list-style-type: none;
  padding: 50px 15px !important;
  display: block;
  float: left;
}

.upcomingEventsTextBox {
  margin-bottom: 0 !important;
}

a:hover {
  text-decoration: none;
}

.menu-primary-container ul li ul li {
  padding: 0 !important;
  position: relative;
}

.menu-primary-container ul li:last-child {
  margin-right: 0;
}

.menu-primary-container ul li a {
  color: #3e3e3e;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
}

.menu-primary-container ul li a:hover,.menu-primary-container li.current-menu-item a, .menu-primary-container li.current_page_parent a {
  color: #952020;
}

.menu-primary-container .sub-menu {
  display: none;
}

.menu-primary-container .menu-item-has-children {
  position: relative;
  background-image: url('assets/images/menu_arrow.png');
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right center;
  padding-right: 12px !important;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  width: 330px;
  padding: 0;
  margin: 0;
  top: 120px;
  z-index: 999;
  left: 0;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.menu-item-has-children:last-child:hover .sub-menu, .menu-item-has-children:nth-last-child(2):hover .sub-menu {
  left: auto;
  right: 0;
}

.col-top {
  vertical-align: top;
}

.page-title-wrap {
  margin: 0 0 30px 0;
}

.left_menu_panel {
  height: 100%;
  position: relative;
  bottom: 0;
  display: inline-table;
  width: 100%;
  border-right: 1px solid #c2cbd2;
}

.left_menu_panel ul, .left_menu_panel li {
  list-style: none;
}

.left_menu_panel ul {
  padding: 0;
  border-top: 1px solid #c2cbd2;
  border-bottom: 1px solid #c2cbd2;
}

.left_menu_panel ul li a {
  padding: 10px 7px;
  color: #9ca8b6;
  display: block;
  border-left: 1px solid #c2cbd2;
  border-bottom: 1px solid #c2cbd2;
  background: #f4f5f7;
}

.left_menu_panel ul li:last-child a {
  border-bottom: none;
}

.left_menu_panel ul li a:hover {
  text-decoration: none;
}

.left_menu_panel ul li.current_page_item a {
  background: #fff;
  color: #224c96;
  border-left: 2px solid #224c96;
}

.sub-menu li {
  margin: 0 !important;
  padding: 0;
  width: 100%;
}

.sub-menu li a {
  background: #555;
  width: 100%;
  display: block;
  text-align: left;
  padding: 8px 15px;
  font-size: 13px !important;
  border-bottom: 1px solid #999;
  color: #ddd !important;
}

.page-title-wrap {
  background: #0a2049 none repeat scroll 0 0;
  clear: both;
  padding: 40px 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
}

.slider {
  overflow: hidden;
}

.slider img {
  width: 100%;
}

footer .col-md-3 {
  margin-top: 30px;
}

.blockHeading {
  text-align: center;
  color: #224a98;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px !important;
}

.upcomingEvents img {
  width: 100%;
  text-align: center;
}

h5.title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px !important;
  padding: 6px;
}

.upcomingEvents .wpb_content_element {
  margin-bottom: 0;
}

.upcomingEvents .eventDate {
    background: rgba(32, 66, 149, 0.5);
    color: #fff;
    font-size: 20px;
    padding: 10px;
    position: relative;
    z-index: 9999;
    top: -49px;
    float: left;
    margin-bottom: 15px;
}

.f_newsletter{
  margin-bottom: 5px !important;
}

.below_event_date {
  clear: both;
  top: -50px;
  position: relative;
}/*history bg*/
.vc_custom_1454695765894 {
  background-image: url(http://www.premierseo.com/projects/lmm/wp-content/uploads/2016/03/gift.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.upcomingEvents .more_link {
  background-color: #952020;
  color: #fff;
  display: block;
  padding: 10px 20px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
}

.footer {
  font-size: 12px;
}

footer .upper {
  background-color: #3e3e3e;
  line-height: 27px;
  color: #a8a8a8;
  padding-bottom: 30px;
  padding-top: 40px;
}

footer .lower {
  background-color: #2e2e2e;
  height: 75px;
}
footer a.readMore{color: #a8a8a8;}
a.readMore {
  color: #fff;
  border: 1px solid;
  padding: 3px 15px;
  margin-top: 20px;
  display: block;
  float: left;
}

.lf_right {
  text-align: right;
}

.lower .row div {
  color: #656464;
  margin-top: 25px;
}

.upper h2 {
  color: #fff;
  font-size: 17px;
  padding-left: 0;
}

.upper li {
  list-style-type: none;
  margin: 0;
}

.upper ul {
  padding: 0;
}

.upper .textwidget li {
  list-style-type: disc;
  margin-left: 20px;
}

.upcomingEvents {
  margin-bottom: 30px;
  margin-top: 20px;
}

.rsSBlock {
  color: #fff;
}

.carousel-caption {
  text-align: left !important;
  text-shadow: none !important;
  position: initial !important;
}

.carousel-caption h2 {
  font-size: 47px;
  text-transform: uppercase;
  padding-left: 0;
  color: #fff;
}

.carousel-caption p {
  line-height: 25px;
}

.upcomingEvents .title, .home  .title {
  font-family: "Montserrat",sans-serif;
  margin-top: 0px;
  padding: 3px 0;
  border-radius: 0px;
  background-color: transparent;
  color: #757575;
  margin-bottom: 0 !important;
  text-align: left;
  padding-bottom: 11px;
  text-transform: uppercase;
  font-style: normal;
}

.sectionBlock {
  color: #fff;
}

.upcomingEvents .below_event_date {
  font-size: 13px;
  line-height: 20px;
}

.sectionBlock h4 {
  font-size: 34px;
  margin: 30px 0;
  margin-top: 50px;
}

.sectionBlock p {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 20px;
}

.sectionBlock p:last-child {
  padding-bottom: 30px;
}

.sectionBlock .read_Full {
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 30px;
  display: block;
  width: 260px;
  text-align: center;
  margin: 0 auto;
  margin-top: 48px;
}

.mensministory p {
  line-height: 25px;
}

a.red_btn {
  color: #fff;
  background-color: #952020;
  padding: 10px 20px;
  margin-top: 36px;
  display: block;
  width: 150px;
  text-align: center;
}

a.red_btn2 {
  color: #fff;
  background-color: #952020;
  padding: 10px 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  width: 93%;
}

.newsletterBox {
  color: #fff;
}

.newsletterBox  img {
  margin: 35px 20px 20px 0 !important;
  float: none  !important;
}
.newsletterBox rsMainSlideImage.wpb_text_column.wpb_content_element{margin-bottom: 0px;}
.newsletterBox .vc_column-inner {
  margin: 0;
  padding: 0 !important;
  margin-bottom: 20px;
}

a.downloadIssues {
  color: #fff;
  display: block;
  margin-top: 85px;
  border: 1px solid;
  text-align: center;
  padding: 15px 20px;
  width: 244px;
  float: right;
}

.newsletterBox h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 55px;
}

.newsletterBox p {
}

.MarginBottomZero {
  margin-bottom: 0;
}

a.btn_slider {
  border: 1px solid;
  color: #fff;
  display: block;
  float: left;
  margin-top: 30px;
  padding: 10px 15px;
  text-decoration: none;
}

#mobile_menu_h {
  display: none;
  right: 5px;
  margin-top: 40px;
}

#mobile_menu_h img {
  width: 30px;
  height: 30px;
}

.downloadIssuesBtn .wpb_content_element {
  margin: 0 !important;
}

.content_box {
  background: #fff;
  -moz-box-shadow: 7px 7px 4px #888888;
  -webkit-box-shadow: 7px 7px 4px #888888;
  box-shadow: 1px 1px 5px 0 #ddd;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.content_box.archive {
  height: 500px;
}

.content_box.archive li a {
  color: green;
}

.title {
  font-family: Verdana;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  color: #E0EACC;
  background-color: #003399;
  margin-top: 0px;
  padding-top: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.style1 {
  font-weight: bold;
  font-size: medium;
  text-align: center;
  background-color: #009900;
}

.style2 {
  font-weight: bold;
  font-family: Verdana;
  font-size: medium;
  text-align: center;
  background-color: #999;
  color: #fff;
}

.style3 {
  font-family: Verdana;
}

.style5 {
  font-size: small;
}

.style6 {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
}

.style7 {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
}

.style8 {
  font-family: Verdana;
  font-weight: bold;
  font-size: small;
  text-align: left;
}

.style14 {
  font-family: Verdana;
  font-size: small;
  text-align: center;
}

.style15 {
  font-size: small;
  text-align: center;
}

.style16 {
  text-align: center;
}

.style18 {
  font-size: small;
  font-family: Verdana;
}

.style20 {
  font-weight: normal;
}

.style22 {
  font-family: Verdana;
  font-size: small;
  font-weight: normal;
}

.style23 {
  border-width: 0;
}

.auto-style1 {
  border-style: solid;
  border-width: 0px;
}

.auto-style2 {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  font-family: Verdana;
  font-size: medium;
  text-align: center;
  background-color: #009900;
}

.auto-style3 {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana;
  font-weight: bold;
  font-size: small;
  text-align: left;
}

.auto-style4 {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
}

.auto-style6 {
  border-style: solid;
  border-width: 1px;
  text-align: center;
}

.auto-style7 {
  border-style: solid;
  border-width: 1px;
  font-size: small;
  text-align: center;
}

.auto-style8 {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana;
  font-size: small;
  text-align: center;
}

.auto-style13 {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  font-size: medium;
  text-align: center;
  background-color: #009900;
}

.auto-style14 {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana;
  font-size: small;
  font-weight: normal;
}

.auto-style15 {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana;
}

.auto-style16 {
  border-style: solid;
  border-width: 1px;
  font-size: small;
  font-family: Verdana;
}

.auto-style17 {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana;
}

.auto-style18 {
  border-style: solid;
  border-width: 1px;
  font-size: small;
  font-family: Verdana;
}

.auto-style19 {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
}

.auto-style20 {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2 {
  padding: 10px 0px 5px 20px;
  color: #1A3427;
}

h6 {
  font-size: 15px;
}

.content_box.books {
  height: 2650px;
}

.content_box.books .title {
  font-family: Verdana;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  color: #E0EACC;
  background-color: #003399;
  margin-top: 0px;
  padding-top: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.mobile-menu {
  display: none;
}

.subPageEvents{ 
  margin-bottom: 10px;
  display: block;
}
.subPageEvents img{
  width: 100%; 
}

a .style2 {
  background: none;
  font-family: "Montserrat",sans-serif;
}
.header .col-md-10{ padding-right:0}
.vc_custom_1456850023729 {
  background-size: cover;
}
.logo img{max-width: 100%}
footer.site-footer a{color: #a8a8a8}
/*  responsive */

@media screen and (max-width: 992px) {
  .left_menu_panel ul li a{border-right: 1px solid #c2cbd2;}
  .left_menu_panel{height: auto !important; border: none}
}
@media screen and (min-width: 200px) and (max-width: 1200px) {
  #mmenu {
    text-align: right;
    width: 40px;
    float: right;
    position: absolute;
    top: 50px;
    right: 10px;
  }

  #mobile_menu_h {
    display: block;
    background: none;
    padding: 0 4px;
    z-index: 99999;
  }

  .menu-primary-container {
    display: none;
  }

  a.downloadIssues {
    margin-top: 0;
    width: 244px;
    float: none;
  }
  .rides-ragbrai  td{display:block; width:100%;}
  a.red_btn2{margin-bottom:15px !important;}
}

@media screen and (max-width: 767px) {
  footer.site-footer{clear: both}
  footer .lower{height: auto; text-align: center; padding: 0 0 15px}
  footer .lower .lf_right{text-align: center}
  .col-height {
    float: left;
  }

  .upcomingEvents .eventDate {
    top: -61px;
    left: 50%;
    margin-left: -135px;
    width: 130px;
  }

  .carousel-caption h2 {
    font-size: 30px;
  }
  .carousel-caption {
    width: 93%;
    position: relative !important;
    margin-left: -50px;
  }
}
@media screen and (max-width: 480px) {
 
  footer .lower {
    height: auto;
  }

  .lower .row div {
    text-align: left;
  }
  .carousel-caption{ width:100%;top: -75px;}
  .carousel-caption h2{ font-size:21px;}
  .rsContent .col-md-8{ padding:0}
  a.btn_slider{margin-top: 10px;}
  .rides-ragbrai  td{display:block; width:100%;}
  a.red_btn2{margin-bottom:15px !important;}
}

table.ymml{
  margin: 0;
  width: 100%;
}
table.ymml tr:first-child td {
    font-size: 18px;
    border-left: 1px solid #ddd;
    background: #999;
    color: #fff;
}
table.ymml tr td{
  padding: 5px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.ymml tr td, table.ymml tr td a, table.ymml tr td span, table.ymml tr td strong, table.ymml tr td strong span{
  font-size: 14px !important;
  font-weight: normal !important;
} 

table.dcm{
  margin: 0;
  width: 100%;
}
table.dcm tr:first-child td {
    font-size: 18px;
    border-left: 1px solid #ddd;
    background: #999;
    color: #fff;
}
table.dcm tr td{
  padding: 5px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.dcm tr td, table.dcm tr td a, table.dcm tr td span, table.dcm tr td strong, table.dcm tr td strong span{
  font-size: 14px !important;
  font-weight: normal !important;
} 

table.board{
  margin: 0;
  width: 100%;
}
table.board tr:first-child td{
  font-size: 18px;
  border-left: 1px solid #ddd;
}
table.board tr td{
  padding: 5px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.synod{
	margin: 0;
	width: 100%;
}
table.synod tr:first-child td {
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
table.synod tr:first-child td span, table.synod tr:first-child td {
    font-size: 16px !important;
    font-weight: bold !important;
}
table.synod tr td{
	padding: 5px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd; 
}
table.synod tr td, table.synod tr td a, table.synod tr td span, table.synod tr td strong, table.synod tr td strong span{
	font-size: 14px !important;
	font-weight: normal !important;
} 
.wpb_text_column.wpb_content_element.content_box.books {
    height: auto !important;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
  .upcomingEvents .eventDate{
      left: 18px;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .upcomingEvents .eventDate{
      top: -49px;
  }
}











.mm-listview .mm-next+a, .mm-listview .mm-next+span{
  margin-right: 0 !important;
}
.mm-listview .mm-next{
  width: 100% !important;
}