/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.1.25112022

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* 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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
	- Borlabs Cookies
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.3;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

/* 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #262626;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #428bca;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #262626;
	text-decoration: underline;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 600;
}

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

mark {
	background: #ddd;
	color: #3a3a3a;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 10px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}

input,
textarea {
	padding: 15px;
}

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

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

::-ms-input-placeholder {
	color: #3a3a3a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #3a3a3a;
	opacity: 1;
}

::placeholder {
	color: #3a3a3a;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #3a3a3a;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #428bca;
	border-width: 0;
	color: #fff;
	text-decoration: none;
}

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

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	table-layout: fixed;
	width: 100%;
	word-break: break-word;
}

table.bottom-notes {
	margin-bottom: 10px;
}

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

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 500;
	padding: 10px;
	background-color: #f5f5f5;
}

table.table-clean {
	margin-bottom: 20px;
}

table.table-clean:last-of-type {
	margin-bottom: 0;
}

table.table-clean tbody {
	border-bottom: 0;
}

table.table-clean th {
	padding: 0 20px 20px 0;
	background: none;
}

table.table-clean td {
	padding: 0 0 20px 0;
	border-top: 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;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #3a3a3a;
	display: block;
	font-size: 1em;
	font-weight: 500;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	max-width: 740px;
	clear: both;
	margin: 0 auto;
	padding: 40px 15px 0;
}

.full-width-content.small-full-width .site-inner {
	max-width: 740px;
}


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

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

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 30px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	color: #3a3a3a;
	text-transform: uppercase;
	font-size: 21.5px;
	font-weight: 400;
	margin-bottom: 10px;
}

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

.entry-title a,
.sidebar .widget-title a {
	color: #262626;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #428bca;
}

.widget-title {
    color: #3a3a3a;
	font-size: 21.5px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* 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,
.singular-image {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 15px;
	font-weight: 500;
	margin: 7.5px 0 0;
	text-align: center;
	line-height: 1.25;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 20px;
}

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

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li {
	margin-bottom: 10px;
}

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

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

.widget li li {
	border: 0;
	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: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #eee;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #3a3a3a;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #428bca;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 15px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Borlabs Cookies
--------------------------------------------- */

body .BorlabsCookie ._brlbs-content-blocker {
	text-align: center;
}

body .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
	font-size: 16px;
	line-height: 1.6;
}

body .BorlabsCookie span.brlbs-heading {
	font-weight: bold;
	display: block;
}

body ._brlbs-fluid-width-video-wrapper {
	margin-bottom: 16px;
}


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

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #3a3a3a;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.site-header .wrap {
	max-width: 1165px;
	margin: 0 auto;
	padding: 10px 15px 0;
}

.site-header .nav-secondary .wrap {
	padding: 0;
	margin: 0 0 5px 0;
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 220px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #3a3a3a;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #3a3a3a;
	display: block;
	font-size: 16px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #428bca;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 15.5px;
	line-height: 1.45;
	position: relative;
	word-wrap: break-word;
}

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

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

/* Responsive 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;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

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

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #262626;
	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-color: transparent;
	border-width: 0;
	color: #428bca;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	clear: left;
	width: 100%;
	display: none;
}

.nav-primary {
	padding-bottom: 15px;
	padding-top: 15px;
}

.nav-primary .wrap {
	padding: 0;
}

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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.page .entry {
	padding-bottom: 0;
	border-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	padding-left: 24px;
}

.entry-content ol li,
.entry-content ul li {
    margin-bottom: 7.5px;
}

.entry-content ol li:last-of-type,
.entry-content ul li:last-of-type {
    margin-bottom: 0;
}

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

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

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

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

.entry-meta .entry-categories a,
.entry-meta .entry-comments-link a {
	color: #262626;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0 40px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #eee;
	color: #262626;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #428bca;
	color: #fff;
}

.entry-content .entry-pagination.pagination {
    background: #eee;
    padding: 10px 15px;
    margin: 20px 0 20px;
    font-weight: 500;
}

.entry-content .entry-pagination.pagination .post-page-numbers {
    padding: 0 5px 0 5px;
    margin: 0 5px 0 5px;
}

.entry-content .entry-pagination.pagination a {
    color: #262626;
    border-bottom: 1px solid transparent;
}

.entry-content .entry-pagination.pagination .current,
.entry-content .entry-pagination.pagination .current:hover,
.entry-content .entry-pagination.pagination a:hover {
    border-bottom: 2px solid #428bca;
    text-decoration: none;
}

/* Entry Author Box
--------------------------------------------- */

.author-box {
	background-color: #eee;
	padding: 30px;
}

.author-box p {
	color: #3a3a3a;
}

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

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

.entry-comments h3 {
	font-weight: 400;
	font-size: 21.5px;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 0;
}

.entry-comments h3.comment-reply-title {
	font-weight: 500;
	font-size: 21.5px;
	text-transform: none;
	margin: 10px 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.entry-comments .comment-reply-title #cancel-comment-reply-link {
	font-weight: 400;
	font-size: 16px;
	color: #ff7e47;
	display: block;
	margin: 15px 0;
}

.entry-comments .comment-reply-title #cancel-comment-reply-link:before {
	content: "\f182";
	font: normal 16px/1 'dashicons';
	padding-right: 3px;
	vertical-align: top;
}

.comment-notes {
	padding: 20px;
	background: #eee;
}

.entry-comments #privacy-notes,
.comment-respond #privacy-notes {
	display: block;
	margin-top: 10px;
}

.comment-list li {
	padding: 30px 0 0 40px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 10px;
}

.comment-header a.comment-time-link {
	color: #262626;	
	font-size: 15px;
}

.entry-comments .comment-reply {
	text-align: center;
	padding-bottom: 2.5px;
	border-bottom: 2px solid #eee;
}

.comment-content {
	clear: both;
}

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

.comment-content p.alert {
	font-style: italic;
}

.comment-form-comment textarea {
	line-height: 1.65;
}

.comment-respond label {
	font-weight: 500;
}

.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-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 40px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	margin-top: 40px;
}

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


/* Additions & Customizations
---------------------------------------------------------------------------- */

/* Global
--------------------------------------------- */

.dark-header .site-header,
.dark-header .genesis-nav-menu .sub-menu a,
.dark-header .genesis-nav-menu .sub-menu li:last-child {
    background-color: #262626;
}

.dark-header .menu-toggle,
.dark-header .dashicons,
.dark-header .dashicons-before::before,
.dark-header .site-title a,
.dark-header .site-title a:focus,
.dark-header .site-title a:hover,
.dark-header .genesis-nav-menu a {
    color: #fff;
}

.dark-header .genesis-nav-menu a:focus,
.dark-header .genesis-nav-menu a:hover,
.dark-header .genesis-nav-menu .current-menu-item > a,
.dark-header .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.dark-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #428bca;
}

.dark-header .site-header {
    box-shadow: none;
}

.single-menu-setup .site-header .wrap {
	padding: 0 15px 0;
}

.single-menu-setup.wp-custom-logo .title-area {
    max-width: 200px;
    padding-bottom: 14px;
    padding-top: 14px;
}

.single-menu-setup .menu-toggle {
	padding: 13px 0;
}

.genesis-nav-menu li.menu-item-light a {
	font-weight: 300;
}

.genesis-nav-menu li.menu-item.icon-rss a::before {
    content: "\f303";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    padding-right: 3.5px;
    vertical-align: top;
}

.genesis-nav-menu li.menu-item.icon-search a::before {
    content: "\f179";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    padding-right: 3.5px;
    vertical-align: top;
}

.genesis-nav-menu li.menu-item.icon-shop a::before {
    content: "\f174";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    padding-right: 3.5px;
    vertical-align: top;
}

.genesis-nav-menu li.menu-item.icon-plugin a::before {
    content: "\f485";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    padding-right: 3.5px;
    vertical-align: top;
}

.genesis-nav-menu li li a::before {
    display: none!important;
}

