/* # No Time for Flash Cards  
Theme Name: No Time for Flash Cards 
Theme URI: https://www.emilywhitedesigns.com
Description: This is a custom theme created for the Genesis Framework.   
Author: Emily White Designs
Author URI: https://www.emilywhitedesigns.com  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
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
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | 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:#333}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 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid 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 {
	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 {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

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

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

a {
	color: #00a8de;
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #ab4a9c;
	font-size: 20px;
	font-style: italic;
	margin: 0;
	padding: 0 40px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #003b51;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	color: #ab4a9c;
	font-size: 24px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

h5 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;

}

h6 {
	color: #ab4a9c;
	font-size: 24px;
	font-family: 'Noto Sans', sans-serif;
	font-style: italic;
	font-weight: 700;
	text-transform: none;
}

/* ## 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: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	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: #000;
	font-weight: 400;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #00a8de;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 26px;
	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: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #003b51;
	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: #333;
}

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding: 60px 0;
}

/* ## 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: 769px;
}

.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: 341px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

.comment .avatar {
	border-radius: 50px;
	margin: 0 20px 20px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

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

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

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

.archive-description {
	border: 1px solid #ccc;
	margin-bottom: 55px;
	overflow: hidden;
	padding: 40px;
}

.archive-description img {
	float: left;
	margin: 0 40px 40px 0;
}

.archive-description p {
	color: #003b51;
	font-size: 16px;
	margin-bottom: 20px;
}

.archive-description .search-form {
	max-width: none;
}

.cat-search-select {
	text-align: center;
}

.cat-select,
.cat-search {
	background: #fff;
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
	width: 258px;
}

.cat-select select {
	font-size: 14px;
	padding: 11px 16px 12px;
}

.cat-search input[type="search"] {
	padding: 14px 0 14px 20px;
}

.cat-search .search-form input[type="submit"] {
	max-width: 45px;
	max-height: 45px;
	padding: 16px 14px 15px;
}

.related-categories {
	clear: both;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    margin-bottom: 25px;
}

.related-categories a:hover {
	color: #003b51;
}

.related-categories li {
	-webkit-column-break-inside: avoid;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
    break-inside: avoid;
    font-family: 'Montserrat', sans-serif;
    page-break-inside: avoid;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 0 auto;
	max-width: 258px;
}

.sidebar .widget.widget_search {
	border: none;
	margin-bottom: 20px;
	padding-bottom: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form {
	width: 235px;
}

.site-header .search-form {
	background: #ecf7f7;
	margin-top: 20px;
	width: 220px;
}

input[type=search],
.widget_search input {
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	padding: 16px 0 17px 20px;
	vertical-align: top;
	width: 210px;
}

.widget_search input[type="submit"],
.search-form input[type="submit"] {
	background: none;
	border-radius: 0;
	border: 0;
	color: #000;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
	max-width: 44px;
	min-width: 0;
	padding: 19px 11px 19px;
}

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

.archive-title {
	color: #ed2424;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}

.entry-header {
	margin-bottom: 40px;
}

.home .entry-header,
.blog .entry-header,
.archive .entry-header {
	margin-bottom: 25px;
}

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

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

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

.entry-title a:hover {
	color: #003b51;
}

.widget-title {
	color: #003b51;
	font-size: 20px;
	margin-bottom: 35px;
	text-align: center;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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 40px 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;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
	text-align: center;
}

.enews-widget .widget-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto 20px;
}

.sidebar .widget.enews-widget .widget-wrap {
	background-color: #00a8de;
	border-radius: 10px;
	padding: 50px;
}

.enews-widget input,
.enews-widget input:focus {
	border: none;
}

.enews-widget input {
	color: #003b51;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 18px 16px;
	text-align: center;
	vertical-align: top;
}

.enews-widget input[type="submit"] {
	background-color: #ffb828;
	border-radius: 3px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 17px 16px;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #003b51;
}

.enews form + p {
	color: #fff;
	font-size: 14px;
	margin-top: 16px;
}

.sidebar .enews p {
	line-height: 1.4;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	margin: 56px 0 15px;
	padding-top: 40px;
}

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

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

.title-area {
	float: left;
	padding: 10px 0;
	margin-top: 65px;
	width: 335px;
}

.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: #333;
}

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

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

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

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 850px;
}

.front-page .site-header .widget-area {
	width: 790px;
}

/* # 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: #003b51;
	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: #e5554e;
}

.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 .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px !important;
	padding: 15px !important; 
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

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

.nav-header .genesis-nav-menu a {
	color: #003b51;
	font-size: 16px;
	padding: 10px;
}

.nav-header .genesis-nav-menu a:hover {
	color: #ed2424;
}

.site-header .nav-header {
	margin-top: 0;
}

.nav-header .menu-item:last-of-type a {
	padding-right: 0;
}

.nav-header .genesis-nav-menu {
	text-align: right;
}

.front-page .nav-header {
	margin-bottom: 15px;
}

.header-widget-area .widget_nav_menu {
	display: inline-block;
	vertical-align: middle
}

.header-widget-area .widget_nav_menu:first-of-type {
	margin-right: 30px;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu .menu-item {
	margin-left: 1px;
}

.nav-primary .genesis-nav-menu a {
	background: #ed2424;
	border-radius: 4px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	min-width: 195px;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .menu-item:nth-of-type(2) a {
	background: #00a8de;
}

.nav-primary .genesis-nav-menu .menu-item:nth-of-type(3) a {
	background: #8dc63f;
}

.nav-primary .genesis-nav-menu .menu-item:nth-of-type(4) a {
	background: #ffb828;
}

.nav-primary .genesis-nav-menu .menu-item:nth-of-type(5) a {
	background: #ab4a9c;
}

.nav-primary .genesis-nav-menu .menu-item:nth-of-type(6) a {
	background: #003b51;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #000 !important;
	color: #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background: #ffbb40;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 14px;
	text-align: center;
}

/* Social Navigation
--------------------------------------------- */


