/*
Theme Name: News Pro
Theme URI: https://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: https://www.studiopress.com/
Version: 3.3.0

Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, e-commerce, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

Template: genesis
Template Version: 2.1

License: GPL-2.0-or-later
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
		- 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
---------------------------------------------------------------------------- */

/* 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.15;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,
input[type="search"] {
	box-sizing: border-box;
	margin-top: 0 !important;
}

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

/* Fonts =================================== */

@font-face {
  font-family: Noto Sans;
  src: url(/wp-content/themes/news-pro/fonts/NotoSans-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Noto Sans;
  src: url(/wp-content/themes/news-pro/fonts/NotoSans-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Merriweather Sans;
  src: url(/wp-content/themes/news-pro/fonts/MerriweatherSans-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Merriweather Sans;
  src: url(/wp-content/themes/news-pro/fonts/MerriweatherSans-Bold.ttf);
  font-weight: 700;
}


/* 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 {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
	font-size: 18px;
}

body {
	background-color: #f6f5f2;
	color: #333;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
	padding-bottom: 100px !important;
}

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

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

a {
	color: #db0000;
	text-decoration: none;
}

.content-sidebar-wrap a {
	color: #4285f4;
	font-weight: 700;
}

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

a:focus,
a:hover {
	color: #555;
}

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

strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 16px;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
}

.entry h2 {
	padding-top: 5px;
	line-height: 1.3;
}

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: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 3px #eee inset;
	color: #767676;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #000;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 16px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #db0000;
	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;
}

/* 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: 700;
	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: 700;
	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-wrap {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 60px auto 0;
	max-width: 1140px;
}

.news-pro-landing .site-container-wrap {
	max-width: 960px;
}

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

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

.content-sidebar .content,
.content-sidebar-sidebar .content {
	border-right: 1px solid #e3e3e3;
	float: left;
}

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

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

/* 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,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	border-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: 13px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}

.wp-block-image figcaption, 
figure.wp-block-embed figcaption, 
figure.wp-block-video figcaption,
figure.wp-block-jetpack-image-compare figcaption,
figure.wp-block-gallery.has-nested-images figcaption {
    text-align: center;
    font-size: 14px !important;
    font-weight: 700;
    font-style: italic;
}

.entry-content .wp-block-image {
	margin-bottom: 40px;
}

.wp-block-gallery.has-nested-images {
	margin-bottom: 30px;
}

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

.breadcrumb {
	border: none;
    height: 1px;
    width: 1px;
    overflow: hidden;
    font-size: 1px;
    padding: 0;
    opacity: 0;
}

.archive-description,
.author-box {
	background-color: #f3f3f3;
	background: none;
	border-bottom: 1px solid #e3e3e3;
	border-bottom: 0px;
	margin: 0;
	overflow: hidden;
	padding: 20px;
	padding: 0 40px 0 0;
	margin-bottom: 30px;
}

.archive-title + p {
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.4;
}

.author-box-title {
    font-size: 16px;
    font-size: 1.2em;
    margin-bottom: 4px;
    margin-top: 12px;
    font-family: 'Merriweather Sans';
    color: #555;
    text-transform: uppercase;
}

.author-box p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4;
}

.author-box .avatar {
    margin-right: 24px;
    border-radius: 15px;
    box-shadow: 0 0 0 1px #ececec;
    margin: 5px 15px 5px;
    padding: 4px;
}


/* Custom Author Boxes ========================================================= */

.archive.author .archive-description::before {
    content: " ";
    display: block;
    background-image: url(images/ChromeUnboxed_icon.png);
    background-repeat: none;
    background-size: cover;
    border-radius: 15px;
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 20px;
}

.archive.author.author-robbypayne .archive-description::before {
	background-image: url(https://chromeunboxed.com/wp-content/uploads/2022/02/RobbyPayneChromeUnboxedProfile.jpg);
}

.archive.author.author-gabe .archive-description::before {
	background-image: url(https://chromeunboxed.com/wp-content/uploads/2016/05/gBrangers-300x300.jpg);
}

.archive.author.author-joehumphrey .archive-description::before {
	background-image: url(https://chromeunboxed.com/wp-content/uploads/2019/07/Joe-Humphrey-Chrome-Unboxed-300x272.jpg);
}

.archive.author.author-michael .archive-description::before {
	background-image: url(https://chromeunboxed.com/wp-content/uploads/2020/10/michaelPerrigoChromeUnboxedAboutPage-300x300.jpg);
}

.archive.author.author-johannaromero .archive-description::before {
	background-image: url(https://chromeunboxed.com/wp-content/uploads/2022/02/JohannaRomeroProfileChromeUnboxed.jpg);
}

.archive.author.author-patreon_39913157 .archive-description::before {
	background-image: url(https://chromeunboxed.com/wp-content/uploads/2022/04/jaxonLeeProfile.jpg);
}


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

.entry-title {
	color: #555;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
}

h2.entry-title {
	margin-bottom: 5px;
}

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

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

.widget-title {
	border-top: 3px solid #000;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 24px;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
}

.archive-title,
.blog-template-description .entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.author-archive-description h1.archive-title {
	text-transform: none;
}


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

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

.ad {
	margin: 0 4px;
}

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

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.featured-content p {
	margin-bottom: 20px;
}


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

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

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

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

.enews-widget input:focus[type="submit"],
.enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
	color: #000;
}

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

.sidebar .widget.enews-widget {
	background-color: #000;
	color: #999;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider li {
	border: none;
}

.news-pro-home .content .genesis_responsive_slider li::before {
	content: "";
	margin: 0;
}

.news-pro-home .content .genesis_responsive_slider .slide-excerpt,
.news-pro-home .content .genesis_responsive_slider .slide-excerpt-border {
	background: transparent;
	border: none;
	margin: 0;
}

.news-pro-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 24px;
}

.news-pro-home .content #genesis-responsive-slider,
.news-pro-home .content .genesis_responsive_slider .slides li,
.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.news-pro-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
	margin-top: -30px;
}

.news-pro-home .content .genesis_responsive_slider .flex-control-nav li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a {
	transition: none;
}

.news-pro-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;
}

.news-pro-home .content .genesis_responsive_slider a:focus,
.news-pro-home .content .genesis_responsive_slider a:hover {
	color: #fff;
}

.news-pro-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;
}

.news-pro-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;
	transition: none;
	width: 50px;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a:focus,
.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.news-pro-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px;
	top: auto;
}

.news-pro-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px;
	top: auto;
}

.news-pro-home .content #genesis-responsive-slider .flex-direction-nav li a:focus.prev,
.news-pro-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

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

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li::before {
	display: none;
}


/* 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 {
	background-color: #fff;
	border-bottom: 3px solid #000;
	position: relative;
}

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

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

.title-area {
	float: left;
	padding-left: 40px;
	width: 300px;
}

.site-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

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

.site-description {
	color: #767676;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: uppercase;
}

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

/* Logo, hide text */

.header-image .site-title a {
    background-position: center !important;
    background-size: contain !important;
    float: none;
    min-height: 90px;
    width: 100%;
    margin: 0 auto;
}

p.site-description {
	display: none !important;
}


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

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

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

.site-header .widget-area li {
	list-style-type: none;
}

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


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

.genesis-nav-menu {
	clear: both;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	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: #000;
	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;
	transition: opacity 0.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-top {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
}

.home-top .featured-content .entry:last-of-type,
.home-top .featured-content .entry:last-of-type p {
	border-bottom-width: 0;
	margin-bottom: 0;
}

.home-top .featured-content .entry,
.home-top .featured-content .entry > a {
	margin-bottom: 0;
}

.home-top .featured-content .entry-header + .entry-content,
.home-top .featured-content .entry-meta {
	margin-top: 20px;
}

.home-top .featured-content .entry-title {
	background-color: #000;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
}

.home-top .featured-content .entry-title a {
	color: #fff;
}

.home-top .featured-content .entry-title a:focus,
.home-top .featured-content .entry-title a:hover {
	opacity: 0.8;
}

.home-top .featured-content .entry p {
	margin-bottom: 20px;
}

.home-middle-left {
	border-right: 1px solid #e3e3e3;
	float: left;
	padding: 20px 20px 0;
	width: 50%;
}

.home-middle-right {
	float: right;
	padding: 20px 20px 0;
	width: 50%;
}

.home-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
}

.home section.gb-block-post-grid.featuredpost.aligncenter {
    margin-bottom: 0;
}

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

.entry {
	/* border-bottom: 1px solid #e3e3e3; */
	padding: 40px;
}

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

.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: #555;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

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

/* .entry-footer .entry-meta {
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 1px solid #ececec;
    margin: 5px 0 20px;
    padding: 10px 20px;
    border-radius: 15px;
    width: max-content;
    background: #fcfcfc;
} */

footer.entry-footer {
	margin-top: 30px;
}

.entry-footer .entry-meta {
    color: #555;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    /* border: 1px solid #ececec; */
    /* margin: 5px 0 20px; */
    /* padding: 10px 20px; */
    /* border-radius: 15px; */
    /* width: max-content; */
    /* background: #fcfcfc; */
}

.entry-footer .entry-meta::before {
    content: " ";
    display: block;
    border-top: 2px solid #ececec;
    width: 35%;
    height: 15px;
}

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

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

.after-entry {
	padding: 20px;
}


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

.archive-pagination {
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0px 0 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
    background-color: #4285f4;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 5px;
    padding: 10px 15px;
    font-family: 'Merriweather Sans';
    font-weight: bold;
}

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

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

.entry-comments,
.comment-respond {
	padding: 40px;
}

.entry-comments {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}

.ping-list {
	margin-bottom: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #000;
	font-weight: 700;
	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: 24px;
	padding: 32px;
}

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

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

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

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

li.depth-2 {
	background-color: #fff;
}


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

.after-entry ol,
.after-entry ul,
.news-pro-home .content ol,
.news-pro-home .content ul,
.sidebar ol,
.sidebar ul {
	margin-bottom: 12px;
}

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	list-style-position: inside;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}

.after-entry ol li:last-child,
.after-entry ul li:last-child,
.news-pro-home .content ol li:last-child,
.news-pro-home .content ul li:last-child,
.sidebar ol li:last-child,
.sidebar ul li:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-entry ul > li,
.news-pro-home .content ul > li,
.sidebar ul > li {
	list-style-type: none;
}

/* .after-entry ul > li::before,
.news-pro-home .content ul > li::before,
.sidebar ul > li::before {
	content: "\203a";
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 10px;
} */

.after-entry li ol,
.after-entry li ul,
.news-pro-home .content li ol,
.news-pro-home .content li ul,
.sidebar li ol,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-bottom: 0;
	margin-top: 12px;
	padding-left: 20px;
	padding-top: 12px;
}

