<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Hadassah Magazine
	Theme URI: http://www.hadassahmagazine.org/
	Description: Hadassah Magazine is a bi-monthly magazine covering politics, culture and social issues, joining prize-winning journalism with readers' diverse interests. 
	Author: Muse Intermedia
	Author URI: http://www.museintermedia.com/
	Version: 1.0

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.015em;
	color: #1a1a1a;
}

a,
button,
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: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	color: #1a1a1a;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: none;
}

a.readmore {  
	display: inline-block;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica; 
	font-size: 15px; 
	letter-spacing: 0.015em;
	color: #1A1A1A; 
	text-decoration: none;  
 }

a.readmore-orange {  
	display: inline-block;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica; 
	font-size: 15px; 
	letter-spacing: 0.015em;
	color: #FF9F00; 
	text-decoration :none; 
}

a.readmore:after {
	width: 8px;
	height: 11px;
	padding-left: 5px;
	content: url('images/read-more.png');
}

a.readmore-orange:after {
	width: 8px;
	height: 11px;
	padding-left: 5px;
	content: url('images/read-more-orange.png');
}

.page-id-285 a.readmore, .jewish-traveler a.readmore { 
	position: absolute;
	top: 20px;
	right: 20px;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

strong {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	line-height: 1.25em;
	letter-spacing: 0.015em;
	color: #1a1a1a;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.entry-content h1, .entry-content h2 {
    margin: 30px 0px 30px 0px;
}

h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {		
	color: #FF9F00;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.025em;
	background: #F3F3F3;
	color: #1A1A1A;
	border: none;
	padding: 4px 6px !important;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial,Helvetica !important; 
	font-size: 16px;  
	letter-spacing: 0em;
	color: #ffffff; 
	border: none; 
	padding: 10px 10px 10px 10px; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #FF9F00;
	cursor: pointer;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: #000000;
	border: none;
	text-decoration: none;
}

.entry-content a.single {
	display: block; 
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.010em;
	border: none;
	float: left;
	background: #F3F3F3;
	color: #404040;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 5px 10px;
}

.entry-content a.top, .entry-content a.back { 
	display: block;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.010em;
	float: right;
	background: #F3F3F3; 
	color: #404040;
	padding: 5px 10px 5px 10px;
}

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;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 1058px;
}

.site-inner {
	background-color: #f0f0f0; 
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 758px;
	border-left: 1px solid #f3f3f3; 
	border-right: 1px solid #f3f3f3;
}

.content-sidebar-wrap {
	position: relative;	
}

.single .content, .page .content, .search-results .content {
	padding: 0px 25px 50px 25px;
}

.home .content {
	padding: 0px 0px 0px 0px;
}

.page-id-65 .content {
	padding: 25px 25px 50px 25px;
}

.page-id-32 .content, .page-id-33 .content, .page-id-35 .content, .page-id-37 .content {
	padding: 0px 0px 0px 0px;
}

.page-id-39 .content, .page-id-40 .content, .page-id-42 .content, .page-id-44 .content, .page-id-46 .content, .page-id-48 .content {
	padding: 0px 0px 0px 0px;
}

.page-id-50 .content, .page-id-52 .content, .page-id-54 .content, .page-id-56 .content, .page-id-58 .content, .page-id-60 .content, .page-id-62 .content {
	padding: 0px 0px 0px 0px;
}

.content-sidebar .content {
	float: left;
	background: #ffffff;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* 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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form { 
	display: block;
	width: 305px; 
	height: 54px; 
	overflow: hidden;
	position: relative;
	border-top: 5px solid #E6E6E6; 
	border-left: 1px solid #F0F0F0; 
	border-right: 1px solid #F0F0F0; 
	background: #F0F0F0; 
}

.search-form input[type="search"] {
	display: block;
	width: 305px; 
	height: 44px;
	overflow: hidden;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 16px;
	line-height: 33px; 
	letter-spacing: 0.015em;
	color: #1a1a1a;
	background: #F0F0F0; 
	border: none;
	padding: 5px 35px 5px 15px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.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.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	display: none;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	display: none;
	width: 65%;
	height: auto;
	overflow: hidden;
	font-size: 33.6px;
}

.single .entry-title {
	display: block;	
}

.entry-title a,
.sidebar .widget-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.widget-title {
	display: block; 
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica; 
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0em;
	color: #1a1a1a;
	margin: 20px 0px 0px 20px;
}

.rpwwt-widget ul {
    background: #ffffff;
	padding-top: 10px;
}

.archive-title {	
	display: none;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

.site-header .wrap {
	padding: 15px 0px 30px 0px;	
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: 320px;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 28px 0 0;
	text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 260px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 18px;
	line-height: 33px; 
	letter-spacing: 0;
	color: #1a1a1a;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	border-left: none; 
	border-right: 1px solid #F0F0F0;  
	border-bottom: 1px solid #F0F0F0;
	float: left;
}

.genesis-nav-menu .menu-item:first-of-type { 
	border-left: 1px solid #F0F0F0; 
}

.genesis-nav-menu a {
	color: #1a1a1a;
	display: block;
	/* padding: 8px 21px 8px 20px; */
	padding: 8px 31px 8px 30px;
	position: relative;
}

#nav_menu-6 .genesis-nav-menu a {
	padding: 8px 15px 8px 15px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item &gt; a {

}

.genesis-nav-menu li#menu-item-88 a { border-top:5px solid #AC007C; border-left: none; border-right: none; }
.genesis-nav-menu li#menu-item-82 a { border-top:5px solid #FA4C00; border-left: none; border-right: none; }
.genesis-nav-menu li#menu-item-75 a { border-top:5px solid #FF9F00; border-left: none; border-right: none; }
.genesis-nav-menu li#menu-item-93 a { border-top:5px solid #131313; border-left: none; border-right: none; }
.genesis-nav-menu li#menu-item-286 a { border-top:5px solid #8B8B8B; border-left: none; border-right: none; }

.genesis-nav-menu li#menu-item-88:hover, .genesis-nav-menu li#menu-item-88:hover &gt; a { background: #AC007C; color:#f3f3f3; }
.genesis-nav-menu li#menu-item-82:hover, .genesis-nav-menu li#menu-item-82:hover &gt; a { background: #FA4C00; color:#f3f3f3; }
.genesis-nav-menu li#menu-item-75:hover, .genesis-nav-menu li#menu-item-75:hover &gt; a { background: #FF9F00; color:#f3f3f3; }
.genesis-nav-menu li#menu-item-93:hover, .genesis-nav-menu li#menu-item-93:hover &gt; a { background: #131313; color:#f3f3f3; }
.genesis-nav-menu li#menu-item-286:hover, .genesis-nav-menu li#menu-item-286:hover &gt; a { background: #8B8B8B; color:#f3f3f3; }

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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;
	z-index: 999;
	min-width: inherit;
	width: 100%;
	border-top: 1px solid #FFFFFF;
}

/* Hide Blog */

.genesis-nav-menu li#menu-item-93 {
	display: none;	
}

/* Purple */

.genesis-nav-menu li#menu-item-88 ul.sub-menu, .genesis-nav-menu li#menu-item-88 ul.sub-menu li a {
	width: 181px;
}

/* Orange */

.genesis-nav-menu li#menu-item-82 ul.sub-menu, .genesis-nav-menu li#menu-item-82 ul.sub-menu li a {
	width: 176px;
}

/* Light Orange */

.genesis-nav-menu li#menu-item-75 ul.sub-menu, .genesis-nav-menu li#menu-item-75 ul.sub-menu li a {
	width: 202px;
}

/* Grey */

.genesis-nav-menu li#menu-item-286 ul.sub-menu, .genesis-nav-menu li#menu-item-286 ul.sub-menu li a {
	width: 113px;
}

.genesis-nav-menu .sub-menu li, .genesis-nav-menu .sub-menu li:first-of-type {
	border-left: none; 
	border-right: none;  
	border-bottom: none;
}

