/*
	Theme Name: JuanCole 2017
	Theme URI: http://my.studiopress.com/themes/news/
	Description: When you have readers and customers who are always hungry for more, deliver it in style with the publishing powerhouse News theme.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.2.1

	Tags: one-column, two-columns, three-columns, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: news-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Genesis Tabs
		- Jetpack
		- Simple Social Icons
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- News Pro Blue
		- News Pro Green
		- News Pro Pink
		- News Pro Orange
	- Media Queries
		- max-width: 1188px
		- max-width: 1023px
		- max-width: 600px
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#232323}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:#00ae9f;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}

.footer-newsletter .tnp-subscription input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-newsletter .tnp-subscription input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-newsletter .tnp-subscription input::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-newsletter .tnp-subscription input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}


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

.author-box:before,
.clear: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,
.widget:before,
.malinky-load-more:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clear: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,
.widget:after,
.malinky-load-more:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

@font-face {
    font-family: 'facit';
    src: url('fonts/facit_bold-webfont.eot');
    src: url('fonts/facit_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/facit_bold-webfont.woff2') format('woff2'),
         url('fonts/facit_bold-webfont.woff') format('woff'),
         url('fonts/facit_bold-webfont.ttf') format('truetype'),
         url('fonts/facit_bold-webfont.svg#facitbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'facit';
    src: url('fonts/facit_semibold-webfont.eot');
    src: url('fonts/facit_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/facit_semibold-webfont.woff2') format('woff2'),
         url('fonts/facit_semibold-webfont.woff') format('woff'),
         url('fonts/facit_semibold-webfont.ttf') format('truetype'),
         url('fonts/facit_semibold-webfont.svg#facitsemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'facit';
    src: url('fonts/facit_regular-webfont.eot');
    src: url('fonts/facit_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/facit_regular-webfont.woff2') format('woff2'),
         url('fonts/facit_regular-webfont.woff') format('woff'),
         url('fonts/facit_regular-webfont.ttf') format('truetype'),
         url('fonts/facit_regular-webfont.svg#facitregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'baskerville';
    src: url('fonts/Baskerville-Regular-webfont.eot');
    src: url('fonts/Baskerville-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Baskerville-Regular-webfont.woff2') format('woff2'),
         url('fonts/Baskerville-Regular-webfont.woff') format('woff'),
         url('fonts/Baskerville-Regular-webfont.ttf') format('truetype'),
         url('fonts/Baskerville-Regular-webfont.svg#baskerville_fsregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'baskerville';
    src: url('fonts/Baskerville-Italic-webfont.eot');
    src: url('fonts/Baskerville-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Baskerville-Italic-webfont.woff2') format('woff2'),
         url('fonts/Baskerville-Italic-webfont.woff') format('woff'),
         url('fonts/Baskerville-Italic-webfont.ttf') format('truetype'),
         url('fonts/Baskerville-Italic-webfont.svg#baskerville_fsitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'baskerville';
    src: url('fonts/Baskerville-Bold-webfont.eot');
    src: url('fonts/Baskerville-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Baskerville-Bold-webfont.woff2') format('woff2'),
         url('fonts/Baskerville-Bold-webfont.woff') format('woff'),
         url('fonts/Baskerville-Bold-webfont.ttf') format('truetype'),
         url('fonts/Baskerville-Bold-webfont.svg#baskerville_fsbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'baskerville';
    src: url('fonts/Baskerville-BoldItalic-webfont.eot');
    src: url('fonts/Baskerville-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Baskerville-BoldItalic-webfont.woff2') format('woff2'),
         url('fonts/Baskerville-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Baskerville-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Baskerville-BoldItalic-webfont.svg#baskerville_fsbold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}


/* Icon Font */ 
@font-face { 
	font-family: "Ionicons"; 
	src: url("fonts/ionicons.eot?v=2.0.0"); 
	src: url("fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), 
		url("fonts/ionicons.ttf?v=2.0.0") format("truetype"), 
		url("fonts/ionicons.woff?v=2.0.0") format("woff"), 
		url("fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); 
	font-weight: normal; 
	font-style: normal; 
}
#nav-open:before, 
#nav-close:before,
.navmenu .widget_search:before,
.author-box .author-social a:before {
	font: 20px/1 "Ionicons";
    font-weight: 400;
    font-style: normal;
	font-variant: normal;	
	text-transform: none; 
	vertical-align: top;
    text-align: center;
    text-rendering: auto;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 20px;
    height: 20px;
    speak: none;
}
#nav-open:before {
	content: "\f394";
}
#nav-close:before {
	content: "\f2d7";
}
.navmenu .widget_search:before {
	content: "\f4a4";
}
.author-social .twitter-author-icon:before {
	content: "\f243";
	color: #429cd6;
}
.author-social .facebook-author-icon:before {
	content: "\f231";
	color: #3a589e;
}
.author-social .linkedin-author-icon:before {
	content: "\f239";
	color: #0077b7;
}


/* Chrome fix */
body > div {
	font-size: 1.6rem;
}
body {
	background-color: #f6f5f2;
	color: #232323;
	font-family: 'baskerville', Georgia, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}