.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 20px;
}

.sidebar .widget {
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	padding: 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: #ddd;
	-webkit-text-decoration: underline #db0000;
	text-decoration: underline #db0000;
}

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

.footer-widgets .widget-title {
	border: none;
	color: #fff;
	font-weight: 700;
	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: #000;
	border-top: 1px solid #333;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	text-align: center;
}

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

.site-footer a:focus,
.site-footer a:hover {
	color: #ddd;
}

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

















/* Robby was here ================================================ */

/* BUILD THE HOME PAGE ============================ */

.home .entry {
	padding: 0;
}

.home .gb-block-post-grid .gb-block-post-grid-image img {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.home .gb-block-post-grid .is-grid article, 
.home .gb-block-post-grid .gb-is-grid article {
    padding: 0px;
    border-radius: 15px;
    border: 1px solid #ececec;
    margin-bottom: 1.5em;
}

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

body {
	background: #fff;
}

.home .gb-block-post-grid header h2.gb-block-post-grid-title {
	font-size: 18px;
	line-height: 1.3;
	padding: 0 15px;
	margin-bottom: 5px;
}

.home .gb-block-post-grid header .gb-block-post-grid-title a {
	color: #555;
}

.home .gb-block-post-grid header .gb-block-post-grid-title a:hover {
	color: #777;
	text-decoration: none;
}

.home .homeHero header h2.gb-block-post-grid-title {
	font-size: 30px;
}

.gb-block-post-grid .gb-block-post-grid-byline {
	padding-left: 15px;
}

section.homeHero {
	margin-bottom: 0;
}


.home .web-stories-list.is-view-type-grid.columns-4 .web-stories-list__story {
    flex-basis: calc(25% - 20px);
}

.home .web-stories-list.is-view-type-grid .web-stories-list__story {
	margin: 0 10px;
}

.home .web-stories-list.is-style-default.is-view-type-carousel .web-stories-list__story, 
.home .web-stories-list.is-style-default.is-view-type-grid .web-stories-list__story {
	border-radius: 15px;
}





/* ==================================================== */

body {
	line-height: 1.5;
	letter-spacing: 0;
	color: #444;
	line-height: 1.6;
}

h1.entry-title {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.3;
	margin-bottom: 10px;
}

h4.sub-heading-byline {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}

a.button,
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, 
.entry-content .button {
	padding: 20px 70px;
	border: none;
	border-radius: 15px;
	background: #4285f4;
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	transition: all ease 0.2s;
}

a.button:hover,
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
.button:hover, 
.entry-content .button:hover {
	transition: all ease 0.2s;
	background: #555;
}

p.buttonHolder {
	text-align: center;
	margin: 30px auto 30px;
}

.desktopHeaderBanner {
    background: linear-gradient(180deg,#ccc,#ddd,transparent);
    background: #f2f2f2;
    box-shadow: inset 0 0 10px 0px #b5b5b5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.desktopHeaderBanner p {
    margin: -10px auto 10px;
    font-size: 13px;
    /* text-transform: uppercase; */
    font-family: 'Merriweather Sans';
    letter-spacing: 1px;
    font-weight: 400;
}

.site-container-wrap {
	border-radius: 10px;
	border: 0px solid #eaeaea;
	margin-top: 0;
	max-width: 1200px;
	position: relative;
	width: 1200px;
}

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

.genesis-nav-menu a {
	border-right: 1px solid #ececec;
	padding: 10px 28px;
	color: #777;
}

ul#menu-primary-navigation-menu li:last-child a {
    border-right: none;
}

.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
	background-color: #4285f4;
}

.title-area {
	padding-left: 0px;
	padding-right: 0px;
	width: 500px;
}

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

.site-header {
	border-bottom: 2px solid #ececec;
	margin-bottom: 55px;
	border-bottom: none;
	margin-bottom: 10px;
}

.site-header .widget-area {
	margin-right: 0px;
	padding-right: 0;
	width: 560px;
}

.divider {
	border-top: 1px solid #ddd;
	display: inline-block;
	margin: 60px 15%;
	width: 70%;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list {
	margin-left: 0;
}

ul.wp-block-latest-posts__list.has-dates.has-author.wp-block-latest-posts {
    margin-bottom: 60px;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list li {
	list-style-type: none;
	line-height: 1.4;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	min-height: 110px;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list li a {
	color: #555;
	font-weight: bold;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
	color: #999;
}

.wp-block-latest-posts__post-author {
    margin-top: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

time.wp-block-latest-posts__post-date {
	font-family: 'Noto Sans', sans-serif;
}

.home .wp-block-latest-posts__featured-image img,
.sidebar .wp-block-latest-posts__featured-image img {
	border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0 1px #ececec;
}

.home .darkBlocks {
    background: #333;
    width: 100vw;
    margin-left: calc(-1* (50vw - 600px) );
    padding-left: calc( (100vw - 1200px) / 2);
    padding-right: calc( (100vw - 1200px) / 2);
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.darkBlocks.podcast iframe {
    /*overflow: hidden;
    border-radius: 15px;
    border: 4px solid transparent;
    box-shadow: 0 0 0 2px #ececec;
    margin-top: 0px; */
    margin-bottom: 30px;
}

.darkBlocks.podcast iframe {
    width: 65%;
}

.home .darkBlocks.YouTube {
	background: #222;
	text-align: center;
}

.home .darkBlocks.YouTube h1.sectionHeader {
	text-align: left;
}

.homeMC {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0 90px;
    min-height: 250px;
}

.homeMC::before {
    display: block;
    width: 100%;
    border-top: 2px solid #ececec;
    content: " ";
}

.homeMC #mc_embed_signup h2 {
	float: left;
	width: 25%;
	font-size: 34px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

.homeMC #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 80px 0 0 0;
}

.homeMC #mc_embed_signup .mc-field-group {
    width: 70%;
    float: right;
    clear: none !important;
    display: block;
    position: relative;
    padding-bottom: 5px;
}

.homeMC #mc_embed_signup .mc-field-group.input-group ul li {
    display: inline-block;
    padding: 3px 0;
    margin: 0px 2% 5px 0;
    width: 30%;
}

.homeMC #mc_embed_signup .mc-field-group.input-group ul li input[type="checkbox"] {
    width: 25px;
    height: 25px;
}

.homeMC #mc_embed_signup .mc-field-group input.email {
    display: inline-block;
    width: 70%;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px 10px;
}

.homeMC #mc_embed_signup .mc-field-group input.button {
    display: inline-block;
    width: 25%;
    padding: 13px 0;
    text-indent: 0;
    height: auto;
    font-family: 'Merriweather Sans';
    border-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #34a852;
}

.homeMC #mc_embed_signup .mc-field-group input.button:hover {
	background-color: #555;
}