.genesis-nav-menu .sub-menu a {
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 14px;
	line-height: 22px; 
	letter-spacing: 0; 
	color: #ffffff;
	padding: 6px 15px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover {

}

.genesis-nav-menu li#menu-item-88 .sub-menu li a { background: rgba(172,0,124,.90); color: #f3f3f3; border-top: none; }
.genesis-nav-menu li#menu-item-82 .sub-menu li a { background: rgba(250,76,0,.90); color: #f3f3f3; border-top: none; }
.genesis-nav-menu li#menu-item-75 .sub-menu li a { background: rgba(255,159,0,.90); color: #f3f3f3; border-top: none; }
.genesis-nav-menu li#menu-item-93 .sub-menu li a { background: rgba(19,19,19,.90); color: #f3f3f3; border-top: none; }
.genesis-nav-menu li#menu-item-286 .sub-menu li a { background: rgba(139,139,139,.90); color: #f3f3f3; border-top: none; }

.genesis-nav-menu li#menu-item-88 .sub-menu li a:hover { background: rgba(172,0,124,1.0); color: #f3f3f3; border-top: none; }
.genesis-nav-menu li#menu-item-82 .sub-menu li a:hover { background: rgba(250,76,0,1.0); color: #f3f3f3; border-top: none; }
.genesis-nav-menu li#menu-item-75 .sub-menu li a:hover { background: rgba(255,159,0,1.0); color: #f3f3f3; border-top: none; }
.genesis-nav-menu li#menu-item-93 .sub-menu li a:hover { background: rgba(19,19,19,1.0); color: #f3f3f3; border-top: none; }
.genesis-nav-menu li#menu-item-286 .sub-menu li a:hover { background: rgba(139,139,139,1.0); color: #f3f3f3; border-top: none; }

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover &gt; .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu &gt; .first &gt; a {
	padding-left: 0;
}

.genesis-nav-menu &gt; .last &gt; a {
	padding-right: 0;
}

.genesis-nav-menu &gt; .right {
	display: inline-block;
	width: 300px; 
	height: 54px; 
	float: right;
	list-style-type: none;
}

.genesis-nav-menu &gt; .right &gt; a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu &gt; .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Header Widget Area */

.site-header .header-widget-area .widget-title {
	display: none;	
}

.site-header .header-widget-area .widget_text {
	display: inline-block;
	width: 180px; 
	height: 21px;
	overflow: hidden;
	margin: 15px 0px 0px 0px;  
}

/* Text Resize */

.site-header .header-widget-area .wpTextResize {
	width: 200px;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 14px;
	line-height: 33px; 
	letter-spacing: 0.022em;	
	color: #1a1a1a;
	float: right;
}

.site-header .header-widget-area .wpTextResizeControls a {
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	line-height: 33px; 
	letter-spacing: 0.022em;	
	color: #1a1a1a;
}

.site-header .header-widget-area .wpTextResizeControls a:hover {
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	line-height: 33px; 
	letter-spacing: 0.022em;
	color: #AC007C;	
}

/* Social Icons */

.site-header .header-widget-area .icons { 
	display: block;
	width: 100%; 
	height: auto;
	overflow: hidden;
}

.site-header .header-widget-area .icons span { 
	display: block;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica; 
	font-size: 14px;
	letter-spacing: .022em;
	font-weight: bold;  
	color:#3c3c3c;
	float: right;
	text-align: right; 
	margin: 0px 10px 0px 10px; 
}

.site-header .header-widget-area .icons a {
	display: block;
	float: right; 
	text-align: right;
	margin: 0px 0px 0px 5px; 
}

/* Top Menu */

.site-header .header-widget-area .widget_nav_menu {
	display: inline-block; 
	width: 550px;
	float: left;
}

.site-header .header-widget-area .widget_nav_menu ul li {
	float: right;	
}

.site-header .header-widget-area .widget_nav_menu ul li, .site-header .header-widget-area .widget_nav_menu ul li:first-of-type {
	border-left: none; 
	border-right: none;  
	border-bottom: none;
}

.site-header .header-widget-area .widget_nav_menu ul li a {
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-weight: bold;
	font-size:14px;
	line-height: 33px;
	letter-spacing: .022em;
	color: #3c3c3c; 	
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
}

.entry-content {
	position: relative;	
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 16px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol &gt; li {
	list-style-type: decimal;
}

.entry-content ul &gt; li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .divider {
	display: block;
	width: 758px;
	height: 1px;
	overflow: hidden; 
	border-bottom: 1px solid #f3f3f3;
	margin: 0px 0px 10px -25px;
}

.entry-header .entry-meta {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.025em;
	color: #1A1A1A;	
	clear: both;
	margin: 0 0 24px -60px;
	overflow: hidden;
	padding-left: 60px;
}

.entry-header .entry-meta a.entry-author-link {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.025em;
	color: #FF9F00;
	text-decoration: none;
}

.entry-content .a2a_kit { 
	position: absolute; 
	width: 200px; 
	right: -50px; 
	top: 80px; 
	text-align: right;
}

.entry-content .a2a_kit a.a2a_button_pinterest_pin {
	width: 45px !important;	
}

.entry-mobile-header {
	display: none;	
}

.entry-content .email-print {
	position: absolute;
	top: 50px;
	right: 20px;
}

.entry-content .email-print a.emaillink, .entry-content .email-print a.printlink {
	display: block;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.025em;
	color: #1A1A1A;	
	float: left; 
	text-align: left; 
	padding: 0px 5px 0px 5px;
}

.entry-content .email-print a.emaillink, .entry-content .email-print a.printlink {
	color: #1A1A1A;
	text-decoration: none;
}

.entry-content .email-print a.emaillink img, .entry-content .email-print a.printlink img {
	margin-top: -3px;
} 

/* Single Post Category Display */

h1.category {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #1A1A1A;
	text-transform: uppercase;
	padding: 25px 0px 5px 0px;
} 

.single-video h1.category, .single-video .a2a_kit {
	display: none;
}

h1.category a.category-title-purple {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #AC007C;
	text-decoration: none;
}

h1.category a.category-title-orange {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #FA4C00;
	text-transform: uppercase;
	text-decoration: none;
}

h1.category span.category-title-purple br, h1.category span.category-title-orange br, h1.category span.category-title-light-orange br, h1.category span.category-title-black br, h1.category span.category-title-grey br { 
	display: none;
}

h1.category span.category-title-purple a {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #AC007C;
	text-transform: uppercase;
	text-decoration: none;
}

h1.category span.category-title-orange a {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #FA4C00;
	text-transform: uppercase;
	text-decoration: none;
}

h1.category span.category-title-light-orange a {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #FF9F00;
	text-transform: uppercase;
	text-decoration: none;
}

h1.category span.category-title-black a {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #131313;
	text-transform: uppercase;
	text-decoration: none;
}

h1.category span.category-title-grey a {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #8B8B8B;
	text-transform: uppercase;
	text-decoration: none;
}

h1.category span a:after { 
	color: #131313; 
	content: ' | '; 
}

h1.category span:last-child a:last-of-type:after { 
	color: #ffffff; 
	content: ''; 
}

h1.category a.category-title-light-orange {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #FF9F00;
	text-transform: uppercase;
	text-decoration: none;
}

h1.category a.category-title-black {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #131313;
	text-transform: uppercase;
	text-decoration: none;
}

h1.category a.category-title-grey {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.050em;
	color: #8B8B8B;
	text-transform: uppercase;
	text-decoration: none;
}

.entry-footer .entry-meta {
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-meta .post-bottom {
	position: relative;
	width: 758px;
	height: 30px;
	margin: 0px 0px 10px -25px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.entry-footer .entry-meta .post-bottom .email-print {
	position:absolute;
	right: 0px;
	top: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a {
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	height: 30px;
}

.entry-footer .entry-meta .post-bottom .email-print a:last-of-type {
	border-left: 1px solid #f3f3f3;
	border-right: none;
}

.entry-footer .entry-meta .post-bottom .a2a_kit { 
	position:absolute; 
	width: 300px; 
	left: 10px;  
	top: 5px; 
}

/* Half and Full Image */

.page .entry-content .full-image, .page .entry-content .half-image {
	display: none;	
}

.entry-content .half-image .caption-half, .entry-content .full-image .caption-full {
	font-family:'Frutiger LT W01_45 Ligh1475730', Arial, Helvetica;
	color: #1a1a1a;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0;
	padding: 5px 0px 0px 0px;
}

.entry-content .full-image {
	display: block;	
	padding: 0px 0px 5px 0px;
}

.entry-content .half-image {
	display: block;
	float: right;	
	padding: 0px 0px 5px 5px;
}

/* Pagination
--------------------------------------------- */

.wp-pagenavi {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 20px 0px;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial,Helvetica;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.010em;
	background: #F3F3F3;
	color: #404040;
	margin: 0px 10px 0px 0px !important;
	padding: 5px 10px 5px 10px !important;
	border: none !important;	
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover, .wp-pagenavi span.current {
	background: #6bd5f1;
	color: #ffffff;
	text-decoration: none;
}

.wp-pagenavi span.pages:hover {
	color: #404040 !important;
	background: #F3F3F3 !important;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	overflow: hidden;
}

#comments h3, #reply-title {
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.025em;
	color: #1A1A1A;
}

#reply-title:after { 
    display: inline-block;
	width: 18px; 
	height: 17px;
    content: url('images/comment-icon.png'); 
	margin: 0px 0px 0px 5px; 	
} 

.comment-notes {
	display: none;	
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.comment-respond label {
	display: block;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial,Helvetica;	
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.010em;
	color: #404040;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 0px 0px 30px 0px;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	width: 100%;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;	
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.025em;
	color: #1A1A1A;
	float: left;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
}

.comment-content {
	clear: both; 
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.025em;
	color: #1A1A1A;
	padding: 10px 0px 10px 0px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0px 0px 10px 0px;
}

.comment .avatar {
	margin-right: 10px;
}

.comment-reply {
	padding: 10px 0px 10px 0px;
}

.comment-reply a { 
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;font-size: 16px; 
	letter-spacing: 0em;
	color: #ffffff;    
	padding: 5px 10px 5px 10px; 
	background: #ea9e11; 
}

.comment-reply a:hover { 
	background: #000000; 
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	display: none;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol &gt; li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul &gt; li {
	text-indent: 0;
}

.widget ul &gt; li {
	list-style-position: outside;
	padding: 0 0 0 0px;
}

.widget ol &gt; li:last-child,
.widget ul &gt; li:last-child {
	margin-bottom: 0;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	background: #f0f0f0;  
	border-left: 1px solid #f3f3f3; 
	border-right: 1px solid #f3f3f3;
	display: inline;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .widget {
	word-wrap: break-word;
}

.sidebar .textwidget { 
	margin: 10px 20px 10px 20px; 
}

.sidebar .widget_polls-widget .widget-title { 
	margin: 10px 0px 0px 10px; 
}

.sidebar .gform_widget .widget-title {
	display: none;	
}

.sidebar .widget_sp_image { 
	padding: 0px 0px 30px 0px; 
}

.sidebar .simple_ads_manager_block_widget .widget-wrap div { 
	padding: 8px 0px 0px 0px; 
}

.sidebar .sam_pro_block_widget .sam-pro-block .sam-pro-block-line .sam-pro-block-item .sam-pro-place {
	padding: 10px 0px 0px 0px; 
}

/* Polls Widget */

.widget_polls-widget { 
	padding: 10px 10px 10px 10px; 
	background: #FFFFFF; 
}

.widget_polls-widget .poll-question { 
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px; 
	line-height: 19px;
	letter-spacing: .015em; 
	color: #1A1A1A;  
	margin: 0px 0px 0px 0px;  
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.widget_polls-widget .wp-polls-form .wp-polls-ans ul.wp-polls-ul li {
	margin: 10px 0px 10px 0px; 
}	

.widget_polls-widget .wp-polls-form .wp-polls-ans ul.wp-polls-ul li label { 
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica; 
	font-size: 13px; 
	line-height: 15px; 
	letter-spacing: .015em; 
	color: #1A1A1A;
	margin: 0px 0px 0px 10px;
	text-align: left; 
}
	
.widget_polls-widget .wp-polls-ans ul.wp-polls-ul li.vote { 
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px; 
	line-height: 15px; 
	letter-spacing: .015em; 
	color: #1A1A1A; 
	margin: 0px 0px 0px 10px;
	text-align: left;
}

.widget_polls-widget .wp-polls-form .wp-polls-ans a.results { 
	display: none; 
}

.widget_polls-widget .wp-polls-form .wp-polls-ans input.Buttons { 
	display: table-cell; 
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 16px; 
	line-height: 33px; 
	letter-spacing: 0em; 
	color: #FFFFFF; 
	background: #FF9F00;  
	border: none; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;  
	-webkit-box-shadow: none; 
	box-shadow: none; 
	padding: 0px 0px 0px 0px; 
	text-shadow: none; 
	vertical-align: middle;  
}

.widget_polls-widget .wp-polls-form .wp-polls-ans ul.wp-polls-ul li { 
	display: inline-block; 
}

.widget_polls-widget .wp-polls-form .wp-polls-ans ul.wp-polls-ul li:first-of-type { 
	margin: 0px 0px 0px 10px; 
}

.widget_polls-widget .wp-polls-form .wp-polls-ans ul.wp-polls-ul li input.regular-radio {  
	display: inline-block;
	position: relative;  
	-webkit-appearance: none;     
	background-color: #F3F3F3; 
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); 
	padding: 10px 10px 10px 10px;  
	margin: 0px 0px 0px 5px; 
	border-radius: 50px;
	border: 1px solid #CCCCCC; 
}

.widget_polls-widget .wp-polls-form .wp-polls-ans ul.wp-polls-ul li input.regular-radio:checked:after { 
	content: ' '; 
	width: 10px; 
	height: 10px; 
	border-radius: 50px; 
	position: absolute; 
	top: 5px; 
	left: 5px; 
	background: #FF9F00; 
}

/* Newsletter */

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto 20px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial,Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Special Recent Posts Pro */

.widget_specialrecentpostsPro .srp-widget-container {
	width: 100%;	
}

/* Email Submit */

.gform_wrapper .top_label .gfield_label {
	display: none !important;	
}

/* Most Viewed Posts */

.popular-posts ul &gt; li {
    margin: 0!important;
    list-style: none;
    position: relative;
    padding: 8px 5px;
    border-bottom: 1px solid #f0f0f0;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size:15px; 
	line-height: 21px;
	letter-spacing: .025em; 
	color: #f3f3f3; 
	background: #1a1a1a;  
	clear: both;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 0px;
}

.footer-widgets-1,
.footer-widgets-2, 
.footer-widgets-3,
.footer-widgets-4 {
	width: 25%;
	float: left;
}

.footer-widgets-5 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 15px 25px 15px;
	background: #ffffff;
    color: #000000;
}

.widget_nav_menu {
	padding: 20px 0px 20px 0px;
}

#media_image-2 {
	padding-bottom: 20px;
}

.footer-widgets .widget {
	word-wrap: break-word;
}

.footer-widgets a, .footer-widgets a:hover {
	color: #f1f1f1; 
	text-decoration: none;
}

.footer-widgets-5 .textwidget { 
	font-size: 12px; 
	line-height: 21px; 
	letter-spacing: .025em; 
}

.footer-widgets ul.menu li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	line-height: 21px; 
	letter-spacing: 0.025em;
	margin: 0px 0px 10px 0px;
}

.footer-widgets .icons { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer-widgets .icons span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.footer-widgets .icons a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

/* Header Ad */

.header-ad {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px 0px;	
}

.header-ad .widget-title {
	display: none;	
}

.header-ad .mobile-icons { 
	display: none;
	width: 100%; 
	height: auto;
	overflow: hidden;
}	

.header-ad .mobile-icons a {
	display: block;
	float: right; 
	text-align: right;
	margin: 0px 0px 0px 5px; 
}	

/* Table of Content */

.toc-page-title {
	padding: 25px 0px 0px 25px;	
}

/* Books */

.book-page-title {
	padding: 25px 0px 0px 0px;	
}

.books { 
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
	margin: 0px 0px 25px -25px;
}

.books .book { 
	display: block; 
	width: 32%;
	height: auto;
	float: left;
	padding: 25px 25px 25px 25px;
	margin: 0px 0px 0px 0px;
	border: 1px solid rgba(243,243,243,.75);
}

.book .image {
	text-align: center;
}

.book .image img {
	width: 100%;
	height: auto;
	padding: 0px 0px 20px 0px;
}

.book .title {
	display: block;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.015em;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
}

.book .author {
	display: block;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.015em;
	padding: 5px 0px 0px 0px;
}

.book .description {
	display: block;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.015em;
}

.book .description p {
	margin: 0px 0px 0px 0px;	
	padding: 5px 0px 0px 0px;
}

.book .purchasing-information {
	display: block;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.015em;	
}

.book .purchasing-information a, .book .purchasing-information a:hover {
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.015em;
	color: #32becd;	
	word-wrap: break-word;
}

/* Archive Page */

#archivetable {
	position: relative;
	margin-left: -25px;
	width: 758px;
	height: auto;
}

#archivetable tr td.header {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 24px;
	line-height: 26px; 
	letter-spacing: 0.015em;
	padding: 10px 0px 10px 25px;
	background: #f3f3f3;
	border-right: 1px solid #FFFFFF;
}

#archivetable tr td {
	border-right: 1px solid #F3F3F3;
}

ul#archivelist {
	margin: 0px 0px 0px 0px;	
}

ul#archivelist &gt; li {
    list-style-type: none;
}