.genesis-nav-menu li.fa {
	background: #e86541;
	border: 2px solid #fff;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 31px;
	margin: 0 3px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 31px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.nav-header .genesis-nav-menu li.fa {
	border: none;
}

.genesis-nav-menu li.fa-google-plus {
	background: #ffb828;	
}

.genesis-nav-menu li.fa-facebook {
	background: #ab4a9c;
}

.genesis-nav-menu li.fa-twitter {
	background: #00a8de;
}

.genesis-nav-menu li.fa-instagram {
	background: #8dc63f;
}

.genesis-nav-menu li.fa-pinterest {
	background: #ed2424;
}

.genesis-nav-menu li.fa.menu-item:hover {
	background: #003b51;
	position: relative;
}

.genesis-nav-menu li:before {
	left: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.genesis-nav-menu li.fa a {
	border: none;
	bottom: 0;
	display: inline-block;
	height: 100%;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

.site-footer .genesis-nav-menu.menu-footer-social {
	margin: -28px auto 40px;
}

.genesis-nav-menu.menu-footer-social li {
	border: 2px solid #fff;
	border-radius: 30px;
	font-size: 32px;
	height: 57px;
	margin: 0 7px 10px;
	padding: 0;
	vertical-align: top;
	width: 57px;
}

.genesis-nav-menu.menu-footer-social li.fa a {
	border: none;
	bottom: 0;
	display: inline-block;
	height: auto;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 11px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

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

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

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

.content .entry {
	background-color: #fff;
}

.content .type-post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
	padding-bottom: 34px;
}

.single .content .type-post {
	border: none;
	margin-bottom: 40px;
	padding-bottom: 0;
}

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

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

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

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

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

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	color: #999;
}

.entry-meta a:hover {
	color: #ea3139;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 40px;
	padding: 10px 0;
}

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

.entry-meta .fa {
	padding-right: 5px;
}

.entry-meta .fa-comment {
	padding-left: 5px;
}

.entry-meta .entry-time,
.entry-meta .entry-categories {
	padding-right: 5px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #00a8de;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 2px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #000;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	margin-bottom: 40px;
	padding: 0;
}

.entry-pings {
	border: none;
	padding-top: 0;
}

.entry-comments {
	padding: 0;
}

.entry-comments h3 {
	color: #003b51;
	font-size: 28px;
	font-weight: 400;
}

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

.comment-content p:last-of-type {
	margin-bottom: 20px;
}

.comment-list ul {
	padding-left: 40px;
}

.comment-list li {
	margin-top: 40px;
	padding-bottom: 40px;
}

.comment-list ul > li:last-of-type {
	padding-bottom: 0;
}

.comment-list li.depth-1 {
	background: url(images/dot.png) left bottom repeat-x;
	background-size: 76px 8px;
}

.comment-list li.depth-1:last-of-type {

}

.comment-list li.bypostauthor > article {
	background: #ebf8fc;
	border: none;
	padding: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #ccc;
	width: 50%;
}

.comment-respond textarea {
	width: 100%;
}

.comment-respond input[type="submit"] {
	padding: 18px 35px;
}

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

.entry-comments .comment-author {
	color: #003b51;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px;
}

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

.bypostauthor {
}

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

.comment-meta {
	line-height: 1.2;
}

.comment-meta a {
	color: #999;
	font-size: 14px;
	font-weight: 400;|
}

.comment-form-comment {
	margin-bottom: 30px;
}

.comment-notes-after {
	color: #24304f;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
}

.comment-content {
	clear: both;
}

.comment-reply {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: right;
}

.comment-reply-title {
	color: #003b51;
	font-size: 28px;
	font-weight: 400;
}

.commentnumber {
	color: #a4a4a4;
	display: none;
	font-size: 14px;
	font-weight: 500;
	float: left;
}

.logged-in .commentnumber {
	display: block;
}

.comment-respond form {

}

.children article {
	border-left: 6px solid #ebf8fc;
	padding-left: 40px;
}


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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	margin-bottom: 55px;
	padding-bottom: 55px;
}


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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

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

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

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

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

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

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

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

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #003b51 url(images/footer-pattern.png);
	background-size: 467px 467px;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	padding: 0 0 30px;
	text-align: center;
}