.homeMC #mc_embed_signup .mc-field-group.input-group label {
    display: inline;
    font-family: 'Merriweather Sans';
    line-height: 25px;
    vertical-align: top;
    margin-left: 6px;
}

.homeMCmobile {
	display: none;
}


.wp-block-gallery.has-nested-images figure.wp-block-image img {
	margin: 0 auto;
}






































.sidebar h1.forSideMC {
	margin-bottom: 15px;
}

.sideMC {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0 90px;
    min-height: 250px;
}

.sideMC #mc_embed_signup h2 {
	float: left;
	width: 100%;
	font-size: 34px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

.sideMC #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0;
}

.sideMC #mc_embed_signup .mc-field-group {
    width: 100%;
    float: right;
    clear: none !important;
    display: block;
    position: relative;
    padding-bottom: 5px;
}

.sideMC #mc_embed_signup .mc-field-group.input-group ul li {
    display: inline-block;
    padding: 3px 0;
    margin: 0px 2% 5px 15px;
    width: 90%;
    border-bottom: none;
}

.sideMC #mc_embed_signup .mc-field-group.input-group ul li input[type="checkbox"] {
    width: 25px;
    height: 25px;
}

.sideMC #mc_embed_signup .mc-field-group input.email {
    display: inline-block;
    width: 65%;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px 10px;
}

.sideMC #mc_embed_signup .mc-field-group input.button {
    display: inline-block;
    width: 33%;
    padding: 13px 0;
    text-indent: 0;
    height: auto;
    font-family: 'Merriweather Sans';
    border-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #34a852;
}

.sideMC #mc_embed_signup .mc-field-group input.button:hover {
	background-color: #555;
}

.sideMC #mc_embed_signup .mc-field-group.input-group label {
    display: inline;
    font-family: 'Merriweather Sans';
    line-height: 25px;
    vertical-align: top;
    margin-left: 6px;
}


































.home .darkBlocks.podcast {
	background: #111;
	padding-top: 20px;
	padding-bottom: 50px;
}

.home .darkBlocks.podcast h1.sectionHeader {
	color: #fff;
	border-color: #fff;
}

.home .darkBlocks.podcast h4.homeSubHead {
	color: #fff;
	font-size: 24px;
}

.home .darkBlocks.podcast ul.wp-block-latest-posts.wp-block-latest-posts__list li {
	min-height: 0;
}

.home .darkBlocks.podcast p {
	color: #fff;
}

.home .darkBlocks.podcast ul {
	padding-left: 15px;
}

.home .darkBlocks.podcast ul li {
	margin-bottom: 8px;
	list-style-type: square;
	color: #fff;
}

.home .darkBlocks.podcast ul li a {
	color: #fff;
	font-weight: normal;
}

.home .darkBlocks.webStories {
	padding-bottom: 70px;
	margin-bottom: 0;
}

.home .darkBlocks.webStories .web-stories-list {
	margin-top: 42px;
}

.dividerContent {
	padding-top: 60px;
	padding-bottom: 60px;
}

.dividerContent h1.sectionHeader {
	width: 75%;
	font-size: 30px;
}

.site-footer {
    background: #333;
    width: 100vw;
    margin-left: calc(-1* (50vw - 600px) );
    padding-left: calc( (100vw - 1200px) / 2);
    padding-right: calc( (100vw - 1200px) / 2);
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
}

.site-footer p {
	margin-bottom: 30px;
}

.site-footer p.socialLinks {
	font-size: 18px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
}

.site-footer p.socialLinks a {
	font-weight: 400;
	margin: 0 10px;
	letter-spacing: 2px;
}