ul#archivelist li {
	margin: 0px 0px 5px 25px;
}

ul#archivelist li a {
	color: #1A1A1A;
}

/* Posts */

.posts {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
}

.post {
	display: block;
	width: 50%;
	height: auto;
	min-height: 425px;
	overflow: hidden;
	float: left;
	background: #ffffff;
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	padding: 25px 25px 25px 25px;	
}

.single-issue .post {
	min-height: 400px;
}

.post:nth-of-type(even) {
	border-right: none;
}

.post .image {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.post .image a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.post .image a img {
	width: 100%;
	height: auto;
}

.post .info {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.post a.title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.015em;
	margin: 5px 0px 5px 0px;
}

.post .post-category-wrap {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.post .post-author-wrap {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.post .text {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;	
	font-size: 13px;
	line-height: 16px; 
	letter-spacing: 0.015em;
	color: #1a1a1a;
}

.post .text p {
	margin: 0px 0px 0px 0px;
}

/* Posts Category */

.post-category {
	display: none;	
}

.single-issue .post-category.preferred {
	display: block;
}

/* Video Page - Begin */

.video-page .content {
	padding: 0px 0px 0px 0px;
}

.video-page .post {
	min-height: 370px;
}

.video-page .post-category {
	display: block;
}

/* Video Page - End */

.post-category a:after {
	content: '|';
	padding: 0px 0px 0px 5px;	
}

.post-category a:last-of-type:after {
	content: '';	
}

.post-category-purple {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #AC007C;
	background: #F0F0F0;
	border-left: 5px solid #AC007C;
	padding-left: 10px; 
	margin: 0px 0px 15px 0px;
}

.post-category-purple a, .post-category-purple a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #AC007C;
	text-decoration: none;
}

.post-category-orange {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FA4C00;
	background: #F0F0F0;
	border-left: 5px solid #FA4C00;
	padding-left: 10px; 
	margin: 0px 0px 15px 0px;
}

.post-category-orange a, .post-category-orange a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FA4C00;
}

.post-category-light-orange {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FF9F00;
	background: #F0F0F0;
	border-left: 5px solid #FF9F00;
	padding-left: 10px; 
	margin: 0px 0px 15px 0px;
}

.post-category-light-orange a, .post-category-light-orange a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FF9F00;
	text-decoration: none;
}

