/*
	Theme Name: Jews for Judaism Theme
	Theme URI: http://jewsforjudaism.org
	Description: A mobile responsive, HTML5, CSS3 WordPress theme built for Jews for Judaism on the Genesis Framework.
	Author: Voila Media
	Author URI: http://voilamedia.com/
	
	Version: 3.0.0

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headingsinput[type="search"] {
width: 50%;
border-radius: 3px 0 0 3px;
padding: 10px;
}
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- After Entry
		- Entry Meta
		- Video Single Post
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Center Site Colors
		- Australia Blue
		- Canada Red
		- Eastern US Green
		- South Africa Purple
	- Custom Post Type Archive Pages
		- General Styles
		- CPT Filters
		- Buttons
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	 normalize.css v3.0.1 | MIT License | git.io/normaliz
	 TODO: Enque VIA CDN: //cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */


body {
	background-color: #fff;
	color: #444;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #1b669a;
	text-decoration: none;
}

a:hover {
	color: #34678a;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img {
	width: auto;
}


/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;	
	padding: 0 4px;
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 18px;
	font-weight: 400;
	padding: 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #1b669a;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #1b669a;
	color: #fff;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	background-color: #1b669a;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	/*border-bottom: 1px solid #ddd;*/
}

td,
th {
	text-align: left;
}

td {
	/*border-top: 1px solid #ddd;*/
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

.jewsforjudaism-home .site-inner {
	display: none;
}

.jewsforjudaism-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

/* Masonry Slider Styles
--------------------------------------------- */
.masonry .item {
  width:  60px;
  height: 60px;
  float: left;
  background: #D26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

.item.w2 { width:  120px; }
.item.w3 { width:  180px; }
.item.w4 { width:  240px; }

.item.h2 { height: 100px; }
.item.h3 { height: 130px; }
.item.h4 { height: 180px; }

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: left;
	width: 840px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 40px;
}

.archive-description,
.author-box {
	background-color: #1b669a;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.pagi-count {
	float: right;
}


/* Search Form
--------------------------------------------- */

/*
.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
*/

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
}

.entry-title a {
	color: #34678a;
}

.entry-title a:hover {
	color: #1b669a;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #1b669a;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/*.post-type-archive .cpt-archive-description {
	margin-bottom: 0;
}*/

.post-type-archive .blue-block.featured-content {
	margin: 30px 0;
}
.page-template-archive-program-php .blue-block.featured-content,
.page-template-archive-program-php .breadcrumb {
	width: 1240px;
	position: relative;
	right:40px;
}
.page-template-archive-program-php .breadcrumb {
	margin-bottom: 30px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p {
	line-height: 1.5;
	margin: 0.75em 0 1.5em;
	padding: 0;
	font-size: 1.5rem
	/*font-size: 20px;*/
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.half-block {
	width: 47%;
	display: inline-block;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

section.contentblock.hidden {
  display: none;
}

#topmenu > li {
	display: inline-block;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
}

.widget-area .widget.enews-widget {
	background-color: #1b669a;
	border: none;
	padding: 40px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget .enews input[type="submit"] {
	background-color: #fff;
	color: #444;
	margin: 0;
	width: 100%;
}

.enews-widget .enews input:hover[type="submit"] {
	background-color: #34678a;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.jewsforjudaism-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
}

.jewsforjudaism-home .slide-excerpt {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: 1;
}

html > body.jewsforjudaism-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 40px 40px 12px;
	width: 100%;
}

.jewsforjudaism-home .slide-excerpt h2 a {
	color: #1b669a;
}

.jewsforjudaism-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #444;
}

.jewsforjudaism-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.jewsforjudaism-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #444;
	min-height: 48px;
	position: relative;
}

.site-header .title-area .sep {
	display: none;
}
.site-header.stuck .title-area .sep {
	display: inline;
	vertical-align: bottom;
	padding: 0 5px;
}