.site-footer a.footerButton {
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.site-footer a.footerButton.subButton {
    font-size: 20px;
    padding: 10px 20px;
    border: 0px solid #ddd;
    border-radius: 0;
}


.home .web-stories-list.is-view-type-grid .web-stories-list__archive-link a, 
.home .web-stories-list.is-view-type-list .web-stories-list__archive-link a {
    padding: 20px 70px;
    border: none;
    border-radius: 15px;
    background: #ddd;
    font-family: 'Merriweather Sans';
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.home .web-stories-list.is-view-type-grid .web-stories-list__archive-link,
.home .web-stories-list.is-view-type-list .web-stories-list__archive-link {
	margin-top: 70px;
}

.web-stories-list.is-view-type-grid .web-stories-list__archive-link a:hover, 
.web-stories-list.is-view-type-list .web-stories-list__archive-link a:hover {
	background: #777;
	color: #fff;
}

a.YouTubeButton {
	background: #ff0100;
    border-radius: 15px;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    transition: ease all 0.2s;
    max-width: 300px;
    font-family: 'Merriweather Sans';
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

a.YouTubeButton:hover {
	background: #333;
	transition: all ease 0.2s;
}

.yotu-videos a:hover h3 {
    text-decoration: none !important;
}

[class*=" yotu-template-big-"] .yotuwp-bar {
	background: #333 !important;
}

a.listMore {
    border-top: 2px solid #555;
    color: #555;
    width: 65%;
    display: block;
    padding: 5px 0 5px 5px;
    font-family: 'Merriweather Sans';
    font-weight: bold;
    font-size: 14px;
    margin-top: -50px;
    text-transform: uppercase;
    transition: ease all 0.2s;
}

.dividerContent a.listMore {
	color: #4285f4;
	border-top: 2px solid #4285f4;
}

.home .dividerContent.forMobile {
		display: none;
	}

a.listMore.featureTop {
	/* border: 2px solid #4285f4; */
	border-top: none;
	background: #4285f4;
	border-radius: 15px;
	color: #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    transition: ease all 0.2s;
    max-width: 300px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.sidebar .widget a.listMore.featureTop {
	max-width: 100%;
	margin-bottom: 0;
}

.customSide p,
.homeTopFeed p {
    text-align: center;
}

.homeTopFeed p {
	margin-bottom: 50px;
}

a.listMore.featureTop:hover {
    background: #555;
    color: #fff;
    transition: all ease 0.2s;
}

a.listMore:hover {
	border-color: #555;
	color: #555;
	transition: ease all 0.2s;
}

ul.wp-block-latest-posts__list.has-dates.has-author.featureTopSidebar.wp-block-latest-posts {
	margin-bottom: 20px;
}

h1.sectionHeader,
h2.sectionHeader {
    border-bottom: 3px solid #555;
    padding-bottom: 5px;
    padding-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 28px;
    width: 65%;
}

.sidebar h1.sectionHeader,
.sidebar h2.sectionheader {
	border-bottom: 2px solid #555;
	font-size: 26px;
	width: 65%;
}

.darkBlocks h1.sectionHeader {
    margin-top: 60px;
    color: #ddd;
    border-color: #ddd;
    position: relative;
    font-size: 34px;
}

figure.homeYTV.wp-block-embed {
	border-radius: 15px;
	margin: 18px;
    width: auto;
    display: inline-block;
    position: relative;
    max-height: 280px;
    overflow: hidden;
    border: 6px solid #333;
    box-shadow: 0px 0px 0 2px #ececec;
}



/* FOR REMOVAL POSSIBLY!!! */

div#ezoic-pub-ad-placeholder-123 {
    display: none;
}

.EzoicPlaceHolder {
    background: #fcfcfc;
    height: 90px;
    margin-top: 5px;
}

.EzoicPlaceHolder p {
    text-align: center;
    padding-top: 10px;
}

/* END POSSIBLE REMOVAL */


.featured-image img {
    border-radius: 15px;
    border: 1px solid #ececec;
}

.roundMe img {
    border-radius: 15px !important;
}

.content-sidebar .content, .content-sidebar-sidebar .content {
	border-right: none;
	width: 800px;
	margin-bottom: 60px;
}

.content article.entry {
	padding-left: 0;
	padding-top: 0;
}

.sidebar-primary {
	margin-top: 40px;
	width: 398px;
	padding: 0 0 0 40px;
}

.sidebar .widget {
	padding: 0 0 50px 0px;
	border-bottom: 0;
	transition: all ease 0.3s;
}

.sidebar .widget#block-11,
.sidebar .widget#block-6,
.sidebar .widget#block-14 {
	padding-bottom: 0;
}

.sidebar .widget .widget-title {
	border-top: none;
}

section#block-10 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget .crp_related_block ul li figure {
    display: inline-block;
    float: left;
    width: 100px;
    margin: 0 10px 0 0;
}

.sidebar .widget .crp_related_block ul li {
	list-style-type: none;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	min-height: 113px;
}

.sidebar .widget .crp_related_block ul li a {
	color: #555;
}

.sidebar .widget .crp_related_block ul li a:hover {
	color: #999;
}

.sidebar .widget img.crp_thumb.crp_featured {
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0 1px #ececec;
}

.sidebar .widget span.crp_author {
    display: block;
    margin-top: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: .8125em;
    line-height: 1;
}

.sidebar .widget span.crp_date {
    font-family: 'Noto Sans', sans-serif;
    font-size: .8125em;
    font-weight: 400;
}

.code-block.code-block-1,
.code-block.code-block-2,
.code-block.code-block-3,
.code-block.code-block-4,
.code-block.code-block-5,
.code-block.code-block-6,
.code-block.code-block-7,
.code-block.code-block-8,
.code-block.code-block-10,
.code-block.code-block-11,
.code-block.code-block-12,
.code-block.code-block-13,
.code-block.code-block-14 {
    background: #f8f8f8;
    padding-top: 5px;
    border-radius: 15px;
}

.sidebar .code-block p,
.customSide .code-block p,
.code-block.code-block-1 p,
.code-block.code-block-2 p,
.code-block.code-block-3 p,
.code-block.code-block-4 p,
.code-block.code-block-5 p,
.code-block.code-block-6 p,
.code-block.code-block-7 p,
.code-block.code-block-8 p,
.code-block.code-block-10 p,
.code-block.code-block-11 p,
.code-block.code-block-12 p,
.code-block.code-block-13 p,
.code-block.code-block-14 p {
	font-size: 12px;
	margin-bottom: 15px;
	color: #777;
}

.archive header.entry-header,
.search header.entry-header,
.blog header.entry-header {
    float: right;
    margin-top: 0px;
    width: 100%;
}

.archive h2.entry-title,
.search h2.entry-title,
.blog h2.entry-title {
	font-size: 22px;
}

.archive .entry-content p,
.search .entry-content p,
.blog .entry-content p {
    display: none;
}

.archive article img.alignleft,
.search article img.alignleft,
.blog article img.alignleft {
    width: 30%;
    float: left;
    margin: 0 3% 16px 0;
}

.archive article img,
.search article img,
.blog article img {
	border-radius: 15px;
}

.archive a.more-link.button,
.search a.more-link.button,
.blog a.more-link.button {
    display: none;
}

.archive footer p.entry-meta,
.search footer p.entry-meta,
.blog footer p.entry-meta {
    display: none;
}

.archive article::after,
.search article::after,
.blog article::after {
    content: " ";
    display: block;
    margin: 30px 0 0px 0;
    border-top: 1px solid #ececec;
    width: 65%;
}

.archive-description::after {
    display: block;
    content: " ";
    width: 65%;
    margin: 50px 15% 50px 0;
    border-top: 1px solid #ececec;
}

.blog .archive-description, 
.blog .author-box {
	display: none;
}

/* Make YouTube videos inserted via WordPress oEmbed full-width */

.wp-block-embed-youtube,
.wp-block-embed-vimeo {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	border-radius: 15px;
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.wp-block-embed-vimeo .wp-block-embed__wrapper {
    position: unset;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed,
.wp-block-embed-vimeo iframe,
.wp-block-embed-vimeo object,
.wp-block-embed-vimeo embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.home .darkBlocks.podcast .wp-block-embed-youtube {
	max-width: 65%;
	padding-bottom: 36.5%;
}

.home .darkBlocks.podcast .wp-block-embed-youtube iframe {
	width: 100%;
}





a.BuyButton,
.BuyButton a.wp-block-button__link {
	background-color: #4285f4;
	border-radius: 15px;
	display: inline-block;
	padding: 15px 30px;
	font-family: 'Merriweather Sans';
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	transition: all ease 0.3s;
	width: auto;
	margin: 10px auto 30px;
}

a.BuyButton:hover,
.BuyButton a.wp-block-button__link:hover {
	background-color: #555;
	transition: all ease 0.3s;
	color: #fff;
}

span.highlighter {
    background: transparent;
    color: #3ca1f1;
    padding: 0;
    border-radius: 10px;
}

br.forMobileOnly {
		display: none;
	}

.newsletterSignupBlock {
    background: #fafafa;
    box-shadow: none;
    color: #777;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    padding: 40px 20px 0;
    margin: 50px auto 60px;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 1.2;
    
}
	
.newsletterSignupBlock a.BuyButton {
    background: #34a852 !important;
    border-color: #34a852 !important;
    font-size: 20px;
    font-family: 'Merriweather Sans', sans-serif;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 20px;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    width: 90%;
}

.newsletterSignupBlock a.BuyButton:hover {
	background: #fff !important;
	color: #34a852 !important;
}

.newsletterSignupBlock h6 {
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    color: #777;
}

.newsletterSignupBlock ul.wp-block-latest-posts.wp-block-latest-posts__list {
    text-align: left;
    padding-left: 25px;
    font-size: 24px;
}

.newsletterSignupBlock .divider {
	margin: 10px 15%;
	border: none;
}

.newsletterSignupBlock ul.wp-block-latest-posts.wp-block-latest-posts__list a {
	color: #3ca1f1;
}

.newsletterSignupBlock ul.wp-block-latest-posts.wp-block-latest-posts__list a:hover {
	border-bottom: none;
}

.newsletterSignupBlock ul.wp-block-latest-posts.wp-block-latest-posts__list li {
    min-height: 0;
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.2;
    list-style-type: disc;
    margin-bottom: 15px;
}

.newsletterSignupBlock ul.wp-block-latest-posts.wp-block-latest-posts__list li::marker {
	display: none;
}

.entry-content .newsletterSignupBlock {
	padding: 60px 60px 0;
	display: none;
}

.entry-content .newsletterSignupBlock h1.sectionHeader,
.entry-content .newsletterSignupBlock h2.sectionHeader {
	width: 100%;
}




.jumbo-menu-button p {
    margin-bottom: 0;
}

.jumbo-menu-button.customMenuButton {
    opacity: 1;
    background-color: transparent;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 35px;
}

.jumbo-menu-button.customMenuButton:hover {
	background: transparent;
}

.jumbo-menu-button.customMenuButton::before, .jumbo-menu-button.customMenuButton::after, .jumbo-menu-button.customMenuButton div.jumbo-menu-button-middle {
	background-color: transparent;
	background-color: #555 !important;
	width: 30px;
	height: 4px;
	margin: 7px 0;
	border-radius: 4px;
}

.jumbo-menu-button.customMenuButton.jumbo-menu-button-active {
    opacity: 0;
    transition: all ease .3s;
    
}

.jumbo-menu-button {
	opacity: 0;
	background-color: transparent !important;
	transition: all ease 0.3s;
}

.jumbo-menu-button.jumbo-menu-button-active {
    opacity: 1;
    background-color: transparent;
    transition: background ease 0s 0s, opacity ease .3s .2s;
}

.jumbo-menu-button.jumbo-menu-button-active:hover {
	background-color: transparent !important;
}

.jumbo-menu-button.jumbo-menu-button-active::before, .jumbo-menu-button.jumbo-menu-button-active::after, .jumbo-menu-button.jumbo-menu-button-active div.jumbo-menu-button-middle {
	background-color: #555;
}

.jumbo-main-menu-wrapper {
    position: absolute;
    z-index: 11;
    top: 0;
    left: auto !important;
    width: 300px !important;
    height: 100%;
    text-align: center;
    right: 0 !important;
    box-shadow: 0 0 25px -8px #000;
}

.jumbo-by-bonfire {
    background: linear-gradient(95deg,#4285f4,#6ca0f5,#fff);
    background: #fff;
}

.logged-in .jumbo-by-bonfire-wrapper {
	top: 32px;
	z-index: 1;
}

.jumbo-appearance-right {
	transition: all ease 0.9s !important;
}

.jumbo-menu-active.jumbo-appearance-right {
	transition: all ease .3s !important;
}

.jumbo-background-image {
    right: 0 !important;
    left: auto !important;
    width: 500px !important;
}

.jumbo-main-menu-wrapper .jumbo-by-bonfire-column .menu > li > a::before {
    bottom: -45px;
    height: 35px;
    background-image: url(https://staging.chromeunboxed.com/wp-content/uploads/2022/01/menuUnderWhite1.png);
    background-size: 175px 35px;
    opacity: .5;
}

.jumbo-main-menu-wrapper .jumbo-by-bonfire-column .menu > li > a::after {
	display: none;
}

.jumbo-by-bonfire ul {
    margin: 25px !important;
    margin-left: 50px !important;
}

span.bonfire-jumbo-main-desc {
    display: none !important;
}

.jumbo-by-bonfire li {
	padding-bottom: 0;
}

.jumbo-by-bonfire li::after {
    content: " ";
    display: block;
    width: 90%;
    margin-left: 0;
    border-top: 1px solid #ececec;
    margin-top: 10px;
    margin-bottom: 10px;
}

section#block-4 input[type="submit"] {
    display: none !important;
}

section#block-5 {
    display: inline-block;
    float: right;
    position: relative;
    width: 50px;
    margin-top: 32px;
}

section#block-4 {
    float: left;
    width: 400px;
    display: inline-block;
}

.site-header .search-form {
    box-shadow: 0 2px 3px 0px rgb(0 0 0 / 15%);
    /* box-shadow: none; */
    /* box-shadow: inset 0 0 10px 3px #ccc; */
    /* border: 1px solid #ececec; */
    /* border: 2px solid #ececec; */
    border-radius: 15px;
    border-top: 1px solid #eee;
    margin-top: 30px;
    width: 100%;
    /* border: 1px solid #e7e7e7; */
}

section#block-4 input {
    background: #fff url(images/searchIcondarker.png) top right no-repeat;
    border: none;
    box-shadow: none;
    padding: 17px 40px 17px 20px;
    background-size: 24px;
    background-position: 95% 12px;
}

section#block-4 input::placeholder {
	color: #999;
	font-weight: bold;
	content: "test";
}