.site-footer .wrap {
	
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/* Masonry on Posts page
--------------------------------------------- */

.masonry-page .masonry-wrap {
	clear: both;
	position: relative;
}
 
.masonry-page .masonry-wrap .entry {
	background: url(images/dot.png) bottom repeat-x;
	background-size: 76px 8px;
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	padding-bottom: 22px;
	width: 233px; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	overflow: visible;
}
 
.masonry-page .masonry-wrap .entry:before,
.masonry-page .masonry-wrap .entry:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}

.masonry-page .masonry-wrap .entry:after {
	clear: both;
}

.masonry-page .masonry-wrap .entry img {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	margin-bottom: 18px;
	padding: 8px;
}

.masonry-page.archive .masonry-wrap .entry-header {
	margin-bottom: 0;
}

.masonry-page .masonry-wrap .entry-title {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	word-wrap: break-word;
}

.masonry-page .masonry-wrap .entry-title a {
	color: #003b51;
	font-size: 14px;
	text-transform: none;
}

.masonry-page .masonry-wrap .entry-title a:hover {
	color: #ea3139;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .title-area {
	margin-top: 20px;
	padding: 0;
	width: 392px;
}

.front-page.header-image .site-title > a {
	min-height: 124px;
}

.front-page-top-right {
	float: right;
	max-width: 645px;
}

.widget_ewd_promotional {
	text-align: center;
}

.widget_ewd_promotional a {
	display: block;
	text-align: center;
}

.widget_ewd_promotional .widget-title {
	font-size: 18px;
	margin: 0 auto 15px;
	max-width: 230px;
}

.widget_ewd_promotional img {
	display: block;
	margin: 0 auto;
}
.widget_ewd_promotional a.button {
	display: inline-block;	
}

.front-page-before-blog {
	border-bottom: 1px solid #ddd;
	margin-bottom: 70px;
	padding-bottom: 35px;
}

.featured-content .widget-title {
	font-size: 28px;
	margin-bottom: 40px;
}

/*.content .featured-content article {
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 21px 21px 0;
	max-width: 137px;
	padding: 0;
	position: relative;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}*/

.featured-content article:nth-of-type(5n+5) {
	margin-right: 0;
}

.featured-content a,
.featured-content img {
	display: block;
	margin: 0;
}

.featured-content .entry > a:first-of-type:before {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	content: "";
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.featured-content .entry:hover > a:first-of-type:before {
	display: block;
}

.featured-content .entry-title {
	padding-left: 0;
	display: none;
	position: absolute;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;

}

.featured-content .entry:hover .entry-title {
	display: block;
}

.featured-content .entry-title a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 10px;
    font-weight: 700;
}

.more-from-category {
	margin-top: 15px;
	text-align: center;
}

.more-from-category a {
	border: 1px solid #ca3139;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	padding: 6px 26px;
	text-transform: uppercase;
}

.more-from-category a:hover {
	background: #ca3139;
	color: #fff;
}

.sidebar .featured-content .entry {
	border: none;
	display: inline-block;
	padding: 0;
	position: relative;
	margin: 0 10px 20px;
}

