/*  
Theme Name: Beth El  
Theme URI: http://wpdev.co/
Description: Beth El theme created for the Genesis Framework.   
Author: WPDEVCO  
Author URI: http://wpdev.co/   
Version: 1.0.0
Template: genesis  
Template Version: 2.1.2  
*/

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

/* ## Baseline Normalize
 * normalize.css v3.0.1 | git.io/normalize
--------------------------------------------- */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#575757}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 30px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.front-widgets:before {
	content: " ";
	display: table;
}

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

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

/* ## Typographical Elements
--------------------------------------------- */
body {
	background-color: #4985a6;
	color: #575757;
	font-family: 'ff-tisa-sans-web-pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a,
a span,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #575757;
	color: #fff;
}

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

a {
	color: #4985a6;
	text-decoration: none;
}

a:hover {
	color: #64b4da;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 30px;
}

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

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4985a6;
	font-family: 'ff-tisa-sans-web-pro', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #575757;
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #575757;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #575757;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #575757;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #4985a6;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #4985a6;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #575757;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 30px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

/* ## Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	background: #fff url(images/bottom-right.png) no-repeat right bottom;
	padding-top: 30px;
}

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

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */
.content {
	float: right;
	width: 910px;
}

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

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

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

/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 260px;
}

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

/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

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

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */
.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4985a6;
}

.entry-title a:hover {
	color: #4985a6;
}

.sidebar .widget-title {
	font-size: 15px;
	margin-bottom: 10px;
	color: #4985a6;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px;
	text-transform: uppercase;
	border-bottom: 3px solid #64b4da;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

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

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

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget.hebcal-shabbat h3,
.widget.hebcal-shabbat .copyright {
	display: none;
}

.widget.hebcal-shabbat .hebcal-results li:before {
	content: "• ";
}

.widget.hebcal-shabbat .hebcal-results li a:hover {
	text-decoration: underline;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background: #fff url(images/top-left.png) no-repeat left top;
	min-height: 160px;
	border-bottom: 10px solid rgba(170, 224, 250, 0.7);
}

.site-header .wrap {
	padding: 0;
	position: relative;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
	width: 194px;
	position: relative;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #575757;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 168px;
	width: 100%;
}

.site-description {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	font-style: italic;
	color: #5688ae;
	position: absolute;
	left: 380px;
	top: 30px;
	min-width: 230px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 966px;
	margin-top: 120px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #575757;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4985a6;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

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

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

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu .sub-menu {
    width: 546px;
    padding: 30px 0 0 0;
}

.site-header .genesis-nav-menu .sub-menu .sub-lists {
	background-color: #4985a6;
	padding: 20px 30px;
	border: 3px solid #aae0fa;
	border-radius: 2px;
	position: relative;
}

.site-header .genesis-nav-menu .sub-menu .sub-lists:after, 
.site-header .genesis-nav-menu .sub-menu .sub-lists:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-header .genesis-nav-menu .edge .sub-menu .sub-lists:after, 
.site-header .genesis-nav-menu .edge .sub-menu .sub-lists:before {
	left: 90%;
}

.site-header .genesis-nav-menu .sub-menu .sub-lists:after {
	border-color: rgba(73, 133, 166, 0);
	border-bottom-color: #4985a6;
	border-width: 10px;
	margin-left: -10px;
}

.site-header .genesis-nav-menu .sub-menu .sub-lists:before {
	border-color: rgba(170, 224, 250, 0);
	border-bottom-color: #aae0fa;
	border-width: 14px;
	margin-left: -14px;
}

.site-header .genesis-nav-menu .sub-menu .sub-list {
	float: left;
	width: 220px;
}

.site-header .genesis-nav-menu .sub-menu .sub-list:first-child {
	margin-right: 10px;
}

.site-header .genesis-nav-menu .sub-menu .sub-list:last-child {
	margin-left: 10px;
}

.site-header .sub-menu li {
	display: block;
}

.site-header .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -273px;
}

.site-header .genesis-nav-menu .menu-item.edge:hover > .sub-menu {
	right: 0;
	left: inherit;
}

.site-header .genesis-nav-menu .sub-menu a {
	width: auto;
	border-top: 1px solid #aae0fa;
	display: block;
	padding: 8px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	text-align: left;
}

.site-header .genesis-nav-menu .sub-menu a:hover,
.site-header .genesis-nav-menu .sub-menu .current-menu-item a {
	color: #aae0fa;
}

.site-header .genesis-nav-menu .sub-menu .sub-list li:last-child a {
	border-bottom: 1px solid #aae0fa;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .genesis-nav-menu a {
	text-align: center;
	color: #5f9abb;
	font-size: 18px;
	padding: 0 24px
}

.site-header .genesis-nav-menu > li:first-child a {
	padding-left: 0;
}

.site-header .genesis-nav-menu > li:last-child a {
	padding-right: 0;
}

.site-header .genesis-nav-menu a span span {
	display: block;
	color: #aae0fa;
	font-size: 14px;
}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu a:hover span span,
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu .current-menu-item > a span span {
	color: #4985a6;
}

.search-form {
	position: relative;
}
 
.search-form input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	background: transparent;
	color: #999;
}