section#block-3 {
    width: auto;
    display: inline-block;
    float: left;
    clear: none;
    margin-top: 31px;
    padding: 0 19px 0;
}

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

pre.wp-block-code {
    background: #f7f7f7;
    padding: 15px 20px;
    box-shadow: 0px 0px 0 2px #f7f7f7;
    margin-bottom: 40px;
    border: 5px solid #fff;
    border-radius: 15px;
}

blockquote {
    background: #f8f8f8 url(images/blockquoteBGdark.png) no-repeat;
    background-size: 300px;
    background-position-x: 115%;
    background-position-y: -50px;
    font-family: 'Noto Sans';
    font-size: 18px;
    font-style: normal;
    width: 100%;
    padding: 30px 40px 30px;
    margin-left: 0;
    color: #444;
    border-radius: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #f7f7f7;
}

blockquote::before {
	display: none;
}

blockquote.wp-block-quote p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

cite {
	font-size: 14px;
	font-style: italic;
}

blockquote.proTip,
blockquote.dyk {
    background: #f8f8f8 url(images/dykBG.png) no-repeat;
    background-size: 250px;
    background-position-x: 105%;
    background-position-y: -25px;
    padding-top: 20px;
    padding-bottom: 0;
}

blockquote.proTip cite {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}

blockquote.related {
    background: #f8f8f8 url(images/relatedBG.png) no-repeat;
    background-size: 240px;
    background-position-x: 100%;
    background-position-y: 0px;
    padding-top: 20px;
    padding-bottom: 0;
}

.wp-block-group.toc {
    background: #f8f8f8 url(https://chromeunboxed.com/wp-content/themes/news-pro/images/tocBG.png) no-repeat;
		background-size: 120px;
    background-position-x: 90%;
    background-position-y: -120px;
    border-radius: 15px;
    padding: 20px 20px;
    margin-bottom: 20px;
    margin-top: 25px;
    border: 3px solid #ffffff;
    box-shadow: 0 0 3px 0 #ddd;
}

blockquote.proTip p,
blockquote.dyk p,
blockquote.related p {
	margin-bottom: 25px;
}

blockquote.proTip ul,
blockquote.dyk ul,
blockquote.related ul {
	margin-left: 20px;
} 

.featuredVideoHolder .ez-video-center {
    max-width: 100% !important;
    border-radius: 10px !important;
    border: 2px solid #222;
    background: #111;
    overflow: hidden;
    margin-bottom: 30px;
}

.featuredVideoHolder a.ez-video-link {
	display: none !important;
}

.featuredVideoHolder h2 {
	font-size: 22px;
	text-transform:	uppercase;
}

.featuredVideoHolder .divider {
	margin-top: 40px;
	margin-bottom: 40px;
}




/* Dark Mode Switches ==================================== */

.header-widget-area .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.header-widget-area .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.header-widget-area .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ececec;
  -webkit-transition: 0;
  transition: 0;
}

.header-widget-area .slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  background: #fff url(images/moonSlider.png) center center no-repeat;
  background-size: 20px;
  -webkit-transition: .4s;
  transition: all ease 0.4s;
}

.darktheme .header-widget-area .slider:before {
	background: #777 url(images/lightToggle.png) center center no-repeat;
	transition: all ease 0.4s;
	background-size: 20px;
}

.darktheme .header-widget-area .slider {
	background: #555;
}

.header-widget-area input:checked + .slider {
  background-color: #555;
}

.darktheme section#block-4 input {
    background: #555;
}


/* Rounded sliders */
.header-widget-area .slider.round {
  border-radius: 34px;
}

.header-widget-area .slider.round:before {
  border-radius: 50%;
}





/* ===================================== MENU STYLES ==================================*/

#block-5 {
	position: relative;
}

#block-5 label {
 display:flex;
  flex-direction:column;
  width: 50px;
  cursor: pointer;
}

#block-5 label span{
  background: #555;
  border-radius: 5px;
  height:5px;
  margin: 5px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition-delay: 0.1s;

}


#block-5 span:nth-of-type(1){
  width:50%;
  
}

#block-5 span:nth-of-type(2){
  width:100%;
}


#block-5 span:nth-of-type(3){
  width:75%;
 
}


#block-5 input[type="checkbox"]{
  display:none;
}


.menuOpen #block-5 span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(8px,0px)
}


.menuOpen #block-5 span:nth-of-type(2){
  transform-origin:top;
  transform:rotatez(-45deg)
}


.menuOpen #block-5 span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(23px,-7px) rotatez(45deg);
}


.slideout-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 0;
    width: 400px;
    height: 100%;
    padding: 20px 40px;
    background-color: #555;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 30px 0px 25px -25px #333;
}

.slideout-sidebar a {
	color: #ccc;
}

.slideout-sidebar a:hover {
	color: #f7f7f7;
}

.slideout-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slideout-sidebar ul li {
    font-family: 'Merriweather Sans', sans-serif;
    padding: 16px 0;
    border-bottom: 1px solid #777;
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
}

.slideout-sidebar ul li:last-child {
  border-bottom: 0;
}

.slideout-sidebar ul li a {
	color: #ccc;
	transition: all ease 0.3s;
}

.slideout-sidebar ul li a:hover {
    color: #f7f7f7;
    padding-right: 10px;
    transition: all ease 0.3s;
}

.courtesyNav {
    color: #999;
    margin-top: 40px;
}

.courtesyNav p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.slideout-sidebar a.extraButtons {
	color: #999;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #777;
    border-radius: 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.slideout-sidebar a.extraButtons:hover {
	background-color: #777;
	color: #eee;
	
}

.slideout-sidebar a.extraButtons.subButton {
    font-size: 12px;
    padding: 10px 20px;
    border: 0px solid #ddd;
    border-radius: 0;
}

.slideout-sidebar a.extraButtons.subButton:hover {
	background-color: #555;
	color: #eee;
}

/* -- Menu Icon -- */

#menu-toggle {
  display: none;
}

.menu-icon {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 24px;
    z-index: 1;
    transition: all 300ms ease-in-out;
    height: 50px;
    width: 50px;
}



/*-- The Magic --*/

.menuOpen .site-container {
	transform: translateX(-400px);
	transition: all ease 0.3s;
}

.site-container {
	transition: transform ease 0.3s;
}









/* Dark Mode Styles ====================================================== */

body.darktheme {
	background: #222;
	color: #ccc;
	transition: background ease 0.3s;
}

.darktheme .site-container-wrap {
	background: #222;
	transition: background ease 0.3s;
}

.darktheme .site-header {
	background: #222;
	transition: background ease 0.3s;
}

.darktheme .desktopHeaderBanner {
	background: #333;
	box-shadow: none;
}

body,
.site-container-wrap,
.site-header,
.desktopHeaderBanner{
	transition: background ease 0.3s;
}

.darktheme .site-header .search-form {
	box-shadow: none;
	border-top: none;
}

.darktheme ul.wp-block-latest-posts.wp-block-latest-posts__list li a {
	color: #bbb;
}

.darktheme h1,
.darktheme h2,
.darktheme h3,
.darktheme h4,
.darktheme h5,
.darktheme h6 {
	color: #bbb;
}

.darktheme .sidebar h1.sectionHeader {
	color: #bbb;
}

.darktheme .sidebar .widget {
	background-color: #222;
}

.darktheme .sidebar .wp-block-latest-posts__post-author,
.darktheme .sidebar.wp-block-latest-posts__post-date {
	color: #999;
}

.darktheme blockquote {
	background: #555 url(images/blockquoteBGdarkmode4e.png) no-repeat;
    background-size: 300px;
    background-position-x: 115%;
    background-position-y: -50px;
	color: #ccc;
	border-color: #222;
	box-shadow: 0 0 0 2px #555;
}

.darktheme blockquote.proTip,
.darktheme blockquote.dyk,
.darktheme blockquote.related {
    background: #555;
}