#navmenu,
.entry-cat,
.home .entry-content,
.single .entry-header .entry-meta,
.home .entry-meta,
.widget-title,
.entry-footer,
.author-box,
.comment-header,
.home-sidebar,
.malinky-load-more a,
.entry-header .entry-meta,
.site-footer {
	font-family: 'facit', sans-serif;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #232323;
	color: #fff;
}
::selection {
	background-color: #232323;
	color: #fff;
}
a {
	color: #00ae9f;
	text-decoration: none;
}
a img {
	margin-bottom: -4px;
}
a:focus,
a:hover {
	color: #232323;
}
.entry-content p a {
	border-bottom: 2px solid #214677;
	color: #232323;
}
.entry-content p a:hover {
	border-bottom: 2px solid transparent;
	color: #214677;
}
p {
	margin: 0 0 24px;
	padding: 0;
}
strong {
	font-weight: 600;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
mark {
	background: #ddd;
	color: #232323;
}
blockquote,
blockquote::before {
	color: #232323;
}
blockquote {
	margin: 40px 40px 24px;
	font-family: 'facit', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	text-align: justify;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 40px;
	font-size: 4rem;
	font-family: 'facit', sans-serif;
	height: 0;
	left: -28px;
	position: relative;
	top: -3px;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #e3e3e3;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}	

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232323;
	font-family: 'facit', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}
.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: transparent;
	border: 1px solid #00ae9f;
	box-shadow: none;
	color: #00ae9f;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'facit', sans-serif;
	padding: 8px;
	width: 100%;
	font-weight: 400;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
::-moz-placeholder {
	color: #00ae9f;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #00ae9f;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.entry-content .button,
.entry-content .edd-submit.button.blue {
	background-color: #00ae9f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'facit', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	padding: 14px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
a.button:focus,
.entry-content .button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.button:hover,
.entry-content .button:hover {
	background-color: #000;
	color: #fff;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}
.button {
	display: inline-block;
}
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #565656;
    cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}
.header-right .button {
	
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 20px 23px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.more-link {
	position: relative;
}
.screen-reader-shortcut:focus,
.screen-reader-text:focus {
	background-color: #fff;
}


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

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

.site-container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.site-container-wrap {
	margin: 0 auto 60px auto;
	padding: 0 20px;
/*	max-width: 1380px; */
}
.news-pro-landing .site-container-wrap {
	max-width: 1380px;
}
.site-inner {
	clear: both;
}

/* 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: 1140px;
}
.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: 76.5%;
}
.archive .content,
.search .content {
	float: none;
	width: 100%;
}
.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: left;
}
.page-template-default .site-inner,
.single .site-inner {
    background-color: #FFFBF8;
}
.sidebar-content-sidebar .content {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: left;
}
.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #e3e3e3;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 600px;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 22%;
}
body:not(.home) .sidebar-primary {
	padding-top: 40px;
	padding-right: 30px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}
.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

.sidebar-primary .widget-title {
	text-align: center;
}
.sidebar-primary .tnp-field-email {
	width: 70%;
	float: left;
}
.sidebar-primary .tnp-subscription input[type="email"] {
	padding: 5px 10px;
	height: 40px;
}
.sidebar-primary .tnp-field-button {
	width: 30%;
	float: right;
}


/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	width: 177px;
}

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


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

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
	width: 17.9487179487179488%;
}
.two-fifths {
	width: 38.4615384615384616%;
}
.three-fifths {
	width: 58.9743589743589744%;
}
.four-fifths {
	width: 79.4871794871794872%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}

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

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

.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.search-form {
	overflow: hidden;
	position: relative;
}
.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;
	right: 0;
	top: 0;
	width: 1px;
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
a.alignnone,
img.alignnone {
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
a.alignnone {
	display: inline-block;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 16px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 16px;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}
.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

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

.breadcrumb {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
}
.archive-description,
.author-box {
	margin: 0;
	overflow: hidden;
	padding: 20px 0;
}
.archive-title + p {
	margin-top: 24px;
}
.single .author-box {
	border-top: 2px solid #00ae9f;
	border-bottom: 2px solid #00ae9f;
	padding: 20px 0;
	font-size: 22px;
	font-size: 2.2rem;
}
.author-box-title {
	color: #232323;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.title.author-name {
	font-weight: 600;
	color: #1F467A;
}
.author-box h3 {
	font-size: 28px;
	font-size: 2.8rem;
}
.author-box .left {
	width: 120px;
	margin-right: 24px;
}
.author-box .author-text {
	margin-left: 144px;
	max-width: 520px;
}
.archive .author-box .author-social a > span {
	display: none;
}
.author-box p {
	margin-bottom: 0;
}
.author-box .avatar {
	margin-right: 24px;
}
.author-box .author-social a {
	display: inline-block;
}
.author-box .author-social a:before {
	width: 32px;
	height: 32px;
	font-size: 32px;
	display: block;
}
.author-social a span {
	overflow: hidden;
	display: block;
	text-indent: -9999em;
	width: 32px;
	height: 32px;
}

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
}
.single .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
}
.entry-title a,
.sidebar .widget-title a {
	color: #232323;
}
.entry-title a:focus,
.entry-title a:hover {
	color: #00ae9f;
}
.widget-title {
	color: #00ae9f;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 600;
	margin-top: -2px;
	margin-bottom: 6px;
	line-height: 1.2;
	text-transform: uppercase;
}
.archive-title {
	color: #00ae9f;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 0;
	text-transform: uppercase;
}


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

.widget {
	word-wrap: break-word;
}
.ad {
	margin: 0 4px;
}

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

.home-top-stories {
	margin-bottom: 20px;
}
.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
}
.featured-content .entry-title {
	font-size: 19px;
	font-size: 1.9rem;
}
.featured-content p {
	margin-bottom: 20px;
}
.home-top .entry {
	position: relative;
}
.home-top .entry-meta {
	position: absolute;
	bottom: -12px;
	margin-bottom: 0;
}

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


/* Genesis Responsive Slider
--------------------------------------------- */

.home .content #genesis-responsive-slider,
.home .content .genesis_responsive_slider li {
	border: none;
}
.home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}
.home .content .genesis_responsive_slider .slide-excerpt,
.home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}
.home .content .genesis_responsive_slider .slide-excerpt {
	padding: 24px;
}
.home .content #genesis-responsive-slider,
.home .content .genesis_responsive_slider .slides li,
.home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}
.home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
	margin-top: -30px;
}
.home .content .genesis_responsive_slider .flex-control-nav li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}
.home .content .genesis_responsive_slider h2 a {
	background: rgba( 0, 0, 0, 0.8 );
	color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 16px;
	position: relative;
	z-index: 9;
}
.home .content .genesis_responsive_slider a:focus,
.home .content .genesis_responsive_slider a:hover {
	color: #fff;
}
.home .content .genesis_responsive_slider p {
	background: rgba( 0, 0, 0, 0.8 );
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding: 12px 24px;
	position: relative;
	z-index: 9;
}
.home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}
.home .content .genesis_responsive_slider .flex-direction-nav li a:focus,
.home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}
.home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px;
	top: auto;
}
.home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px;
	top: auto;
}
.home .content #genesis-responsive-slider .flex-direction-nav li a:focus.prev,
.home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

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