.post-category-black {
	display: none;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #131313;
	background: #F0F0F0;
	border-left: 5px solid #131313;
	padding-left: 10px; 
	margin: 0px 0px 15px 0px;
}

.post-category-black a, .post-category-black a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #131313;
	text-decoration: none;
}

.post-category-grey {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #8B8B8B;
	background: #F0F0F0;
	border-left: 5px solid #8B8B8B;
	padding-left: 10px; 
	margin: 0px 0px 15px 0px;
}

.post-category-grey a, .post-category-grey a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px; 
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #8B8B8B;
	text-decoration: none;
}

/* Posts Category - Display */

.search .post-category-purple, .search .post-category-orange, .search .post-category-light-orange, .search .post-category-black, .search .post-category-grey { 
	display: none;
}

.post-category-purple br, .post-category-orange br, .post-category-light-orange br, .post-category-black br, .post-category-grey br { 
	display: none;
} 

.home .post-category-wrap .post-category.preferred, .archive .post-category-wrap .post-category:nth-of-type(1) {
	display: block;	
}

.page-id-32 .post-category-purple, .page-id-33 .post-category-purple, .page-id-35 .post-category-purple, .page-id-37 .post-category-purple {
	display: block;	
}

.page-id-39 .post-category-orange, .page-id-40 .post-category-orange, .page-id-42 .post-category-orange, .page-id-44 .post-category-orange ,.page-id-46 .post-category-orange, .page-id-48 .post-category-orange {
	display: block;
}

.page-id-50 .post-category-light-orange, .page-id-52 .post-category-light-orange, .page-id-54 .post-category-light-orange, .page-id-56 .post-category-light-orange, .page-id-58 .post-category-light-orange, .page-id-60 .post-category-light-orange, .page-id-62 .post-category-light-orange {
	display: block;	
}

.category-blog .post-category-black {
	display: block;	
}

.page-id-285 .post-category-grey {
	display: block;	
}

/* Post Author */

.page-id-32 .post-author-purple, .page-id-39 .post-author-orange, .page-id-50 .post-author-light-orange, .page-id-285 .post-author-grey {
	display: none;	
}

.post-author { 
	display: none; 
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
}

.post-author-purple a, .post-author-purple a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	letter-spacing: 0.025em;
	color: #AC007C;
	text-decoration: none;
}

.post-author-orange a, .post-author-orange a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	letter-spacing: 0.025em;
	color: #FA4C00;
	text-decoration: none;
}

.post-author-light-orange a, .post-author-light-orange a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	letter-spacing: 0.025em;
	color: #FF9F00;
	text-decoration: none;
}

.post-author-black a, .post-author-black a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	letter-spacing: 0.025em;
	color: #131313;
	text-decoration: none;
}

.post-author-grey a, .post-author-grey a:hover {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	letter-spacing: 0.025em;
	color: #8B8B8B;
	text-decoration: none;
}

/* Post Author - Display */

.category .post-author-wrap .post-author:nth-of-type(1) {
	display: block;	
}

.home .post-author-wrap .post-author:nth-of-type(1) {
	display: none;	
}

.home .post-author-wrap .post-author.preferred {
	display: block;	
}

.page-id-32 .post-author-purple, .page-id-33 .post-author-purple, .page-id-35 .post-author-purple, .page-id-37 .post-author-purple {
	display: block;	
}

.page-id-39 .post-author-orange, .page-id-40 .post-author-orange, .page-id-42 .post-author-orange, .page-id-44 .post-author-orange ,.page-id-46 .post-author-orange, .page-id-48 .post-author-orange {
	display: block;
}

.page-id-50 .post-author-light-orange, .page-id-52 .post-author-light-orange, .page-id-54 .post-author-light-orange, .page-id-56 .post-author-light-orange, .page-id-58 .post-author-light-orange, .page-id-60 .post-author-light-orange, .page-id-62 .post-author-light-orange {
	display: block;	
}

.category-.single.blog .post-author-black {
	display: block;	
}

/* Single - Post Colors */

/* Purple*/

.single.israel-diaspora .entry-post-content a {
	color: #AC007C;
}

.single.israel-diaspora .entry-header .entry-meta a.entry-author-link { 
	color: #AC007C;
} 

.single.israel-diaspora .entry-content .pagination ul li.current a, .single.israel-diaspora .entry-content .pagination ul li a:hover, .single.israel-diaspora .entry-content ul.pagination a.single:hover, .single.israel-diaspora .entry-content ul.pagination a.top:hover { 	
	background: #AC007C; 
	color: #FFFFFF; 
}

.single.israel-diaspora .nav-primary li#menu-item-88.current_page_item, .single.israel-diaspora .nav-primary li#menu-item-88 a {
	background: #AC007C; 
	color: #FFFFFF; 
} 

.single.israel-diaspora .entry-content .continued { 
	color: #AC007C;
} 

.single.israel-diaspora button,
.single.israel-diaspora input[type="button"],
.single.israel-diaspora input[type="reset"],
.single.israel-diaspora input[type="submit"],
.single.israel-diaspora .button,
.single.israel-diaspora .entry-content .button { 
	background: #AC007C;
} 

.single.israel-diaspora .comment-reply a { 
	background: #AC007C;
} 

.israel-diaspora .wp-pagenavi a:hover, .israel-diaspora .wp-pagenavi span:hover, .israel-diaspora .wp-pagenavi span.current {
	background: #AC007C;
}

/* Orange */

.single.culture-travel .entry-post-content a {
	color: #FA4C00;
}

.single.culture-travel .entry-header .entry-meta a.entry-author-link { 
	color: #FA4C00;
} 

.single.culture-travel .entry-content .pagination ul li.current a, .single.culture-travel .entry-content .pagination ul li a:hover, .single.culture-travel .entry-content ul.pagination a.single:hover, .single.culture-travel .entry-content ul.pagination a.top:hover { 	
	background: #FA4C00; 
	color: #FFFFFF; 
}

.single.culture-travel .nav-primary li#menu-item-82.current_page_item, .single.culture-travel .nav-primary li#menu-item-82 a {
	background: #FA4C00; 
	color: #FFFFFF; 
} 

.single.culture-travel .entry-content .continued { 
	color: #FA4C00;
} 

.single.culture-travel button,
.single.culture-travel input[type="button"],
.single.culture-travel input[type="reset"],
.single.culture-travel input[type="submit"],
.single.culture-travel .button,
.single.culture-travel .entry-content .button { 
	background: #FA4C00;
} 

.single.culture-travel .comment-reply a { 
	background: #FA4C00;
} 

.culture-travel .wp-pagenavi a:hover, .culture-travel .wp-pagenavi span:hover, .culture-travel .wp-pagenavi span.current {
	background: #FA4C00;
}

/* Light Orange */

.single.community-faith .entry-post-content a {
	color: #FF9F00;
}

.single.community-faith .entry-header .entry-meta a.entry-author-link { 
	color: #FF9F00;
} 

.single.community-faith .entry-content .pagination ul li.current a, .single.community-faith .entry-content .pagination ul li a:hover, .single.community-faith .entry-content ul.pagination a.single:hover, .single.community-faith .entry-content ul.pagination a.top:hover { 	
	background: #FF9F00; 
	color: #FFFFFF; 
}

.single.community-faith .nav-primary li#menu-item-75.current_page_item, .single.community-faith .nav-primary li#menu-item-75 a {
	background: #FF9F00; 
	color: #FFFFFF; 
} 

.single.community-faith .entry-content .continued { 
	color: #FF9F00;
} 

.single.community-faith button,
.single.community-faith input[type="button"],
.single.community-faith input[type="reset"],
.single.community-faith input[type="submit"],
.single.community-faith .button,
.single.community-faith .entry-content .button { 
	background: #FF9F00;
} 

.single.community-faith .comment-reply a { 
	background: #FF9F00;
} 

.community-faith .wp-pagenavi a:hover, .community-faith .wp-pagenavi span:hover, .community-faith .wp-pagenavi span.current {
	background: #FF9F00;
}

/* Black */

.single.blog .entry-post-content a {
	color: #131313;
}

.single.blog .entry-header .entry-meta a.entry-author-link { 
	color: #131313;
} 

.single.blog .entry-content .pagination ul li.current a, .single.blog .entry-content .pagination ul li a:hover, .single.blog .entry-content ul.pagination a.single:hover, .single.blog .entry-content ul.pagination a.top:hover { 	
	background: #131313; 
	color: #FFFFFF; 
}

