/*
Theme Name: Rabbi
Author: Jordan Powell
Author URI: http://jpdesigning.com
Description: The 2015 theme for Rabbi Schneider's new WordPress blog.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rabbi
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.
*/


body {font-family: 'Assistant', sans-serif;font-size: 18px}

.btn-primary, .btn-danger, .btn-warning {
  background-color: #712d3e !important;
  border: #fff solid 3px !important;
  color: #fff !important;
  border-radius: 0 !important;
}

h2 {
  padding:25px 0;
}

#top {background: #332e22;}

.navbar {
  background-color: rgba(255, 255, 255, 0.749);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.035);
  margin-bottom:0;
  z-index:100;
}

.navbar-nav>li>a {line-height:30px;}

.navbar-nav>li.active, .navbar-nav>li:hover {border-bottom: #0f9de0 solid 2px;}

.navbar-nav>li.text-danger a {
  color:#ff0000;
}

.dropdown-menu>li.text-danger> a {
  color:#ff0000;
}

.carousel-caption {
  background-color: #332e22;
  opacity: .8;
  left:70%;
  width:400px;
  height:100%;
  padding:60px 30px 30px 30px;
  bottom: 0 !important;
}

.carousel-caption .btn {
  float: left !important;
}

.carousel-caption h4 {
  font-size: 30px;
  font-family: "Open Sans";
  color: rgba(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
  text-align: left !important;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.055);
  padding:10px 30px 0 0;
}

.carousel-caption h3 {
    font-size: 26px;
    font-family: "Open Sans";
    color: rgba(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: left !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.055);
    padding: 10px 30px 0 0;
}

.carousel-caption h5 {
  font-size:18px;
  text-align: left !important;
}

.carousel-caption p {
  font-size: 12px;
  font-family: "Open Sans";
  color: rgb(248, 248, 248);
  line-height: 1.286;
  text-align: left !important;
}

@media (max-width: 768px) {
  .carousel-caption h3 {
    font-size: 20px !important;
  }

  .carousel-caption h4 {
    font-size: 18px !important;
    margin:0;
  }

  .carousel-caption h5 {
    font-size:14px !important;
    margin: 0;
  }
  .carousel-caption p {
    font-size: 12px !important;
  }

  #top {
    margin-top:50px;
  }
}

@media screen and (max-width:991px) {
  .navbar-default {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 1);
    
  }

  .navbar-default .navbar-header img {
    max-height:80px;
  }

  .nav-bar-menu {
    width:100%;
  }

  .nav-spacer {
    position: relative;
  }

  .navbar-toggle {
    margin-top:0;
    margin-bottom:0;
  }
}

@media screen and (min-width:992px) {
  .navbar.navbar-default {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }  
}

.top-blur {background:url('images/top-blur.jpg') no-repeat; margin:0; padding:0; height:144px;}

.daily-quote {
  background-color: #005e82;
  color:#fff;
}

ul.perfect-quotes {
  padding:10px;
}

ul#social-nav li a {
  padding:15px 5px;
}

ul#menu-main-nav li a{
  padding:15px 10px;
}

.row-1 {
  background-color: #332e22;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.059);
  /*padding-top:20px;*/
  text-align: center;
}