.sidebar .featured-content {
	margin: 0 auto: 55px;
	max-width: 310px;
	padding-bottom: 30px;
}

.sidebar .featured-content .widget-title {
	font-size: 22px;
	margin-bottom: 20px;
}

.blog-link {
	text-align: center;
}

.blog-link a {
	background: #00a8de;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 50px;
	padding: 16px 48px;
	text-transform: uppercase;
}

.blog-link a:hover {
	background: #003b51;
}

.front-page .after-header-top {
	border: 1px solid #ccc;
	margin-bottom: 60px;
	padding: 40px 40px 5px;
	text-align: center;
}

.front-page .after-header-top h2 {
	color: #ed2424;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}

.front-page .after-header-top p {
	color: #003b51;
	font-style: italic;
}

.after-header-top .image-menu {
	float: left;
	margin-top: 0;
	width: 455px;
}

.after-header-top .image-menu li {
	margin-bottom: 35px;
	max-width: 217px;
}

.after-header-top .image-menu li:nth-of-type(even) {
  margin-right: 0;
}

.after-header-top .age-nav {
	float: right;
	width: 200px;
}

.after-header-top .age-nav h3 {
	color: #003b51;
	font-size: 16px;
	margin-bottom: 15px;
}

.after-header-top .image-menu img {
	margin-bottom: 15px;
}

.after-header-top .nav-primary .genesis-nav-menu .menu-item {
	margin-bottom: 15px;
}

.after-header-top .image-menu li a:before {
	padding: 62px;
}

.front-page-after-blog .featured-content {
	border: 1px solid #ccc;
	margin: 50px 0;
	padding: 40px;
}

.front-page-after-blog .featured-content .widget-title {
	font-size: 24px;
	color: #ed2424;
	margin-bottom: 30px;
}

.masonry-page .masonry-wrap-2 .entry img {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.masonry-page .content .masonry-wrap-2 .type-post {
	border: none;
	margin-bottom: 40px;
	padding-bottom: 0;
}

.front-page-after-blog .featured-content .entry:hover > a:first-of-type:before {
	display: none;
}

/* # Video Page
---------------------------------------------------------------------------------------------------- */

.videos-template .entry-header {
	background: url(images/girls-small.png) 99% bottom no-repeat;
	background-size: 272px 197px;
	border: 5px solid #efefef;
	margin-bottom: 45px;
	padding: 30px 40px 40px;
}

.videos-template .entry-title {
	color: #003b51;
	font-size: 36px;
	margin-bottom: 12px;
}

.videos-template .vp-subtitle {
	color: #003b51;
	font-style: italic;
	margin-bottom: 20px;
}

.videos-template .yt-channel-button {
	background: #ea3139;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 6px 24px 2px;
	text-transform: uppercase;
}

.videos-template .yt-channel-button:hover {
	background: #003b51;
}

.videos-template .yt-channel-button .fa {
	font-size: 40px;
	margin-left: 15px;
	position: relative;
	top: -2px;
	vertical-align: middle
}

.videos-template .content h2 {
	color: #09b2a1;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	margin-bottom: 30px;
}

.content .hbg-vid-container h2 {
	margin-bottom: 40px;
}

.hbg-vid-container {
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.hbg-vid-title {
	color: #003b51;
	font-size: 18px;
	margin: 10px 0 30px;
	text-align: center;
}

.videos-template div.titlebelowthumb a {
	color: #003b51;
	font-size: 18px;
	margin: 10px 0 30px;
	text-align: center;
}

.videos-template div.titlebelowthumb a:hover {
	color: #ea3139;
}

.videos-template div.titlebelowthumb {
	padding: 12px;
}

.videos-template div.vidicon {
	background-image: url(images/play.png);
	opacity: .9;
}

.videos-template div.vidicon:hover {
	background-image: url(images/play-hover.png);
}

.videos-template .srizon-pagination span.current,
.videos-template .srizon-pagination a:hover {
	background: none;
	color: #003b51;
}

.videos-template .srizon-pagination a,
.videos-template .srizon-pagination span.disabled {
	color: #ea3139;
	font-weight: 700;
	text-transform: uppercase;
}

/* # Misc
---------------------------------------------------------------------------------------------------- */

.image-menu {
	margin-top: 20px;
}

.image-menu li {
	display: inline-block;
	margin-right: 20px;
	max-width: 195px;
	position: relative;
}

.image-menu li:last-of-type {
	margin-right: 0;
}

.image-menu li a:before {
	content: "View Posts";
	color: #fff;
	display: none;
	background-color: rgba(0, 168, 222, 0.75);
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	top: 0;
	left: 0;
	right: 0;
	height: 18px;
	padding: 55px 0;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
}

.image-menu li a:hover:before {
	display: block;
}

.image-menu a,
.image-menu img {
	display: block;
}

.image-menu img {
	margin-bottom: 5px;
}

.image-menu-title {
	color: #003b51;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.image-menu-title:hover {
	color: #ed2424;
}

.before-header-cta {
	background: #ab4a9c;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 15px 0;
	position: fixed;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 100;
}

.before-header-cta a {
	color: #fff;
}

.before-header-cta a:after {
	color: #fff;
	content: "\f061";
	font-family: FontAwesome;
	margin-left: 10px;
}

.before-header-cta a:hover {
	opacity: .5;
}

.after-header-ad,
.before-footer-ad {
	text-align: center;
}

.after-header-ad {
	margin-bottom: 50px;
}

.content-box {
	background: #ab4a9c;
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
	padding: 40px;
}

.after-entry-share {
	margin-bottom: 40px;
	text-align: center;
}

.after-entry-share span {
	color: #003b51;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.after-entry-share p {
	color: #003b51;
	font-style: italic;
	margin-bottom: 40px;
}

.front-page-subscribe,
.after-entry-subscribe {
	background: #00a8de;
	margin-bottom: 40px;
	max-width: 805px;
	padding: 40px 40px 10px;
	width: 100%;
}

.front-page-subscribe {
	border: none;
	max-width: none;
}

.after-entry-subscribe .enews-widget .widget-title {
	font-size: 24px;
	font-weight: 700; 
	margin-bottom: 20px;
	max-width: none;
}

.front-page-subscribe .enews-widget .widget-title {
	display: inline-block;
	font-size: 32px;
	max-width: 490px;
}

.front-page-subscribe form {
	display: inline-block;
	margin: 12px 0 0 20px;
	vertical-align: top;
	width: 460px;
}

.after-entry-subscribe .enews-widget input,
.front-page-subscribe .enews-widget input {
	margin: 0 20px;
	max-width: 220px;
}

.front-page-subscribe .enews-widget input[type="submit"] {
	max-width: 160px;
}

.after-entry-subscribe .enews-widget,
.front-page-subscribe .enews-widget {
	font-size: 16px;
}

.front-page-subscribe .enews form + p {
	font-size: 18px;
	margin-top: 0;
}

.nr_title {
	color: #003b51;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.adjacent-entry-navigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin-bottom: 45px;
	padding: 10px 0;
	text-align: center;
}

.adjacent-entry-navigation a span {
	color: #000;
	text-transform: uppercase;
}

.footer-ad {
	margin-bottom: 40px;
}

.widget_ewd_welcome {
	padding-bottom: 60px;
}

.widget_ewd_welcome img {
	margin: 0 20px 20px 0;
}

.widget_ewd_welcome a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget_ewd_welcome p {
	line-height: 1.7;
}

.ww-sisters {
	margin-bottom: 20px;
	overflow: hidden;
}

.sidebar .ww-sisters .sister {
	border: none;
	float: left;
	font-family: 'Montserrat', sans-serif;
	margin: 0 3px 5px 0;
	max-width: 109px;
	padding-bottom: 0;
	text-align: center;
}

.sidebar .ww-sisters .sister:nth-of-type(3n+3) {
	margin-right: 0;
}

.sidebar .ww-sisters .sister a,
.sidebar .ww-sisters .sister img {
	display: block;
}

.sidebar .sister .ww-name {
	background: #ea3139;
	color: #fff;
	padding: 1px 0;
}

.sidebar .sister:nth-of-type(even) .ww-name {
	background: #08b1a0;
}

.sidebar .sister a:hover img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */	
}

.sidebar .sister a:hover .ww-name {
	background: #003b51;
}

.widget_ewd_welcome p {
	font-size: 14px;
}

.widget_categories .widget-title {
	display: none;
}

.sidebar .widget_categories select {
	border-color: #ccc;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	max-width: 258px;
	padding: 13px 20px 13px 16px;
}

.more-link-wrap {
	font-size: 14px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
}

.nr_panel {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	display: inline-block;
	margin: 0 35px 35px 0;
	max-width: 204px;
	padding: 0;
	position: relative;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	vertical-align: top;
}

.nr_panel:last-of-type {
	margin-right: 0;
}

.nr_panel img {
	display: block;
	margin: 0;
}

.nr_text {
	padding-left: 0;
	display: none;
	position: absolute;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;

}

.nr_panel:hover .nr_text {
	display: block;
}

.nr_post_title {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 10px;
    font-weight: 700;
}

.nrelate {
	text-align: center;
}

.search-archive-description .archive-title {
	color: #08b1a0;
	font-size: 24px;
}

.search-archive-description .archive-title span {
	text-transform: uppercase;
}

.single div.easyrecipe {
	background: #e2f6f4;
	border: solid 10px #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.35;
	padding: 30px;
}

.single .easyrecipe .ERSDetails,
.single .easyrecipe .ERSSummary {
	font-size: 16px;
}

.single .easyrecipe .ERSName,
.single .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.single .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.single .easyrecipe div .ERSNotesHeader,
.single .easyrecipe .nutrition .ERSNutritionHeader {
	color: #003b51;
	font-family: 'Noto Sans', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
}

.single .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.single .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.single .easyrecipe div .ERSNotesHeader,
.single .easyrecipe .nutrition .ERSNutritionHeader {
	font-size: 28px;
	margin-top: 30px;
}

.single .easyrecipe .ERSIngredients {
	line-height: 1.56;
}

.single .easyrecipe .ERSIngredients li.ingredient {
	margin-left: 35px;
}

.single .easyrecipe .ERSInstructions li.instruction {
	margin: 0 0 20px 57px;
}

.single .easyrecipe .ui-button-text-icon-primary .ui-button-text,
.single .easyrecipe .ui-button-text-icons .ui-button-text {
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	padding: 10px 18px 10px 38px;
	text-transform: uppercase;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #e93038;
	border-radius: 0;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #003b51;
}

.single div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	background: url(images/print.png);
	background-size: contain;
	height: 18px;
	left: 14px;
	width: 22px;
}

select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background: url(images/down.png) 98% 50% no-repeat;
	padding-left: 10px;
}