.home-top .widget.ui-tabs .entry {
	background: none;
	border: none;
	color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0;
	min-height: 400px;
}
.home-top .widget.ui-tabs .entry h2 a {
	background: rgba( 0, 0, 0, 0.8 );
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 16px;
	position: relative;
	z-index: 9;
}

.home-top .widget.ui-tabs .entry p {
	background: rgba( 0, 0, 0, 0.8 );
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 24px;
	padding: 12px 24px;
	position: relative;
	z-index: 9;
}

.home-top .widget.ui-tabs .entry h2 {
	margin: 0;
	padding: 24px 24px 8px;
}

.home-top .widget.ui-tabs {
	position: relative;
}

.home-top .ui-tabs ul.ui-tabs-nav {
	bottom: 40px;
	margin: 0 0 0 40px;
	position: absolute;
	right: 40px;
	z-index: 9;
}

.home-top .ui-tabs ul.ui-tabs-nav li {
	border: none;
	margin: 0;
}

.home-top .ui-tabs ul.ui-tabs-nav li::before {
	display: none;
}

.home-top .ui-tabs ul.ui-tabs-nav li a {
	background-color: #000;
	color: #fff;
	display: inline-block;
}

.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
	background-color: #ff0000;
}

.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:focus,
.home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
	color: #232323;
}

.home-top .widget.ui-tabs img {
	position: absolute;
}

.home-top .widget.ui-tabs a {
	color: #fff;
}

.widget.ui-tabs ul.ui-tabs-nav li:before {
	content: "";
	margin: 0;
}




/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: 	all 0.3s ease-in-out;
	transition: 		all 0.3s ease-in-out;
}
.site-header .wrap {
	padding: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: 	all 0.3s ease-in-out;
	transition: 		all 0.3s ease-in-out;
	max-width: 1600px;
	margin: 0 auto;
}
.site-header.scroll .wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.site-header.scroll {
	background-color: #F1EEEA;
	padding: 10px 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.admin-bar .site-header.scroll {
	top: 32px;
}

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

.navmenu-toggle {
	float: left;
	width: 20%;
	cursor: pointer;
}
.navmenu-toggle:hover {
	color: #00ae9f;
}
.nav-toggle {
	font-size: 40px;
	color: #232323;
	display: block;
	max-height: 51px;
}
.navmenu-toggle .dashicons:before,
.nav-toggle.dashicons:before {
	font-size: 42px;
	line-height: 52px;
}
#nav-open:before,
#nav-close:before {
	font-size: 42px;
	line-height: 52px;
}
.nav-opened {
	opacity: 0;
}
.title-area {
	float: left;
	width: 60%;
	text-align: center;
	max-height: 107px;
}
.site-title {
	font-weight: 600;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #232323;
}
.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: uppercase;
	display: none;
}

.navmenu-hotspot {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 15px;
    height: 100vh;
}
.navmenu-header {
	padding: 20px;
}
.admin-bar .navmenu-header {
	margin-bottom: -1px;
	padding-top: 40px;
}
#navmenu {
	position: fixed;
    top: 0;
    left: -300px;
    right: auto;
    z-index: 9999;
    background-color: #00ae9f;
    padding: 0;
    height: 100%;
    width: 300px;
    overflow-x: hidden;
    transition: 0.4s;
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem;
}
#navmenu a {
	display: block;
    transition: 0.3s;
	text-decoration: none;
	color: #242424;
}

#navmenu a:hover,
.navmenu-wrap .menu a:hover {
	color: #00ae9f;
}
#navmenu .about-menu a:hover {
	color: #FFFBF8;
}
.navmenu li {
	list-style-type: none;
}
.navmenu-header,
.navmenu-body {
    background-color: #FFFBF8;
}
.navmenu-body {
	padding: 0 20px 20px;
	text-transform: uppercase;
	display: block;
	transition: 0.25s;
	width: 300px;
}
.about-menu {
	padding: 20px 20px 0;
}
#navmenu .about-menu a {
	color: #fffef9;
}
#navmenu .about-menu a:hover {
	color: #242424;
}
.navmenu .widget_search {
	margin-bottom: 14px;
	padding-left: 48px;
    transition: 0.25s;
}
.navmenu .widget_search:before {
	font-family: "Ionicons";
	color: #232323;
	float: left;
	margin: 24px 0 0 -40px;
	font-size: 40px;
	-moz-transform: scaleX(-1);    /* Gecko */
	-o-transform: scaleX(-1);      /* Opera */
	-webkit-transform: scaleX(-1); /* Webkit */
	transform: scaleX(-1);         /* Standard */
	filter: FlipH;	
}
.navmenu input[type="search"] {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #efefef;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
}
.navmenu .simple-social-icons ul.alignleft {
	display: block;
	width: 100%;
	float: none;
    transition: 0.25s;
}
.widget-area .simple-social-icons svg[class^="social-"] {
	fill: #00ae9f;
}
.widget-area .simple-social-icons a:hover svg[class^="social-"] {
	fill: #fff;
}

.navmenu .simple-social-icons ul li a,
.navmenu .simple-social-icons ul li a:hover,
.navmenu .simple-social-icons ul li a:focus {
	font-size: 22px;
}
.navmenu .simple-social-icons ul li {
	margin: 0 0 6px !important;
}
.simple-social-icons ul li a {
	font-size: 22px;
	font-size: 2.2rem;
}
.navmenu-footer {
	color: #fffef9;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px;
	display: block;
	transition: 0.25s;
	width: 300px;	
}

/* Full width header, no widgets */
.header-full-width .title-area {
	padding: 0 40px;
	text-align: center;
}
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}
.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	height: 0;
	margin: 0;
}

/* Logo, hide text */
.header-image .site-title a {
	background-position: top center !important;
	background-size: contain !important;
	display: block;
	width: 250px;
	height: 63px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: 	all 0.3s ease-in-out;
	transition: 		all 0.3s ease-in-out;
}

.header-image .site-header.scroll .site-title a {
	width: 200px;
	height: 51px;
}


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