.row-1 a {text-decoration: none; font-weight:100;}
.row-1 a:link, .row-1 a:visited {color:#fff;}
.row-1 a:hover, .row-1 a:active {color:#fff;}
.row-1-col { padding-top:20px;}
.row-1-col h3 { font-size:20px;}
.row-1-col h4 { padding-bottom:20px;}
.row-1-col p { font-size: 10px;}
/*.row-1-col {border-bottom: #a7adb0 solid 2px; padding-top:20px;}*/
/*.row-1-col:hover {border-bottom: #0f9de0 solid 2px;}*/

.row-2 {text-align: center; font-weight:100;}
.row-2 a {text-decoration: none;}
.row-2 a:hover, .row-2 a:active {color:#0f9de0;}
/*.row-2 img:hover {border-bottom: #0f9de0 solid 2px;}*/

.row-3 {text-decoration: none; font-weight: 100; background: #c0b8b1; color:#45484a; text-align: center;}
.row-3 h3 { color:#005e82;}
.row-3 ul {padding:0; list-style: none;}
.row-3 li {margin:0; padding:0;}


.twitter {
  background-color: #005e82;
  color:#fff;
  font-weight:100;
}

.twitter p {padding:10px; font-size:1.2em;}

.twitter-icon {padding:10px;}

.footer {background:#332e22; text-align: center; color:#fff; font-weight:100; padding:30px 0;}

.footer ul {list-style: none; margin:0; padding:0; text-align: center;}

.footer h3 {text-transform: uppercase;}

.footer a {color:#fff; text-decoration: none;}

.copyright {background:#242016; color:#fff; font-weight:100; padding:10px;}
.copyright a {color:#fff;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Google Calendar */
/* Responsive iFrame */

.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.bx-controls-auto {visibility: hidden;}

h3.category-title {background-color: rgb(49, 112, 172); color: #fff; padding:10px;}


.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  }

.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
  }

.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
  }

.breadcrumb .active a {
  color: #333333;
  }

  .table .text-right {text-align: right}

  .partner-benefits .bg-info {padding:10px; min-height:125px;}

  .hebrew-names {min-height:487px;}

@media (max-width: 768px) {
  .row-1 {
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

  /*Collapse Main Menu on COl-SM */
 @media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

ul.perfect-quotes {margin-bottom:0;}

ul.perfect-quotes li {margin:0 !important;}

.rabbi-live h3 {margin:0; padding:5px 0 0 0;}

.rabbi-live a {text-decoration:none;}


.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  } 

  .embed-container iframe,
  .embed-container object,
  .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.thumb {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.thumb-app {
  padding:3px 6px;
  margin-bottom:6px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;

}

.gallery-item{
    display: inline-block;
    position: relative;
}

.youtube-play-button {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -44px;
    margin-top: -32px;
    width: 90px;
    height: 64px;
    z-index: 840;
}
.youtube-play-button .background {
    opacity: 0.9;
}


.thumb img:hover {opacity:.5;}


.tab-content {padding-top:20px;}

.testimonials-widget-testimonial .author {margin: 0 60px 0 0;}

.testimonials-widget-testimonial blockquote {
  margin:0;
  font-size:20px;
}


ul.perfect-quotes span {
  text-align: left !important;
}

.time_circles > div {
  color: #fff !important
}

.radio-schedule td:first-child {
    max-width:220px;
}

/*** Navbar Fix ***/
.navbar-nav li {
  border-bottom: #ffffff solid 2px;
}

@media screen and (max-width:768px) {
.navbar .container-fluid {
  margin-left:0;
  margin-right:0;
}

#menu-main-nav > .menu-item:last-child {
  padding-bottom: 45px;
}

.navbar .col-md-10 {
padding-left:0;
padding-right:0;
}

.navbar .navbar-collapse.in { 
  overflow-y: scroll !important; 
  overflow-x: hidden !important; 
  min-height: 100vh !important;
}

.noscroll {
  overflow: hidden;
}

.nav-full-height {
  height: 100%;
  overflow: scroll;
}

.img-thumbnail {
  margin-bottom: 15px;
}
}

.text-red a {
  color:  red !important;
}

.icon-nav {
  display: flex; 
  flex-flow: row wrap;
}

.icon-nav:before {
  display: block;
}

#top .rabbi-live .time_circles {
	transform: scale(1.4);
}

@media screen and (min-width:768px) and (max-width: 1200px) {
	.logo-top {
		float:none;
		text-align:center;
		margin:0 auto;
	}
}

@media screen and (max-width: 1200px) {
	#top .rabbi-live .time_circles {
		transform: scale(1.0);
	}
	#top .wpcdt-timer-wrap {
		margin-bottom: 0 !important;
	}
}

.nav-button-square a{
	background-color: #ffffff;
	border:2px solid #712d3e;
	color: #712d3e !important;
	padding: 5px 15px !important;
	margin:10px;
}

.nav-button-square a:hover{
	background-color: #712d3e !important;
	color: #ffffff !important;

}

.nav-button-square:hover {
	border-bottom: 2px  solid #ffffff !important;
}

.nav-donate-red {
	background-color:#a20000;
	color: #ffffff;
}


.nav-donate-red a {
	color: #ffffff !important;
	background-color:#a20000;
}

.nav-donate-red a:hover {
	background-color: #332e22 !important;
}

.nav-blue > a{
	color: #005e82 !important;
  font-weight:bold;
}

.addtoany_shortcode {
  display:inline-block;
}

@media screen and (max-width:768px) {
   .add-share {
    float: none !important;
    margin-top:15px;
   }
}

.navbar .container-fluid {
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width:991px) {
  .navbar .container-fluid {
    display:block;
  }
  .networks .add-share {
    float: none !important;
    margin-top:15px;
   }
}

@media screen and (max-width:1402px) {
  .navbar .container-fluid {
    justify-content: initial;
  }
}

@media screen and (max-width:991px) {
  .devotion-img {
    width:6% !important;
  }

  .devotion-img-wrap {
    padding-bottom:0 !important;
  }
	
	.daily-quote h3 {
		font-size:18px !important;
		padding-top:5px !important;
	}
}

.navbar-count .wpcdt-wrap {
	margin-bottom: 0 !important;
}

.navbar-count .wpcdt-wrap .wpcdt-clock {
	margin-left:0;	
}

@media screen and (min-width:480px) {
.navbar-count .text-label {
	margin-top:15px;
}
}

.qtip-dark {
	background-color: #ffffff !important;
	border-color: #222222 !important;
	color: #333 !important;
}

.qtip {
	max-width: 450px !important;
	font-size: 16px !important;
	line-height: 18px !important;
}

/* mobile social menu */

@media screen and (max-width:991px){
	.navbar-header {
		background-color: #332e22;
		padding:10px;
	}	
	
	#social-nav li {
		float: left;
	}
	
	#social-nav li a, #social-nav{
		padding-bottom:0px;
	}

	#social-nav li:first-child {
		margin-left:15px;
	}
}

.footer .footer-reference a, .footer .footer-contacts a {
padding-top:5px;
padding-bottom: 5px;
}

.testimony-slider blockquote {
border-right: 5px solid #eee;
}

.testimonials-widget-testimonials.bx-controls a {
	margin-top: 0px !important;
}

.add-share {
  display: none !important;
}

.age-gate__heading-title {
  font-size: 32px !important;
}

.age-gate__headline {
  font-size: 24px !important;
}

.age-gate__subheadline, .age-gate__fields, .age-gate__challenge {
  font-size: 18px !important;
}

.age-gate__submit.age-gate__submit--no,.age-gate__submit.age-gate__submit--yes {
  font-size: 18px;
}

nav .menu-item {
  font-size: 18px;
  text-align: right;
}

.footer .footer-reference a, .footer .footer-contacts a {
  font-size:18px;
}

.btn {
  font-size: 18px;
}

/* Mobile (Bootstrap 3 breakpoint) — counter-reverse only on small screens */
@media (max-width: 767px) {
  /* Target the primary menu inside the collapsed navbar */
  .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: column-reverse; /* flips C,B,A back to A,B,C */
  }
  .navbar-nav > li { 
    float: none !important;       /* let flex stack items */
  }
  /* Keep RTL dropdown alignment */
  html[dir="rtl"] .navbar-nav .open .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
  }
}

.navbar-toggle {
  float: left;
  margin-top:23px;
  margin-left:15px;
  margin-right: 0;
}