.site-header.stuck {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.site-header.stuck .title-area {
	top: 0;
	height: 48px;
	padding-top: 10px;
	width: auto;
}

.j4j-post-share {
	position: fixed;
	top: -48px;
	left: 0;
	height: 48px;
	padding: 6px 0;
	width: 100%;
	background: #1b669a;
	z-index: 999;
	overflow: hidden;

	transition: top .3s ease;
}

.j4j-post-share.stuck {
	top: 0;
}

.j4j-post-share .at4-jumboshare .at4-title,
.j4j-post-share .at4-jumboshare .at4-count {
	display: inline !important;
	color: #fff !important;
}

.j4j-post-share .at4-jumboshare .at4-count {
	font-size: 40px;
	line-height: 40px;
}

.j4j-post-share .at4-jumboshare .at4-title {
	padding-left: 10px;
}

.j4j-post-share .addthis_jumbo_share {
	margin-top: -18px;
}

body .site-header.stuck h1.site-title {
	font-size: 21px;
	display: inline;
}

body .site-header.stuck h2 {
	font-size: 18px;
	display: inline;
}

.site-header.stuck .title-area p {
	padding-left: 18px;
}

body.logged-in .site-header.stuck { top: 32px;}
body.logged-in .j4j-post-share.stuck { top: 32px;}

.jewsforjudaism-home .site-header {
/*	position: relative;
	top: auto !important;*/
	width: 100%;
	z-index: 499;
}

.page-heading {
	font-size: 21px;
	margin: 0;
	text-align: center;
}

.site-header.stuck .page-heading {
	display: inline-block;
	margin-left: 6px;
}
.site-header.stuck .page-heading:before {
	content: " | ";
}

section.quick-find .wrap {
	background: #444;
	color: #fff;
	height: 130px;
	font-size: 14px;
	padding: 10px 40px;
	border-radius: 0 0 0 5px;
}
li.quick-search {
	display: inline-block;
}
.quick-search input[type="search"] {
	padding: 5px;
	border-radius: 0;
	color: #111;
}
.quick-search input[type="submit"] {
	display: none;
}
.menu-secondary.open {
	border-radius: 0 0 5px 5px;
}
.quick-find .widget {
	overflow: inherit;
}
.quick-find ul.menu > li {
	display: inline-block;
	position: relative;
	width: 100px;
}
.quick-find ul li a {
	color: #fff;
}
.quick-find ul li a:hover {
	color: #ddd;
}

.quick-find ul.sub-menu {
	position: absolute;
	top: 25px;
	left: -30px;
}

.quick-find ul.sub-menu li a:before {
	font-family: FontAwesome;
	content: "\f054";
	font-size: 8px;
	vertical-align: middle;
	padding-right: 4px;
}

.quick-find-toggle a:after {
	font-family: FontAwesome;
	content: "\f067";
	font-size: 10px;
	padding-left: 5px;
	vertical-align: middle;
}

.quick-find-toggle.open a:after {
	content: "\f068";
}

.site-notice {
	padding: 10px;
	font-size: 16px;
	text-align: center;
	background: #193547 !important; 
	color: #fff;
}

.site-notice-image {
	height: 45px;
}

.site-notice-image img {
	height: 45px;
}

.site-notice-text {
	text-align: right;
	position: relative;
	bottom: 20px;
}

/* Title Area
--------------------------------------------- */

/*.title-area {
	color: #fff;
	float: left;
	padding: 14px;
	width: 300px;
}*/

.title-area {
	background-color: #1b669a;
	color: #fff;
	margin: 0 auto;
	padding: 20px;
	position: absolute;
	top: -50%;
	width: 300px;
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

body.center-site .title-area,
body.minisite .title-area {
	padding: 15px 20px;
}

.header-image .title-area {
	background-color: #fff !important;
	padding: 0;
}

.site-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

body.center-site .site-title,
body.minisite .site-tile {
	font-size: 24px;
	text-align: left;
}

.site-header .center-site-title {
	font-size: 20px;
}

.site-header .minisite-site-title {
	font-size: 18px;
}

.site-header .site-title a,
.site-header .site-title a:hover,
.site-header .center-site-title a,
.site-header .center-site-title a:hover,
.site-header .minisite-site-title a,
.site-header .minisite-site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title,
.center-site-title,
.minisite-site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 840px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	background-color: #1b669a;
	color: #fff;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .search-box {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .menu-item:hover .sub-menu.center-sub {
	right: 0;
}

.genesis-nav-menu .search-box {
	width: 400px;
}

.genesis-nav-menu .search-box input[type="search"] {
	width: 50%;
}

.genesis-nav-menu .dashicons-admin-site > .sub-menu,
.genesis-nav-menu .dashicons-search > .search-box {
	margin-top: 8px;
}

.genesis-nav-menu .dashicons-admin-site.menu-item:hover > .sub-menu {
	left: auto;
	margin-left: -167px;
}

.genesis-nav-menu .dashicons-search.menu-item:hover > .search-box {
	left: auto;
	margin-left: -267px;.font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.genesis-nav-menu .sub-menu a {
	background-color: #1b669a;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -43px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:hover > .search-box {
	left: auto;
	opacity: 1;
}

li.menu-item.menu-items-center a {
	padding: 0;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu.menu-primary .fa {
	background-color: #1b669a;
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	padding: 5px 0;
	height: 48px;
	text-align: Center;
	width: 45px;
	margin-top: -19px;
	display: inline-block;
}

.genesis-nav-menu .fa-search:before,
.genesis-nav-menu .fa-globe:before {
	position: relative;
	top: 10%;
	transform: translateY(-10%);
}

.genesis-nav-menu .fa > a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #fff;
	padding: 16px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 14px 16px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	color: #fff;
}

.nav-primary .genesis-nav-menu {
	font-size: 14px;
}

.jewsforjudaism-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	background-color: #444;
	display: inline-block;
	float: right;
	margin-bottom: 28px;
	padding: 10px;
	width: auto;
}


.nav-secondary .genesis-nav-menu li a {
	border-left: 1px solid #fff;
	padding: 0 16px 0;
}

.nav-secondary .genesis-nav-menu li:first-child a {
	border: none;
}

.nav-secondary .genesis-nav-menu li:last-child a {
	border: none;
}

.nav-secondary .genesis-nav-menu li:last-child a {
	border-right: none;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */

.home-featured {
	/* background-color: #f5f5f5; */
	background-color: #fff;
	position: relative;
	text-align: center;
	z-index: 9;
}

.home-featured .widget {
	padding: 50px 0px 0;
	margin: 0 auto;
	/* max-width: 1600px; */
}

.home-featured .widget:last-of-type {
	padding-bottom: 80px;
}

.jewsforjudaism-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin: 80px 80px 120px;
	text-align: left;
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #1b669a;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -12px;
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: "\f344";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #1b669a;
	color: #fff;
}

.home-top {
	background-color: #fff;
}

.home-top .wrap {
	padding: 80px;
	position: relative;
	z-index: 99;
}

.home-featured + .home-top .wrap {
	background-color: #fff;
	border-radius: 3px;
	border-top: 3px solid #1b669a;
	margin-top: -40px;
}

.home-top .widget_text {
	color: #1b669a;
	font-size: 48px;
	line-height: 1.1;
}

.home-top .widget_text .widget-title {
	color: #1b669a;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-top .widget_text .button {
	float: right;
	margin-top: 15px;
}

.home-middle {
	background-color: #34678a;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 60px 10px 20px;
}

.home-middle .entry-title a {
	color: #1b669a;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	width: 33.333%;
}

.home-middle .widget .dashicons,
.home-middle .widget h2 {
	display: inline-block;
	font-size: 26px;
	line-height: 26px;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 26px;
	height: 26px;
	width: 26px;
}

.home-bottom {
	padding: 0;
}

.home-bottom a:hover {
	color: #34678a;
	color: #193547;
}

.home-bottom-left .whistle-content > p {
	margin: 0;
}

.home-bottom-left .entry-footer {
	margin: 0 0 20px 0;
}

.home-bottom-left .whistles-tabs .whistles-tabs-nav li a {
	background: none;
	border: none;
	color: #d0d0d0;
	font-size: 24px;
}

.home-bottom-left .whistles-tabs .whistles-tabs-nav li[aria-selected="true"] a {
	color: #143346;
}

.home-bottom-left .whistles-tabs .whistles-tabs-nav li:after,
.home-bottom-left .whistles-tabs .whistles-tabs-nav li[aria-selected="true"]:after {
	color: #fff;
	content: "\f347";
	display: block;
	text-align: center;
	font-family: 'dashicons';
	font-size: 36px;
	line-height: 1;
	margin-top: -10px;
}

.home-bottom-left .whistles-tabs .whistles-tabs-nav li[aria-selected="true"]:after {
	color: #143346;
}

.home-bottom-left .whistles-tabs .whistles-tabs-wrap {
	border: none;
}

.home-bottom-right .widget-title {
	border-bottom: 3px solid #163548;
	color: #163548;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-right: 100px;
	padding-bottom: 10px;
}

.home-bottom-right p {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.home-bottom-right .button {
	float: right;
	/*padding: 8px 20px;*/
}

.home-bottom-right li {
	line-height: 1.6;
}


/* Knowledge Page
--------------------------------------------- */

.page-template-page-knowledge-php .entry {
	padding: 0;
	box-shadow: none;
}

.page-template-page-knowledge-php article .entry-header h2 {
	font-size: 18px;
}

.page-template-page-knowledge-php .entry-content p {
	font-size: 14px;
}

.page-template-page-knowledge-php .content p.entry-meta {
	text-align: left;
}

.knowledge-article-count {
	background: #444;
	padding: 20px 0;
	margin: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
}

.knowledge-article-count p {
	margin: 0;
	padding: 0;
}

.filter-form {
	background: #fafafa;
	padding: 10px 0;
	margin-top: 40px;
}


.filter-form-wrap select {
	text-decoration: none; */
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==') right 15px center no-repeat,linear-gradient(#ffffff,#f8f8f8);
}

.filter-form select,
.filter-form input[type="text"] {
	display: inline;
	padding: 0 0 0 10px;
	height: 40px;
	width: 180px;
}

.filter-sort-dropdowns {
	margin: 20px 0;
	text-align: right;
}

.filter-sort-dropdowns select {
	padding: 0 5px 0 5px;
	width: 200px;
}

.knowledge-topic h2 {
	background: #D0E6F4;
	color: #305776;
	padding: 4px 10px;
	font-size: 21px;
}

.entry-content ul.knowledge-topic-terms {
	margin: 0 0 10px;
	font-size: 16px;
}
.knowledge-topic-terms i {
	vertical-align: middle;
	font-size: 13px;
	margin-right: 5px;
}

.filter-form form input[type="submit"] {
	padding:6px 12px;
}

a.reset-btn {
	background: #D5D5D5;
}

.filter-buttons {
	float: right;
}

.filter-buttons input, .button {
	padding: 0;
	width: initial;
	margin: 0;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-right: 5px;
}

/* Poppuler Topic Carousel
--------------------------------------------- */

.hidden {
	visibility: hidden;
}

.caousel-wrapper {
	margin-top: 20px;
}

.owl-carousel .item {
  border-bottom: 4px solid #163548;
  /*height: 247px;*/
  padding: 15px 10px 15px 0;
  margin: 10px;
  color: #444;
  font-size: 14px;
  text-align: center;
}

.owl-carousel .owl-stage-outer {
	margin-top: 25px;
	width: 100%;
	height: 300px;
}

.owl-item {
	width: 235px
}

.owl-carousel-heading,
.browse-topics {
	margin-left: 0;
	padding-left: 0;
	position: relative;
	z-index: 10;
}

.owl-carousel-heading {
	float: left;
	top: 20px;
	left: 12px;
}

.browse-topics {
	float: right;
	right: 20px;
	top: 20px;
}

.item h1 {
	background-color: #21658d;
	border-top: 3px solid #163548;
	font-size: 20px;
	width: 255px;
}

.item h1 a {
	font-size: 20px;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.item .dashicons {
	font-size: 50px;
	color: #1b669a;
}

.post_count, .post_count a {
	color: #153447;
	font-size: 14px;
	text-transform: capitalize;
}

.owl-controls {
  text-align: center;
}

.owl-controls a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a.owl-prev, a.owl-next {
	font-size: 50px;
	color: #1b669a;
	cursor: pointer;
}

a.owl-prev {
	position: relative;
	bottom: 185px;
	right: 590px;
}

a.owl-next {
	position: relative;
	bottom: 185px;
	left: 550px;
}

/*video archive */

a.owl-nav-video.owl-prev {
	position: relative;
	bottom: 185px;
	right: 590px;
}

a.owl-nav-video.owl-prev {
	position: relative;
	bottom: 185px;
	left: 550px;
}

a.owl-nav.prev,
a.owl-nav.next,
a.owl-nav.play,
a.owl-nav.stop {
	cursor: pointer;
}

a.read-more-topics {
	font-size: 14px;
	display: block;
	font-weight: bold;
}


/* PDF/Audio.Video Attachment Display
--------------------------------------------- */

.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-bnBfGc {
	background-color: #1b669a;
	}

/* Entries
--------------------------------------------- */

.download.clearfix {
	background: #1b669a;
	width: 100%;
	color: #FFF;
	padding: 20px;
	margin: 15px 0 20px;
}

.wpba-attachment-list li a {
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 5px;
	display: inline-block;
	color: #fff;
}

.entry {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 40px;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

/*.entry-content ul > li {
	list-style-type: square;
}
*/
.entry-content ul > li ul {
	margin-left: 0;
}

.entry-content ul.topic_archive_list {
	margin: 0;
}
.entry-content .topic_archive_list > li {
	list-style-type: none;
	font-size: 20px;
	font-weight: bold;
}

.entry-content ul > li ul li {
	display: inline;
	font-size: 18px;
	font-weight: normal;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.sidebar .topic-pts li {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.sidebar .topic-pts li.active {
	font-weight: bold;
}

.topic-pts li a {
	color: #1b669a;
}

.pt-icons a:before, .activept-icons  a:before { 
	font-family: FontAwesome;
	padding-right: 4px;
	font-size: 18px;
}

.activept-icons a {
font-weight: bold;
}

.pt-icons.pt-all a:before, .activept-icons.pt-all a:before						{ content: "\f002"; }
.pt-icons.pt-article a:before, .activept-icons.pt-article a:before				{ content: "\f044"; }
.pt-icons.pt-document a:before, .activept-icons.pt-document a:before			{ content: "\f07c"; }
.pt-icons.pt-news a:before, .activept-icons.pt-news a:before					{ content: "\f1ea"; }
.pt-icons.pt-audio a:before, .activept-icons.pt-audio a:before					{ content: "\f130"; }
.pt-icons.pt-video a:before, .activept-icons.pt-video a:before					{ content: "\f152"; }
.pt-icons.pt-testimonial a:before, .activept-testimonial.pt-all a:before		{ content: "\f122"; }
.pt-icons.pt-program a:before, .activept-icons.pt-program a:before				{ content: "\f19d"; }
.pt-icons.pt-tribe_events a:before, .activept-icons.pt-tribe_events a:before	{ content: "\f073"; }

.article-count {
	padding: 20px;
	background: #FCFCFC;
	text-align: right;
}

article .pvc_stats {
	font-size: 12px;
	background: none !important;
	padding-left: 0 !important;
}

section.topic-children {
	background: #fafafa;
	padding: 20px;
	margin-bottom: 20px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #1b669a;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
	margin: 12px -40px -40px;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #1b669a;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

/* Single Video Entry
--------------------------------------------- */

.single-video .site-inner {
	max-width: 100%;
}

.single-video .breadcrumb,
.single-video .entry,
.single-video .author-box,
.single-video .comment-respond {
	clear: both;
	margin: 0 auto;
	max-width: 1240px;
}

.single-video .video-container {
	background: #000;
	color: #fff;
}

.single-video .video-container .wrap {
	text-align: center;
}

.single-video .entry {
	box-shadow: none;
}

.video-thumbnail-large img {
	height: 400px;
	width: 100%;
}

.play-button-large {
	width: 50px;
	height: 50px;
	position: relative;
	top: 25px;
	right: 105px;
	border: 4px solid #222;
	border-radius: 25px;
}

.play-button-large span {
	position: relative;
	left: 13px;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 25px solid #222;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
	clear: both;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #1b669a;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #1b669a;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-reply-link {
	color: #1b669a;
}

.entry-pings .reply {
	display: none;
}

.fn {
	font-weight: 400;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.after-entry li,
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	border-left: 2px solid #1b669a;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 40px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #193547;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	padding: 30px 0;
	margin-top: 30px;
}

.footer-widgets .site-title {
	text-align: left;
}

.footer-widgets .wrap .site-title a {
	font-size: 30px;
}

.footer-widgets .widget-title,
.footer-widgets .tagline {
	font-size: 17px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
	color: #d8d8d8;
	font-size: 16px;
}

.footer-widgets a.button {
	font-size: 16px;
	margin-top: 10px;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	color: #1b669a;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 300px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 170px;
}

.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets-5 {
	float: right;
}

/*.footer-widgets .menu-footer-menu-container > ul > li {
	display: block;
	float: left;
	margin-bottom: 0;
	width: 20%;
}

.footer-widgets .menu-footer-menu-container > ul > li ul {
	margin-top: 20px;
}

.footer-widgets .menu-footer-menu-container > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
}

.footer-widgets .menu-footer-menu-container li li {
	margin: 0;
}*/

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #102839;
	border-bottom: 5px solid #1b669a;
	font-size: 14px;
	padding: 5px 0;
}

.site-footer,
.site-footer .wrap a {
	color: #fff;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #1b669a;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer p.developer {
	text-align: right;
}

.dev-notice {
	background: #193547;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	text-align: center;
}

/*
Center Site Colors
---------------------------------------------------------------------------------------------------- */

.center-australia .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.center-canada .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.center-east .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.center-southafrica .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.center-la .nav-secondary .genesis-nav-menu li.current-menu-item > a {
	background: none;
}

.page-template-page-centers-php ul {
	margin-left: 0;
}

.list-centers {
	width: 100%;
	top: -25px;
	position: relative;
}

.list-centers ul {
}

.list-centers li {
	display: inline-table;
	list-style: none;
	width: 30%;
	padding-right: 3.3%;
	margin-top: 50px;
}

.list-centers li p {
font-size: 20px;
}

.list-centers h3 {
	border-bottom: solid 5px #193547;
}


/*
Custom Post Type Archive Pages
---------------------------------------------------------------------------------------------------- */

.blue-block.featured-content {
	background: #193547;
	color: #fff;
	margin-bottom: 30px
}

.filters {
	height: 75px;
}

.filters h4 {
	float: left;
	padding-top: 25px;
	padding-left: 20px;
	font-size: 20px;
	}

.filters .button {
	background: #9d2235;
	color: #fff;
	float: right;
	padding: 10px;
	margin-top: 14px;
	margin-right: 20px;
	font-size: 16px;
}

article .half-block {
	/*width: 47%;*/
	display: inline-block;
}

article.half-block .button {
	background: #9d2235;
	color: #fff;
	font-size: 16px;
}

article.half-block .image {
	padding: 0;
	border: 4px solid #D3E6F4;
	margin-bottom: 10px;
	width: 98%;
	height: 140px;
	background-position: center center;
	background-size: 100%;
}

article.half-block img.attachment-program-thumbnail, img.attachment-program-thumbnail.wp-post-image {
	padding: 0;
	border: 4px solid #D3E6F4;
	margin-bottom: 10px;
	height: 200px;
}


article.half-block h3 {
	border-bottom: solid 5px #193547;
}


/*
Video Archive
---------------------------------------------------------------------------------------------------- */

/* Video Play Icon  - Props: http://nanvel.name/weblog/play-icon-using-pure-css/ */

.video-thumbnail {
	position: relative;
	height: 143px;
	width: 255px;
}

.play-button {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 30%;
	right: 105px;
	border: 4px solid #222;
	border-radius: 25px;

	transition: all 0.3s;
}

.play-button span {
	position: absolute;
	left: 13px;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 25px solid #222;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	
	transition: all 0.3s;
}

a .play-button:hover {
	border-color: #fff;
}

a .play-button:hover span {
	border-left: 25px solid #fff;
}
/*
Whistles Plugin (Tabs, Accordions, Toggles)
---------------------------------------------------------------------------------------------------- */

.whistles {
	line-height: 1.5;
}

.whistles::after,
.whistle-content::after {
	content:    ".";
	display:    block;
	height:     0;
	clear:      both;
	visibility: hidden;
}

.whistle-title:hover {
	cursor: pointer;
}

.whistle-content {
	overflow: hidden;
}

/**
 * Tabs
 */

/* Wraps the entire tabbed section. */
.whistles-tabs {}

	/* Unordered list. */
	.whistles-tabs .whistles-tabs-nav {
		list-style: none;
		margin: 0;
	}

		/* Individual list item. */
		.whistles-tabs .whistles-tabs-nav li {
			display: inline-block;
		}

			/* Link within list item. */
			.whistles-tabs .whistles-tabs-nav li a {
				display:            inline-block;
				padding:            0.5rem 1.5rem;
				font-size:          0.75em;
				font-family:        Arial, sans-serif;
				font-weight:        bold;
				color:              #777;
				background:         #f5f5f5;
				border:             1px solid #ececec;
				border-right-width: 0;
			}

			.whistles-tabs .whistles-tabs-nav li:last-child a {
				border-right-width: 1px;
			}

			.whistles-tabs .whistles-tabs-nav li a:hover {
				color:      #555;
				background: #f9f9f9;
			}
			.whistles-tabs .whistles-tabs-nav li[aria-selected="true"] a {
				color:               #555;
				background:          #fff;
				border-bottom-color: #fff;
			}

	/* Wraps all of the tab content panels. */
	.whistles-tabs .whistles-tabs-wrap {
		margin:     -1px 0 0;
		padding:    1.5rem 1.5rem 0 1.5rem;
		color:      #666;
		background: #fff;
		border:     1px solid #ececec;
	}

		/* Individual tab content. */
		.whistles-tabs-wrap .whistle-content {}

/**
 * Toggle/Accordion
 */

/* Wraps the entire toggle/accordion section. */
.whistles-toggle,
.whistles-accordion {}

	/* Title for individual section. */
	.whistles-toggle .whistle-title,
	.whistles-accordion .whistle-title {
		margin:           0;
		padding:          0.5rem 1.5rem;
		font-size:        0.75em;
		font-family:      Arial, sans-serif;
		font-weight:      bold;
		color:            #777;
		background:       #f5f5f5;
		border:           1px solid #ececec;
		border-top-width: 0;
	}

		.whistles-toggle .whistle-title:first-child, 
		.whistles-accordion .whistle-title:first-child {
			border-top-width: 1px;
		}

		.whistles-toggle .whistle-title:hover,
		.whistles-toggle .whistle-title[aria-selected="true"],
		.whistles-accordion .whistle-title:hover, 
		.whistles-accordion .whistle-title[aria-selected="true"] {
			color:      #555;
			background: #ededed;
		}

	/* Individual toggle section content. */
	.whistles-toggle .whistle-content,
	.whistles-accordion .whistle-content {
		margin:     -1px 0 0;
		padding:    1.5rem 1.5rem 0 1.5rem;
		color:      #666;
		background: #fff;
		border:     1px solid #ececec;

			-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

/*
To Top
---------------------------------------------------------------------------------------------------- */
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: rgba(0, 0, 0, 0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
 
.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}
 
.to-top.top-fade-out {
	opacity:.5;
}
 
.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}
 
@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}
 
@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

/*
Developer styles
---------------------------------------------------------------------------------------------------- */
.dev .dev-notice {
	display: none;
}

.dev .filter-bar {
	background-color: #444;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding-left: 20px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1160px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 840px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.home-top .widget_text {
		font-size: 40px;
	}
	
	.footer-widgets-1 {
		width: 240px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 140px;
	}
	
	.button a {
		font-size: 12px;
	}

}

@media only screen and (max-width: 1023px) {

	.jewsforjudaism-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 840px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 100%;
	}
	
	.title-area {
		position: relative;
		margin-bottom: 6px;
	}

	.header-image .site-title a {
		background-position: center top !important;
		background-size: contain !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.footer-widgets,
	.genesis-nav-menu,
	.site-header .widget-area,
	.home-bottom,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}
	
	.jewsforjudaism-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}
	
	html > body.jewsforjudaism-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}
	
	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}
	
	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}
	
	.home-top .wrap {
		padding: 60px;
	}
	
	.home-top .widget_text {
		font-size: 30px;
	}
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}
	
	.home-bottom .enews p {
		margin-bottom: 20px;
	}
		
	.footer-widgets-1 {
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 23.0769%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}

}