.single.blog .nav-primary li#menu-item-93.current_page_item, .single.blog .nav-primary li#menu-item-93 a {
	background: #131313; 
	color: #FFFFFF; 
} 

.single.blog .entry-content .continued { 
	color: #131313;
} 

.single.blog button,
.single.blog input[type="button"],
.single.blog input[type="reset"],
.single.blog input[type="submit"],
.single.blog .button,
.single.blog .entry-content .button { 
	background: #131313;
} 

.single.blog .comment-reply a { 
	background: #131313;
}

.blog .wp-pagenavi a:hover, .blog .wp-pagenavi span:hover, .blog .wp-pagenavi span.current {
	background: #131313;
} 

/* Grey */

.single.archives .entry-post-content a {
	color: #8B8B8B;
}

.single.archives .entry-header .entry-meta a.entry-author-link { 
	color: #8B8B8B;
} 

.single.archives .entry-content .pagination ul li.current a, .single.archives .entry-content .pagination ul li a:hover, .single.archives .entry-content ul.pagination a.single:hover, .single.archives .entry-content ul.pagination a.top:hover { 	
	background: #8B8B8B; 
	color: #FFFFFF; 
}

.single.archives .nav-primary li#menu-item-286.current_page_item, .single.archives .nav-primary li#menu-item-286 a {
	background: #8B8B8B; 
	color: #FFFFFF; 
} 

.single.archives .entry-content .continued { 
	color: #8B8B8B;
} 

.single.archives button,
.single.archives input[type="button"],
.single.archives input[type="reset"],
.single.archives input[type="submit"],
.single.archives .button,
.single.archives .entry-content .button { 
	background: #8B8B8B;
} 

.single.archives .comment-reply a { 
	background: #8B8B8B;
} 

.archives .wp-pagenavi a:hover, .archives .wp-pagenavi span:hover, .archives .wp-pagenavi span.current {
	background: #8B8B8B;
} 

/* Reset Header Submit Background */

.genesis-nav-menu .search input[type="submit"] {
	display: block;
	width: 27px; 
	height: 26px;
	overflow: hidden;
	font-size: 0px;
	position: absolute;
	right: 5px;
	top: 8px;
	border: none;
	background: url(images/magnifier.png) no-repeat;
}

/* Overview Page */

.overview-page .post .text {
	min-height: 100px;
	background: #F0F0F0;
	padding: 10px 20px 10px 20px;
	margin: 1px 0px 0px 0px;	
}

.overview-page .post-category {
	margin: 0px 0px 0px 0px !important;	
}

/* Jewish Traveler */

.jewish-traveler .nav-primary li#menu-item-286.current_page_item, .jewish-traveler .nav-primary li#menu-item-286 a { 
	border-left: none; 
	border-right: none; 
	background: #8B8B8B; 
	color: #FFFFFF; 
}

.jewish-traveler .mapp-layout {
	width: 758px !important;
    margin: 0px 0px 0px -25px;
}

.jewish-traveler .entry-content a.readmore {
	color: #FA4C00;
}

.jewish-traveler .entry-content form {
	display: block;
	width: 758px;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 0px -25px;
	background: #f3f3f3;	
}

.jewish-traveler .entry-content .row {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0px 20px 0px;
}

.jewish-traveler .entry-content form .row .span3 {
	display: block;
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;	
}

.jewish-traveler .entry-content .row .span3 span {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial,Helvetica; 
	font-size: 13px; 
	line-height: 18px; 
	letter-spacing: 0.015em;
	color: #1A1A1A;
	margin: 0px 0px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 150px;
	height: 24px;
	font-family:'Frutiger LT W01_55 Roma1475738',Arial,Helvetica;
	color: rgba(26,26,26,.40);
	font-size: 14px;
	line-height: 15px; 
	letter-spacing: 0.010em;
	padding: 0px 5px 0px 5px;
	border: 1px solid #d94d00;
	background: none;
	 -webkit-box-shadow: none; 
	 box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}

.jewish-traveler .entry-content form .row .span3 .styled-select {
   display: block;
   width: 150px;
   height: 24px;
   overflow: hidden;
   background: url('select-bg.png') no-repeat right #FFFFFF;
   float: left;
   margin: 0px 0px 5px 0px;
}

.jewish-traveler .entry-content form .row .span3 input[type=submit] {
	display: block;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial,Helvetica; 
	font-size: 14px;
	letter-spacing: 0em;
	border: none; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none; 
	box-shadow: none;
	color: rgba(255,255,255,1.0); 
	background: #FA4C00;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 4px 10px 1px 10px; 
}

.jewish-traveler .entry-content form .row .span3 input[type=reset] {
	display: block;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial,Helvetica;
	font-size: 14px;  
	letter-spacing: 0em; 
	border: none; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none; 
	box-shadow: none;
	background: #FA4C00;
	float: left;
	color: rgba(255,255,255,1.0);
	padding: 4px 10px 1px 10px; 
}

.jt-post-wrapper {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 0px 5px;
}

.jt-post {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #f3f3f3;
}

.jt-post .image {
	display: block; 
	width: 186px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0px 20px 0px 0px;
}

.jt-post .image a {
	display: block; 
	width: 186px;
	height: 100px;
	overflow: hidden;
}

.jt-post .image a img {
	width: 186px;
	height: 100px;
}

.jt-post .info {
	display: block; 
	width: 500px;
	height: auto;
	overflow: hidden;
	float: left;
}

.jt-post .info .date-author {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
}

.jt-post .info .date-author a {
	color: #FA4C00;
}

.jt-post .info .title {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
}

.jt-post .info .title a {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 18px;
	line-height: 1.25em;
	letter-spacing: 0.015em;
	color: #1a1a1a;
	margin: 5px 0px 5px 0px;
}

.jt-post .info .excerpt {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
} 

/* Search Posts */

.search-post-wrapper {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 0px 5px;
}

.search-post {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #f3f3f3;
}

.search-post .image {
	display: block; 
	width: 186px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0px 20px 0px 0px;
}

.search-post .image a {
	display: block; 
	width: 186px;
	height: 100px;
	overflow: hidden;
}

.search-post .image a img {
	width: 186px;
	height: 100px;
}

.search-post .info {
	display: block; 
	width: 500px;
	height: auto;
	overflow: hidden;
	float: left;
}

.search-post .info .date-author {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
}

.search-post .info .date-author a {
	color: #FA4C00;
}

.search-post .info .title {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
}

.search-post .info .title a {
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 18px;
	line-height: 1.25em;
	letter-spacing: 0.015em;
	color: #1a1a1a;
	margin: 5px 0px 5px 0px;
}

.search-post .info .excerpt {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
} 

/* Slider Section */

.slider-section {
	display: block; 
	width: 758px;
	height: 425px;
	overflow: hidden;
	background: #f0f0f0;
}

/* Hide Features on About Hebrew Page &amp; Crossword Puzzles Page */
.page-id-60 .slider-section, .page-id-14233 .slider-section {
	display: none;
}

.slider-section ul {
	display: block; 
	width: 758px;
	height: 425px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 758px;
	height: 425px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 700px;
	height: 425px;
	overflow: hidden;
	margin: 0px auto;
}

.slider-section a.image-regular {
	display: block;	
	width: 700px;
	height: 325px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}

.slider-section a.image-regular img {
	display: block;	
	width: 700px;
	height: 325px;
	overflow: hidden;
}

.slider-section .image-mobile {
	display: none;	
	width: 500px;
	height: 325px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}

.slider-section a.image-mobile img {
	display: block;	
	width: 500px;
	height: 325px;
	overflow: hidden;
}

.slider-section .slide-content {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;	
}

.slider-section .slide-content .title {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial,Helvetica;
	font-size: 21px;
	line-height: 24px; 
	letter-spacing: 0.015em;
	color: #1A1A1A;
	padding: 10px 15px 0px 15px;
}

.slider-section .slide-content .text {
	display: block; 
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial,Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.015em;
	color: #1A1A1A;
	padding: 0px 15px 10px 15px;	
}

.slider-section .slide-content .text-mobile {
	display: none; 
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial,Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.015em;
	color: #1A1A1A;
	padding: 0px 15px 10px 15px;	
}

.slider-section .slide-content p {
	margin: 0px 0px 0px 0px;	
}

.slider-section .feature-category-purple {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #AC007C;
	padding: 0px 10px 0px 10px;
	background: #F0F0F0;
	border-left: 5px solid #AC007C;
	position: absolute;
	left: 30px;
	bottom: 101px;
	z-index: 4000;
}

.slider-section .feature-category-orange {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FA4C00;
	padding: 0px 10px 0px 10px;
	background: #F0F0F0;
	border-left: 5px solid #FA4C00;
	position: absolute;
	left: 30px;
	bottom: 101px;
	z-index: 4000;
}

.slider-section .feature-category-light-orange {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FF9F00;
	padding: 0px 10px 0px 10px;
	background: #F0F0F0;
	border-left: 5px solid #FF9F00;
	position: absolute;
	left: 30px;
	bottom: 101px;
	z-index: 4000;
}