/* ## Top Menu
--------------------------------------------- */
.top-menu {
	position: absolute;
	right: 0;
	top: 25px;
}

.top-menu .search-form,
.top-menu .search-form input,
.top-menu .menu,
.top-menu .menu .menu-item {
	display: inline-block;
}

.top-menu .search-form {
	position: relative;
	top: 7px;
}

.top-menu .search-form input[type="search"] {
	width: 140px;
	font-size: 15px;
	font-style: italic;
	color: #4985a6;
	padding: 0 10px 2px 25px;
	background-color: rgba(170, 224, 250, 0.7);
	border: none;
}

.top-menu .search-form input[type="search"]::-webkit-input-placeholder {
	color: #4985a6;
}

.top-menu .search-form input[type="search"]::-moz-placeholder {
	color: #4985a6;
}

.top-menu .search-form input[type="submit"] {
	color: #5f9abb;
	font-size: 12px;
	padding: 0 0 0 2px;
	position: absolute;
	left: 5px;
	top: 6px;
	
}

.top-menu .menu .menu-item a {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}

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

/* ## Entries
--------------------------------------------- */
.page.page-template-default .entry-header {
	text-align: center;
}

.page.page-template-default .entry-header .entry-title {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
}

.page .entry-header .entry-title .subtitle {
	display: block;
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	text-transform: none;
}

.page-featured-image {
	margin-bottom: 30px;
}

.page-featured-image img {
	vertical-align: top;
}

.entry {
	margin-bottom: 30px;
	padding: 0;
}

.content .entry p.intro {
	font-size: 24px;
	font-style: italic;
}

.content .entry img.alignright,
.content .entry img.alignleft {
	border: 5px solid #c3e9fb;
}

.home .content .entry img.alignright,
.home .content .entry img.alignleft {
	border: none;
}

.content .entry h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.content .entry h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}


.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 30px;
}

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

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

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

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

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 30px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #575757;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #4985a6;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 30px;
}

.comment-respond,
.entry-pings {
	padding: 30px 30px 16px;
}

.entry-comments {
	padding: 30px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	background-color: #f3f3f3;
	margin-bottom: 30px;
}

.sidebar li {
	margin-left: 3px;
}

.sidebar li::before {
    content: "• ";
}

.sidebar li a {
	color: #575757;
	font-style: italic;
}

.sidebar li a:hover {
	color: #4985a6;
	text-decoration: underline;
}

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

.sidebar .widget {
	margin-bottom: 10px;
	padding: 26px 22px 0 22px;
}

.button-sc {
	text-align: center;
}