.darktheme blockquote.proTip,
.darktheme blockquote.dyk {
	background: #555 url(images/dykBGdarkmode10.png) no-repeat;
	background-size: 250px;
    background-position-x: 105%;
    background-position-y: -25px;
}

.darktheme blockquote.related {
	background: #555 url(images/relatedBGdarkmode10.png) no-repeat;
	background-size: 240px;
    background-position-x: 100%;
    background-position-y: 0px;
}

.darktheme .wp-block-group.toc {
    background: #f8f8f8 url(https://chromeunboxed.com/wp-content/themes/news-pro/images/tocdarkmode10.png) no-repeat;
	background-size: 120px;
    background-position-x: 90%;
    background-position-y: -120px;
}

.darktheme pre.wp-block-code {
	background: #555;
	box-shadow: 0 0 0 2px #555;
	border-color: #222;
}

.darktheme .entry-content code {
    background-color: #555;
    color: #ccc;
}

.darktheme #mc_embed_signup .mc-field-group input {
	background: #555;
}

.darktheme #mc_embed_signup input {
	border: 1px solid #555;
}

.darktheme .mc-field-group input {
	box-shadow: none;
}

.darktheme #mc_embed_signup .mc-field-group input.button,
.darktheme .sideMC #mc_embed_signup .mc-field-group input.button {
	border: none;
}

.darktheme input#mce-EMAIL::placeholder {
    color: #ccc;
}
 
.darktheme.home .gb-block-post-grid header .gb-block-post-grid-title a {
	color: #bbb;
}

.darktheme.home .gb-block-post-grid .is-grid article, 
.darktheme.home .gb-block-post-grid .gb-is-grid article {
	border-color: #555;
}

.darktheme .gb-block-post-grid .gb-block-post-grid-byline {
	color: #ccc;
}

.darktheme.home .wp-block-latest-posts__featured-image img, 
.darktheme .sidebar .wp-block-latest-posts__featured-image img {
    border-radius: 10px;
    border: 3px solid #222;
    box-shadow: 0px 0px 0 1px #555;
}

.darktheme.home .darkBlocks,
.darktheme.home .darkBlocks.YouTube {
	background: #333;
}

.darktheme strong,
.darktheme b {
	color: #eee;
}

.darktheme .entry-content .newsletterSignupBlock {
	background: #222;
	border: 3px solid #555;
}

.darktheme .entry-content .newsletterSignupBlock ul li {
	color: #bbb;
}

.darktheme .entry-meta {
	color: #ccc;
}

.darktheme .textarea-outer-wrapper .textarea-wrapper {
	background: #222;
}

.darktheme .featured-image img {
	border-color: #222;
}

.darktheme.home .homeMC::before {
	border-color: #555;
}

.darktheme.home h1.sectionHeader,
.darktheme .sidebar h1.sectionHeader {
	border-bottom: 3px solid #4285f4;
}

.darktheme.home .YouTube h1.sectionHeader {
	border-bottom: 3px solid #fff;
}

.darktheme .entry-footer .entry-meta::before {
	border-color: #555;
}

.darktheme div#disqus_thread {
    background: #999;
    background: transparent;
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #222;
}

.darktheme.archive h2.entry-title a,
.darktheme.search h2.entry-title a {
	color: #bbb;
}

.darktheme .archive-description::after {
	border-color: #555;
}

.darktheme.archive article::after,
.darktheme.archive article::after,
.darktheme.search article::after,
.darktheme.blog article::after {
	border-color: #555;
}

.darktheme.home .gb-block-post-grid .gb-block-post-grid-image img {
	border: 1px solid transparent;
}

.darktheme .code-block.code-block-1,
.darktheme .code-block.code-block-2,
.darktheme .code-block.code-block-3,
.darktheme .code-block.code-block-4,
.darktheme .code-block.code-block-5,
.darktheme .code-block.code-block-6,
.darktheme .code-block.code-block-7,
.darktheme .code-block.code-block-8,
.darktheme .code-block.code-block-10, 
.darktheme .code-block.code-block-11,
.darktheme .code-block.code-blcok-12 {
	background-color: #333;
}

.darktheme .entry-content span.ezoic-ad.adtester-container {
    background-color: #333 !important;
    border-color: #333 !important;
}

.darktheme blockquote a:hover {
    color: #ddd;
}

.darktheme.ezmob-footer-desktop {
    background-color: #000000bd;
    white-space: nowrap;
}





/* ========================= Transitions Fix ============================ */

.darktheme .sidebar .wp-block-latest-posts__post-author,
.sidebar .wp-block-latest-posts__post-author,
.darktheme .sidebar.wp-block-latest-posts__post-date,
.sidebar.wp-block-latest-posts__post-date,
.entry-content p,
.darktheme .entry-content p,
time.wp-block-latest-posts__post-date,
.darktheme time.wp-block-latest-posts__post-date {
	transition: none !important;
}


/* ========================= HOME COLUMN FIX =================== */

.homeHeroCol .gb-layout-column-wrap.gb-block-layout-column-gap-3.gb-is-responsive-column {
    min-width: 100% !important;
}


/* Patreon Stuff =========================================================== */

body.logged-in {
	padding-bottom: 0 !important;
}

.logged-in .topSpace a img {
	display: none;
}

.logged-in #ezoic-pub-ad-placeholder-123 {
	display: none;
}

.logged-in .code-block {
	display: none !important;
}

.logged-in .header-image .site-header {
	padding-top: 20px;
}

.logged-in.admin-bar .site-header {
    top: 40px;
    top: 32px;
    top: 0;
}

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

/* .logged-in.home .site-inner,
.logged-in .site-inner {
    margin-top: 50px;
} */

#wpadminbar {
	background: #4285f4;
}

.logged-in img.patreonDesktop,
.logged-in img.patreonMobile,
.logged-in p.patreonHide,
.logged-in ins.adsbygoogle.adsbygoogle-noablate.ezfound,
.logged-in .sidebar section#block-12,
.logged-in .featuredVideoHolder {
    display: none !important;
}

img.patreonDesktop {
	display: block;
	margin: 0 auto 30px;
	padding: 0 0 0 0;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px !important;
}

.patreonButton img {
    border: 1px solid #ececec;
    border-radius: 15px !important;
}

/*.logged-in .patreonButton {
	display: none;
} */

.logged-in .patreonCTAmobile {
	display: none;
}

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

.wp-block-image.patreonCTAmobile img {
    max-width: 500px;
}






/* .entry-content span.ezoic-ad.adtester-container { */
	/* background-color: #fefefe !important; */
	/* border: 1px solid #ececec !important; */
    /* padding-bottom: 20px !important; */
    /* padding-top: 20px !important; */
    /* overflow: hidden !important; */
    /* width: 100% !important; */
/* } */

/* .entry-content span.ezoic-ad.adtester-container .adtester-container { */
    /* border: none !important; */
    /* padding: 0 !important; */
/* } */

span.ezoic-ad.banner-1.banner-1360.adtester-container.adtester-container-360.ezoic-ad-adaptive {
    display: none !important;
}

.remixd-audio-player {
	padding: 0 15px;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 20px !important;
}

.wp-block-embed.is-type-video {
	margin-bottom: 30px;
}

.site-footer p.skimHolder {
	text-align: center;
}

p.skimHolder div#skimlinks_referral_button_1 {
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 25px 0 !important;
    /* height: 100px; */
    background-position: center center;
    width: 200px !important;
    border-radius: 10px;
    background-color: #ddd;
}


.YTpodcast {
	display: none;
}

.entry-content .wp-block-columns {
	margin-bottom: 10px;
}

.wp-block-columns.compare {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 30px 20px 0;
    margin-bottom: 10px;
}

.wp-block-columns.compare ul li,
.wp-block-columns.compare ol li {
	font-size: 16px;
}

.wp-block-columns.compare ol, 
.wp-block-columns.compare ul {
    margin-left: 20px;
}


.entry-content blockquote span.ezoic-ad.adtester-container {
	display: none !important;
}


.contributor .code-block-9,
.contributor .code-block-10,
.contributor .code-block-11 {
	display: none !important;
}