.slider-section .feature-category-black {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #131313;
	padding: 0px 10px 0px 10px;
	background: #F0F0F0;
	border-left: 5px solid #131313;
	position: absolute;
	left: 30px;
	bottom: 101px;
	z-index: 4000;
}

.slider-section .feature-category-grey {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #8B8B8B;
	padding: 0px 10px 0px 10px;
	background: #F0F0F0;
	border-left: 5px solid #8B8B8B;
	position: absolute;
	left: 30px;
	bottom: 101px;
	z-index: 4000;
}

.slider-section ul .cycle-prev {
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(images/feature-left.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 137px;
	z-index: 3000;
	opacity: .70;
	cursor: pointer;
} 

.slider-section ul .cycle-next {
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(images/feature-right.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 137px;
	z-index: 3000;
	opacity: .70;
	cursor: pointer;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 20px;
	width: 62.81196581196582%;
	border-right: 1px solid #f3f3f3; 
}

.span4 { 
	float: left;
	margin-left: 20px;
	width: 31.623931623931625%;
	padding: 30px 0px 0px 0px;
}

.span4 .gform_wrapper .top_label .gfield_label {
    display: block !important;
}

.span4 .gform_wrapper input, .span4 .gform_wrapper select, .span4 .gform_wrapper textarea {
    background: #ffffff;
	border: 1px solid #ccc;
}

.span4 .gform_wrapper input[type="submit"] {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important; 
	font-size: 16px;  
	letter-spacing: 0em;
	color: #ffffff; 
	border: none; 
	padding: 10px 10px 10px 10px; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fa4c00;
	cursor: pointer;
}

.page-id-67 .entry-content a {
	color: #fa4c00;
}

/* Mobile Navigation */

.mobile-navigation {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;	
}

.mobile-navigation-icons {
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.022em;
	color: #1a1a1a;
	text-align: center; 
	background: #f0f0f0;
	border-bottom: 1px solid #ffffff;	
}

.mobile-navigation-icons a.menu {
	display: block;
	width: 33%;
	height: 25px;
	overflow: hidden;
	float: left;
	background: url(images/mobile-menu-icon.png) 92% center no-repeat;
	border-right: 1px solid #ffffff;
}

.mobile-navigation-icons a.subscribe {
	display: block;
	width: 33%;
	height: 25px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #ffffff;
}

.mobile-navigation-icons a.search {
	display: block;
	width: 33%;
	height: 25px;
	overflow: hidden;
	float: left;
	background: url(images/mobile-menu-search.png) 92% center no-repeat;
}

/* Mobile Menu */

#mobile-menu {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;	
	position: absolute;
	z-index: 3000;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
}

#mobile-menu .menu {
	clear: both;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 18px;
	line-height: 30px; 
	letter-spacing: 0;
	color: #1a1a1a;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#mobile-menu .menu .menu-item {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mobile-menu .menu .menu-item.menu-item-93 {
	display: none;	
}

#mobile-menu .menu .menu-item a {
	color: #1a1a1a;
	display: block;
	padding: 5px 0px 5px 0px;
	position: relative;
}

#mobile-menu .menu li:hover,
#mobile-menu .menu a:hover {
	text-decoration: none;
}

#mobile-menu .menu li.menu-item-88 a { border-top:5px solid #AC007C; border-left: none; border-right: none; }
#mobile-menu .menu li.menu-item-82 a { border-top:5px solid #FA4C00; border-left: none; border-right: none; }
#mobile-menu .menu li.menu-item-75 a { border-top:5px solid #FF9F00; border-left: none; border-right: none; }
#mobile-menu .menu li.menu-item-93 a { border-top:5px solid #131313; border-left: none; border-right: none; }
#mobile-menu .menu li.menu-item-286 a { border-top:5px solid #8B8B8B; border-left: none; border-right: none; }

/* Mobile Subscribe */

#mobile-subscribe {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 3000;
	top: 0px;
	left: 0px;
	background: #FFFFFF;	
}

#mobile-subscribe a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 18px;
	line-height: 30px; 
	letter-spacing: 0;
	color: #1a1a1a;
	text-align: center;
	border-top: 5px solid #f3f3f3;	
	padding: 5px 0px 5px 0px;
}

#mobile-subscribe .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

#mobile-subscribe .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

#mobile-subscribe .gform_wrapper .hidden_label input.large, #mobile-subscribe .gform_wrapper .hidden_label select.large, #mobile-subscribe .gform_wrapper .top_label input.large, #mobile-subscribe .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
}

#mobile-subscribe .gform_wrapper .gform_footer input.button, #mobile-subscribe .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #AC007C;
    cursor: pointer;
}

/* Mobile Search */

#mobile-search {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 3000;
	top: 0px;
	left: 0px;
	background: #FFFFFF;	
}

#mobile-search .search-form { 
	display: block;
	width: 100%; 
	height: 54px; 
	overflow: hidden;
	position: relative;
	border-top: 5px solid #E6E6E6; 
	background: #F0F0F0; 
}

#mobile-search .search-form input[type="search"] {
	display: block;
	width: 100%; 
	height: 44px;
	overflow: hidden;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
	font-size: 16px;
	line-height: 33px; 
	letter-spacing: 0.015em;
	color: #1a1a1a;
	background: #F0F0F0; 
	border: none;
	padding: 5px 35px 5px 15px;
}

#mobile-search .search-form input[type="submit"] {
    display: block;
    width: 27px;
    height: 26px;
    overflow: hidden;
    font-size: 0px;
    position: absolute;
    right: 5px;
    top: 8px;
    border: none;
    background: url(images/magnifier.png) no-repeat;
}

/* Mobile Section Title */

#mobile-section-title {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;	
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 16px;
	line-height: 50px; 
	letter-spacing: 0.010em;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
}

.home #mobile-section-title, .search #mobile-section-title {
	display: none;
}

.israel-diaspora #mobile-section-title, .video-page #mobile-section-title {
	background: #AC007C;
}

.culture-travel #mobile-section-title {
	background: #FA4C00;
}

.community-faith #mobile-section-title {
	background: #FF9F00;
}

.blog #mobile-section-title {
	background: #1313;
}

.archives #mobile-section-title {
	background: #8B8B8B;
}

/* Photo Gallery */

#photo-gallery {
	display: block;
	width: 100%;
	height: 440px;
	overflow: hidden;
}

#photo-gallery li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.photo-gallery-item {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.photo-gallery-item .image-container {
	display: inline-block;
	width: 480px;
	height: auto;
	overflow: hidden;
	float: left;
	vertical-align: middle;
}

.photo-gallery-item .image-container .image {
	display: block;
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
	background-color: #131313; 
}

.photo-gallery-item .image-container .image a {
	display: block;
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
	background-color: #131313; 
}

