@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Roboto', sans-serif;*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
  	   url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
	   url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
	   url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Playlist-Script';
    src:url('../fonts/Playlist-Script.ttf.woff') format('woff'),
        url('../fonts/Playlist-Script.ttf.svg#Playlist-Script') format('svg'),
        url('../fonts/Playlist-Script.ttf.eot'),
        url('../fonts/Playlist-Script.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}
/*
  font-family: 'Playlist-Script';
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,800,800i');
/*
  font-family: 'Open Sans', sans-serif;
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


*{ font-weight:normal;}
body { background:#fff; font-size:16px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#000;min-height:100%;}
a {color:#000; outline:none;}
a:hover {}
p { font-size:16px; color:#4c4c4c; line-height:24px; margin-bottom:22px;}
#maincontent ul, #sidebar_right ul { margin-left:15px;}
li { list-style:none outside none; font-size:15px; color:#000;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both; height:0; font-size:0; }
strong, b, b span, span b{ font-weight:700;  }
em, i { font-style:italic; }
strong em, em strong{}
h1, h2, h3, h4, h5, h6 { line-height:1; font-weight:normal; font-style:normal; margin-bottom:15px; margin-top:0px;}
h1{ font-size:30px; line-height:1.1; color:#000;}
h2{ font-size:27px; color:#000; }
h3{ font-size:22px; color:#000; margin-bottom:20px;}
h4{ font-size:17px; color:#000; margin-bottom:20px;}
h5{ font-size:14px; line-height:17px; margin-bottom:20px;}
h6{ font-size:12px; line-height:17px; margin-bottom:20px;}
blockquote{ margin:0;  display:block; font-size:24px;  padding:0px 20px;}
blockquote p{ color:#000; line-height:35px; margin:0; font-size:19px; }
blockquote cite{ display:block; text-align:right; font-size:14px; padding-top:10px;}
img{ max-width:100%; height:auto !important; vertical-align:middle;}
hr{ clear:both; margin:30px 0; border:0; border-bottom:1px solid #484644;}
pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
.alignleft {display: inline;float: left;margin-right: 1.625em; margin-bottom:20px;}
.alignright {display: inline;float: right;margin-left: 1.625em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
.tablebox{ display:table; width:100%; height:100%;}
.tablecellbox{ display:table-cell; vertical-align:middle;}

.inner{ max-width:866px; margin:0px auto;}

input[type="button"],
input[type="submit"],
input.action-button{cursor:pointer; float:none; font-size:18px; color:#FFF;font-family: 'Open Sans', sans-serif; font-weight:400; background:#56a1d5 !important; width:auto !important; display:inline-block; padding:12px 25px; text-transform:uppercase; height:50px; border-radius:25px; text-decoration:none; border:0;-webkit-appearance: none; margin:0px auto;}
.member_item input[type="button"]{ font-size:15px; padding:5px 25px; margin-top:15px; height:auto;}
input[type="button"]:hover,
input[type="submit"]:hover,
input.action-button:hover,
.member_item input[type="button"]:hover{ background:#000 !important;}

.fck_widget_map{ margin-top:30px; margin-bottom:30px;}
.addthis_toolbox{ display:none;}

#header{ background:#56A1D5; border-top: 8px solid #56A1D5; color:#fff; height:34px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#header a{ color:#fff; text-decoration:underline; padding:0px 3px;}
#header #header_inner{ margin-top:0px; max-width:90%; width:100%;}
#header #header_inner #header_buttons{ width:auto; left:auto; right:0px;}
.header_button{ margin-top:0px;}
#header #header_inner .hosted_by_text {line-height: 1.5;}
#topnav{ display:none; background:url(../images/bg_mobile_nav_link.png) no-repeat center center; width:45px; height:100%; position:absolute; z-index:300; left:0px; top:0px; cursor:pointer;}


#content{ width:100%; }
#header_login_menu{ z-index:200;}
body .header_menu{ z-index:200;}

#header #header_login_button {
  background: none;
  background-color:transparent;
  color:#fff;
  border:0px;
  text-transform: uppercase;
  font-size:20px; 
  font-weight: bold;
  padding-left: 10px;
  text-decoration:underline;
  margin-left:0px;
  padding-left:0px;
  padding-right:0px;
}
#header #header_login_button  img {
  display:none;
}

/************** Contact Bar ******************/
.contact_bar_wrapper {
  width:100%;
  max-width: 100;
  overflow-x:auto;
  min-height:.01%;
  background:#56A1D5;
  padding:10px 0px;
}
.contact_bar_wrapper .contact_bar {
  width:90%;
  max-width: 100%;
  margin: 0px auto;
}
.contact_bar .social {
  margin-top:-8px;
}
.contact_bar .social li {
    float:left;
    margin-left:10px;
} 
.contact_bar .social li:first-child {
  margin-left:0px;
}
.contact_bar .email_phone {
  float:right;
  font-weight: bold;
  font-size: 20px;
  width:100%;
  text-align: right;
  color:#fff;
}
.contact_bar .top_nav {
  text-align: right;
}
.search_area {
  display:block;
  margin-left:50px;
  min-width: 230px;
}
.search_area input[type="text"] {  
  position: absolute;
  border-radius: 20%;
  border: 0px;
  line-height: 1.5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
  padding: 4px 7px;
  outline: 0;
  max-width: 230px;
  -webkit-appearance: none;
}
.search_area input[type="submit"] {
    position: absolute;
    z-index: 9;
    float: none;
    font-size: 18px;
    font-weight: 400;
    background: none !important;
    width: auto !important;
    display: block;
    padding: 12px 25px;
    height: 40px;
    right: 0px;
    text-indent: -9em;
}
.search_area span {
    display: inline-block;
    position: absolute;
    right: 0px;
    padding: 3px 10px;
    font-size: 30px;
    color: #9f9f9f;
}
.search_area span:after {
  font-family: 'fontawesome';
  content: "\f002";
  display: block;
}
/**************** sidebar_left  *************/
.logo_nav {
    max-width: 90%;
    margin: 0px auto;
    display: block;
}
#sidebar_left{
  width: calc(100% - 190px);
  overflow:inherit; 
  float:none; 
  display: inline-block;
  text-align:center; 
  position:relative;
}
#sidebar_left .bt{ display:none;}
#sidebar_left .bb{ display:table; clear:both; height:auto;}
.sidebar_left_top{ position:relative; text-align:center; padding-left:20px; padding-right:20px; width:100%; margin:0px auto;  
  overflow-x: auto;
  min-height: .01%;
}