.widget-area {
	word-wrap: break-word;
}
.site-header .header-widget-area {
	float: right;
	text-align: right;
	width: 20%;
}
.site-header .header-widget-area p:last-child {
	margin-bottom: 0;
}
.site-header .widget-area li {
	list-style-type: none;
}
.site-header .search-form {
	float: right;
	margin: 24px 5px 0 0;
	width: 100%;
}
.site-header .widget-area .button {
	background-color: transparent;
	color: #00ae9f;
	border: 1px solid #00ae9f;
	font-size: 20px !important;
    font-weight: 600 !important;
}
.site-header .widget-area .button:hover,
.entry-content .edd-submit.button.blue:hover {
	background-color: #00ae9f;
	color: #fff;
}

/* Support Us Widget */ 

.support-widget .widget-wrap {
	background-color: #fdf9f5;
	border: 1px solid #00ae9f;
	margin: 0 0 24px;
	padding: 14px;
	text-align: center;
	font-size: 18px;
	line-height: 1.35;
}
.support-widget .widget-wrap .button {
	background-color: #00ae9f;
	color: #fff;
	font-size: 17px !important;
	-webkit-border-radius: 	4px;
	-moz-border-radius: 	4px;
	border-radius: 			4px;
	padding: 8px 14px;
	margin: 0 auto 12px;
	width: 160px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.support-widget .widget-wrap .button:hover {
	background-color: #666;
}
.support-widget .widget-wrap p:last-child {
	margin-bottom: 12px;
}

/* Popular posts widget */
.swp_widget_box {
	counter-reset: popular-count;
}
.swp_popular_post {
	counter-increment: popular-count;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 1px 7px;
	background-color: #fdf9f5;
}
.swp_popular_post b {
	font-weight: 600;
}
.widget .swp_popular_post a.swp_popularity {
	line-height: 1.2;
	padding: 7px 0 7px 36px;
	display: block;	
}
.swp_popular_post a:before {
	content: counter(popular-count);
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	font-weight: 600;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 38px;
	margin-left: -32px;
	color: #1F467A;
}

/* Authors Widget */

.display-authors-widget .author-profile {
	background-color: #fdf9f5;
	margin: 0 0 20px;
	position: relative;
	display: block;
}
.display-authors-widget.widget .display-authors-widget-alignleft {
	margin-bottom: 0;
}
.display-authors-widget .avatar {
	-webkit-border-radius: 	0;
	-moz-border-radius: 	0;
	border-radius: 			0;
}
.display-authors-widget-alignleft + a {
	position: absolute;
	top: 50%;
	-webkit-transform: 	translateY(-50%);
	-moz-transform: 	translateY(-50%);
	transform: 			translateY(-50%);
	color: #1F467A;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}


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

.genesis-nav-menu {
	clear: both;
	color: #232323;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-right: -4px;
}
.genesis-nav-menu a {
	border-right: 1px solid #e3e3e3;
	color: #232323;
	display: block;
	padding: 20px 24px;
	position: relative;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;
	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 #e3e3e3;
	border-top: none;
	padding: 12px 24px;
	position: relative;
	width: 200px;
}
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 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 > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
}
.genesis-nav-menu > .search {
	padding: 10px;
}
.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 16px;
}

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

.site-header .genesis-nav-menu a {
	border: none;
}
.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}

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

.nav-primary {
	border-bottom: 1px solid #e3e3e3;
}

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

.nav-secondary {
	border-bottom: 1px solid #e3e3e3;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}
.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


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

/* Home Page
--------------------------------------------- */

.home .entry,
.home-top-stories,
.archive .entry,
.search .entry {
	background-color: #fffef9;
	position: relative;
}
.home-top-stories .entry {
	border-bottom: 0;
}
.home .entry-header,
.home .entry-content {
	padding: 0 8px;
}
.home-smaller-two .entry-header {
	padding-left: 0;
}
.home a.alignnone {
	margin-bottom: 12px;
}
.home-top .entry-title {
	font-size: 37px;
	font-size: 3.7rem;
}
.home .fv-list-of-posts .entry,
.archive .fv-list-of-posts .entry,
.search .fv-list-of-posts .entry,
.home-more-stories .entry {
	float: left;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
	margin-bottom: 2.564102564102564%;
	padding: 0;
}
.home .fv-list-of-posts .entry:nth-child(3n+1),
.archive .fv-list-of-posts .entry:nth-child(3n+1),
.search .fv-list-of-posts .entry:nth-child(3n+1),
.home-more-stories .entry:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.home .fv-list-of-posts .entry-header {
	padding: 0;
}
.fv-list-of-posts .entry-title {
	padding: 0;
	font-size: 23px;
	font-size: 2.3rem;
}
.fv-list-of-posts .entry-content,
.fv-list-of-posts .entry-meta {
	padding: 0;
}
.home .fv-list-of-posts .entry-title,
.home .fv-list-of-posts .entry-content,
.home .fv-list-of-posts .entry-meta,
.archive .fv-list-of-posts .entry-title,
.archive .fv-list-of-posts .entry-content,
.archive .fv-list-of-posts .entry-meta {
	padding: 0 10px;
}

.entry-cat {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00ae9f;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 600;
}
.home .entry-header .entry-meta,
.archive .entry-header .entry-meta,
.search .entry-header .entry-meta {
	margin-bottom: 12px;
}
.home .home-two .entry-header .entry-meta {
	margin-left: 158px;
}
.home-two .entry-title,
.home-sidebar .entry-title {
	margin-bottom: 6px;
}
.single .entry-cat,
.latest-posts .entry-cat,
.home-two .entry-cat {
	position: relative;
	background-color: transparent;
}
.home-two .entry-cat {
	margin-left: 150px;
}
.single .entry-cat {
	background-color: #00ae9f;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1.2;
	vertical-align: top;
}
.entry-cat a {
	line-height: 1;
	padding: 5px 8px 4px;
	display: block;
	color: #fff;
}
.single .featured-image-class {
	padding-bottom: 20px;
}
.featured-image-class img.alignnone {
	margin-bottom: 0;
}
.featured-image-class .wp-caption-text {
	font-weight: 300;
	font-size: 11px;
	font-size: 1.1rem;
	color: #999;
	margin-bottom: 0;
}
.home-two .entry-cat a {
	color: #00ae9f;
	padding-top: 0;
}
.home-sidebar .entry-cat a {
	margin-top: 4px;
	color: #00ae9f;
}
.single .entry-cat a {
	padding: 1px 4px;
	color: #fff;
}
.entry-author {
	text-transform: uppercase;
}
.entry-author-name {
	color: #1F467A;
}
.home-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
}
.latest-posts .entry-title,
.latest-posts .entry-header p:last-child {
	margin-bottom: 6px;
}
.home-top-stories .entry-author {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
}
.home-smaller-two a.alignnone {
	margin-bottom: 7px;
}
.home-two a.alignleft {
	margin: 0 7px 0 0;
}