select::-ms-expand{
    display: none;
}

.error404 input[type=search] {
	width: 195px;
}

.before-comments-ad {
	text-align: center;
	margin-bottom: 36px;
}

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

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi)  {

	.header-image .site-title > a {
		background-image: url(images/logo2x.png);
	}

	.comment-list li.depth-1,
	.masonry-page .masonry-wrap .entry {
		background-image: url(images/dot2x.png) left bottom repeat-x;
	}

	.site-footer {
		background-image: url(images/footer-pattern2x.png);
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

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

	.content {
		width: 600px;
	}

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

	.content {
		padding-right: 25px;
	}

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

	.nr_panel {
		margin: 0 10px 40px 0;
	}

	.nr_panel:last-of-type {
		margin-right: 10;
	}

	.content .featured-content {
		text-align: center;
	}

	.widget_ewd_promotional p {
		display: none;
	}

	.widget_ewd_promotional {
		border: none;
		float: right;
		padding: 0;
		max-width: 440px;
	}

	.widget_ewd_promotional img {
		display: block;
		float: none;
		margin: 10px auto 20px;
		position: relative;
		width: 210px;
	}

	.front-page .nav-header {
		margin-bottom: 15px;
	}

	.front-page .after-header-top .wrap {
		padding-bottom: 40px;
	}

	.nav-primary .genesis-nav-menu {
		font-size: 0;
	}

	.nav-primary .genesis-nav-menu .menu-item {
		margin: 0 2px 4px;
	}

	.front-page .site-header .widget-area {
		width: 630px;
	}

	.front-page-after-blog {
		text-align: center;
	}

}

@media only screen and (max-width: 1200px) and (min-width: 961px) {

	.front-page-subscribe,
	.after-entry-subscribe {
		padding: 40px 15px 10px;
	}

	.cat-select {
		margin-bottom: 20px;
	}

	.cat-search {
		margin-bottom:  20px;
	}

	.front-page .title-area {
		width: 300px;
	}

	.front-page .site-header .widget-area {
		margin-top: 10px;
	}

	.front-page-subscribe .enews-widget .widget-title {
		font-size: 30px;
		max-width: 475px;
	}

	.search-search {
		clear: both;
		float: left;
	}

	.masonry-page .masonry-wrap .entry {
		width: 46.8%;
	}

	.videos-template .vp-subtitle {
		margin-bottom: 40px;
	}

	.videos-template .entry-header {
		min-height: 290px;
	}

	.image-menu li {
		max-width: 140px;
		vertical-align: top;
	}

	.title-area {
		margin-top: 35px;
	}

	.nr_panel {
		max-width: 185px;
	}

	.image-menu li a:before {
		padding: 37px 0;
	}

	.after-header-top .image-menu,
	.after-header-top .age-nav {
		width: 100%;
	}

	.after-header-top .nav-primary .genesis-nav-menu .menu-item {
		margin-bottom: 4px;
	}

	.front-page .after-header-top .wrap {
		padding-top: 20px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

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

	.site-header {
		padding-top: 0;
	}

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

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

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.content {
		border: none;
		padding-right: 0;
	}

	.header-image .site-title > a {
		background-position: center;
		min-height: 124px;
	}

	.nav-header .genesis-nav-menu {
		text-align: center;
	}

	.site-header .nav-header {
		margin-top: 0;
	}

	.sidebar {
		clear: both;
		float: none;
		margin: 40px auto 0;
		padding-top: 40px;
	}

	.front-page-subscribe .enews-widget .widget-title {
		max-width: none;
	}

	.front-page-subscribe form {
		margin: 0 0 20px;
	}

	.front-page .title-area {
		float: none;
		overflow: hidden;
		margin: 0 auto 20px;
	}

	.front-page-top-right {
		max-width: none;
		width: 100%;
	}

	.widget_ewd_promotional {
		max-width: 300px;
	}

	.masonry-page .masonry-wrap .entry {
		width: 30.3%;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.image-menu li {
		max-width: 185px;
	}

	.image-menu li a:before {
		padding: 52px;
	}

	.front-page-after-blog .featured-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 769px;
	}

	.front-page .site-header .widget-area {
		width: 100%;
	}

	.site-header .title-area {
		float: none;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 20px;
		width: 392px;
	}

	.front-page .site-inner {
		padding-top: 20px;
	}

}

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

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

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

	.front-page-after-blog .wrap {
		padding: 0;
	}

	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.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: 0;
	}

	.sidebar .widget.enews-widget .widget-wrap {
		padding: 5%;
	}

	.front-page-subscribe,
	.after-entry-subscribe {
		padding: 40px 15px 5px;
	}

	.sidebar .widget {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.front-page .after-header-top .wrap {
		background: none;
	}

	.widget_ewd_promotional {
		float: none;
		max-width: none;
		text-align: center;
	}

	.widget_ewd_promotional img {
		display: block;
		margin: 20px auto;
	}

	.search-search {
		clear: both;
		float: left;
	}

	.masonry-page .masonry-wrap {
		max-width: 501px;
		margin: 0 auto;
	}

	.masonry-page .masonry-wrap .entry {
		width: 233px;
	}

	.after-entry-share p {
		max-width: 250px;
	}

	.videos-template .vp-subtitle {
		max-width: 250px;
	}

	.videos-template .vp-subtitle {
		margin-bottom: 40px;
	}

	.videos-template .entry-header {
		min-height: 290px;
	}

	.site-header .widget-area {
		padding: 0 5%;
	}

	.image-menu li {
		max-width: 22.8%;
		margin-right: 2.9%;
		vertical-align: top;
	}

	.image-menu li a:before,
	.after-header-top .image-menu li a:before {
		content: "";
		height: 0;
  		padding: 66% 0 0 0;
	}

	.image-menu li a:after {
		content: "View Posts";
		color: #fff;
		display: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		top: 0;
		left: 0;
		right: 0;
		/* height: 18px; */
		padding: 27% 0 0;
		position: absolute;
		text-transform: uppercase;
		text-align: center;
	}

	.image-menu li a:hover:after {
  		display: block;
	}

	.site-header {
		margin-top: 82px;
	}

	.after-header-top .image-menu,
	.after-header-top .age-nav {
		width: 100%;
	}

	.after-header-top .nav-primary .genesis-nav-menu .menu-item {
		margin-bottom: 4px;
	}

	.front-page .after-header-top .wrap {
		padding-bottom: 20px;
	}

	.front-page-after-blog .featured-content {
		max-width: 530px;
	}

	.cat-search {
		margin-bottom:  20px;
	}

	.before-header-cta a {
		font-size: 14px;
	}


}

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

	.before-header-cta {
		position: static;
	}

	.site-header {
		margin-top: 0;
	}

}

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

	.cat-select {
		margin-bottom: 0;
	}

		.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.responsive-menu-icon {
		margin-bottom: 2px;
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu li a {
		border: none;
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #003b51;
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 18px;
		padding: 8px 14px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {

	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #e93038;
	}

	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #003b51;
	}

	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
	}

	.genesis-nav-menu li.right {
		display: block;
		width: 100%;
	}

	.genesis-nav-menu li.right input[type="search"] {
		float: left;
	}

	.genesis-nav-menu .search input[type="submit"] {
		float: right;
	}

	.genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
	ul.sub-menu li.menu-item-has-children > a:after {
		display: none;
	}

	.site-header .wrap {
		padding-bottom: 10px;
	}

	.responsive-menu-icon::before {
		padding-bottom: 5px;
	}

	.header-image .site-title > a {
		min-height: 104px;
	}

	.front-page .after-header-top,
	.front-page .after-header-top .wrap {
		padding: 0;
		border: none;
	}

}

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

	.front-page-after-blog .featured-content {
 		max-width: 446px;
	}

	.masonry-page .content .masonry-wrap-2 .type-post {
		width: 160px;
	}

}

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

	.after-entry-subscribe .enews-widget input,
	.front-page-subscribe .enews-widget input {
		margin: 0 auto 20px;
	}

	.enews form + p {
		margin-top: 0;
	}

	.front-page-subscribe,
	.after-entry-subscribe {
		padding: 20px 5% 1px;
	}

	.sidebar-primary {
		max-width: 333px;
		width: 100%;
	}

	.front-page .title-area {
		background-position: center top;
		float: left;
		text-align: center;
		width: 100%;
  		padding: 10px 0;
	}

	.front-page-subscribe .enews-widget input[type="submit"] {
 		max-width: 248px;
	}

	.front-page-subscribe .enews-widget .widget-title {
		font-size: 22px;
	}

	.front-page-subscribe form {
		width: 100%;
	}

	.sidebar .enews form + p {
		margin-top: 16px;
	}

}

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

	.after-entry-share,
	.archive-description {
		background: none;
		min-height: 0;
		padding: 5%;
	}

	.after-entry-share p {
		margin-bottom: 26px;
		max-width: none;
	}

	.archive-description p {
		max-width: none;
	}

	.cat-select,
	.cat-search {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.videos-template .vp-subtitle {
		max-width: none;
	}

	.videos-template .vp-subtitle {
		margin-bottom: 20px;
	}

	.videos-template .entry-title {
		font-size: 28px;
	}

	.videos-template .entry-header {
		background: none;
		min-height: 0;
		text-align: center;
		padding: 5%;
	}

	.image-menu li {
		max-width: 47%;
		margin: 0 1.5% 3% !important;
		vertical-align: top;
	}

	.age-nav {
		margin-top: 20px;
	}

}

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

	.masonry-page .masonry-wrap .entry {
		width: 282px;
	}

	.masonry-page .masonry-wrap {
		max-width: 282px;
	}

}

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

	.header-widget-area .widget_nav_menu:first-of-type {
  		margin: 0 0 5px 0;
	}

	.related-categories {
		clear: both;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		margin-bottom: 25px;
	}

}

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

	.site-header .title-area,
	.front-page .site-header .title-area {
		float: none;
		margin: 0 auto;
		max-width: 335px;
	}

	.front-page .header-widget-area .widget_nav_menu:first-of-type .nav-header {
		margin-bottom: 0;
	}

}

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

	.after-header-top .image-menu li {
		width: 47%;
	}

}

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

	.site-footer .wrap {
		background-size: 80%;
	}

	.archive-title {
		font-size: 28px;
	}

	.after-entry-share p {
		display: none;
	}

	.after-entry-share {
		text-align: center;
	}

	.front-page-after-blog .featured-content {
		padding: 20px;
	}

	.masonry-page .content .masonry-wrap-2 .type-post {
		width: 100%;
	}

	.masonry-wrap-2 {
		max-width: 204px;
		margin: 0 auto;
	}

}

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

	.ww-sisters {
		text-align: center;
	}

	.sidebar .ww-sisters .sister {
		display: inline-block;
		margin: 0 1px 5px !important;
		float: none;
	}

	.search-search input[type="search"] {
  		width: 235px;
	}

	.genesis-nav-menu li.menu-item.fa {
		padding: 0 6px;
	}

	.cat-select,
	.cat-search {
		width: 100%;
	}

	.cat-search input[type="search"] {
		width: 200px;
	}

	.blog-link a {
		padding: 16px 20px;
	}

}