#mainnav{background:none; padding:0; overflow:visible !important;}
#nav_section{ width:auto; margin-left:0px; margin-bottom:0px;}
#nav_section li{ display:inline-block;text-align:left; vertical-align:middle; }
#nav_section li a{ 
  font-weight: bold;
  font-size: 20px;
  display:block;font-family: 'Open Sans', sans-serif; text-transform:uppercase; color:#000; }
#nav_section > li > a{padding:13px 4px 12px;}
#nav_section a:hover{ color:#F9BF72;}
#nav_section li ul{ position:absolute; left:0; top:100%; margin-left:0;}
#nav_section li ul li{ display:block; width:210px;background:#ffffff;}
#nav_section li ul li a{ padding:9px 13px; text-transform:none}
#nav_section li ul li ul{ left:210px; top:0; }
#nav_section > li:hover > ul{ height:auto; display:block;}
#nav_section > li:hover > ul ul{ height:auto; display:none;}
#nav_section > li > ul > li:hover > ul{ display:block; height:auto;}

#shul_name {
  font-family: 'Playlist-Script';
}
#shul_name h1 {  
  color:#F9BF72;
  font-size:100px;
  padding-top:30px;
}
#img_div{ /*position:absolute;*/ padding-top:20px; margin-bottom:35px;
  max-width: 30%;
  /*margin-left:30px;*/
  text-align: center;
  display: inline-block;
}
.top_links{
    right: 20px;
    bottom: 0px;
    min-height: .01%;
    overflow-x: auto;
    width: auto;
    text-align: right;
    display: inline-block;
    position:absolute;
  }
.top_links li{ 
  display:inline-block;
}
.top_links a{ 
  display:inline-block;
  font-size:20px; 
  position:relative; 
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
}
.top_links a:after {
  content:"|";
  padding-left:10px;
}
.top_links a:hover:after {
  text-decoration: none;
}

.top_links a:before{font-family: 'FontAwesome'; color:#56a1d5; position:absolute; width:100%; text-align:center; text-indent:0px; left:0px; top:0px;}
.top_links a:hover:before{ color:#000;}
#header_buttons {
  display:inline-block;
}
/**************** maincontent  *************/
#maincontent{ max-width:90%; width:100%; margin:0px auto; float:none; padding-left:20px; padding-right:20px;padding-top:20px;}
#maincontent.home {padding-top:0px;}
.home #maincontent{ width:100%; max-width:none; padding-left:0px; padding-right:0px; padding-top:0px;}
#maincontent p a{ text-decoration:underline;}
#maincontent p a:hover{ text-decoration:none;}
#maincontent h2{ color: #000;font-family: 'Open Sans', sans-serif; font-weight:bold; font-size:34px; height:auto; padding:0;
  text-transform: uppercase;}
#maincontent h2 a{font-weight:bold;}
#maincontent h2.content_title{text-align:center;margin-bottom:30px;text-transform: uppercase;}
#maincontent h3{ 
  font-weight:400; font-size:28px; float:none;  
  margin: 1em 0px;
  color: #F9BF72;
  font-family: 'Open Sans', sans-serif;
  /*font-family:'Playlist-Script';*/
  /*may switch back to black, open sans, and 10px margin*/
  /*margin-bottom:10px;
  */
}
#maincontent h3.date{
  font-family: 'Open Sans', sans-serif; font-weight:400; text-align:center; color:#56a1d5; font-size:15px; 
  margin-bottom:30px;
}
#maincontent h4{ font-weight:normal;}
#maincontent h5{ 
  color: #F9BF72;
  font-size:18px;  
  font-family: 'Playlist-Script';
  font-weight:normal;
}
#maincontent p{ padding:0; font-size:18px; line-height:1.5; margin-bottom:22px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#000;}
#maincontent li {
  font-size:18px; line-height:1.5;
  font-family: 'Open Sans', sans-serif; font-weight:400; color:#000;
}
#maincontent strong{ font-weight:700;}
#maincontent span.marker a{ display:inline-block; font-size:15px;font-family: 'Open Sans', sans-serif; font-weight:400; padding:10px 30px; border-radius:25px; text-transform:uppercase; color:#fff; background:#56a1d5;}
#maincontent span.marker a:hover{ background:#000; text-decoration:none;}
#maincontent p a.view_more{ font-size:14px; color:#FFF; background:#488042; display:inline-block; padding:11px 34px; text-transform:uppercase; border-radius:6px; text-decoration:none; box-shadow:0px 0px 1px #234120 inset;}
#maincontent p a.view_more:hover{color:#FFF;}

.content_body, .content_title{ max-width:100%; width:100%; padding-left:20px; padding-right:20px; margin:0px auto;}
.featured_article.slider .content_body {
  padding-left:0px;
  padding-right:0px;
}
/*.slider_featured_article .content_body, .slider_with_captions .content_body{ max-width:none; padding-left:0px; padding-right:0px;}*/