/* Load More button */
.malinky-load-more,
.malinky-ajax-pagination-loading {
	clear: both;
	display: block;
}
.malinky-load-more a,
.malinky-load-more a:visited,
.malinky-load-more a:focus {
	background-color: #00ae9f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	display: block;
	cursor: pointer;
	padding: 10px 0 8px;
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
}
.malinky-load-more a:hover {
	background-color: #1F467A;
}

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

.entry {
	border-bottom: 1px solid #e3e3e3;
	padding: 40px;
}
.single .entry {
	border-bottom: 0;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}
.entry-content ol,
.entry-content ul {
	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 .search-form {
	margin-bottom: 40px;
	width: 50%;
}
.entry-meta {
	color: #999;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
	text-transform: capitalize;
}
.single .entry-header .entry-meta {
	margin-bottom: 0;
}
.single .fv-list-of-posts .entry-title,
.entry.page .entry-title {
	font-size: 38px;
	font-size: 3.8rem;
}
.single .entry-author {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	clear: both;
	display: block;
	text-transform: uppercase;
}
.single .entry-time {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #999;
}
div.nc_socialPanel.swp_flatFresh .nc_tweetContainer {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 180px;
	height: 38px;
}
div.nc_socialPanel.swp_flatFresh .nc_tweetContainer a {
	height: 34px;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_tweetContainer.swp_email,
div.nc_socialPanel.swp_flatFresh .nc_tweetContainer.swp_email,
.entry-content .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email, 
body .entry-content .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover), 
html body .entry-content .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover,
.floatBottom .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email, 
body .floatBottom .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover), 
html body .floatBottom .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover {
	background-color: #f7930f;
	border-color: #f7930f;
}
.entry-content .nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer.totes.totesalt:before {
	display: none;
}
.entry-content .nc_socialPanel div.totes.totesalt {
	text-align: left;
}
.nc_socialPanel.swp_flatFresh:not(.nc_socialPanelSide) .totes.totesalt .swp_count {
	margin-top: 0;
	line-height: 30px;
	font-size: 30px !important;
}
.nc_socialPanel.swp_flatFresh .totes.totesalt .swp_label {
	position: relative;
	float: right;
	margin-top: 0;
	margin-left: 4px;
	font-size: 14px !important;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-content .nc_socialPanel {
	margin: 10px 0 24px !important
}
.entry-footer .entry-meta {
	border-top: 1px dotted #e3e3e3;
	margin: 0 -40px;
	padding: 32px 0 8px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-categories,
.entry-tags {
	display: block;
}
.after-entry {
	padding: 20px;
}

.home .entry-content {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.35;
}
.home .home-top .entry-content {
	padding-bottom: 20px;
}
.home .fv-list-of-posts .entry-content p,
.home .fv-list-of-posts .entry-meta p {
	margin-bottom: 12px;
}
.single .entry-content,
.entry.page .entry-content {
	font-family: 'baskerville', Georgia, serif;
	font-size: 20px;
	font-size: 2rem;
}
.archive .entry-content,
.search .entry-content {
	font-size: 18px;
	font-size: 1.8rem;
}
.entry.page .entry-content,
.page-template-default .content .entry,
.single .content .entry,
.single .author-box,
.single .footer-ad,
.entry-comments,
.juanc-after-author-box {
	max-width: 750px;
	margin: 0 0 24px auto;
}
.entry.page .entry-content,
.page-template-default .content .entry .entry-content,
.single .content .entry .entry-content {
	max-width: 680px;
}
.page .entry.page .entry-content {
	margin-right: auto;
}

/* Archives dropdown navigation */

.archives-switch {
    float: right;
    padding: 20px 0;
    font-family: 'facit', sans-serif;
    text-transform: uppercase;
}
.archives-switch .item {
    float: left;
    position: relative;
    color: #232323;
    font-size: 15px;
}
.archives-switch .current {
    display: block;
    margin: 8px 0 7px 35px;
}
.archives-switch .current:after {
    content: "";
    width: 0;
    margin-left: 6px;
    display: inline-block;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #cbcbcb transparent transparent transparent;
}
.archives-switch .item:hover .current:after {
	border-color: #9f9f9f transparent transparent transparent;
}
.archives-switch .item ul {
    position: absolute;
    display: none;
    z-index: 999;
    padding: 5px 0 9px;
    right: 0;
    width: 206px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    list-style: none;
}
.archives-switch .item ul li {
    color: #232323;
    font-size: 14px;
}
.archives-switch .item:hover > ul {
	display: block;
}
.archives-switch .item li:hover > ul {
	display: block;
}
.archives-switch .item ul li a {
    display: block;
    text-decoration: none;
    padding: 4px 15px;
}
.archives-switch .item ul li:hover > a {
	background: #efefef;
}
.archives-switch .item ul ul {
    margin-top: -35px;
    left: -206px;
}

/* Search results */

.search.search-results .content .entry {
	padding: 10px;
	min-height: 180px;
}
.search-results .content .entry-content p:last-child {
	margin-bottom: 0;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ff0000;
	color: #fff;
}


/* Donation Form
--------------------------------------------- */

#gform_wrapper_1 {
	max-width: 550px;
	margin: 0 auto 24px;
}
.gform_wrapper ul.gfield_radio li {
	float: left;
	margin: 0 1% 2% 0;
	border: 1px solid #00ae9f;
	text-align: center;
	color: #00ae9f;
	font-weight: 400;
	font-family: 'facit', sans-serif;
}
.gform_wrapper .select-type .gfield_radio li {
	width: 49%;
}
.gform_wrapper .select-amount .gfield_radio li {
	width: 19%;
}
.gform_wrapper .select-amount .gfield_radio li:last-child {
	width: 99%;
}
.gform_wrapper li.select-amount > .gfield_label .gfield_required,
.gform_wrapper li.select-amount > .gfield_label,
.gform_wrapper ul.gfield_radio li input[type=radio] {
	display: none;
}
.gform_wrapper .select-amount .gfield_radio input[type="text"] {
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.gform_wrapper ul.gfield_radio li label {
	margin: 0;
	width: 100%;
	max-width: 100%;
	line-height: 2;
}
.gform_wrapper .ginput_container ul.gfield_radio input:checked + label {
	background-color: #00ae9f;
	color: #fff;
	font-weight: 400;
	width: 100%;
}
.gform_wrapper .top_label .gfield_label {
	font-family: 'facit', sans-serif;
}
.gform_wrapper li.gfield .ginput_container ul.gfield_radio li:last-child input[type=text] {
	width: 100%;
	padding: 8px !important;
}
.gform_wrapper div.ginput_container_name span {
	padding-right: 0;
}
.gform_wrapper div.ginput_container_name span input {
	width: 98% !important;
}
.gform_wrapper li.gfield .ginput_container_text input[type="text"],
.gform_wrapper li.gfield .ginput_container input[type="text"] {
	padding: 8px !important;
	font-family: 'facit', sans-serif !important;
	font-size: 20px !important;
	font-size: 2rem !important;
}
.gform_wrapper .gfield .ginput_container_select select,
.gform_wrapper .gfield .address_country select {
	-webkit-border-radius: 	0;
	-moz-border-radius: 	0;
	border-radius: 			0;
	border: 1px solid #00ae9f;
	background: transparent;
	-webkit-appearance: none;
	padding: 11px 30px 11px 11px;
	font-size: 20px;
	font-size: 2rem;
	font-family: 'facit', sans-serif;	
}
.gform_wrapper .gfield .ginput_container_select,
.gform_wrapper .gfield .address_country {
	position: relative;
}
.gform_wrapper .gfield .ginput_container_select:after,
.gform_wrapper .gfield .address_country:after {
	position: absolute;
	right: 18px;
	top: 17px;
	content: '\25BC';
	color: #00ae9f;
	font-size: 14px;
}
.gform_wrapper ul li.gfield.one-half {
	clear: none;
	margin-bottom: 20px;
}
.gform_wrapper .gform_footer.top_label input.button, 
.gform_wrapper .gform_footer.top_label input[type=submit],
.entry-content .edd-submit.button.blue {
	font-size: 24px !important;
	font-size: 2.4rem !important;
	padding: 15px 24px;
}

/* EDD donation */
.edd-cp-container {
	text-indent: -9999em;
}
.edd-cp-container input {
	text-indent: 0;
	display: block;
	min-width: 70px;
	text-align: center;
}



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

.entry-comments,
.comment-respond {
	padding: 24px 0;
}
.entry-comments {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}
.ping-list {
	margin-bottom: 40px;
}
.comment-content {
	clear: both;
	margin-left: 80px;
	font-size: 20px;
	font-size: 2rem;
}
.comment-content p:last-child {
	margin-bottom: 0;
}
.entry-comments .comment-author {
	color: #232323;
	font-weight: 600;
	margin-bottom: 0;
}
.entry-comments .comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.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;
}
.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 0;
	padding: 32px 32px 32px 0;
}
.comment-list li li {
	margin-right: -32px;
}
li.comment {
	border-right: none;
}
.comment .avatar {
	margin: 0 16px 0 0;
}
.comment-meta,
.comment-meta a {
	color: #999;
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
}
li.depth-2 {
	background-color: #fff;
}


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

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}
.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-top: 12px;
	padding-top: 12px;
}
.after-entry ul > li:last-child,
.news-pro-home .content ul > li:last-child,
.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 20px;
}
.sidebar .widget {
	padding: 0 5px 20px;
}


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