button.clean-button {
    background-color: transparent;
    border-radius: 0;
    color: #428bca;
    font-weight: 400;
    padding: 0;
    text-align: left;
}

button.clean-button.clean-button-alt {
    color: #fff;
}

button.clean-button:hover,
button.clean-button:focus {
    background-color: transparent;
    text-decoration: underline;
}

button.button-alt.clean-button {
	color: #262626;
	border-bottom: 1px dashed #959393;
}

button.button-alt.clean-button:hover,
button.button-alt.clean-button:focus {
    background-color: transparent;
	border-bottom: 0;
	text-decoration: none;
}

.prepend-arrow-left span::before,
.prepend-arrow-left a::before {
	content: "\f341";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    vertical-align: -15%;
}

.append-arrow-right span::after,
.append-arrow-right a::after {
	content: "\f345";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    vertical-align: -15%;
}

.append-external a::after {
	content: "\f504";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    vertical-align: -15%;
}

.prepend-external a::before {
	content: "\f504";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    vertical-align: -15%;
    padding-right: 3.5px;
}

.show-check-sign::after {
	content: "\f12a";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    vertical-align: -15%;
}

.show-plus-sign::after {
	content: "\f132";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    vertical-align: -15%;
}

.prepend-rss span::before,
.prepend-rss a::before {
	content: "\f303";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    padding-right: 3.5px;
    vertical-align: -15%;
}

.icon-colored a::before,
.icon-colored a::after {
    color: #428bca;
}

.no-entries-found {
	text-align: left;
	padding: 0 !important;
}

.no-entries-found p {
	margin-bottom: 16px !important;
}

.archive-title,
.entry-comments h3 {
    line-height: 1;
}

.tabcontent {
	display: none;
	overflow: hidden;
}

.tabcontent.tabcontent-first {
	display: block;
}

.tabcontent-margin-bottom {
	margin-bottom: 40px;
}

.bg-box {
	padding: 20px;
	background-color: #eee;
	overflow: hidden;
}

.bg-box-center {
	text-align: center;
}

.bg-box-margin-bottom {
	margin-bottom: 40px;
}

.bg-box h3 {
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 20px;
	text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.bg-box .column-layout .column-layout-wrap .entry {
	background-color: transparent !important;
	padding: 0 !important;
	margin-bottom: 20px !important;
	border-bottom: 0 !important;
}

.bg-box .column-layout .column-layout-wrap .entry-title,
.bg-box .column-layout .column-layout-wrap .entry-meta {
	padding: 0 !important;
}

.bg-box .column-layout .column-layout-wrap .entry-meta {
	color: #3a3a3a;
}

.bg-box p {
	font-weight: 500;
}

.bg-box .more-link {
	margin-bottom: 0;
}

.bg-box-alt {
	background-color: #262626 !important;
	color: #fff;
}

.bg-box-alt .archive-title,
.bg-box-alt .entry-title a {
	color: #fff;
}

.bg-box-alt .entry-title a:hover {
	color: #428bca;
}

.bg-box-alt .column-layout .column-layout-wrap .entry-meta {
	color: #eee;
}

.bg-box-alt .more-link a {
    color: #fff;
}

.bg-box-alt .more-link a:hover {
    color: #428bca;
    text-decoration: none;
}

.bg-box-alt2 {
	background-color: #428bca !important;
	color: #fff;
}

.bg-box-alt2 a.cta:hover {
	background-color: #3a3a3a;
	text-decoration: none;
}

.bg-box-alt2 .entry-title a:hover {
	color: #262626;
}

.bg-box-alt2 .more-link a {
    color: #fff;
}

.bg-box-alt .more-link a:hover {
    color: #262626;
    text-decoration: none;
}

/* CTAs
--------------------------------------------- */

a.cta {
	background-color: #262626;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 5px;
}

a.cta-margin-bottom {
	margin-bottom: 10px;
}

a.cta-last {
	margin-bottom: 0;
}

a.cta-alt {
	background-color: #428bca;
}

a.cta-light {
	background-color: #eee;
	color: #3a3a3a;
}

a.cta:hover {
	background-color: #428bca;
	text-decoration: none;
}

a.cta-alt:hover {
	background-color: #3a3a3a;
}

a.cta-light:hover {
	background-color: transparent;
}

a.cta-light-alt:hover {
	background-color: #3a3a3a;
	color: #fff;
}

a.cta .fa {
	margin-right: 5px;
}

.cta-banner {
	width: 100%;
	overflow: hidden;
}

.cta-banner {
	display: inline-block;
	padding: 20px;
	background-color: #f5f5f5;
	text-align: center;
	width: 100%;
}

.cta-banner-alt {
	color: #fff;
	background-color: #428bca;
}

.cta-banner-alt a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.cta-banner-alt-2 {
	color: #000;
	background-color: #3acf93;
}

.cta-banner-alt-2 a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #428bca;
}

.cta-banner-alt a:hover,
.cta-banner-alt-2 a:hover {
	border-bottom: 0px;
}

.cta-banner-margin-top {
	margin-top: 40px;
}

.cta-banner-margin-top-20 {
	margin-top: 20px;
}

.cta-banner p.aff-disclaimer a {
	border: none;
	font-size: 14px;
	color: #999;
}

.cta-banner p.aff-disclaimer a:hover {
	color: #262626;
}

.cta-banner-alt p.aff-disclaimer a {
	color: #ddd;
}

.cta-banner-alt p.aff-disclaimer a:hover {
	color: #fff;
}

.cta-box {
	padding: 20px;
	margin-bottom: 15px;
	background: #428bca;
	color: #fff;
}

.cta-box a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.cta-box a:hover {
	color: #fff;
	border-bottom: 0;
	text-decoration: none;
}

.cta-box-alt {
	background: #eee;
	color: #262626;
}

.cta-box-alt a {
	color: #428bca;
}

.cta-box-alt a:hover {
	color: #428bca;
}

.cta-global-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
  	overflow: hidden;
  	width: 100%;
	margin-top: 20px;
	margin-bottom: -40px
}

.cta-global-footer a {
	color: #262626;
  	font-weight: 500;
  	display: inline-block;
  	padding: 20px;
  	text-align: center;
	outline-offset: -2px;
  	float: left;
}

.cta-global-footer span.cta-global-footer-right a {
  	float: right;
}

.cta-global-footer a:hover {
	color: #428bca;
  	text-decoration: none;
}

/* Homepage
--------------------------------------------- */

.entry.home-featured {
	border: 0 !important;
	padding: 0 !important;
	margin-bottom: 40px !important;
}

.home .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.home .entry-content p {
	margin-bottom: 0;
}

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

.entry-title-no-post-info-below .entry-title {
	margin-bottom: 15px;
}

/* Archives
--------------------------------------------- */