.section_subcontent{ padding:0px 15px;}
/* will use content section templates  instead
.home .section_subcontent.col-lg-9 p:last-child{ display:inline-block;font-family: 'Open Sans', sans-serif; background:#56a1d5; padding:5px 15px !important; color:#fff !important; font-size:15px; border-radius:15px; }
.home .section_subcontent.col-lg-9 p:last-child a{color:#fff !important;text-decoration:none !important;}
.home .section_subcontent.col-lg-9 p:last-child a:hover{ text-decoration:none;}
.home .section_subcontent.col-lg-9 p:last-child:hover{ background:#000;}
.home .section_subcontent.col-lg-9 p:last-child:hover a{}
.home .section_subcontent.col-lg-4 p:last-child{ display:inline-block; color:#fff !important; font-size:15px;font-family: 'Open Sans', sans-serif; text-transform:uppercase;background:#56a1d5; padding:5px 15px !important;border-radius:15px;}
.home .section_subcontent.col-lg-4 p:last-child a{ color:#fff !important; font-size:15px; text-decoration:none !important;}
.home .section_subcontent.col-lg-4 p:last-child:hover{ background:#000;}
*/


.featured_article .content_button {
  float:right;
}


/*---------------------------------------------------------------------------Featured Article-*/
.featured_article{ background:none; 
  padding:11px 0px; 
  margin:0;
}
.featured_article_last {
  padding-bottom:35px;
}
.home .featured_article{padding-bottom:40px;}

.home .content_body, .home .content_title {
  max-width:90%;
}
.featured_article > div{}
.featured_article > div:after{ content:""; display:table; clear:both;}
#maincontent .featured_article.slider_featured_article, #maincontent .featured_article.slider_with_captions{ padding:0;}

/*-------------- Latest News -*/
.home .featured_article.featured_article.news{ padding-bottom:0px;}
.home .featured_article.featured_article2{ padding-top:40px; padding-bottom:0px;}
.home .featured_article.featured_article3{ padding-top:40px; padding-bottom:0px;}
.home .featured_article.featured_article4{ padding-top:40px; padding-bottom:0px;}
.home .featured_article.news h2.content_title{ display: block!important;}
.home .featured_article.news h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_news.png) no-repeat; margin:0px auto 20px;}
#maincontent p a.view_link{ display:inline-block; font-size:18px; text-transform:uppercase;font-family: 'Open Sans', sans-serif; font-weight:400; padding:15px 30px; border-radius:27px; text-decoration:none; color:#fff; background:#56a1d5;}
#maincontent p a.view_link:hover{ background:#000;}
.home .featured_article.featured_article.news a{ text-transform:uppercase;font-family: 'Open Sans', sans-serif; font-weight:400; font-size:18px; text-decoration:none;}
.home .featured_article.featured_article.news a:hover{ text-decoration:underline;}
.home #maincontent .featured_article.featured_article2 .section_subcontent p:first-child,
.home #maincontent .featured_article.featured_article3 .section_subcontent p:first-child,
.home #maincontent .featured_article.featured_article4 .section_subcontent p:first-child{ color:#56a1d5; font-size:18px; text-transform:uppercase; margin-bottom:0px;}
.home .featured_article.featured_article2 .section_subcontent h3,
.home .featured_article.featured_article3 .section_subcontent h3,
.home .featured_article.featured_article4 .section_subcontent h3{font-family: 'Open Sans', sans-serif; font-weight:400; font-size:28px;}

.featured_article.icons .section_subcontent {
  text-align: center;
}
.featured_article.icons .section_subcontent h2 a{
  font-size:28px;
}
.featured_article.icons .section_subcontent p:first-child,
.featured_article.icons .section_subcontent div:first-child {
    height: 210px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #000;
    max-width: 210px;
    margin: 0px auto;

}
.featured_article.icons .section_subcontent p:first-child img:first-child,
.featured_article.icons .section_subcontent div:first-child img:first-child {
  width:100%!important;
  height:auto!important;
}
.featured_article.icons .section_subcontent p:first-child img.horizontal:first-child,
.featured_article.icons .section_subcontent div:first-child img.horizontal:first-child {
    min-height: 210px!important;
    width: auto !important;
    max-width: none;
    margin-left: -30%;
}
#maincontent .featured_article .content_body a.button{
  margin: 0px auto;
  text-align: center;
  color: #fff;
  background: #56A1D5;
  padding:10px;
  text-decoration:none;
  text-transform: uppercase;
  font-weight:bold;
}
#maincontent .featured_article.buttons {
  padding-top:0px;
}
#maincontent .featured_article.buttons .section_subcontent:first-child {
  padding-left:0px;
}
#maincontent .featured_article.buttons .section_subcontent:last-child {
  padding-right:0px;
}
#maincontent .featured_article.buttons:before{
     content: "";
    border-top: 1px solid #000;
    display: block;
    width: 90%;
    margin: 0px auto;
    padding-bottom: 40px;
}
#maincontent .featured_article .content_body a.button:hover {
  background:#F9BF72;
}
#maincontent .featured_article .section_subcontent.five_column_section a.button {
  display: block;
}
/*-----------------fck_widget_events*/
#maincontent .fck_widget_events .upcomingEvents li > br {display: none;}
#maincontent .event_widget_picture {float:right;}
#maincontent .event_widget_title {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size:28px;
  margin-bottom: 10px;
}
#maincontent .fck_widget_events .d.event_widget_desc {
  display: block;
  font-size:18px;
  margin-bottom: 10px;
}
#maincontent .fck_widget_events .event_widget_time {  
  color:#56a1d5;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#maincontent .fck_widget_events .event_widget_moreinfo {
  display: block;
}
#maincontent .fck_widget_events .event_widget_moreinfo a {
  display:inline-block; font-size:15px;font-family: 'Open Sans', sans-serif; 
  font-weight:400; padding:10px 30px; border-radius:25px; text-transform:uppercase; color:#fff; background:#56a1d5;
}
#maincontent .fck_widget_events .event_widget_moreinfo a:hover { 
  background:#000; text-decoration:none;
}