.footer-widgets {
	background-color: #000;
	color: #fff;
	clear: both;
	padding: 40px 40px 16px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	width: 160px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	margin-right: 20px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	float: left;
}
.footer-widgets-6 {
	float: right;
}
.footer-widgets a {
	color: #fff;
}
.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #ff0000;
}
.footer-widgets .widget {
	margin-bottom: 24px;
}
.footer-widgets .widget-title {
	border: none;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin-bottom: 16px;
	text-align: left;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #00ae9f;
	border-top: 1px solid #00ae9f;
	color: #efefef;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
	text-align: center;
}
.site-footer a {
	color: #efefef;
}
.site-footer a:focus,
.site-footer a:hover {
	color: #ff0000;
}
.site-footer img {
	display: block;
	clear: both;
	margin: 0 auto 10px;
}
.site-footer p {
	margin-bottom: 0;
	opacity: 0.5;
}

/* Newsletter form */
.footer-newsletter {
	text-align: center;
	font-family: 'facit', sans-serif;
	background-color: #00ae9f;
	color: #fff;
	padding: 10px 10px 20px;
}
.footer-newsletter .tnp-subscription {
	max-width: 100%;
	margin: 0;
	text-align: left;
}
.footer-newsletter span {
	display: block;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 10px;
}
.footer-newsletter .tnp-subscription form {
	text-align: center;
	display: block;
}
.footer-newsletter .tnp-subscription label {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.footer-newsletter .tnp-subscription div.tnp-field {
	display: inline-block;
	margin: 0 10px;
}
.footer-newsletter .tnp-subscription input[type=text], 
.footer-newsletter .tnp-subscription input[type=email], 
.footer-newsletter .tnp-subscription input[type=submit] {
	width: auto;
	height: auto;
	padding: 7px;
	display: inline-block;
	background-color: #00ae9f;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}
.footer-newsletter .tnp-subscription input[type=email] {
	border-bottom: 1px solid #fff;
}
.footer-newsletter .tnp-subscription input[type=submit] {
	border: 1px solid #fff;
}
.footer-newsletter .tnp-subscription input[type=submit] {
	background-color: #00ae9f;
}
.footer-newsletter .tnp-subscription input[type=submit]:hover {
	background-color: #fff;
	color: #00ae9f;
}


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

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

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}

}

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

	.home-smaller-two .featured-content .entry-title {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.home-top-stories .entry-author {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.display-authors-widget-alignleft + a {
		max-width: 120px;
		display: inline-block;
		 overflow-wrap: break-word;
  		word-wrap: break-word;
  		-ms-word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
  		-moz-hyphens: auto;
  		-webkit-hyphens: auto;
  		hyphens: auto;
	}
	.display-authors-widget .avatar {
		max-width: 60px;
	}
	.single .author-box {
		margin: 0 40px 24px;
	}

}


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

	.site-container-wrap {
		max-width: 100%;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		width: 130px;
	}
	.home-top .widget.ui-tabs img {
		max-width: 617px;
	}
	.home-top .widget.ui-tabs .entry {
		min-height: 334px;
	}
	.site-title {
		margin-top: 0;
	}
	.home .fv-list-of-posts .entry,
	.archive .fv-list-of-posts .entry, 
	.search .fv-list-of-posts .entry {
		min-height: 500px;
	}
	.widget .swp_popular_post a.swp_popularity {
		margin: 6px 0; 
	}
	.fv-list-of-posts .entry-content, 
	.fv-list-of-posts .entry-meta {
		padding: 0 10px;
	}
	.fv-list-of-posts .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 0 10px;
	}

}


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

	.archive .fv-list-of-posts .entry, 
	.search .fv-list-of-posts .entry,
	.home .fv-list-of-posts .entry {
		min-height: 550px;
	}

}


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

	.site-container-wrap {
		width: 100%;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		margin: 0;
		width: 33.3333%;
	}
	.footer-widgets-4 {
		clear: both;
	}
	.site-header .title-area,
	.site-header .widget-area {
		padding: 0;
	}
	.header-image .site-title a {
		background-position: top center !important;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	.genesis-nav-menu,
	.home-top .widget.ui-tabs .entry h2,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		border: none;
		padding: 12px;
	}
	.site-container-wrap {
		margin: 16px auto ;
	}
	.site-footer {
		padding: 24px;
	}
	.home-top .widget.ui-tabs .entry {
		background-color: #000;
		padding-bottom: 20px;
	}
	.home-top .widget.ui-tabs img {
		display: block;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.home-top .ui-tabs ul.ui-tabs-nav {
		background-color: #000;
		bottom: auto;
		margin: 0;
		position: relative;
		right: auto;
	}
	.home-top .ui-tabs ul.ui-tabs-nav li,
	.home-top .widget.ui-tabs .entry p {
		margin: 0;
	}
	.home-top .widget.ui-tabs .entry h2 {
		padding: 0;
	}
	.genesis-nav-menu li.right,
	.home-two img {
		display: none;
	}
	.home-two .entry-cat,
	.home .home-two .entry-header .entry-meta {
		margin-left: 0;
	}
	.home-two .entry-cat a {
		padding-left: 0;
	}
	.home-smaller-two .featured-content .entry-title {
		font-size: 20px;
		font-size: 2rem;
	}
	.content,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
	}

	.content-sidebar .content {
		margin-bottom: 18px;
	}
	/* Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #232323;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		color: #ff0000;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	.menu-toggle {
		line-height: 20px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}
	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-right: 0;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item > a {
		background: #fff;
		color: #ff0000;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.display-authors-widget .avatar {
		max-width: 64px;
	}
	.display-authors-widget-alignleft + a {
		font-size: 16px;
		font-size: 1.6rem;
		max-width: 120px;
		line-height: 1.2;
		display: inline-block;
	}
	.fv-list-of-posts .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 0 12px;
	}
	.fv-list-of-posts .entry-content,
	.fv-list-of-posts .entry-meta {
		padding: 0 12px;
	}
	.home .entry-content {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.archive .fv-list-of-posts .entry, 
	.search .fv-list-of-posts .entry,
	.home .fv-list-of-posts .entry {
		min-height: 480px;
	}

	.entry.page .entry-content, 
	.page-template-default .content .entry,
	.single .content .entry, 
	.author-box, 
	.entry-comments {
		max-width: 750px;
		margin: 0 auto 24px;
	}
	.entry-footer .entry-meta {
		margin: 0;
	}
	.single .author-box {
		max-width: 660px;
	}
	.display-authors-widget-alignleft + a {
		max-width: 100%;
	}

}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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-inner,
	.wrap {
		width: 100%;
	}
	.content-sidebar .content, .content-sidebar-sidebar .content {
		float: none;
	}
	.sidebar-primary {
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}

	.archive .fv-list-of-posts .entry, 
	.search .fv-list-of-posts .entry,
	.home .fv-list-of-posts .entry {
		min-height: 520px;
	}
	.home p {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

}

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

	.archive .fv-list-of-posts .entry, 
	.search .fv-list-of-posts .entry,
	.home .fv-list-of-posts .entry {
		min-height: 550px;
	}
	.home-top .entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
	.home .fv-list-of-posts .entry, 
	.archive .fv-list-of-posts .entry, 
	.search .fv-list-of-posts .entry, 
	.home-more-stories .entry {
		width: 48.717948717948715%;
		min-height: 440px;
	}
	.home .fv-list-of-posts .entry:nth-child(3n+1),
	.archive .fv-list-of-posts .entry:nth-child(3n+1), 
	.search .fv-list-of-posts .entry:nth-child(3n+1), 
	.home-more-stories .entry:nth-child(3n+1) {
		margin-left: 2.564102564102564%; 
		clear: none;
	}
	.home .fv-list-of-posts .entry:nth-child(2n+1),
	.archive .fv-list-of-posts .entry:nth-child(2n+1), 
	.search .fv-list-of-posts .entry:nth-child(2n+1), 
	.home-more-stories .entry:nth-child(2n+1) {
		margin-left: 0; 
		clear: both;
	}
	.footer-newsletter .tnp-subscription div.tnp-field {
		display: block;
		margin: 0 10px 10px;
	}
	.footer-newsletter .tnp-subscription label {
		display: block;
	}
	.admin-bar .site-header.scroll {
		top: 45px;
	}
	.title-area {
		width: 50%;
	}
	.navmenu-toggle,
	.site-header .header-widget-area {
		width: 25%;
	}
	
}


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

	.header-image .site-title a,
	.header-image .site-header .site-title a {
		width: 200px;
		height: 56px;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.four-fifths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	.admin-bar .site-header.scroll {
		top: 0;
	}
	.navmenu-toggle {
		width: 27%;
	}
	.title-area {
		width: 46%;
	}
	.home-middle-left {
		border: none;
	}
	.single .entry-content, .entry.page .entry-content {
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 1.425;
	}
	.entry {
		padding: 0;
	}
	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.fv-list-of-posts .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.two-fifths {
		padding: 0 8px;
	}
	.two-fifths img {
		margin-left: -8px;
		margin-right: -8px;
	}
	.home-top .entry-meta {
		bottom: 0;
	}
	.home-smaller-two .featured-content .entry-title {
		margin-bottom: 6px;
	}
	.home .entry-header .entry-meta {
		line-height: 1;
	}
	.home-top-stories .entry-author {
		font-size: 16px;
		font-size: 1.6rem;
	}


}

@media only screen and (max-width: 480px) {
	.site-header .widget-area .button {
		font-size: 16px !important;
		font-size: 1.6rem !important;
		margin-top: 2px;
		padding: 10px;
	}
	.header-image .site-title a,
	.header-image .site-header .site-title a {
		width: 150px;
		height: 42px;
	}
	#nav-open:before, #nav-close:before {
		line-height: 46px;
	}
	.title-area {
		width: 40%;
	}
	.header-image .site-header.scroll .site-title a {
		width: 100%;
		height: auto;
	}
	.navmenu-toggle,
	.site-header .header-widget-area {
		width: 25%;
	}
	.single .fv-list-of-posts .entry-title, .entry.page .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
}

@media only screen and (max-width: 425px) {
	
	.home .fv-list-of-posts .entry:nth-child(3n+1), .archive .fv-list-of-posts .entry:nth-child(3n+1), .search .fv-list-of-posts .entry:nth-child(3n+1), .home-more-stories .entry:nth-child(3n+1),	.home .fv-list-of-posts .entry {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 24px;
		min-height: 100px;
	}
	.fv-list-of-posts .entry-content p {
		margin-bottom: 12px;
	}
	.footer-newsletter span {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.single .entry-cat {
		font-size: 17px;
		font-size: 1.7rem;
		vertical-align: top;
	}
	.header-image .site-title a, .header-image .site-header .site-title a {
		width: 130px;
		height: 36px;
	}
	h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.single .author-box {
		margin-left: 12px;
		margin-right: 12px;
	}
	.single .author-box {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.author-box .left {
		width: 80px;
		margin-right: 12px;
	}
	.author-box .author-text {
		margin-left: 96px;
	}
	.sidebar-primary .tnp-field-email {
		width: 65%; 
	}
	.sidebar-primary .tnp-field-button {
		width: 35%;
	}
}

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

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

	.navmenu-toggle,
	.site-header .header-widget-area {
		width: 22%;
	}
	.title-area {
		width: 48%;
		margin-top: 4px;
	}
	.site-header .widget-area .button {
		font-size: 13px !important;
		font-size: 1.3rem !important;
		margin-top: 4px;
		padding: 10px 6px;
	}

}


/* Print Stylesheet */
@media print {
    @page { 
        size: auto;
        margin: 20mm 25mm 20mm 25mm;
    }
    body {
        background: none !important; /* Brute force since user agents all print differently. */
        color: #232323;
        font-size: 11pt;
        letter-spacing: 0;
        margin: 0;
    }
    .site,
    .site-header,
    .hentry,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content,
    .archive-header,
    .page-header,
    .site-inner,
    .contributor-info,
    .comments-area,
    .attachment .entry-attachment .attachment,
    .wrap {
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }
    #site-header img,
    .nav-primary,
    .site-content nav,
    .edit-link,
    .page-links,
    .widget-area,
    .more-link,
    .post-format-archive-link,
    .comment-respond,
    .comment-list .reply,
    .comment-reply-login,
    #secondary,
    #footer-widgets,
    .site-footer a[rel="nofollow"],
    .fv-sharing-top,
    .fv-sharing-bottom,
    .entry-background {
        display: none;
    }
    .site-header {
        position: relative;
        top: 0;
        background-color: transparent;
        background: none;
        page-break-after: avoid;
    }
    .title-area {
        padding: 10px 0;
        width: 100%;
    }
    .site-title a,
    .entry-meta,
    .entry-meta a {
        color: #666;
    }
    .site-inner,
    .page .site-inner, 
    .ambiance-landing.no-featured-image .site-inner, 
    .ambiance-landing .site-inner {
        margin-top: 10px;    
    }
    .entry-content {
        font-size: 14px;    
    }
    .entry-content a,
    .entry-summary a,
    .page-content a,
    .comment-content a {
        text-decoration: none;
    }
    .archive .author-box, .archive-description, .page .content, .single .content, .welcome-message .wrap {
        width: auto;    
    }

    .site-header,
    .post-thumbnail,
    a.post-thumbnail:hover,
    .site-content .entry-header,
    .site-footer {
        background: transparent;
    }
    .header-main {
        padding: 48px 10px;
    }
    .site-title {
        float: none;
        font-size: 19pt;
    }
    .content-area {
        padding-top: 0;
    }
    .entry-header {
        text-align: left;    
    }
    .post-thumbnail img {
        margin: 0 10px 24px;
    }
    .site-content .has-post-thumbnail .entry-header {
        padding-top: 0;
    }
    .site-content footer.entry-meta {
        margin: 24px auto;
    }
    .entry-meta .tag-links a {
        color: #fff;
    }
    .entry-title {
        font-size: 38px;    
    }
    .entry-content p {
        margin-bottom: 15px;    
    }
    .archive-title,
    .page-title {
        margin: 0 10px 48px;
    }
    .site-footer,
    .site-footer a {
        color: #999;
        font-size: 12px;
    }
}