p.YTcaption {
    margin-top: -25px;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

figure.wp-block-embed.aligncenter.is-type-rich.is-provider-instagram.wp-block-embed-instagram iframe {
	margin: 0 auto 30px !important;
	float: none !important;
}

figure.wp-block-embed.is-type-rich.is-provider-twitter.wp-block-embed-twitter .twitter-tweet.twitter-tweet-rendered {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 30px !important;
}

figure.profilePic img {
	border-radius: 15px !important;
}

.featured-image {
	position: relative;
}

article.tag-pick .featured-image:before {
    content: " ";
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 150px;
    width: 150px;
    background: rgba(255,255,255,0.75) url(https://chromeunboxed.com/wp-content/uploads/2020/06/CUeditorsChoice.png) center center no-repeat;
    background-size: contain;
    border: 10px solid transparent;
    border-radius: 10px;
}


#jp-relatedposts h3.jp-relatedposts-headline {
	color: #555;
	font-size: 12px !important;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif !important;
	width: 100%;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	border-top: 2px solid #ececec !important;
	margin-bottom: 0 !important;
	width: 35% !important;
	height: 15px !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	line-height: 18px !important;
	padding-top: 10px !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: 700 !important;
	color: #555 !important;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    height: auto !important;
    max-width: 100% !important;
    border-radius: 15px !important;
    border: 4px solid #fff !important;
    box-shadow: 0 0 0 1px #ececec !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	bottom: -35px !important;
	background: none !important;
	color: #444 !important;
}


.GOTYcolumn {
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.GOTYcolumn figure.wp-block-image {
	margin-bottom: 0 !important;
}

.entry-content .GOTYcolumn .wp-block-image:not(.is-style-rounded) img {
	border-radius: 0 !important;
}


.GOTYgroup {
	background: #f9f9f9;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 390px;
}

.GOTYgroup .BuyButton a.wp-block-button__link {
	font-size: 16px;
}

.GOTYgroup .BuyButton.tighter {
	position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
}

.featuredProduct {
    border-top: 1px solid #ececec;
    padding-top: 30px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.featuredProduct figure.wp-block-media-text__media img {
    border-radius: 15px;
}

.featuredProduct p {
    font-size: 18px;
    line-height: 1.4;
}

.featuredProduct a.BuyButton, .featuredProduct .BuyButton a.wp-block-button__link {
    margin-top: -10px;
    font-size: 16px;
    margin-bottom: 0;
    padding: 14px 25px 15px;
}

.featuredProduct .code-block.code-block-3,
.featuredProduct .code-block.code-block-4 {
    display: none !important;
}




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

/* stylelint-disable */
@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);
	}

}
/* stylelint-enable */

@media (min-width: 600px) {
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	    float: left;
	    padding: 0 5px;
	    margin-bottom: 10px !important;
	}
}

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

	.site-container-wrap {
		max-width: 980px;
	}
	
	

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

	.content {
		width: 658px;
	}

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

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

	.site-title {
		margin-top: 0;
	}
	
	.title-area {
		width: 400px;
	}
	
	.home .darkBlocks,
	.site-footer {
		margin-left: calc(-1* (50vw - 490px) );
    	padding-left: calc( (100vw - 980px) / 2);
    	padding-right: calc( (100vw - 980px) / 2);
	}
	
	.content-sidebar .content, .content-sidebar-sidebar .content {
		width: 680px;
	}
	
	.sidebar-primary {
		padding: 0 0 0 0;
		width: 300px;
	}
	
	.site-header .widget-area {
    	width: 550px;
	}
	
	#block-5 label {
		width: 40px;
	}
	
	section#block-4 input {
		padding: 15px 40px 15px 20px;
	}
	
	.header-widget-area .switch {
		height: 46px;
		width: 46px;
	}
	
	.header-widget-area .slider:before {
		height: 36px;
		width: 36px;
	}
	
	.menuOpen #block-5 span:nth-of-type(3) {
    	transform: translate(18px,-9px) rotatez(45deg);
	}

	.menuOpen #block-5 span:nth-of-type(1) {
	    transform: rotatez(45deg) translate(8px,2px);
	}

}