p.custom-archive-title {
	clear: both;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.archive .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.archive .entry:last-of-type,
.column-layout .entry:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.archive-entry-header-aligned img {
	margin-left: 0;
	margin-right: 0;
	float: none;
}

.archive .entry-meta-top {
	margin-bottom: 5px;
}

.archive .entry-meta-top .entry-categories a,
.archive .entry-meta-top .entry-comments-link a {
	color: #959393;
}

.archive .entry-content p {
	margin-bottom: 0;
}

.archive-entry-header-aligned.archive-no-meta .entry-title {
	margin-bottom: 15px;
}

.archive-entry-header-aligned.archive-no-content .entry-content {
	display: none;
}

.archive-entry-header-aligned.archive-no-content img {
	margin-bottom: 0;
}

/* Search
--------------------------------------------- */

.sort-links {
	text-align: center;
	margin: 0 0 40px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}

.sort-links div {
	display: inline-block;
	margin: 0 25px;
}

.sort-links div a.relevance::before {
    content: "\f179";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    padding-right: 3.5px;
	vertical-align: bottom;
}

.sort-links div span.date::before,
.sort-links div a.date::before {
    content: "\f469";
    font: normal 16px/1 'dashicons';
	display: inline-block;
    padding-right: 3.5px;
	vertical-align: bottom;
}

.sort-links a {
	color: #959393;
}

.sort-links a:hover,
.sort-links a.active {
	color: #262626;
}

/* Column Layout
--------------------------------------------- */

.column-layout .column-layout-wrap {
	overflow: hidden;
}

.column-layout .entry img {
	margin: 0 0 20px 0;
	float: none;
}
	
.column-layout .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.column-layout .entry-meta a {
	color: #262626;
}

.column-layout .entry-content p {
	margin-bottom: 0;
}

.column-layout .entry-content .more-link {
	margin: 0;
}

.column-layout .entry-content .specs div {
	margin-bottom: 12.5px;
}

.column-layout .entry-content .specs div:last-child {
	margin-bottom: 0;
}

.column-layout .entry-content .specs span {
    font-weight: 500;
}

.column-layout .entry-content .specs label {
    display: block;
    line-height: 1.25;
    font-size: 15px;
}

.column-layout.column-layout-no-meta .entry-title {
	margin-bottom: 15px;
}

.column-layout.column-layout-no-content .entry-content {
	display: none;
}

.column-layout.column-layout-no-content .entry-meta {
	margin-bottom: 0;
}

.column-layout.column-layout-center {
	text-align: center;
}

.column-layout .entry.featured {
	margin-left: 0;
	width: 100% !important;
	float: none;
}

/* Embeds
--------------------------------------------- */

.entry-content .twitter-tweet,
.entry-content .fb-post,
.entry-content .fb-root,
.entry-content .fb-video,
.entry-content #fb-root,
.entry-content #facebook,
.entry-content .instagram-media,
.entry-content .instagram-media-registered,
.entry-content .imgur-embed-iframe-pub,
.fluid-width-video-wrapper {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	margin-bottom: 16px !important;
	width: 100%;
}

.entry-content blockquote.twitter-tweet {
	padding: 20px;
	background-color: #ddd;
	color: #959393;
	margin: 15px 0;
	font-style: normal;
}

.entry-content blockquote.twitter-tweet::before,
.entry-content blockquote.instagram-media-registered::before {
	display: none;
}

iframe.instagram-media {
	position: static !important;
}

.entry-content blockquote.twitter-tweet p {
	margin: 0;
}

.entry-content iframe {
	margin-bottom: 16px;
}

/* Single & Page Defaults
--------------------------------------------- */

.single .entry-content,
.page .entry-content {
	padding-bottom: 4px;
}

.page .entry-title {
	margin-bottom: 20px;
}

.single-format-image .featured-image,
.single-format-gallery .featured-gallery,
.single-format-video .featured-video,
.page.format-image .featured-image,
.page.format-gallery .featured-gallery,
.page.format-video .featured-video {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

.single-format-image .featured-image img,
.single-format-video .featured-video iframe,
.page.format-image .featured-image img,
.page.format-video .featured-video iframe {
	display: block;
	margin: 0 auto;
}

.single .content p.image-credits,
.page .content p.image-credits {
	font-size: 15.75px;
	margin: 5px 0 0 0;
	color: #959393;
	line-height: 1.35;
	clear: both;
}

.single .content p.image-credits a,
.page .content p.image-credits a {
	color: #959393;
}

.single .content p.image-credits a:hover,
.page .content p.image-credits a:hover {
	color: #3a3a3a;
	text-decoration: none;
}

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

.entry-comments li.byuser p.comment-author span,
.entry-comments li.byuser li p.comment-author span,
.entry-comments li.byuser li li p.comment-author span,
.entry-comments li.byuser p.comment-author span.says,
.entry-comments li.byuser li p.comment-author span.says,
.entry-comments li.byuser li li p.comment-author span.says,
.entry-comments li.byuser a.comment-author-link,
.entry-comments li.byuser li a.comment-author-link,
.entry-comments li.byuser li li a.comment-author-link,
.entry-comments li.bypostauthor p.comment-author span.says,
.entry-comments li.bypostauthor li.bypostauthor p.comment-author span.says,
.entry-comments li.bypostauthor li.bypostauthor li.bypostauthor p.comment-author span.says {
	color: #262626;
	background-color: transparent;
	padding: 0;
}

.entry-comments li.bypostauthor p.comment-author span,
.entry-comments li.bypostauthor li.bypostauthor p.comment-author span,
.entry-comments li.bypostauthor li.bypostauthor li.bypostauthor p.comment-author span,
.entry-comments li.bypostauthor li a.comment-author-link,
.entry-comments li.bypostauthor a.comment-author-link {
	color: #fff;
	background-color: #428bca;
	padding: 3px 4px;
}


.entry-comments li.bypostauthor p.comment-author span a.comment-author-link,
.entry-comments li.bypostauthor li.bypostauthor p.comment-author span a.comment-author-link,
.entry-comments li.bypostauthor li.bypostauthor li.bypostauthor p.comment-author span a.comment-author-link {
	color: #fff;
}

.comment-author-name,
.comment-author-name a {
	font-weight: 500;
	color: #262626;
}

.entry-comments li.bypostauthor .comment-content a {
	color: #959393;
}

.entry-comments li.bypostauthor .comment-content a:hover {
	color: #262626;
}

.comment-content a {
	color: #3a3a3a;
	font-style: italic;
}

ol.comment-list .comment-moderation-note {
	color: #959393;
}

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

/* Single Post
--------------------------------------------- */

.single .entry-content .alignleft,
.single .entry-content .alignright,
.single .entry-content .alignnone,
.single .entry-content img.alignleft,
.single .entry-content img.alignright,
.single .entry-content img.alignnone {
	margin: 0 0 16px;
}

.subscribe-content {
	margin: 20px 0 0;
}

.subscribe-content a.button {
	padding: 10px 20px;
	border-radius: 5px;
}

.subscribe-content a {
    width: 100%;
}

.after-post-sharing {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.single .entry-footer .entry-meta a {
	color: #262626;
}

.related-posts {
	overflow: hidden;
	margin-bottom: 20px;
}

.entry-term-lists {
	display: block;
}

.next-previous-post-links {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	clear: both;
	overflow: hidden;
}

.next-previous-post-links p {
	margin-bottom: 0;
	line-height: 1.35;
}

p.next-post-link {
	float: left;
	text-align: left;
}

p.previous-post-link {
	float: right;
	text-align: right;
}

.next-previous-post-links a {
	color: #262626;
	font-weight: 500;
	outline-offset: -2px;
}

.next-previous-post-links a:hover,
.next-previous-post-links span {
	color: #428bca;
	text-decoration: none;
}

p.next-previous-post-links-first-title {
	margin-bottom: 20px;
}

.comments-closed-info-box {
	margin-bottom: 40px;
	padding: 20px;
	background-color: #eee;
	color: #959393;
}

/* Special stylings
--------------------------------------------- */

.specs-teaser {
	overflow: hidden;
	clear: both;
	margin: 20px 0;
}

.specs-teaser div {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.specs-teaser div span {
	font-weight: 500;
	font-size: 21px;
}

.specs-teaser div label {
    display: block;
    line-height: 1.25;
	color: #3a3a3a;
	font-size: 15px;
}

.related-posts-inside li {
	color: #428bca;
}

.related-posts-inside li a {
	color: #262626;
	font-weight: 500;
}

.related-posts-inside li a:hover {
	color: #428bca;
	font-weight: 500;
	text-decoration: none;
}

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

.section-titles {
	clear: both;
	overflow: hidden;
	color: #262626;
	margin-bottom: 17.5px;
}

.section-titles h2,
.section-titles h3,
.section-titles h4 {
	margin: 0 0 7.5px 0;
	float: left;
	display: inline-block;
	font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
}

.section-titles a {
    color: #262626;
    display: inline-block;
    padding-bottom: 4.5px;
    border-bottom: 3px solid transparent;
    margin-right: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    outline-offset: -1px;
}

.section-titles a:hover,
.section-titles a:focus,
.section-titles a:active,
.section-titles a.active {
	border-bottom: 3px solid #428bca;
	text-decoration: none;
}

.section-titles a.section-title-last {
	margin-right: 0;
}

/* Tablinks
--------------------------------------------- */

.tabs {
	clear: both;
	overflow: hidden;
	margin-bottom: 17.5px;
}

button.tablinks {
    margin: 0 20px 7.5px 0;
    background-color: transparent;
    color: #959393;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0;
    text-align: left;
    border-radius: 0;
    outline-offset: -1px;
}

button.tablinks-alt {
    color: #428bca;
}

button.tablinks:focus {
   	outline-offset: -2px;
}

button.tablinks:hover,
button.tablinks:focus,
button.tablinks:active,
button.tablinks.active,
button.tablinks-alt:hover,
button.tablinks-alt:focus,
button.tablinks-alt:active,
button.tablinks-alt.active {
	background-color: transparent;
    color: #262626;
}

button.tablinks.tablinks-last {
	margin-right: 0;
}

/* Filter
--------------------------------------------- */

.filter-form,
.filter-count-sort {
	margin-bottom: 30px;
	overflow: hidden;
}

.filter-form {
	padding: 20px 20px 0 20px;
	background-color: #eee;
}

.filter-heading {
	font-weight: 500;
	margin-bottom: 10px;
}

.filter-buttons {
	clear: both;
	overflow: hidden;
}

.filter-buttons a {
	display: inline-block;
	width: 100%;
	background-color: #262626;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 29px;
	margin-bottom: 15px;
	text-align: center;
}

.filter-buttons a:hover,
.filter-buttons .active a {
	background-color: #428bca;
	text-decoration: none;
}

.filter-buttons .active a span {
	display: none;
}

.filter-form label {
	color: #3a3a3a;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

.filter-form .search-form {
	padding-bottom: 15px;
}

.filter-form .search-form-input {
	text-align: center;
}

.filter-form .search-form-submit {
	width: 100%;
}

.filter-reset {
	text-align: center;
	margin: 0 0 20px 0;
	clear: both;
}

.filter-reset a,
.filter-reset button {
	padding: 0px;
	color: #428bca;
	background-color: transparent;
	font-weight: 400;
}

.filter-reset a:hover,
.filter-reset a:focus,
.filter-reset button:hover,
.filter-reset button:focus {
	background-color: transparent;
	color: #262626;
}

.filter-sort select {
	float: left;
	width: auto;
	clear: both;
}

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

.site-footer {
	color: #3a3a3a;
}

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

/* FacetWP
--------------------------------------------- */

body .facetwp-template {
	overflow: hidden;
	clear: both;
}

body .facetwp-counts,
body .facetwp-facet {
	margin-bottom: 15px;
}

body .facetwp-counts {
	color: #3a3a3a;
	font-weight: 500;
}

.filter-no-count .facetwp-counter {
	display: none
}

body .facetwp-slider-label {
	display: block;
	margin-bottom: 7.5px;
}

body .custom-facetwp-slider-wrap .noUi-connect {
	background-color: #428bca;
}

body .facetwp-pager {
	overflow: hidden;
	clear: both;
	display: block;
	clear: both;
	margin: 20px 0 40px;
}

body .facetwp-page {
    background-color: #eee;
    color: #3a3a3a;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

body .facetwp-page.active,
body .facetwp-page:hover {
    background-color: #428bca;
	color: #fff;
    cursor: pointer;
}

body .facetwp-page.last-page {
	margin: 0;
}

body .facetwp-pager-label {
	display: none;
}

body .facetwp-overlay {
	background-color: #eee;
}

.horizontal-checkboxes {
  	text-align: center;
}

.horizontal-checkboxes .facetwp-facet {
  	margin-bottom: 10px;
}

.horizontal-checkboxes .facetwp-checkbox {
  	display: inline-block;
  	background-color: #262626;
  	background-image: none!important;
  	margin: 0 3.5px 10px;
  	padding: 10px 20px;
  	color: #fff;
	border-radius: 5px;
}

.horizontal-checkboxes .facetwp-checkbox.checked {
  	background-color: #428bca;
}

.horizontal-checkboxes .horizontal-checkboxes-alt .facetwp-checkbox {
  	background-color: transparent;
  	color: #262626;
  	margin-bottom: 0;
	border-radius: 0;
}

.horizontal-checkboxes .horizontal-checkboxes-alt .facetwp-checkbox.checked {
  	padding-bottom: 7px;
  	border-bottom: 3px solid #262626;
}

/* WP Shariff
--------------------------------------------- */

body .shariff li {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

/* Soliloquy Slider
--------------------------------------------- */

body .soliloquy-container .soliloquy-caption,
body .soliloquy-container .soliloquy-controls-auto,
body .soliloquy-container .soliloquy-pager {
	display: block;
}

body .soliloquy-container .soliloquy-pager {
    text-align: left;
    top: 10px;
    bottom: 0;
    left: 10px;
    height: 14px;
}

body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background-color: rgba(58,58,58,0.5);
    font-size: 15px;
    line-height: 1.25;
    display: block;
    color: #fff;
    text-shadow: none;
    text-align: left;
    padding: 10px;
}

body .soliloquy-container .soliloquy-pager-link {
    width: 12px;
    height: 12px;
    background: rgba(58,58,58,0.5);
}

body .soliloquy-container .soliloquy-pager-link:hover,
body .soliloquy-container .soliloquy-pager-link.active {
    background-color: rgba(66,139,202,1);
    background-image: none;
}

body .soliloquy-container .soliloquy-prev {
    background-color: rgba(58,58,58,0.5);
}

body .soliloquy-container .soliloquy-next {
    background-color: rgba(58,58,58,0.5);
}

body .soliloquybox-title-float-wrap {
	margin-top: 0;
}

body .soliloquybox-title-float-wrap .child {
    background-color: rgba(58,58,58,1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #fff;
}

body .soliloquybox-skin {
	padding: 0!important;
	background: transparent;
}

/* 404
--------------------------------------------- */

.error404 .entry-content .search-form,
.error404 .entry-content .search-form input[type="search"],
.error404 .entry-content .search-form input[type="submit"] {
		width: 100%;
		text-align: center;
}

.error404 .search-form {
	padding: 20px;
	background-color: #ddd;
}

.error404 .post-list-inside .one-half.first {
	margin-bottom: 40px;
}

.error404 .entry-content .post-list-inside h3 {
	margin-bottom: 12.5px;
}

.error404 .entry-content .post-list-inside ol > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
	overflow: hidden;
	list-style-type: none;
}

.error404 .entry-content .post-list-inside ol > li:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.error404 .entry-content ol,
.error404 .entry-content ul {
	padding: 0;
}

.error404 .entry-content .post-list-inside li {
	clear: both;
	padding-right: 0;
}

.error404 .entry-content .post-list-inside li a {
	color: #262626;
}

.error404 .entry-content .post-list-inside li img.wpp-thumbnail {
	margin: 0 12.5px 0 0;
	float: left;
}

.error404 .entry-content .post-list-inside li:last-child img.wpp-thumbnail {
	margin-bottom: 0;
}

/* Notifications
--------------------------------------------- */

.top-notification {
	background-color: #eee;
	padding: 6px 20px;
	text-align: center;
}

.top-notification,
.top-notification .fa {
	color: #262626;
}

.top-notification a {
	color: #428bca;
}

.top-notification a:hover {
	color: #262626;
	text-decoration: none;
}

.top-notification.js-disabled-warning,
.top-notification.js-disabled-warning .fa {
	background: #ff7e47;
	color: #fff;
	font-weight: 600;
}

/* Highcharts
--------------------------------------------- */

.hc-container {
	margin: 0 0 16px;
}

/* Cookie Banner
--------------------------------------------- */

body .cc-banner .cc-message {
	margin-right: 10px;
}

/* Misc.
--------------------------------------------- */

.featured-gallery-container {
	overflow: hidden;
}

.more-link {
	clear: both;
    overflow: hidden;
    text-align: center;
    margin: 0 0 40px;
}

.more-link-w-link-below {
    margin: 0 0 10px;
}

.more-link-link-below {
	text-align: center;
    margin: 0 0 40px;
}

.more-link-link-below a {
	color: #262626;
}

.more-link a,
.more-link.icon-colored a::after {
	font-weight: 500;
	color: #428bca;
}

.table-bottom-notes {
	font-style: italic;
	font-size: 95%;
	color: #959393;
}

.html-content .entry {
	background: transparent;
}

.html-content .entry-content {
	padding: 0;
}

.html-content-center .entry-content {
	text-align: center;
}

ul.cta-link-list {
    margin-bottom: 20px;
}

ul.cta-link-list > li {
    margin-bottom: 5px;
}

.single .archive-only {
	display: none !important;
}


/* Legacy
---------------------------------------------------------------------------- */

/* Content-Box
--------------------------------------------- */

.content-box {
	overflow: hidden;
	margin-bottom: 16px;
}

.content-box.info,
.content-box.updated,
.content-box.icon-active,
.content-box.pressrelease {
	padding: 15px 20px 0;
	background-color: #eee;
}

.content-box.pressrelease {
	padding: 0 20px 0;
}

.content-box.backtotop {
	padding: 10px 0;
	background-color: transparent;
	text-align: center;
	font-size: 15px;
}

.content-box.backtotop,
.content-box.backtotop p {
	margin-bottom: 0;
}

.content-box.backtotop a::after {
    content: "\f342";
    font: normal 15px/1 'dashicons';
	display: inline-block;
    padding-left: 1.5px;
    vertical-align: -15%;
}

/* Image list
--------------------------------------------- */

.headings-clear-floats .post p.wp-caption-text {
	display:none;
}

.headings-clear-floats .post .entry-content h1 a,
.headings-clear-floats .post .entry-content h2 a,
.headings-clear-floats .post .entry-content h3 a,
.headings-clear-floats .post .entry-content h4 a,
.headings-clear-floats .post .entry-content h5 a,
.headings-clear-floats .post .entry-content h6 a {
	color: #262626;
}

.headings-clear-floats .post .entry-content h1 a:hover,
.headings-clear-floats .post .entry-content h2 a:hover,
.headings-clear-floats .post .entry-content h3 a:hover,
.headings-clear-floats .post .entry-content h4 a:hover,
.headings-clear-floats .post .entry-content h5 a:hover,
.headings-clear-floats .post .entry-content h6 a:hover {
	color: #428bca;
	text-decoration: none;
}

.headings-clear-floats .post .entry-content h3 {
	font-size:23px;
	margin-bottom:16px;
}

.headings-clear-floats .post img.alignleft,
.headings-clear-floats .post .wp-caption.alignleft {
	margin: 0 0 16px;
}

/* Top list 
--------------------------------------------- */

.list-entry{overflow:hidden}
.list-wrap blockquote{padding:0}
.list-number{color:#428bca;float:left;font-size:26px;font-weight:500;line-height:1.25;padding-right:10px;}
.list-title{overflow:hidden}
.list-title h3{margin-top:4.5px;margin-bottom:15px}

/* Index Box
--------------------------------------------- */

.content-box-index-basic{margin:0 0 20px;border:2px solid #eee;padding:20px;overflow:hidden}
.content-box-index-basic span{text-transform:uppercase;}
.content-box-index-basic ul{list-style:none;margin:0;overflow:hidden}
.content-box-index-basic ul li{margin:0 0 7.5px;}
.content-box-index-basic ul li:last-child{margin-bottom:0}
.content-box-index-basic li a{color:#428bca}
.content-box-index-basic li a:hover{color:#262626;text-decoration:none}
.content-box-index-basic li a img{margin-right:.5em}
.content-box-index-basic li.active a {color:#262626;}
.content-box-index-basic.content-box-index-no-list-style li {list-style-type:none;margin-left:0}
.content-box-index-basic.content-box-index-no-list-style ul {padding-left:0;}

/* WideTable
--------------------------------------------- */

.widetable{margin-bottom:40px;overflow-x:auto;background-image:-webkit-linear-gradient(left,#fff,rgba(255,255,255,0)),-webkit-linear-gradient(right,#fff,rgba(255,255,255,0)),-webkit-linear-gradient(left,#f1f1f1,rgba(241,241,241,0)),-webkit-linear-gradient(right,#f1f1f1,rgba(241,241,241,0));background-position:0 0px,100% 0px,0 0px,100% 0;background-repeat:no-repeat;background-color:#fff;background-size:4em 100%,4em 100%,1em 100%,1em 100%;background-attachment:local,local,scroll,scroll}
.widetable table {table-layout:auto;word-break:normal;margin-bottom:0;}
.widetable table thead td{background:none}
.widetable table tbody tr{border-bottom:1px solid #eee}
.widetable table td{background:none}
.widetable tbody{background:none}
.widetable tbody,.widetable td,.widetable .odd,.widetable .even{background:none}
.widetable .table-bottom-notes{margin-bottom:0;}

/* Legacy Misc.
--------------------------------------------- */

span.attribution,.attribution{float:right;text-align:right;width:100%;font-style:italic;color:#959393;margin-bottom:10px;font-size:13px;}

.fluid-width-video-wrapper {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	margin-bottom: 16px !important;
	width: 100%;
}

.single-format-video .featured-video .fluid-width-video-wrapper,
.page.format-video .featured-video .fluid-width-video-wrapper {
	margin-bottom: 0 !important;
}

/* Affiliate & Sponsored
--------------------------------------------- */

/* ## Affiliate
--------------------------------------------- */

.aff-disclaimer {
	font-style: italic;
}

.aff-disclaimer a {
	color: #262626;
	border-bottom: 1px dashed #959393;
}

.aff-disclaimer a:hover {
	border-bottom: 1px dashed #262626;
	text-decoration: none;
}

.aff-banner-wrap {
	margin-bottom: 40px;
	width: 100%;
}

.aff-banner,
.aff-banner img {
	margin: 0 auto ;
	text-align: center;
}

.aff-cta-sidebar-wrap img {
	display: contents;
}

.aff-disclaimer-toggle {
	margin-bottom: 16px;
	text-align: center;
	font-weight: 500;
}

.aff-disclaimer-toggle p {
	margin-bottom: 16px;
}

.aff-disclaimer-toggle-center {
	text-align: center;
}

#aff-disclaimer-toggle-content {
	margin: 0 0 20px;
	font-weight: 400;
}

span.aff-asterisk {
	font-weight: 300;
}

.aff-disclaimer-bottom{
	color: #939393;
	text-align: center;
}

/* ## Sponsored
--------------------------------------------- */

.sponsored-post-meta a {
	color: #262626;
}

.sponsor-info-box {
	padding: 20px;
	background: #eee;
	margin-bottom: 15px;
}

/* Ads
---------------------------------------------------------------------------- */

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

.hide-ad .hide-this-ad {
	display: none;
}

.ad-testing-active {
	background-color: #666;
	color: #fff;
	text-align: center;
}

span.ad-widgettitle,
.ad-widgettitle {
	display: block;
	clear: both;
	color: #959393;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 12px;
	text-align: center;
}

span.ad-widgettitle-margin-top,
.ad-widgettitle-margin-top {
	margin-top: 40px;
}

span.ad-widgettitle a,
.ad-widgettitle a {
	color: #959393;
}

span.ad-widgettitle a:hover,
.ad-widgettitle a:hover {
	color: #666;
	text-decoration: none;
}

span.ad-widgettitle span,
.ad-widgettitle span {
	text-transform: none;
	margin-left: 5px;
}

.sidebar-ad,
.after-post-ad,
.sidebar .responsive-rectangle,
.archive-bottom-ad-banner,
.home-widget-ad,
.archive-inject-ad,
.responsive-leaderboard {
	text-align: center;
}

.after-post-ad {
	margin-bottom: 40px;
}

.sidebar-ad .responsive-rectangle,
.sidebar-ad .responsive-half-page,
.after-post-ad .responsive-rectangle,
responsive-leaderboard-336-280 .responsive-rectangle {
	margin: 0 auto;
}

.sidebar-rectangle-ad:hover {
	-ms-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
	opacity: .9;
}

.external-ad.external-ad-before-header,
.skyscraper-ad-wrap,
.external-ad.external-ad-after-header {
	max-width: 1165px;
	margin: 0 auto;
}

.skyscraper-ad-wrap {
	position: relative;
	margin: 0 auto;
}

.skyscraper-ad.skyscraper-left-ad {
	position: absolute; 
	right: 100%;
	margin-right: 2px;
}

.skyscraper-ad.skyscraper-right-ad {
	position: absolute; 
	left: 100%;
	margin-left: 2px;
}

.home-archive-ad,
.archive-bottom-ad-banner,
.archive-inject-ad {
    margin-bottom: 40px;
    clear: both;
}

.external-ad {
	text-align: center;
}

.external-ad-margin-top-div {
	margin-top: 40px !important;
}

.external-ad-margin-bottom-div {
	margin-bottom: 40px !important;
}

.external-ad-margin-top-img img {
	display: block;
	margin: 40px auto 0;
}

.external-ad-margin-bottom-img img {
	display: block;
	margin: 0 auto 40px !important;
	padding: 0;
}

.external-ad-force-margin-bottom-img img {
	margin-bottom: 40px !important;
}

.external-ad-margin-force-center-img img {
	margin-left: auto !important;
	margin-right: auto !important;
}

.external-ad-center div {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.external-ad.external-ad-home-middle div,
.external-ad.external-ad-inside-post div,
.external-ad.external-ad-after-post div,
.external-ad.external-ad-footer div {
	margin: 0 auto;
}

.external-ad-home-middle {
	overflow: hidden;
	clear: both;
}

.external-ad-before-header-container{
	background-color: #262626;
}

.external-ad.external-ad-before-header {
	text-align: left;
	margin: 0 auto;
	padding: 0 15px;
}

#after-header-banner .widget {
	margin-bottom: 0;
}

#after-header-banner .external-ad-after-header img {
	padding: 0;
}

.sidebar .external-ad {
	margin: 0 auto;
}

.sidebar .external-ad-container {
	margin-bottom: 40px;
}

.external-ad-footer {
	clear: both;
}

.external-ad-container,
.external-ad-container img {
	max-width: none;
}

.native-ad-home .entry {
    padding: 20px !important;
    border: 1px solid #eee !important;
    margin-bottom: 40px !important;
}

.native-ad-archive .entry {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #eee !important;
}

.native-ad-sidebar .native-ad-wrap {
    margin-bottom: 40px;
	clear: both;
}

.native-ad-sidebar h3 {
     margin-bottom: 20px;
}

.native-ad-sidebar img {
    margin-bottom: 15px;
	clear: both;
}

.native-ad-sidebar h4 {
    font-size: 16px;
    margin-bottom: 0;
}

/* ## AdSense
--------------------------------------------- */

.responsive-leaderboard {
	width: 234px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width: 350px) and (max-width: 497px) {
	
	.responsive-leaderboard {
		width: 320px;
		height: 100px;
	}

}

@media(min-width: 498px) {

	.responsive-leaderboard {
		width: 468px;
		height: 60px;
	}
	
}

@media(min-width: 758px) {

	.responsive-leaderboard {
		width: 728px;
		height: 90px;
	}
	
}

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

	.home-archive-ad .responsive-leaderboard,
	.archive-inject-ad .responsive-leaderboard {
		width: 468px;
		height: 60px;
	}

	.responsive-leaderboard-336-280 .home-archive-ad .responsive-leaderboard,
	.responsive-leaderboard-336-280 .archive-inject-ad .responsive-leaderboard {
		width: 336px;
		height: 280px;
	}
	
}

@media only screen and (min-width: 468px) and (max-width: 700px) {
	
	.archive-bottom-ad-banner .responsive-leaderboard {
		width: 320px;
		height: 100px;
	}

}

@media only screen and (min-width: 700px) and (max-width: 1200px) {
	
	.archive-bottom-ad-banner .responsive-leaderboard {
		width: 468px;
		height: 60px;
	}

}

.after-post-ad .responsive-rectangle,
.sidebar-ad .responsive-rectangle,
.sidebar-ad .responsive-half-page {
	width: 250px;
	height: 250px;
}

@media(min-width: 330px) {

	.after-post-widget-area .responsive-rectangle {
		width: 300px;
		height: 250px;
	}
	
}

@media(min-width: 366px) {

	.after-post-ad .responsive-rectangle {
		width: 336px;
		height: 280px;
		
	}
}

@media(min-width: 330px) {

	.sidebar-ad .responsive-rectangle,
	.sidebar-ad .responsive-half-page {
		width: 300px;
		height: 250px;
	}
	
}

@media(min-width: 380px) {

	.sidebar-ad .responsive-rectangle,
	.sidebar-ad .responsive-half-page {
		width: 336px;
		height: 280px;
	}
	
}

@media(min-width: 960px) {

	.genesis-nav-menu li.menu-item.icon-only span {
		display: none;
	}

	.sidebar-ad .responsive-rectangle {
		width: 336px;
		height: 280px;
	}
	
	.sidebar-ad .responsive-half-page {
		width: 300px;
		height: 600px;
	}

}

/* ## BusinessAD
--------------------------------------------- */

#friendly {
  display: none!important;
}

#Ads_BA_FLB,
#Ads_BA_BUT {
	margin-top: 40px;
}

#Ads_BA_CAD2,
#Ads_BA_CAD,
#Ads_BA_FOOT,
#Ads_BA_TEXT {
	margin-bottom: 40px;
}

#Ads_BA_SKY iframe {
	max-width: none;
}

.single #Ads_BA_CAD2 {
	margin-bottom: 25px;
}

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

	.external-ad.skyscraper-ad-wrap {
		display: none !important;
	}
	
}

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

	.external-ad-container,
	.external-ad-container img {
		max-width: none;
	}

	.external-ad-before-header-container {
		overflow: hidden;
	}
	
	#Ads_BA_BS #WallpaperCatcherLeftdiv,
	#Ads_BA_BS #Ads_BA_W_CatcherTop,
	#Ads_BA_BS #Ads_BA_W_CatcherTopright,
	#Ads_BA_BS #Ads_BA_W_CatcherBottom,
	#Ads_BA_BS #Ads_BA_W_Catcher {
		display: none !important;
	}
	
}

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

	.site-header .wrap {
		padding-top: 2.5px;
	}

	.single-menu-setup .site-header .wrap {
		padding-top: 0px;
	}

	.external-ad-container,
	.external-ad-container img {
		max-width: none;
	}
	
	.external-ad.external-ad-before-header {
    	text-align: center;
    	padding: 0;
	}

	.external-ad.external-ad-before-header .external-ad-container,
	.external-ad.external-ad-before-header .external-ad-container div {
    	margin: 0 auto;
    	text-align: center;
	}
	
	.external-ad-after-header {
		max-width: none;
	}

	.mobile-hide-1023 {
		display: none !important;
	}

}

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

	.external-ad-after-header .external-ad-container {
		overflow: hidden;
	}

}

@media only screen and (min-width: 300px) and (max-width: 350px) {

	.sidebar .external-ad-sidebar-bottom .external-ad-container,
	.external-ad-home-middle {
		margin-left: -15px;
		margin-right: -15px;
	}

}


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

@media only screen and (min-width: 670px) {

	/* Archives & Column Layout
	--------------------------------------------- */
	
	.archive .entry:last-of-type,
	.column-layout .entry:last-of-type {
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	
	.archive-entry-header-aligned .entry-header,
	.archive-entry-header-aligned .entry-content, 
	.archive-entry-image-aligned .entry-content {
		width: 66%;
		float: right;
	}

	.archive-entry-header-aligned .entry-image-link,
	.archive-entry-image-aligned .entry-image-link {
		width: 31%;
		float: left;
	}

	.archive-entry-header-aligned img,
	.archive-entry-image-aligned img {
		margin: 0;
	}

	.archive-entry-header-aligned .entry-title,
	.archive-entry-image-aligned .entry-title,
	.column-layout .entry-title {
		clear: both;
	}

	.home .entry-title,
	.archive .entry-title,
	.column-layout .entry.featured .entry-title {
		font-size: 24px;
	}

	.home .archive-entry-header-aligned .entry-title,
	.home.archive-entry-header-aligned .entry-title,
	.single .archive-entry-header-aligned .entry-title,
	.column-layout .entry-title {
		font-size: 20px;
		margin-bottom: 5px;
		clear: both;
	}

	.archive-entry-header-aligned .entry-meta,
	.archive-entry-image-aligned .entry-meta {
		margin-bottom: 0;
	}

	.archive-entry-header-aligned .entry-meta-top,
	.archive-entry-image-aligned .entry-meta-top {
		margin-bottom: 5px;
	}

	/* Column Classes
	--------------------------------------------- */

	.one-half.one-half-until-mobile {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half.one-half-until-mobile {
		width: 48.717948717948715%;
	}

	.first.one-half-until-mobile {
		clear: both;
		margin-left: 0;
	}

	/* Mis.
	--------------------------------------------- */

	.full-width-content .site-inner,
	.landing-page .site-inner {
		max-width: 740px;
	}

	.content-box-index-basic {
		width: 40%;
		float: right;
		margin: 0 0 20px 20px;
	}

	.single .entry-content .alignleft,
	.single .entry-content .alignright,
	.single .entry-content .alignnone,
	.single .entry-content img.alignleft,
	.single .entry-content img.alignright,
	.single .entry-content img.alignnone {
		max-width: 40%;
		width: 40%;
		margin: 0 20px 20px 0;
	}

	.headings-clear-floats .post .entry-content img.alignleft {
		display: block;
	}
	
	.headings-clear-floats .post img.alignleft,
	.headings-clear-floats .post .wp-caption.alignleft {
		margin: 0 20px 26px 0;
	}
	
	.headings-clear-floats .post .entry-content h1,
	.headings-clear-floats .post .entry-content h2,
	.headings-clear-floats .post .entry-content h3,
	.headings-clear-floats .post .entry-content h4,
	.headings-clear-floats .post .entry-content h5,
	.headings-clear-floats .post .entry-content h6 {
		clear:both;
	}
	
}

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

	/* Single menu setup
	--------------------------------------------- */

	/* Gray background on large Screens
	--------------------------------------------- */

	body.desktop-gray-bg {
		background-color: #f5f5f5;
	}

	.desktop-gray-bg .site-header {
		box-shadow: none;
	}

	.desktop-gray-bg .no-entries-found {
		padding: 20px 20px 4px !important;
		background-color: #fff;
	}
	
	.desktop-gray-bg .entry,
	.next-previous-post-links {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.desktop-gray-bg.archive .entry,
	.desktop-gray-bg .archive .entry,
	.desktop-gray-bg.column-layout .entry,
	.desktop-gray-bg .column-layout .entry {
		background-color: #fff;
		border-bottom: 0;
		margin-bottom: 25px;
	}

	.desktop-gray-bg.archive .entry,
	.desktop-gray-bg .archive .entry {
		padding: 20px !important;
		border: 0 !important;
	}

	.desktop-gray-bg.column-layout .entry,
	.desktop-gray-bg .column-layout .entry {
		padding: 0  0 20px 0 !important;
	}

	.desktop-gray-bg.column-layout .entry .entry-header,
	.desktop-gray-bg .column-layout .entry .entry-header,
	.desktop-gray-bg.column-layout .entry .entry-content,
	.desktop-gray-bg .column-layout .entry .entry-content {
		padding: 0 !important;
	}

	.desktop-gray-bg.column-layout .entry-title,
	.desktop-gray-bg .column-layout .entry-title,
	.desktop-gray-bg.column-layout .entry-meta,
	.desktop-gray-bg .column-layout .entry-meta {
		padding-left: 20px;
		padding-right: 20px;
	}

	.desktop-gray-bg.column-layout.column-layout-no-meta.column-layout-title-first .entry-title,
	.desktop-gray-bg .column-layout.column-layout-no-meta.column-layout-title-first .entry-title {
		padding: 20px;
		margin-bottom: 0;
	}

	.desktop-gray-bg.search .entry-title-no-post-info-below .entry-title {
		margin-bottom: 7.5px;
	}

	.desktop-gray-bg.single .entry,
	.desktop-gray-bg.page .entry {
		background-color: #fff;
	}

	.desktop-gray-bg.single .content .entry-header,
	.desktop-gray-bg.page .content .entry-header {
		padding: 20px 25px 0;
		background-color: #fff;
	}

	.desktop-gray-bg.single-no-meta .entry-title {
		margin-bottom: 20px;
	}

	.desktop-gray-bg.single-media-header-detached.single-format-image .featured-image,
	.desktop-gray-bg.single-media-header-detached.single-format-gallery .featured-gallery,
	.desktop-gray-bg.single-media-header-detached.single-format-video .featured-video,
	.desktop-gray-bg.single-media-header-detached.page.format-image .featured-image,
	.desktop-gray-bg.single-media-header-detached.page.format-gallery .featured-gallery,
	.desktop-gray-bg.single-media-header-detached.page.format-video .featured-video {
		background-color: #f5f5f5;
		margin-bottom: 0;
		padding-bottom: 20px;
	}

	.desktop-gray-bg.single-media-header-detached .entry-content {
		margin-top: 20px;
	}

	.desktop-gray-bg.single .content p.image-credits,
	.desktop-gray-bg.page .content p.image-credits {
		padding: 0 25px;
	}

	.desktop-gray-bg.single .content .entry-content,
	.desktop-gray-bg.page .content .entry-content {
		padding: 0 25px 5px;
		background-color: #fff;
	}

	.desktop-gray-bg.error404 .search-form {
		background-color: #eee;
	}

	.desktop-gray-bg.error404 .entry {
		padding: 25px;
		background-color: #fff;
	}

	.desktop-gray-bg.error404 .post-list-inside .one-half.first {
		margin-bottom: 0;
	}

	.desktop-gray-bg .tabs-inside {
		clear: both;
		overflow: hidden;
		margin-top: 25px;
	}

	.desktop-gray-bg.single-media-header-detached .entry-content .tabs-inside {
		margin-top: 5px;
	}

	.desktop-gray-bg.single .entry-content .entry-pagination.pagination,
	.desktop-gray-bg.page .entry-content .entry-pagination.pagination {
		background: #f5f5f5;
	}

	.desktop-gray-bg.single .after-post-sharing {
		padding: 0 25px 20px;
		margin: 0;
		background-color: #fff;
	}

	.desktop-gray-bg.single .content .entry-footer .entry-meta,
	.desktop-gray-bg.page .content .entry-footer .entry-meta {
		border-bottom: 0;
		padding: 0 25px 20px;
		background-color: #fff;
	}

	.desktop-gray-bg.single .tabcontent .entry-header,
	.desktop-gray-bg.single .tabcontent .entry-content {
		padding: 0;
	}

	.desktop-gray-bg.single .comment-list  {
		background-color: #fff;
		padding: 0 25px 25px;
		margin-top: 40px;
	}

	.desktop-gray-bg.single .comment-list li.depth-1:first-child   {
		padding-top: 25px;
	}

	.desktop-gray-bg .specs-teaser {
		margin: 0;
		padding: 0 0 20px;
		background: #f5f5f5;
	}

	.desktop-gray-bg .archive-pagination li a {
		background-color: #fff;
	}

	.desktop-gray-bg .archive-pagination li a:focus,
	.desktop-gray-bg .archive-pagination li a:hover,
	.desktop-gray-bg .archive-pagination li.active a {
    	background-color: #428bca;
    	color: #fff;
	}

	.desktop-gray-bg .facetwp-page {
		background-color: #fff;
	}
	
	.desktop-gray-bg .filter-form,
	.desktop-gray-bg .facetwp-overlay,
	.desktop-gray-bg .bg-box {
		background-color: #ddd;
	}

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

	.site-header {
		width: 100%;
		z-index: 9999;
	}

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

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

	.genesis-nav-menu .menu-item.menu-item-right {
		float: right;
	}

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

	.genesis-nav-menu > .menu-item-has-children > a::after {
		content: "\f140";
		font: normal 16px/1 'dashicons';
		display: inline-block;
		padding-left: 1px;
		vertical-align: top;
	}

	.genesis-nav-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a::after {
		content: "\f139";
		font: normal 16px/1 'dashicons';
		display: inline-block;
		padding-left: 1px;
		vertical-align: sub;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 500;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #428bca;
		border-radius: 3px;
		color: #fff !important;
		font-weight: 500;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-menu-setup .genesis-nav-menu > .menu-highlight > a {
		margin: 0 8px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight.current-menu-item > a:focus,
	.genesis-nav-menu > .menu-highlight.current-menu-item > a:hover {
		background-color: #3a3a3a;
	}

	.genesis-nav-menu > .menu-highlight-alt > a {
		background-color: #3a3a3a;
		color: #fff;
	}

	.genesis-nav-menu > .menu-highlight-alt > a:focus,
	.genesis-nav-menu > .menu-highlight-alt > a:hover,
	.genesis-nav-menu > .menu-highlight-alt.current-menu-item > a:focus,
	.genesis-nav-menu > .menu-highlight-alt.current-menu-item > a:hover {
		background-color: transparent;
		color: #262626;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 220px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	.dark-header .genesis-nav-menu > .menu-highlight-alt > a,
	.dark-header .genesis-nav-menu > .menu-highlight-alt > a:focus,
	.dark-header .genesis-nav-menu > .menu-highlight-alt > a:hover,
	.dark-header .genesis-nav-menu > .menu-highlight-alt.current-menu-item > a:focus,
	.dark-header .genesis-nav-menu > .menu-highlight-alt.current-menu-item > a:hover {
		color: #fff;
	}

	.dark-header .genesis-nav-menu .sub-menu,
	.dark-header .genesis-nav-menu .sub-menu a {
		border: 0;
	}

	.dark-header .genesis-nav-menu .sub-menu li:last-child {
		padding-bottom: 7.5px;
		background-color: #262626;
	}

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

	.genesis-responsive-menu {
		display: block;
		padding-top: 7.5px;
		padding-bottom: 7.5px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary,
	.nav-secondary {
		display: block;
	}

	.nav-primary {
		clear: none;
		float: left;
		width: 100%;
	}

	.site-header .nav-secondary .wrap {
		margin: 5px 0;
	}

	.nav-secondary {
		clear: none;
		width: auto;
		float: right;
	}

	.single-menu-setup .nav-secondary {
		margin: 2px 0 0;
	}

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

	.single-menu-setup .genesis-nav-menu a {
		padding-left: 7px;
		padding-right: 7px;
	}

	.single-menu-setup .genesis-nav-menu .sub-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1165px;
	}

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

	.content {
		float: left;
		width: 63.5%;
	}

	.sidebar-narrow-layout .content {
		width: 73.5%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

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

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 33.5%;
	}
	
	.sidebar-narrow-layout .sidebar {
		width: 23.5%;
	}

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

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

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

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

	/* Single Post
	--------------------------------------------- */
	
	body .shariff.shariff-align-center ul  {
    	text-align: left;
    	justify-content: left;
	}

	body .shariff li  {
    	margin-left: 0!important;
    	margin-right: 10px!important;
	}
	
	.subscribe-content {
		float: right;
		margin: 0;
	}

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

	.cta-global-footer a {
		background-color: #262626;
		color: #fff;
	}

	.footer-widgets .wrap {
		max-width: 1165px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

	/* Misc.
	--------------------------------------------- */
	
	.mobile-only {
		display: none !important;
	}
	
	.full-width-content .site-inner,
	.landing-page .site-inner {
		max-width: 1165px;
	}

	.filter-sort select {
		float: right;
		width: auto;
	}

	.horizontal-checkboxes .facetwp-checkbox:hover {
		background-color: #428bca;
	}

	.horizontal-checkboxes .horizontal-checkboxes-alt .facetwp-checkbox:hover {
		background-color: transparent;
		padding-bottom: 7px;
		border-bottom: 3px solid #262626;
	}

	table.table-specs th {
		width: 300px;
	}

}

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

	.mobile-only {
		display: block !important;
	}

}

@media only screen and (min-width: 670px) and (max-width: 959px) {

	/* Archives Layout
	--------------------------------------------- */
	
	.full-width-content.archive-entry-header-aligned .entry-header {
		width: 100%;
		float: left;
	}

	.full-width-content.archive-entry-header-aligned .entry-content {
		width: 66%;
		float: right;
	}

	.full-width-content.archive-entry-header-aligned .entry-image-link {
		width: 31%;
		float: left;
	}

	/* Column Classes
	--------------------------------------------- */
  
  	.one-third.tablet-one-half,
	.one-fourth.tablet-one-half {
		float: left;
		width: 49.166666666667%;
		margin-left: 1.6666666666667%;	
		clear: none;
	}
	
	.one-third.tablet-one-half.tablet-first,
	.one-third.first.tablet-one-half.tablet-first,
	.one-fourth.tablet-one-half.tablet-first,
	.one-fourth.first.tablet-one-half.tablet-first {
		clear: both;
		margin-left: 0;
	}

}

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

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

	.content {
		width: 63%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		width: 34%;
	}
	
}

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

	.mobile-hide {
		display: none !important;
	}

	.home .more-link a {
		display: inline-block;
		width: 100%;
		padding: 10px;
		background-color: #3a3a3a;
		color: #fff;
		border-radius: 5px;
	}

	.more-link-w-link-below {
		margin: 0 0 15px;
	}

	.more-link-link-below a {
		font-weight: 500;
		color: #428bca;
	}

	.home .more-link a:hover {
		background-color: #428bca;
		color: #fff;
		text-decoration: none;
	}

	.home .more-link.icon-colored a::after,
	.home .more-link.icon-colored a::before {
		color: #fff;
	}

	table.table-specs tr,
	table.table-specs th,
	table.table-specs td {
		width: 100%;
		display: block;
		clear: both;
	}

	table.table-specs tr {
		padding-bottom: 15px;
	}

	table.table-specs tr:last-child {
		padding-bottom: 0;
	}

	table.table-specs th,
	table.table-specs td {
		padding: 0;
	}

}

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

	.wp-custom-logo .site-container .title-area {
   		 max-width: 180px !important;
	}
	
	.menu-toggle {
		margin-top: 5px;
		margin-bottom: 5px;
	}

}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #3a3a3a !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	a[href]:after,
	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}
	
	a[href]:after {
		content:" (" attr(href) ")"
	}
	
	a[href]:after,
	a[href]:after,
	a[href]:after {
		content: none!important
	}
	
	a[href]:after {
		content:" (" attr(href) ")"
	}

	thead {
		display: table-header-group;
	}
	
	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.ad-widgettitle,
	.external-ad,
	.after-post-sharing,
	.cta-global-footer,
	.custom-logo-link,
	.breadcrumb,
	.entry-comments,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.next-previous-post-links,
	.post-edit-link,
	.related-posts,
	.related-posts .entry,
	.related-posts-inside,
	.sidebar,
	.site-description,
	.single .archive-description,
	.soliloquy-thumbnails-container,
	.tabs {
		display: none !important;
	}

	.single .tabcontent {
		display: block !important
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	
	.site-header .wrap {
		max-width: 740px;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* END */