.photo-gallery-item .image-container .image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.photo-gallery-item .image-container .caption {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.photo-gallery-item .image .social {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.photo-gallery-item .info {
	display: inline-block;
	width: 210px;
	height: auto;
	overflow: hidden;
	margin: 0% 2% 0% 0%;
	float: left;
}

.photo-gallery-item .info .item-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family:'Frutiger LT W01_65 Bold1475746', Arial, Helvetica;
	font-size: 23px;
	line-height: 1.25em;
	letter-spacing: 0.015em;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.photo-gallery-item .info .item-description {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.photo-gallery-item .info .social {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.photo-gallery-item .info .social .a2a_kit {
    display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
    left: 0px;
    text-align: left;
    top: 0px;
}

.photo-gallery-item .info a.photo-link {
    display: block;
    width: 50%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 14px;
	line-height: 14px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
	text-align: center;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

.photo-gallery-item .info a.photo-link:hover {
	background: #FA4C00;
}

.photo-gallery-item .info .social {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#photo-gallery .cycle-prev {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(images/feature-left.png) no-repeat;
	position: absolute;
	left: 32%;
	top: 40%;
	z-index: 3000;
	cursor: pointer;
	opacity: .70;
} 

#photo-gallery .cycle-next {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(images/feature-right.png) no-repeat;
	position: absolute;
	right: 0%;
	top: 40%;
	z-index: 3000;
	cursor: pointer;
	opacity: .70;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {


	
}

@media only screen and (max-width: 1024px) {

.site-container {
	max-width: 1024px;
}

.content {
	width: 707px;
}

.genesis-nav-menu a {
 	padding: 8px 15px 8px 15px;
}

.entry-content .divider {
	width: 707px;
}

.entry-footer .entry-meta .post-bottom {
	width: 707px;
}

.books { 
	width: 707px;	
}

#archivetable {
	width: 707px;
}

.jewish-traveler .mapp-layout {
	width: 707px !important;
}

.jewish-traveler .entry-content form {
	width: 707px;
}

.slider-section {
	width: 707px;
}

.slider-section ul {
	width: 707px;
}

.slider-section li.slide {
	width: 707px;
}

.slider-section .slide-wrap {
	width: 707px;
}

/* Photo Gallery */

.photo-gallery-item .info {
	width: 160px;
}

}

@media only screen and (max-width: 768px) {
	
/* Content */

.site-container {
	max-width: 768px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 768px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 768px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 768px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 768px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
}

.site-title a {
	float: none;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 440px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 440px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 440px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 440px;
	overflow: hidden;
	margin: 0px auto;
}

.slider-section a.image-regular {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-regular img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 88px;
}

.slider-section ul .cycle-prev {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 36%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	width: 25px;
	height: 25px;
	right: 0px;
	top: 36%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

/* Photo Gallery */

.photo-gallery-item .info {
	width: 250px;
}

}

@media only screen and (max-width: 640px) {
	
/* Content */

.site-container {
	max-width: 640px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 640px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 640px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 640px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 640px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
}

.site-title a {
	float: none;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin: 0px auto;
}

.slider-section a.image-regular {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-regular img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 88px;
}

.slider-section ul .cycle-prev {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 33%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	width: 25px;
	height: 25px;
	right: 0px;
	top: 33%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 640px;
}

/* Photo Gallery */

#photo-gallery {	
	height: 440px;
}

.photo-gallery-item {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;  
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.photo-gallery-item .info {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin: 3% 0% 0% 0%;
	-ms-flex-order: 2;
    -webkit-order: 2;
	-moz-order: 2;
	order: 2;
}

.photo-gallery-item .image-container {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
	-ms-flex-order: 1;
    -webkit-order: 1;
	-moz-order: 1;
	order: 1;
}

.photo-gallery-item .image-container .image, .photo-gallery-item .image-container .image a {
    height: 200px;
}

#photo-gallery .cycle-prev {
    left: 0%;
    top: 0%;
}

#photo-gallery .cycle-next {
    right: 0%;
    top: 0%;
}
	
}

@media only screen and (max-width: 568px) {
	
/* Content */

.site-container {
	max-width: 568px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 568px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 568px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 568px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 568px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'Frutiger', Arial,Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
}

.site-title a {
	float: none;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 450px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 86px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 37%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	width: 25px;
	height: 25px;
	right: 0px;
	top: 37%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 568px;
}

/* Photo Gallery */

#photo-gallery {	
	height: 440px;
}

.photo-gallery-item {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;  
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.photo-gallery-item .info {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin: 3% 0% 0% 0%;
	-ms-flex-order: 2;
    -webkit-order: 2;
	-moz-order: 2;
	order: 2;
}

.photo-gallery-item .image-container {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
	-ms-flex-order: 1;
    -webkit-order: 1;
	-moz-order: 1;
	order: 1;
}

.photo-gallery-item .image-container .image, .photo-gallery-item .image-container .image a {
    height: 169px;
}

#photo-gallery .cycle-prev {
    left: 0%;
    top: 0%;
}

#photo-gallery .cycle-next {
    right: 0%;
    top: 0%;
}

}

@media only screen and (max-width: 480px) {
	
/* Content */

.site-container {
	max-width: 480px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 480px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 480px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 480px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 480px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 440px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 440px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 94px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 33%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	width: 25px;
	height: 25px;
	right: 0px;
	top: 33%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 480px;
}

/* Photo Gallery */

#photo-gallery {	
	height: 440px;
}

.photo-gallery-item {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;  
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.photo-gallery-item .info {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin: 3% 0% 0% 0%;
	-ms-flex-order: 2;
    -webkit-order: 2;
	-moz-order: 2;
	order: 2;
}

.photo-gallery-item .image-container {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
	-ms-flex-order: 1;
    -webkit-order: 1;
	-moz-order: 1;
	order: 1;
}

.photo-gallery-item .image-container .image, .photo-gallery-item .image-container .image a {
    height: 169px;
}

#photo-gallery .cycle-prev {
    left: 0%;
    top: 0%;
}

#photo-gallery .cycle-next {
    right: 0%;
    top: 0%;
}
	
}

@media only screen and (max-width: 385px) {

/* Content */

.site-container {
	max-width: 385px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 385px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 385px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 385px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 385px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 345px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 345px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}

.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 370px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 370px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 370px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 125px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 30%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	width: 25px;
	height: 25px;
	right: 0px;
	top: 30%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 385px;
}

/* Photo Gallery */

#photo-gallery {	
	height: 440px;
}

.photo-gallery-item {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;  
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.photo-gallery-item .info {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin: 3% 0% 0% 0%;
	-ms-flex-order: 2;
    -webkit-order: 2;
	-moz-order: 2;
	order: 2;
}

.photo-gallery-item .image-container {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
	-ms-flex-order: 1;
    -webkit-order: 1;
	-moz-order: 1;
	order: 1;
}

.photo-gallery-item .image-container .image, .photo-gallery-item .image-container .image a {
    height: 170px;
}

#photo-gallery .cycle-prev {
    left: 0%;
    top: 0%;
}

#photo-gallery .cycle-next {
    right: 0%;
    top: 0%;
}

}

@media only screen and (max-width: 360px) {
	
/* Content */

.site-container {
	max-width: 360px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 360px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 360px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 360px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 360px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 320px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 320px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 360px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 132px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 25%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	width: 25px;
	height: 25px;
	right: 0px;
	top: 25%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 360px;
}

/* Photo Gallery */

#photo-gallery {	
	height: 440px;
}

.photo-gallery-item {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;  
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.photo-gallery-item .info {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin: 3% 0% 0% 0%;
	-ms-flex-order: 2;
    -webkit-order: 2;
	-moz-order: 2;
	order: 2;
}

.photo-gallery-item .image-container {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
	-ms-flex-order: 1;
    -webkit-order: 1;
	-moz-order: 1;
	order: 1;
}

.photo-gallery-item .image-container .image, .photo-gallery-item .image-container .image a {
    height: 170px;
}

#photo-gallery .cycle-prev {
    left: 0%;
    top: 0%;
}

#photo-gallery .cycle-next {
    right: 0%;
    top: 0%;
}

}

@media only screen and (max-width: 320px) {
	
/* Content */

.site-container {
	max-width: 320px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 320px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 320px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 320px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 280px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 280px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 128px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 24%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	width: 25px;
	height: 25px;
	right: 0px;
	top: 24%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 320px;
}

/* Photo Gallery */

#photo-gallery {	
	height: 440px;
}

.photo-gallery-item {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;  
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.photo-gallery-item .info {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin: 3% 0% 0% 0%;
	-ms-flex-order: 2;
    -webkit-order: 2;
	-moz-order: 2;
	order: 2;
}

.photo-gallery-item .image-container {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
	-ms-flex-order: 1;
    -webkit-order: 1;
	-moz-order: 1;
	order: 1;
}

.photo-gallery-item .image-container .image, .photo-gallery-item .image-container .image a {
    height: 170px;
}

#photo-gallery .cycle-prev {
    left: 0%;
    top: 0%;
}

#photo-gallery .cycle-next {
    right: 0%;
    top: 0%;
}

}

/*///// Phone Styles /////*/

/* iPhone 6 Plus in portrait */

@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : portrait) {
	
/* Content */

.site-container {
	max-width: 540px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 540px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 540px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 540px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
}

.site-title a {
	float: none;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin: 0px auto;
}

.slider-section a.image-regular {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-regular img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 88px;
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 33%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 33%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 540px;
}

}

/* iPhone 6 Plus in landscape */

@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : landscape) {
	
.site-container {
	max-width: 960px;
}

.content {
	width: 643px;
}

.genesis-nav-menu {
	font-size: 16px;	
}

.genesis-nav-menu a {
 	padding: 8px 15px 8px 15px;
}

.entry-content .divider {
	width: 643px;
}

.entry-footer .entry-meta .post-bottom {
	width: 643px;
}

.books { 
	width: 643px;	
}

#archivetable {
	width: 643px;
}

.jewish-traveler .mapp-layout {
	width: 643px !important;
}

.jewish-traveler .entry-content form {
	width: 643px;
}

.slider-section {
	width: 643px;
}

.slider-section ul {
	width: 643px;
}

.slider-section li.slide {
	width: 643px;
}

.slider-section .slide-wrap {
	width: 643px;
}

.books { 
	width: 643px;
}

.books .book { 
	width: 50%;
}

}

/* iPhone 6 in portrait */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {

/* Content */

.site-container {
	max-width: 375px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 375px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 375px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 375px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 375px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 335px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 335px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 370px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 370px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 370px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 132px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 26%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 26%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 375px;
}

}

/* iPhone 6 in landscape */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {

/* Content */

.site-container {
	max-width: 667px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 667px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 667px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 667px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 667px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
}

.site-title a {
	float: none;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 390px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 390px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 390px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 390px;
	overflow: hidden;
	margin: 0px auto;
}

.slider-section a.image-regular {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-regular img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 85px;
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 33%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 33%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books { 
	width: 667px;
}

.books .book { 
	width: 50%;
}

}

/* iPhone 5 and 5S in portrait */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

/* Content */

.site-container {
	max-width: 320px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 320px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 320px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 320px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 280px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 280px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 128px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 24%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 24%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 320px;
}

}

/* iPhone 5 and 5S in landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

/* Content */

.site-container {
	max-width: 568px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 568px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 568px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 568px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 568px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
}

.site-title a {
	float: none;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 450px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 86px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 37%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 37%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 568px;
}

}