@media only screen and (min-width: 1023px) {
	.content-sidebar .content,
	.content-sidebar-sidebar .content {
		min-height: 3800px !important;
	}
	
	.logged-in .content-sidebar .content,
	.logged-in .content-sidebar-sidebar .content {
		min-height: 0px !important;
	}
}

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

	.site-container-wrap {
		width: 70%;
	}
	
	.home .site-container-wrap {
		width: 90%;
	}

	.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-header .widget-area,
	.site-inner,
	.title-area,
	.wrap,
	.content-sidebar .content, 
	.content-sidebar-sidebar .content {
		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;
	}

	.site-header .title-area {
		padding-bottom: 0px;
	}

	.header-image .site-title a {
		background-position: top center !important;
	}

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

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

	.genesis-nav-menu,
	.home-top .featured-content .entry-title,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-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 0;
	}

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

	.content {
		border: none;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
	}

	/* 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: #000;
		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: #db0000;
	}

	.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;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		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: #db0000;
	}

	.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;
	}
	
	.newsletterSignupBlock {
		display: block;
	}
	
	.sidebar section#block-9,
	.sidebar section#block-2,
	.sidebar section#block-3,
	.sidebar section#block-4,
	.sidebar section#block-5 {
    	display: none;
	}
	
	.entry-content .newsletterSignupBlock {
	    display: block;
	    padding: 30px 15px 0px 15px;
	}
	
	.newsletterSignupBlock ul.wp-block-latest-posts__list {
		margin-right: 0;
	}
	
	.title-area {
		margin-top: 50px;
	}
	
	section#block-4,
	section#block-3,
	section#block-5 {
		margin-top: 0;
		position: absolute;
		display: block;
		padding: 0 0 0 0;
		top: 10px;
	}
	
	#block-5 label {
		width: 40px;
	}
	
	.widget-area.header-widget-area {
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	section#block-4 {
	    float: none;
	    width: 70%;
	    display: block;
	    margin: 0 auto;
	    position: absolute;
	    left: 15%;
	}
	
	section#block-4 input {
    	padding: 10px 40px 10px 20px;
	}
	
	section#block-3 {
		left: 4%;
	}
	
	section#block-5 {
		right: 4%;
	}
	
	.site-header .search-form {
		margin-top: 0;
	}
	
	.header-widget-area .switch {
	    height: 40px;
	    width: 40px;
	}
	
	.header-widget-area .slider:before {
	    height: 30px;
	    width: 30px;
	}
	
	#block-5 label span {
		height: 4px;
		margin: 4px 0;
	}
	
	section#block-4 input {
		background-position: 96% 8px;
		background-size: 20px;
	}
	
	.menuOpen #block-5 span:nth-of-type(3) {
    	transform: translate(17px,-7px) rotatez(45deg);
	}

	.menuOpen #block-5 span:nth-of-type(1) {
	    transform: rotatez(45deg) translate(6px,0px);
	}
	
	.homeHeroCol .gb-block-layout-column:nth-child(2) {
		display: none;
	}
	
	.homeHeroCol.gb-2-col-wideleft>.gb-layout-column-wrap {
		grid-template-columns: 2fr 0fr;
	}
	
	.homeHeroCol .gb-block-layout-column-gap-3 {
		grid-gap: 0 0em;
	}
	
	.homeMCmobile {
	    display: block;
	    margin-top: 60px;
	    padding-bottom: 40px;
	}
	
	.homeMC {
		display: none;
	}
	
	.home .darkBlocks, .site-footer {
	    width: 100vw;
	    margin-left: calc(-1* (15vw));
	    padding-left: 5%;
	    padding-right: 5%;
	    overflow: hidden;
	}
	
	.home .homeHeroCol header h2.gb-block-post-grid-title {
	    font-size: 18px;
	}
	
	.home .homeHeroCol .homeHero header h2.gb-block-post-grid-title {
    	font-size: 30px;
	}
	
	.home .sideMC {
		min-height: 300px;
	}
	
	.darkBlocks h1.sectionHeader {
		font-size: 30px;
	}
	
	.home .darkBlocks.YouTube {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.home .dividerContent {
		display: none;
	}
	
	.home .dividerContent.forMobile {
	    display: block;
	    width: 100%;
	    padding: 40px 10% 0;
	}
	
	.home .dividerContent.forMobile .gb-block-layout-column {
    	display: block;
    	width: 100%;
	}
	
	.home .dividerContent.forMobile.gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2"
        "col3";
	}
	
	ul.wp-block-latest-posts__list.has-dates.has-author.wp-block-latest-posts {
    	margin-bottom: 30px;
	}
	
	.dividerContent a.listMore {
		border-top: none;
	    background: #4285f4;
	    border-radius: 15px;
	    color: #fff;
	    padding: 15px;
	    text-align: center;
	    width: 70%;
	    display: inline-block;
	    margin-bottom: 20px;
	    margin-left: 15%;
	    transition: ease all 0.2s;
	}
	
	.site-footer p.socialLinks {
    	font-size: 16px;
	}
	
	.entry {
		padding-right: 0;
	}
	
	h1.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
	h4.sub-heading-byline {
		font-size: 20px;
		color: #777;
	}
	
	.entry h2 {
		font-size: 24px;
	}
	
	.site-header {
		margin-bottom: 0;
	}
	
	.site-header .slideout-sidebar li {
		text-align: right;
	}
	
	aside.sidebar {
		display: none;
	}
	
	figure.wp-block-image.size-large.patreonCTAmobile {
    	margin-bottom: 0;
	}
	
	figure.wp-block-image.size-large.patreonCTAmobile img.patreonDesktop {
    	margin-bottom: 0;
	}
	
	.entry-content .patreonCTAmobile {
		display: block;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	
	


}

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

	.site-container-wrap {
		width: 70%;
	}

	.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,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.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;
	}

	.home-middle-left {
		border: none;
	}

	.header-image .site-header .site-title a {
		background-size: contain !important;
	}

	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.header-image .site-title a {
	    min-height: 100px;
	}
	
	.darkBlocks.podcast iframe {
	    width: 100%;
	}
	
	.podcast .gb-block-container .gb-container-image {
		object-position: right;
	}
	
	.podcast .gb-block-container .has-background-dim {
	    opacity: 0.3;
	}
	
	.home h1.sectionHeader.forSideMC,
	.home .darkBlocks h1.sectionHeader, 
	.dividerContent h1.sectionHeader {
		font-size: 28px;
		width: 75%;
	}
	
	.entry-content .newsletterSignupBlock .sideMC #mc_embed_signup .mc-field-group.input-group label {
		font-size: 16px;
	}
	
	.newsletterSignupBlock ul.wp-block-latest-posts.wp-block-latest-posts__list li {
		font-size: 16px;
	}
	
	.site-footer p.socialLinks {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 1px;
	}
	
	.site-footer p.socialLinks a {
		margin: 0;
	}
	
	.site-footer a.footerButton,
	.site-footer a.footerButton.subButton {
		font-size: 16px;
	}
	
	h1.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	h4.sub-heading-byline {
		font-size: 18px;
		color: #777;
	}
	
	body > div {
		font-size: 16px;
		line-height: 1.5;
	}
	
	section#block-5 {
    	right: 0;
	}
	
	section#block-3 {
    	left: 0;
	}
	
	blockquote {
		
	}
	
	.slideout-sidebar {
		padding-top: 20px;
	}
	
	.archive header.entry-header, 
	.search header.entry-header, 
	.blog header.entry-header {
		margin-top: 0;
	}
	
	.archive h2.entry-title, 
	.search h2.entry-title, 
	.blog h2.entry-title {
		font-size: 18px;
	}
	
	.archive-title + p {
		font-size: 16px;
	}
	
	.archive-title, .blog-template-description .entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.entry-content span.ezoic-ad {
		background-color: #fff !important;
	    border-left: none !important;
	    border-right: none !important;
	    padding-bottom: 20px !important;
	    padding-top: 20px !important;
	    overflow: hidden !important;
	}

	.home .darkBlocks, .site-footer {
	    margin-left: calc(-1* (15vw));
	}
	
	blockquote {
		font-size: 16px;
	}

}


@media only screen and (max-width: 640px) {
	
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n),
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), 
	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
		clear: none !important;
	}
	
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    	width: 50%;
    	min-height: 250px;
}
	
	
}


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

	.home .homeHeroCol .homeHero header h2.gb-block-post-grid-title {
	    font-size: 18px;
	}
	
	.home .gb-block-post-grid .is-grid article, .home .gb-block-post-grid .gb-is-grid article {
		border: none;
		border-radius: 0;
		border-bottom: 1px solid #ececec;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	
	.home .gb-block-post-grid .gb-block-post-grid-image img {
		border-radius: 15px;
		border: 1px solid #ececec;
	}
	
	.darktheme.home .gb-block-post-grid .gb-block-post-grid-image img {
		border: 1px solid transparent;
	}
	
	.home .dividerContent.forMobile {
		padding-left: 0;
		padding-right: 0;
	}
	
	.archive-description, .author-box {
		padding-right: 0;
	}
	
	body.single {
		max-width: 600px;
		width: 100%;
	}
	
	.site-container-wrap {
    	width: 94%;
    	max-width: 94%;
	}
	
	.single .featured-image {
		max-width: 600px;
		width: 100%;
	}
	
	.featured-image img {
		max-width: 600px !important;
		width: 100%;
	}
	
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    	margin: 0;
    	float: none;
    	margin: 0 auto !important;
    	padding-bottom: 20px;
	}
	
	.GOTYgroup .BuyButton.tighter {
    	position: relative;
    	bottom: 0;
    	width: 100%;
	}
	
	.GOTYgroup {
		min-height: 0;
	}
	
	.featuredProduct.wp-block-media-text .wp-block-media-text__content {
    	padding: 16px 20px 0;
	}
	
	.home .darkBlocks, .site-footer {
	    margin-left: calc(-1* (3vw));
	}
	
	.archive header.entry-header, .search header.entry-header, .blog header.entry-header {
    	float: none;
    	width: 100%;
	}
	
	.archive article img.alignleft, .search article img.alignleft, .blog article img.alignleft {
		width: 100%;
		float: none;
		margin: 0 0 0 0;
	}
	
	.archive article::after, .search article::after, .blog article::after {
	    content: " ";
	    display: block;
	    margin: 0px 0 0px 10%;
	    width: 80%;
	    border-top: 1px solid #ececec;
	}
	
	.archive article footer.entry-footer, .search article footer.entry-footer, .blog article footer.entry-footer {
    	margin-top: 10px;
	}
	
	.archive-description, .author-box {
		margin-bottom: 5px;
	}
	
	
}




@media only screen and (max-width: 460px) {
	
	.slideout-sidebar {
		width: 260px;
		right: -260px;
	}
	
	.menuOpen .site-container {
		transform: translateX(-260px);
	}
	
	.site-header .slideout-sidebar li {
		font-size: 14px;
	}
	
	.slideout-sidebar {
		padding: 40px 20px;
	}
	
	.courtesyNav p {
		font-size: 12px;
		letter-spacing: 0px;
		line-height: 2;
	}
	
	.slideout-sidebar a.extraButtons {
		font-size: 16px;
		line-height: 1.4;
	}
	
	.slideout-sidebar a.extraButtons.subButton {
		margin-top: 5px;
	}
	
	#block-5 label {
	    width: 35px;
	}
	
	.menuOpen #block-5 span:nth-of-type(3) {
	    transform: translate(16px,-7px) rotatez(45deg);
	}
	
	body.single {
		max-width: 460px;
		width: 100%;
	}
	
	.site-container-wrap {
    	width: 94%;
    	max-width: 94%;
	}
	
	.single .featured-image {
		max-width: 460px;
		width: 100%;
	}
	
	.featured-image img {
		max-width: 460px !important;
		width: 100%;
	}
	
}




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

	section#block-4 {
		width: 64%;
		left: 18%;
	}
		
	.archive h2.entry-title, .search h2.entry-title, .blog h2.entry-title {
		font-size: 14px;
	}
	
	.archive .entry-header .entry-meta,
	.search .entry-header .entry-meta,
	.blog .entry-header .entry-meta {
		font-size: 10px;
		font-size: 1rem;
	}
	
	.archive-title + p {
		font-size: 16px;
	}

	.archive-title, .blog-template-description .entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
}




#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	transition: all ease 0.2s;
}


/* =========================== TOP BAR ===================================== */

.topBar {
	background: #34a852;
    position: relative;
    width: 100%;
    height: auto;
    /* display: none; */
}

.topBar p {
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10% 5px;
    text-transform: uppercase;
}

.topBar p a {
	color: #fff;
}

.entry-content .wp-block-image img {
    border-radius: 15px;
}

.entry-content .wp-block-image:not(.is-style-rounded) img {
    border-radius: 15px;
}

.entry-content .is-content-justification-center.wp-block-buttons {
	text-align: center;
}

/* ============================ TEMP ==================================== */

.darkBlocks.webStories {
	display: none;
}

/* ============================ SIDERAILS ==================================== */

body .ez-sidebar-wall {
	width: 186px;
    height: 630px;
    position: fixed;
    background-color: initial;
    top: calc(50vh - 300px);
    margin: 0;
    z-index: 0;
    background: white;
    /* border-radius: 15px; */
    
}

.ez-sidebar-wall-ad {
    width: 160px;
    height: 600px;
    position: relative !important;
    background-color: initial;
    top: 13px !important;
    right: 0;
    left: 13px;
}

.logged-in div#ez-sidebar-wall-right,
.logged-in div#ez-sidebar-wall-left {
	display: none;
}

div#ez-sidebar-wall-right {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 5px 5px 20px -2px #bbb
}

div#ez-sidebar-wall-left {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 5px 5px 20px -2px #bbb
}


/* ============================ DESTROY WP COMMENTS ==================================== */

div#respond.comment-respond {
    display: none !important;
}

/* ============================ DESTROY LogiCurve Chromepacks ==================================== */

.wp-block-image.LogiCurve {
    display: none;
}