.button-sc a {
	background-color: #aae0fa;
	display: inline-block;
	padding: 5px 10px 4px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 3px solid #64b4da;
}

.sidebar .button-sc {
	font-size: 15px;
}

/* # Front Widgets
---------------------------------------------------------------------------------------------------- */
.front-widgets {
	border-bottom: 3px solid #aae0fa;
	padding-bottom: 20px;
}

.front-widgets .widget-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}

.front-widgets h5 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.front-widgets p {
	margin-bottom: 10px;
}

.front-widgets-1,
.front-widgets-2,
.front-widgets-3 {
	width: 387px;
}

.front-widgets-1 {
	margin-right: 20px;
	width: 377px;
}

.front-widgets-1,
.front-widgets-2 {
	float: left;
}

.front-widgets-3 {
	float: right;
}

.front-widgets-2,
.front-widgets-3 {
	border-left: 3px solid #aae0fa;
	padding-left: 20px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background: #4985a6 url(images/border-footer.png) repeat-x left 3px;
	clear: both;
	padding-top: 30px;
}

.footer-widgets {
	color: #fff;
	font-size: 14px;
}

.footer-widgets a {
	color: #aae0fa;
}

.footer-widgets input {
	border: 1px solid #575757;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	margin-bottom: 5px;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 387px;
}