/* iPhone 2G-4S in portrait */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) { 

/* Content */

.site-container {
	max-width: 320px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 320px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 320px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 320px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 280px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 280px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 128px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 24%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 24%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 320px;
}

}

/* iPhone 2G-4S in landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {

/* Content */

.site-container {
	max-width: 480px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 480px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 480px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 480px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 480px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 440px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 440px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 94px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 33%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 33%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 480px;
}
	
}

/* Samsung Galaxy S5 and S6 in portrait  */

@media only screen 
and (min-device-width: 360px) 
and (max-device-height: 640px) 
and (orientation : portrait) 
and (-webkit-device-pixel-ratio: 3) {

/* Content */

.site-container {
	max-width: 360px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 360px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 360px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 360px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 360px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
    width: 320px;	
	margin: 0px auto;
}

.site-title a {
	float: none;
	max-width: 320px;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post {
    width: 100%;
	min-height: auto;
    float: none;
}

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 360px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin: 0px auto;
}
.slider-section a.image-regular {
	display: none;
}

.slider-section a.image-mobile {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-mobile img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 132px;
}

.slider-section .slide-content .text {
	display: none; 
}

.slider-section .slide-content .text-mobile {
	display: block; 
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 25%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 25%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books, .books .book { 
	width: 360px;
}

}

/* Samsung Galaxy S5 and S6 in landscape  */

@media only screen 
and (min-device-width: 360px) 
and (max-device-height: 640px) 
and (orientation : landscape) 
and (-webkit-device-pixel-ratio: 3) {

/* Content */

.site-container {
	max-width: 640px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 640px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 640px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 640px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 640px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
}

.site-title a {
	float: none;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin: 0px auto;
}

.slider-section a.image-regular {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-regular img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 88px;
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 33%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 33%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.books { 
	width: 640px;
}

.books .book { 
	width: 50%;
}

}

/*///// Tablet Styles /////*/

/* iPad in portrait */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
/* Content */

.site-container {
	max-width: 768px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 768px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 768px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 768px;
}

.single .content, .page .content, .search-results .content {
    padding: 0px 0px 30px 0px;
}

.single .content {
    padding: 0px 10px 30px 10px;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 768px;
	overflow: hidden;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget_mc4wp_widget {
    margin: 0px 15px 15px 15px;
}

.sidebar .widget_polls-widget {
	display: none;
}

.sidebar .gform_wrapper {
    max-width: 90%;
	margin: 0px auto;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0em 0 0em;
    margin: 0em 0 0;
    clear: both;
	border-top: 1px solid #ffffff;
}

.sidebar .gform_wrapper .hidden_label input.large, .sidebar .gform_wrapper .hidden_label select.large, .sidebar .gform_wrapper .top_label input.large, .sidebar .gform_wrapper .top_label select.large {
    width: 100%;
	font-family: 'Frutiger LT W01_55 Roma1475738', Arial, Helvetica;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.010em;
	background: #ffffff;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family:'Frutiger LT W01_55 Roma1475738', Arial, Helvetica !important;
    font-size: 16px;
	line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #131313;
    cursor: pointer;
}

/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft &gt; a, .alignleft &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright &gt; img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright &gt; a, .alignright &gt; a &gt; img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

/* Header Ad */

.header-ad {
    padding: 0px 10px 0px 10px;
}

.header-ad .mobile-icons {
	display: block;	
	margin: 10px 0px 0px 0px;
}

/* Header */

.site-header .wrap {
    padding: 0px 0px 0px 0px;
}

.nav-primary, .header-widget-area {
	display: none;	
}

.title-area {
    float: none;
}

.site-title a {
	float: none;
	padding: 10px 0px 10px 0px;
}

.site-title a:hover {
	padding: 10px 0px 10px 0px;
}

.site-title a img {
    width: 100%;
    height: auto;
}

.mobile-navigation {
	display: block
}

/* Footer */

.footer-widgets .wrap {
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.footer-widgets .widget ul &gt; li {
    padding: 0px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	float: none;
	text-align: center;
}

.footer-widgets-2, .footer-widgets .icons span {
	display: none;
}
.footer-widgets-5 {
	text-align: center;
	padding: 30px 15px 20px 15px;
}

.footer-widgets-5 .textwidget {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .025em;
}

.footer-widgets ul.menu li a {
    text-align: center;
}

.footer-widgets .icons {
    margin: 0px 0px 0px 0px;
}

/* Mobile Section Title */

#mobile-section-title {
	display: block;
}

/* Posts */

.post .image a img {
    width: 100%;
    height: auto;
}

/* Slider Section */

.slider-section {
	display: block; 
	width: 100%;
	height: 440px;
	overflow: hidden;
	background: #f0f0f0;
}

.slider-section ul {
	display: block; 
	width: 100%;
	height: 440px;
	overflow: hidden;
	position: relative;
}

.slider-section li.slide {
	display: block; 
	width: 100%;
	height: 440px;
	overflow: hidden;
}

.slider-section .slide-wrap {
	display: block; 
	width: 100%;
	height: 440px;
	overflow: hidden;
	margin: 0px auto;
}

.slider-section a.image-regular {
	display: block;
	width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section a.image-regular img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-section .feature-category-purple, .slider-section .feature-category-orange, .slider-section .feature-category-light-orange, .slider-section .feature-category-black, .slider-section .feature-category-grey {
    left: 1px;
    bottom: 88px;
}

.slider-section ul .cycle-prev {
	display: block !important;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 36%;
	background-size: 100%;
} 

.slider-section ul .cycle-next {
	display: block !important;
	width: 25px;
	height: 25px;
	right: 0px;
	top: 36%;
	background-size: 100%;
}

/* Single Post */

.entry-content .email-print, .entry-content .a2a_kit {
    display: none;
}

.entry-content h1, .entry-content h2 {
    margin: 10px 0px 10px 0px;
}

h1.category {
    padding: 0px 0px 0px 0px;
}

.entry-title {
	width: 100%;
    font-size: 18px;
}

.entry-content .divider {
	display: none;
}

.entry-mobile-header {
	display: block;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 10px -10px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.entry-mobile-header .a2a_kit {
	display: block;
	width: auto;
	position: relative;
    left: 0px;
    top: 2px;
    text-align: left;
}

.entry-mobile-header .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-header .entry-meta {
    margin: 0 0 10px -60px;
}

.entry-footer .entry-meta .post-bottom {
	width: 100%;
	height: 46px;
	padding: 10px 0px 10px 0px;	
	margin: 0px 0px 10px -10px;
	position: relative;
}

.entry-footer .entry-meta .post-bottom .a2a_kit {
    display: block;	
	position: absolute;
    width: auto;
    left: 0px;
    top: 12px;
}

.entry-footer .entry-meta .post-bottom .email-print {
	display: block;	
	position: absolute;
    top: 8px;
    right: 0px;
}

.entry-footer .entry-meta .post-bottom .email-print a.printlink {
	display: none;	
}

.entry-footer .entry-meta .post-bottom .email-print a {
    border-left: none;
	border-right: none;
}

/* Issue Archive */

#archivetable {
    margin-left: -10px;
    width: 100%;
}

/* Advertising Page */

.span8 { 
	float: left;
	padding-right: 0px;
	width: 100%;
	border-right: none; 
}

.span4 { 
	float: none;
	margin-left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}

/* Jewish Traveler */

.page-id-285 a.readmore, .jewish-traveler a.readmore {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jewish-traveler .entry-content form {
	width: 100%;
    margin: 0px 0px 0px -10px;
}

.jewish-traveler .entry-content form .row .span3 {
    width: 100%;
    float: none;
	padding: 0px 10px 0px 10px;
}

.jewish-traveler .entry-content form .row .span3 span {
	margin: 0px 0px 0px 0px;
}

.jewish-traveler .entry-content form .row .span3 .styled-select, .jewish-traveler .entry-content form .row .span3 .styled-select select {
	width: 100%;	
}

.mapp-layout {
    margin: 0px 0px 0px 0px !important;
}

.jt-post .info {
	margin: 10px 0px 0px 0px;
	width: 100%;	
}

.jt-post .image, .jt-post .image a, .jt-post .image a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

/* Photo Gallery */

.photo-gallery-item .info {
	width: 250px;
}

}

/* iPad in landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
.site-container {
	max-width: 1024px;
}

.content {
	width: 707px;
}

.genesis-nav-menu a {
 	padding: 8px 15px 8px 15px;
}

.entry-content .divider {
	width: 707px;
}

.entry-footer .entry-meta .post-bottom {
	width: 707px;
}

.books { 
	width: 707px;	
}

#archivetable {
	width: 707px;
}

.jewish-traveler .mapp-layout {
	width: 707px !important;
}

.jewish-traveler .entry-content form {
	width: 707px;
}

.slider-section {
	width: 707px;
}

.slider-section ul {
	width: 707px;
}

.slider-section li.slide {
	width: 707px;
}

.slider-section .slide-wrap {
	width: 707px;
}	

/* Photo Gallery */

.photo-gallery-item .info {
	width: 160px;
}
	
}</pre></body></html>