/*------------fck_widget_zmanim-*/
.featured_article.zmanim_featured_article{ }
#maincontent .zmanim_featured_article h2.content_title{ margin-bottom:0px;display:block!important;}
#maincontent .zmanim_featured_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_zmanim.png) no-repeat; margin:0px auto 20px;}
#maincontent .fck_widget_zmanim table{}
.table-responsive table{ overflow-x:inherit;}
.fck_widget_zmanim .table-responsive > table > tbody > tr > td:first-child{ text-align:right; width:50%; padding-right:15px; font-size:18px;}
.table-responsive > table > tbody > tr > td:last-child{ text-align:left; color:#56a1d5; /*font-size:40px;padding-left:15px;*/ font-family: 'Open Sans', sans-serif; font-weight:normal;}
.fck_widget_zmanim .table-responsive > table > tbody > tr:last-child td a{
  background:#56a1d5; color:#fff;font-family: 'Open Sans', sans-serif; 
  font-weight:400; display:inline-block;  border-radius:27px; border:0;-webkit-appearance: none;  
  margin:0px auto; display:inline-block; width:auto; padding:15px 30px; font-size:18px; text-decoration:none !important;}
.fck_widget_zmanim .table-responsive > table > tbody > tr:last-child td a:hover{ background:#000;}




/*------------fck_widget_contact-*/
.featured_article.contact_featured_article{ background:#fff; }
.home #maincontent .contact_featured_article h2 {
  display: block!important;}

#maincontent .contact_featured_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_contact.png) no-repeat; margin:0px auto 20px;}
.fck_widget_contact{padding-top:30px; max-width:530px; margin:0px auto; text-align:center;}
.contact_form label{ color:#000; margin-bottom:14px; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:24px; width:100%; text-align:center; float:none; padding-left:0px; }
.contact_form input{-webkit-appearance: none; font-family: 'Open Sans', sans-serif; font-weight:400; border-radius:25px; border:1px solid #000; box-shadow:none; text-align:center; background:none; font-size:19px; width:100%; float:none; display:block; color:#000; height:52px; margin-bottom:22px !important;}
.contact_form textarea{-webkit-appearance: none; font-family: 'Open Sans', sans-serif; font-weight:400; border-radius:25px; border:1px solid #000; box-shadow:none; background:none; font-size:19px; width:100%; display:block; float:none; color:#000;  padding:20px 20px; margin-bottom:26px; height:178px; text-align:left;}
.contact_form input.submit,
.contact_form button.g-recaptcha{ border:0; cursor:pointer; float:none; font-size:18px; color:#FFF;font-family: 'Open Sans', sans-serif; font-weight:400; background:#56a1d5 !important; width:auto !important; display:inline-block; padding:12px 25px; text-transform:uppercase; height:50px; border-radius:25px; text-decoration:none; border:0;-webkit-appearance: none; margin:0px auto;}
.contact_form input.submit:hover,
.contact_form button.g-recaptcha:hover{ background:#000 !important;}
.contact_form .grecaptcha-badge{ position:static !important; margin:-40px auto 20px;}

/*----------------fck_widget_calendar */
.fck_widget_calendar {
  font-size:22px;
}
.fck_widget_calendar .table-responsive tr td{
  padding:5px;
  padding-left:0px;
}
.fck_widget_calendar > hr {
  max-width:400px;
}

.right_calendar_widget_calendar_swatch {
  width:5px !important;
}
.fck_widget_calendar .table-responsive td{ text-align:left; color:#56a1d5; /*font-size:40px;padding-left:15px;*/ font-family: 'Open Sans', sans-serif; font-weight:700;}
.fck_widget_calendar h4 {
  font-weight:22px;
  margin-bottom:0px;
}
.fck_widget_calendar .right_calendar_parsha, .fck_widget_calendar .right_calendar_candlelighting,
.fck_widget_calendar .right_calendar_havdalah, .fck_widget_calendar .right_calendar_next_holiday {
  margin-bottom:16px;
}
.fck_widget_calendar .right_calendar_event_time {
  margin-left:0px;
}
#maincontent .fck_widget_calendar .readmore a {
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-style:normal;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 25px;
  text-transform: uppercase;
  color: #fff;
  background: #56a1d5;
}
#maincontent .fck_widget_calendar .readmore a:hover {
  background: #000;
  text-decoration: none;
}
/*------------Sign Up-*/
#maincontent .subscribe_featured_article h2.content_title{ display:block!important; color:#fff;}
#maincontent .subscribe_featured_article h1, #maincontent .subscribe_featured_article h2, #maincontent .subscribe_featured_article h3,
#maincontent .subscribe_featured_article h4, #maincontent .subscribe_featured_article a, {color:#fff;}
.home #maincontent .subscribe_featured_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_subscribe.png) no-repeat; margin:0px auto 20px;}
.featured_article.subscribe_featured_article{ background:#000; text-align:center; color:#fff;}
.featured_article.subscribe_featured_article .content_body{ max-width:660px; margin:0px auto; color:#fff;}
#maincontent .subscribe_featured_article p{color:#fff;}
#maincontent .subscribe_featured_article a{ font-size:18px; color:#fff;}
.featured_article .fck_widget_subscribe input{-webkit-appearance: none; border-radius:42px; border:0; box-shadow:none; text-align:center; background:none; font-size:19px; max-width:530px; width:100%; display:block; color:#000; font-weight:normal; background:#fff; padding:13px 10px; margin:0px auto 26px; }
.featured_article .fck_widget_subscribe input.go_button{  background:#56a1d5; color:#fff;font-family: 'Open Sans', sans-serif; font-weight:400; display:inline-block;  border-radius:27px; border:0;-webkit-appearance: none;  margin:0px auto; display:inline-block; width:auto; padding:15px 30px; font-size:18px; }
.featured_article .fck_widget_subscribe input.go_button:hover{ background:#fff !important; color:#56a1d5;}
.featured_article .fck_widget_subscribe fieldset{ text-align:center;}
.featured_article .fck_widget_subscribe .table-responsive > table > tbody > tr > td:last-child {
  text-align: center;
}
#maincontent .subscribe_featured_article .fck_widget_subscribe a {
    cursor: pointer;
    float: none;
    font-size: 18px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #56a1d5;
    width: auto !important;
    display: inline-block;
    padding: 12px 25px;
    text-transform: uppercase;
    height: auto;
    border-radius: 25px;
    text-decoration: none;
    border: 0;
    -webkit-appearance: none;
    text-align: center;
    margin: 0px auto;
}

#maincontent .subscribe_featured_article .fck_widget_subscribe a:hover {
  background: #fff;
  color:#56a1d5;
}

/*--------------------week_calendar-*/
#maincontent .week_calendar_article {padding-bottom:80px;}
.fck_widget_week_calendar{ text-align:center; max-width:790px; margin:0px auto;}
.week_calendar_table > tbody > tr > td{ display:block; margin-bottom:15px; width:100% !important;}
.week_calendar_header{font-family: 'Open Sans', sans-serif; font-weight:400; font-size:18px;}
.week_calendar_header .week_calendar_sedra_holiday{ font-family: 'Open Sans', sans-serif; font-weight:700;}



/*--------------------week_calendar-*/
.home #maincontent .featured_article.blockquote_article{ background:#000;padding-bottom:80px;}
#maincontent .blockquote_article blockquote{ text-align:center; color:#fff; font-size:18px;}

#maincontent .blockquote_article h2.content_title:before {
  content:""; display:block; width:88px; height:88px; margin:0px auto 20px;
  background:url(../images//icon_quote.png) no-repeat;
}
#maincontent .blockquote_article h2.content_title {min-height:88px; display: block!important;margin-bottom:30px;}
#maincontent .blockquote_article blockquote p{ color:#FFF; font-size:36px; font-weight:300; font-style:italic;}
#maincontent .blockquote_article blockquote cite{ color:#fff; text-align:center; font-size:20px;}
#maincontent .blockquote_article h1, #content #maincontent .blockquote_article h2, #maincontent .blockquote_article h3,
  #maincontent .blockquote_article h4, #maincontent .blockquote_article a {
    color:#fff;
  }


/*--------------------Announcements-*/
.featured_article.announcements_article{ background:#000;}
#maincontent .announcements_article{ color:#fff;}
#maincontent .announcements_article h2.content_title{ color:#fff; margin-bottom:0px;display:block!important;}
#maincontent .announcements_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_announcements.png) no-repeat; margin:0px auto 20px;}
.announcements{ max-width:620px; margin:0px auto; text-align:center;}
#maincontent .announcements p a{ font-weight:700; color:#fff; font-size:18px;}
#maincontent .announcements p{ color:#fff; font-size:23px; font-weight:300;}
#maincontent .announcements hr{ border-color:#fff;}
#maincontent .announcements p a.view_link{ margin-top:20px;}
#maincontent .announcements p a.view_link:hover{ background:#fff !important; color:#56a1d5;}




#maincontent.full_width{ width:100%; float:none;}
#maincontent.cal{ max-width:1000px; float:none; margin:0px auto;padding:35px 20px;}
#maincontent.cal h2{ text-align:center;}
#maincontent .fck_widget_month_calendar_condensed{ background:url(../images/icon_calendar.png) no-repeat top center; padding-top:120px;}
#maincontent.user_dashboard{ max-width:1000px; margin:0px auto; float:none; padding:35px 20px;}
#maincontent.user_dashboard ul.my_profile_summary{ margin-left:0px;}
#maincontent.user_dashboard ul.my_profile_summary h4{ font-weight:700; width:auto;}
#maincontent.user_dashboard ul.my_profile_summary li:after{ content:""; display:table; clear:both;}

ul.css-tabs a{ height:auto;}

.gr-textarea-btn.gr-textarea-btn_errors{ display:none !important;}

/*-------------------- calendar-*/
#maincontent .month_featured_article{}
.home #maincontent .month_featured_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_calendar.png) no-repeat; margin:0px auto 20px;}
table.calendar{}
table.calendar th{ font-size:22px;font-family: 'Open Sans', sans-serif; font-weight:400; text-transform:uppercase; background:#e6e6e7; border-color:#fff; border-style:solid; border-width:4px; padding:6px 5px;
  color:#000;}
table.calendar th a {color:#000;}
.table-responsive table.calendar th:first-child{ background:#56a1d5; color:#fff;}
.table-responsive table.calendar th:last-child{ background:#56a1d5; color:#fff;}
table.calendar td{ background:#f0f0f0; width:14.28%; border-color:#fff; border-width:4px; border-style:solid; padding:5px;}
#maincontent.cal table.calendar td div.daywrap{ width:100%;}
#maincontent.cal table.calendar td div.daywrap span, 
#maincontent.cal table.calendar td div.daywrap li,
#maincontent.cal table.calendar td div.sedra{
	font-size:14px;
	line-height:1.2;
	margin:5px 0px;
}
table.calendar td.today,
#maincontent.cal table.calendar td:hover{ background:#e7e8e8;}




/*----------------register-*/
#maincontent.register{ max-width:1000px; padding-left:20px; padding-right:20px; margin:0px auto; float:none; padding-top:35px;}
#maincontent.register h2{ text-align:center;}
#maincontent .registration ul li h4{ display:inline-block; font-size:16px; float:none;}
#maincontent .registration input.register_submit{cursor:pointer; float:none; font-size:18px; color:#FFF;font-family: 'Open Sans', sans-serif; font-weight:400; background:#56a1d5 !important;  padding:12px 35px; text-transform:uppercase; height:50px; border-radius:25px; text-decoration:none; border:0;-webkit-appearance: none; margin:0px auto; display:inline-block; width:auto;}
#maincontent .registration input.register_submit:hover{ background:#000 !important;}





/***************** slider *********************/
#maincontent .slipprySlider .sy-pager, #content .slipprySlider .sy-pager{ 
  display: block;
  margin-bottom: 0px; 
  position: absolute;
  bottom: 20px;
  z-index: 9;
}
#content .sy-pager a {
    border: 2px solid #fff;
    display: block;
    background-color: transparent;
}
#content .sy-pager .sy-active a {
  background: #fff;
}
#content .sy-pager li a:focus, #content .sy-pager li a:hover {
  opacity: 1;
}
#content .sy-controls {margin-left:0px;}
.fck_widget_slider .sy-box, .header_slider_wrapper .sy-box{ 
  background:#fff;
  position: relative;
}
#maincontent .fck_widget_slider .sy-list, #content .header_slider_wrapper .sy-list {margin-left:0px;}
.fck_widget_slider .sy-caption-wrap, #content .sy-caption-wrap { left:0px; bottom:0px; background:#F9BF72; width:100%;}
.fck_widget_slider .sy-caption-wrap .sy-caption, #content .sy-caption-wrap .sy-caption{
  border-radius:0; left:auto; max-width:1000px; width:100%; margin:0px auto; padding:20px;
  text-align: center;
background: transparent;
}
.sy-caption-wrap .sy-caption a:link, 
.sy-caption-wrap .sy-caption a:visited,
.sy-caption-wrap .sy-caption a{ display:block; padding-right:10px; text-decoration:none; color:#fff !important;}
.sy-caption-wrap .sy-caption a:hover{ text-decoration:underline;}
.sy-caption-wrap .sy-caption a .slider_title, .sy-caption-wrap .sy-caption .slider_title{ 
  font-size:32px; color:#fff;font-family: 'Open Sans', sans-serif; 
  font-weight:400;
}
.sy-caption-wrap .sy-caption .slider_description {
  text-align: center;
}
.sy-caption-wrap .sy-caption a.slider_link{ position:absolute; left:60%; top:20%; background:#56a1d5; padding:12px 35px; border-radius:27px; width:auto; height:55px; display:inline-block; font-size:22px; }
.sy-caption-wrap .sy-caption a.slider_link:hover{ background:#fff; color:#56a1d5 !important; text-decoration:none;}
.sy-caption-wrap .sy-caption .slider_description{ display:block; font-family: 'Open Sans', sans-serif; padding-right:10px; font-weight:300; font-size:18px; line-height:1.2;}
#content #maincontent .featured_article.slider_with_captions  {
  	width:100%;
  }
#content #maincontent.has_slider {
	width:100%;
	max-width: none;
	padding-right:0px;
	padding-left:0px;
}

/* from beth ahabah */
#content #maincontent .slider_with_captions .fck_widget_slider {
  min-height:250px;
}
#content #maincontent .slider_with_captions .slipprySlider {
  padding-bottom:100px;
}
#content #maincontent .slider_with_captions .sy-caption-wrap,
#content  .header_slider_wrapper .sy-caption-wrap {
  top:100%;
}

    /* end beth ahabah*/
/*******************royal slider *****************/
.royalSlider.slider_0 {
	margin: 0px auto;
}
.slider_style_2.rsDefault  .rsBullets, .slider_style_3.rsDefault  .rsBullets {
	width: 100%;
}
.slider_style_2 .rsGCaption  .slider_title, .slider_style_3 .rsGCaption  .slider_title,
.slider_style_2 .rsGCaption .slider_content, .slider_style_3 .rsGCaption .slider_content {
	text-align: center;

}
/*************** sidebar_right *************/
#sidebar_right{ display:none;}





/****************  Footer *****************/
#footer{ text-align:left; padding-top:0px; height:auto; margin:0; width:100%; position:relative; color:#000; font-size:14px;font-family: 'Roboto', sans-serif; font-weight:300; 
  background:#F9BF72;}
#footer .footer_inner{ padding:36px 20px 20px; margin:0px auto; max-width:90%;}
#footer .footer_inner:after{ content:""; display:table; clear:both;}
#footer a{ color:#000; text-decoration:none;}
#footer a:hover{ text-decoration: underline;}
#footer p{ color:#000; }
#footer .global_terms_links{ padding-top:20px;}
#footer .global_terms_links,
#footer .copyright{ clear:both; text-align:center; max-width:1000px; width:100%; margin:0px auto 15px; padding-left:20px; padding-right:20px; float:none; width:100%;}
#footer .copyright{ margin-bottom:0px;}
.footer_inner ul{ overflow:hidden; margin-left:0px;}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer a, #footer li, #footer p {
  color:#000;
}
#footer .col-md-4 {
  padding:0px 20px;
}
#footer h3 {
  margin-bottom:10px;
}
#footer .footer_inner ul:not(.social) li {
  display:block;
}
#footer ul.social li {
  margin-right:4px;
}
#footer ul.social li a:hover {
  text-decoration: none
}
#footer .footer_inner .fck_widget_map {
  margin-top:0px;
}
#footer .footer_inner #map-canvas-1 {
  max-height: 300px;
}
.footer_logo{ float:left; margin-right:50px;}
.footer_menu{ float:left; width:340px;}
.footer_inner .footer_menu ul li{ width:170px;}
#footer .footer_inner .footer_menu ul li a{font-family: 'Roboto', sans-serif; font-weight:300;font-size:14px;}
.footer_social{ float:right;}
.socials a{ display:inline-block;font-size:24px; position:relative; text-indent:-999em; min-width:36px;}
.socials a:before{font-family: 'FontAwesome'; color:#fff; position:absolute; width:100%; text-align:center; text-indent:0px; left:0px; top:0px;}
.socials li:first-child a:before{ content:"\f09a";}
.socials li:nth-child(2) a:before{ content:"\f099";}
.socials li:nth-child(3) a:before{ content:"\f167";}
.socials li:nth-child(4) a:before{ content:"\f16d";}
.socials a:hover:before{ color:#56a1d5;}






table.calendar_header_date th.month_header{ text-align:center; color:#aaa9a9; background:none !important;}
table.calendar_header_date:hover{ background:none;}
table.calendar.calendar_main th{ background:#f0f0f0;font-family: 'Open Sans', sans-serif; font-weight:400; text-align:center; color:#000}
table.calendar.calendar_main th:first-child{ background:#56a1d5; color:#fff;}
table.calendar.calendar_main th:last-child{ background:#56a1d5; color:#fff;}
table.calendar td span.day{ display:block; width:auto; height:auto; margin-right:0px; border:0; line-height:1; font-size:22px; text-align:left; color:#000; background:none; float:none; margin-bottom:5px;}
table.calendar td span.jewishDay{ font-style:normal; font-size:14px; }
table.calendar td div.dayhead{ text-align:left;}
table.calendar td div.dayhead a{text-decoration:none}
table.calendar td div.dayhead a:hover{ text-decoration:none;}
table.calendar td div.sedra{ text-align:left; color:#000;  font-weight:normal;}
#maincontent table.calendar td ul{ margin-left:0px;}
#maincontent table.calendar td ul li{}

#maincontent .fck_widget_month_calendar_condensed table.calendar th{ border-color:#dedddc; color:#12af52;}
#maincontent .fck_widget_month_calendar_condensed table.calendar td{ border-color:#dedddc; }
#maincontent .fck_widget_month_calendar_condensed table.calendar td div.dayhead{ background:none !important;}
#maincontent .fck_widget_month_calendar_condensed table.calendar td div.dayhead a span{ color:#8f8f8f;}


/************************************************** Admin ********************************************/

#icalsettings FIELDSET {
  height:auto;
}
#maincontent.admin {
  max-width: 1000px;
  margin: 0px auto;
}
/************************************************** Event Page ********************************************/

body.event #maincontent {
  max-width: 1000px; 
  margin: 0px auto;
}
@media (max-width: 1600px) {
  #shul_name h1 {
    font-size:60px;
  }

  .top_links {
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: right;
    display: inline-block;
    position: relative;
    padding: 15px 5%;
    margin:0px auto;
    display: block;
    background: #56A1D5;
  }
  .top_links li:last-child a:after {
    display: none;
  }
  .edit-buttons-overlay {
    width:150px;
  }
}
@media (max-width:1024px){
  .inner,
  #header #header_inner,
  .content_body{ max-width:90%;}
  .banner_inner{ width:748px; margin-left:-374px; padding-left:15px; padding-right:15px;}
  #img_div{ width:100%; position:static; text-align:center; height:auto; padding-top:20px; padding-left:10px; padding-right:10px;}	
  #img_div > a{ display:inline-block;}
  #mainnav{ float:none; text-align:center;}
  #nav_section{ display:inline-block;}

  #sidebar_left {
    max-width:70%;
  }
}
@media (max-width:1024px) and (min-width:767px) {
  #content .logo_nav {    
    display: flex;
    align-items: center;
  }
}
@media (min-width:1600px) {
  #maincontent.cal {
    max-width: 1400px;
  }
}
@media (min-width: 768px){
  #mainnav{ display:block !important;}

  #content #maincontent .featured_article.slider_with_captions .sy-caption-wrap,
  #content .header_slider_wrapper .sy-caption-wrap {
      min-height:120px;
  }
  #nav_section > li > a:hover:after {
    color: #000;
  }
  #nav_section > li > a:after {
      content: "|";
      padding-left: 8px;
  }
  #nav_section > li:last-child > a:after {
    content:"";
    padding-left:0px;
  }
  .content_title, .content_body {
    padding-left:0px;
    padding-right:0px;
  }
}
@media (max-width: 767px){
  .inner,
  #sidebar_left .sidebar_left_inner,
  #header #header_inner,
  .content_body, .content_title{margin-left:20px; margin-right:20px; width:auto;}
  #img_div{padding-left:0px; padding-top:20px; padding-bottom:20px;}

  #mobile_nav_dropdown{ display:none !important;}
  #header{background:url(../images/bg_header.png) center top repeat-x; height:53px;}
  #header #header_inner{ height:100% !important;}

  #sidebar_left{ 
    position:relative; width:auto;
    max-width: 100%;
    margin: 0px auto;
    float:none;
  }
  #topnav{ display:block;}
  #mainnav{ width:100%; z-index:300; display:none; }
  #nav_section{ text-align:center; margin-top:0px; width:100%;}
  #nav_section li{ display:block;}
  #nav_section > li > a{ padding-left:40px; padding-right:40px;}
  #nav_section a > span{position:absolute; width:30px; height:30px;  cursor:pointer; top:5px; right:40px; text-align:right;}
  #nav_section a > span:before{ content:"+"; font-size:26px; font-weight:700; line-height:25px;  }
  #nav_section a.active > span:before{ content:"-"; font-size:40px; line-height:22px;}
  #nav_section { padding-top:10px; padding-bottom:10px;}
  #nav_section > li > a{ padding-top:12px; padding-bottom:12px;}
  #nav_section > li:last-child > a{ padding-left:40px; padding-right:40px;}
  #nav_section li ul{ position:static; width:100%; box-shadow:none; height: auto;}
  #nav_section li:hover ul{ display:none;}
  #nav_section li ul li:hover ul{ display:none;}
  #nav_section li ul li{ width:auto; background:none;}
  #nav_section li ul li a{ display:block; padding-left:60px; }
  #nav_section li ul li ul a{ padding-left:70px;}
  #content .logo_nav_wrapper, #img_div {
    width:100%;
  }
  #img_div {
    padding-left:0px;
    margin: 0px auto;
    float: none;
  }
  .contact_bar .email_phone {
    text-align: left;
    padding-top: 15px;
  }


  #header #header_inner .hosted_by_text{ display:none;}
  #header #header_inner #header_buttons{ height:100%;}
  #header #header_inner #header_buttons #header_help_button{ display:none;}
  #header #header_inner #header_buttons > div#header_login_button{ text-align:left; display:block; 
    background:url(../images/bg_mobile_header_top_right_link.png) center center no-repeat; text-indent:-999em; width:28px; height:100%; border:0;}
  #header_login_menu{ width:100%; left:0px !important; top:53px !important;}
  #header_login_menu form.head_signin hr.login_dropdown_line{ margin-left:0px !important; width:auto !important; margin-top:0px;}
  #header_login_menu form.head_signin input{border: 1px solid #cfcfcf; background:#fff !important;}



  #maincontent .fck_widget_slider{ overflow:inherit;}
  #maincontent .fck_widget_slider .sy-caption-wrap, #content .header_slider_wrapper .sy-caption-wrap{ text-align:center; border-width:4px;}
  .sy-caption-wrap .sy-caption a:link, 
  .sy-caption-wrap .sy-caption a:visited,
  .sy-caption-wrap .sy-caption a{width:100%;}
  .sy-caption-wrap .sy-caption a .slider_title{ font-size:18px;}
  .sy-caption-wrap .sy-caption a.slider_link{ position:static;  background:#56a1d5; padding:8px 35px; border-radius:20px; width:auto; height:auto; margin:0px auto; font-size:15px; }
  .sy-caption-wrap .sy-caption .slider_description{ width:100%; padding-bottom:10px; font-size:15px; }
  .fck_widget_slider .sy-caption-wrap .sy-caption, .header_slider_wrapper .sy-caption-wrap .sy-caption{ padding-top:10px; padding-bottom:10px;}
  .slider_with_captions .fck_widget_slider .sy-caption-wrap .sy-caption,
  #content .header_slider_wrapper .sy-caption-wrap .sy-caption {background:#F9BF72;}
	.sy-caption-wrap .sy-caption a {width:100%;}



  .home .featured_article{ padding-top:50px; padding-bottom:50px;}
  .home #maincontent .featured_article.featured_article2 .section_subcontent p:first-child, 
  .home #maincontent .featured_article.featured_article3 .section_subcontent p:first-child, 
  .home #maincontent .featured_article.featured_article4 .section_subcontent p:first-child{ padding-top:20px;}

  #maincontent h2 {
     font-size: 24px;
    line-height: 1.3;
  }
  #maincontent h2.content_title {text-align:left;}
  .section_subcontent {padding:0px;}
  .content_body {padding-left:0px;padding-right:0px;}

  #maincontent .blockquote_article blockquote p{ font-size:26px;}
  .table-responsive > table > tbody > tr > td:last-child{ font-size:26px; font-weight:500;}

  .rsOverflow{ height:100% !important;}

  .fck_widget_week_calendar table.week_calendar_table > tbody > tr > td{ text-align:center;}


  .calendar_day_view{ margin-bottom:0;}
  #maincontent.cal{ max-width:}
  #maincontent.cal h2{ font-size:26px; line-height:30px;}


  .footer_logo{ float:none; margin-right:auto; text-align:center;}
  .footer_menu{ float:none; max-width:340px; width:100%; margin:0px auto; text-align:center;}
  .footer_social{ float:none; width:100%; text-align:center;}
  .footer_social ul{ display:inline-block; margin:0px auto;}

  #shul_name h1 {
    font-size:50px;
  }

}