.footer-widgets-1 {
	margin-right: 20px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
.home .entry {
	margin-bottom: 10px;
	margin-top: 30px;
}

.home .entry .two-thirds p {
	font-size: 24px;
	font-style: italic;
	padding-top: 30px;
	padding-right: 120px;
}

.home .entry .two-thirds p a::after {
	content: ' \2192';
	font-style: normal;
	position: relative;
	top: 3px;
}

/* # Mobile Menu
---------------------------------------------------------------------------------------------------- */
.site-header .mobile-menu {
    display: none;
    font-size: 28px;
}
 
.site-header .mobile-menu i {
    cursor: pointer;
}
 
.site-header .mobile-menu i:hover {
    color: #4985a6;
}
 
.site-header .mobile-menu i.hidden {
    display: none;
}

/* # Soliloquy Slider
---------------------------------------------------------------------------------------------------- */
body .front-slider {
	border-bottom: 10px solid rgba(170, 224, 250, 0.7);
}

body .front-slider .soliloquy-container .soliloquy-prev,
body .front-slider .soliloquy-container .soliloquy-next {
	background-color: rgba(170, 224, 250, 0.7);
	border-radius: 50%;
	top: 86%;
}

body .front-slider .soliloquy-container .soliloquy-prev {
	right: 100px;
	left: auto;
}

body .front-slider .soliloquy-container .soliloquy-next {
	right: 60px;
}

body .front-slider .soliloquy-container .soliloquy-caption {
	bottom: 9%;
}

body .front-slider .soliloquy-container .soliloquy-caption-inside {
	background: transparent;
	font-size: 40px;
	text-align: left;
	padding: 10px 140px 10px 60px;
	text-transform: uppercase;
}

body .front-slider .soliloquy-container .soliloquy-caption-inside em {
	font-style: italic;
	text-transform: lowercase;
	font-size: 43px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

	.wrap {
		max-width: 960px;
	}

	.content {
		width: 670px;
	}
	
	.site-header .widget-area {
		width: 670px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.front-widgets-1,
	.front-widgets-2,
	.front-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	.title-area,
	.site-header .widget-area,
	.top-menu {
		width: 100%;
		text-align: center;
		float: none;
	}
	
	.site-header .widget-area {
		margin-top: 25px;
	}
	
	.header-image .site-title > a {
		background: url(images/logo.png) no-repeat center center;
	}
	
	.site-description {
		text-align: center;
		position: relative;
		left: 0;
		top: 10px;
	}
	
	.top-menu {
		position: relative;
		right: 0;
		top: 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}

}

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

	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.front-widgets-1,
	.front-widgets-2,
	.front-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area {
		width: 100%;
	}

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

	.header-image .title-area {
		background-position: center top;
	}

	.footer-widgets,
	.front-widgets {
		text-align: center;
	}
	
	.front-widgets .widget {
		margin-bottom: 30px;
	}
	
	.front-widgets-2, .front-widgets-3 {
		border-left: none;
		padding-left: 0;
	}
	
	.footer-widgets-1,
	.front-widgets-1 {
		margin-right: 0;
	}
	
	.home .entry .two-thirds p {
		font-size: 22px;
		padding-top: 20px;
		padding-right: 40px;
	}
	
	.site-header .genesis-nav-menu a span span{
		display: none;
	}
	
	.site-header .genesis-nav-menu a,
	.site-header .genesis-nav-menu > li:first-child a,
	.site-header .genesis-nav-menu > li:last-child a {
		padding: 0 16px;
	}
	
	.site-header .genesis-nav-menu .menu-item {
		margin-bottom: 10px;
	}
	
	.site-header .mobile-menu {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
	
    .header-widget-area {
        display: none;
    }
	
    .header-widget-area .genesis-nav-menu .menu-item {
        font-size: 18px;
        display: block
    }
	
    .site-header .genesis-nav-menu a, 
    .site-header .genesis-nav-menu > li:first-child a, 
    .site-header .genesis-nav-menu > li:last-child a {
        background-color: transparent;
        padding: 12px 16px;
    }
	
    .header-widget-area .genesis-nav-menu a:hover, 
    .header-widget-area .genesis-nav-menu .current-menu-item > a, 
    .header-widget-area .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        background-color: transparent;
        color: #4985a6;
    }
    
    .site-header .genesis-nav-menu .sub-menu {
	    width: 100%;
	    padding: 0;
	}
	
	.site-header .genesis-nav-menu .sub-menu .sub-lists {
		background-color: transparent;
		padding: 0;
		border: none;
		border-radius: 0;
		position: relative;
	}
	
	.site-header .genesis-nav-menu .sub-menu .sub-lists:after, 
	.site-header .genesis-nav-menu .sub-menu .sub-lists:before {
		display: none;
	}
	
	.site-header .genesis-nav-menu .sub-menu .sub-list {
		float: none;
		width: 100%;
	}
	
	.site-header .genesis-nav-menu .sub-menu .sub-list:first-child {
		margin-right: 0;
	}
	
	.site-header .genesis-nav-menu .sub-menu .sub-list:last-child {
		margin-left: 0;
	}
	
	.site-header .sub-menu li {
		display: block;
	}
	
	.site-header .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: 0;
		margin-left: 0;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0;
		opacity: 1;
		position: relative;
		width: 100%;
		display: none;
	}
	
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		display: block;
	}
	
	.site-header .genesis-nav-menu .sub-menu a {
		border-top: none;
		padding: 8px 0;
		color: #5f9abb;
		text-align: center;
	}
	
	.site-header .genesis-nav-menu .sub-menu a:hover,
	.site-header .genesis-nav-menu .sub-menu .current-menu-item a {
		color: #4985a6;
	}
	
	.site-header .genesis-nav-menu .sub-menu .sub-list li:last-child a {
		border-bottom: none;
	}
}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 30px;
	}
	
	.home .entry .one-third {
		text-align: center;
	}
	
	.home .entry .one-third img.alignright {
		float: none;
		margin: 0;
	}
	
	.home .entry .two-thirds p {
		font-size: 22px;
		padding-top: 20px;
		padding-right: 0;
	}

}

@media only screen and (max-width: 600px) {
	
	.site-header .genesis-nav-menu a,
	.site-header .genesis-nav-menu > li:first-child a,
	.site-header .genesis-nav-menu > li:last-child a {
		padding: 0 12px;
	}
}