@media only screen and (max-width: 768px) {

	body {
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.jewsforjudaism-landing .site-inner,
	.site-inner {
		padding-top: 20px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	section.quick-find .wrap{
		height: auto;
	}

	.quick-find aside section:nth-child(1) {
		height: 80px;
	}

	.quick-find aside section:nth-child(2) {
		text-align: center;
		padding: 20px;
	}

	.nav-primary li.fa-search {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		color: #444;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		color: #444;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #fff;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		color: #e7e7e7;
	}
	
	.jewsforjudaism-home .slide-excerpt {
		display: none;
	}
	
	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 40px;
	}
	
	.home-top .widget_text {
		font-size: 24px;
	}
	
	.home-middle .widget {
		width: 100%;
	}
	
	.home-bottom,
	.home-middle {
		padding: 40px 0;
	}
	
	.content .entry-header .entry-meta {
		margin-top: -20px;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}
	
	.entry-footer {
		padding: 20px;
		margin: 0 -20px -20px;
	}
	
	.pagination {
		margin-top: 20px;
	}
	
	.footer-widgets {
		padding-top: 40px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 48.7179%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
		clear: both;
	}
	
	.footer-widgets-3,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}
	
	.site-footer {
		padding: 20px 20px 40px;
	}
	
}

@media only screen and (max-width: 480px) {

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.title-area {
		width: 100%;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin: 0 0 20px;
	}
	
	.home-bottom .enews-widget input[type="email"] {
		margin-bottom: 16px;
		text-align: center;
	}
	
	.title-area {
		max-width: 300px;
	}

}