@media (max-width: 570px){
  #img_div{ position:static; 
    background:none; width:100%; 
    border:0; box-shadow:none; height:auto; padding-bottom:0px; 
    margin-bottom:0px;
    float: none;
    margin: 0px auto;
  }
  #header {
    border-top: 0px;
  }
  .top_links{ display:block; 
    /*margin:10px auto 0px;*/
    margin-top:0px; 
    text-align: center;
  }
  .top_links a {
    font-size:14px;
  }
  .top_links a:after {
    display: none;
  }
  #header .top_links li a {color:#999;}

  .top_links li:last-child a{
    padding-right: 0px;
  }
  .top_links li:last-child a:after {
    content: "";
    padding-left: 0px;
  }
  .contact_bar .social {
    margin-bottom: 8px;
    overflow: hidden;
    margin-top:0px;
  }

  #sidebar_left .bt{ display:none;}	
  #sidebar_left .sidebar_left_inner{ height:auto; text-align:center; padding-bottom:20px;}

  .logo_nav {
    text-align: center;
  }
  .featured_article{ padding:45px 0px;}

  #maincontent .fck_widget_slider{ overflow:inherit;}
  /*was interfering with slippry slider 
  .royalSlider{ height:220px !important;}
  */
  .rsGCaption{ width:100% !important; text-align:center !important;}
  .rsGCaption .slider_title{ font-size:26px;}
  .rsGCaption .slider_description{ font-size:14px;}
  .rsGCaption .slider_link{ font-size:14px; padding:5px 10px;}

  .footer_inner .footer_menu ul li{ width:100%;}

  #maincontent p img{ float:none !important; display:block; margin:0px auto 15px !important;}

  #content #maincontent.cal .calendar_day_view h2{ background:#12af52 !important;}
  #maincontent.cal h2{ font-size:18px; line-height:24px;}


  .fck_widget_subscribe{ width:100%;}
  .fck_widget_subscribe #subscribe_email_box{ width:100%;}


  #maincontent .registration ul{ margin-left:0px;}
  #maincontent .registration ul li h4{ display:block; text-align:left;}
  #maincontent .registration ul li.captcha{ width:100%;}
}
















