/*
	Theme Name: No Sidebar Pro
	Theme URI: http://my.studiopress.com/themes/no-sidebar/
	Description: A Minimalist Theme with Maximum Impact.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.4

	Tags: black, red, white, one-column, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2.3

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

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Welcome Message / Newsletter
	- Front Page
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Site Footer
- Media Queries
	- Min-width: 800px
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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

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

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

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

@font-face {
  font-family: Lato;
  src: url(/wp-content/themes/no-sidebar-pro/fonts/Lato-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Lato;
  src: url(/wp-content/themes/no-sidebar-pro/fonts/Lato-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Saira Extra Condensed;
  src: url(/wp-content/themes/no-sidebar-pro/fonts/SairaExtraCondensed-Bold.ttf);
  font-weight: 700;
}

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

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

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


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

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

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

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

body {
	background-color: #fff;
	color: #333;
	font-family: 'Lato', sans-serif !important;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

cite {
	font-size: 14px;
}

blockquote {
	font-family: 'Playfair Display', serif;
	margin: 40px;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 12px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-top: 40px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

img {
	height: auto;
}


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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 0;
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #333;
	padding: 7px;
}

input:focus,
textarea:focus {
	background-color: #f5f5f5;
	border: 1px solid #333;
}

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

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

.site-header ::-moz-input-placeholder {
	font-family: 'Playfair Display', serif;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.site-header ::-webkit-input-placeholder {
	font-family: 'Playfair Display', serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.entry-content a.more-link {
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 20px 30px;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small,
.entry-content .button.small {
	padding: 8px 16px;
}

a.more-link {
	display: block;
	margin-bottom: 30px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.entry-content a.button:hover,
.entry-content a.button:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
	text-decoration: none;
}

.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: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

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

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

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

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
	
.one-fourth {
	width: 23.076923076923077%;
}
	
.three-fourths {
	width: 74.35897435897436%;
}
	
.one-sixth {
	width: 14.52991452991453%;
}
	
.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

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

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

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #333;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

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

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.ns-landing .site-container {
	margin: 0 auto;
	max-width: 960px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

.site-inner {
	clear: both;
	margin: 20px auto 0;
	padding-bottom: 5%;
	padding-top: 5%;
	max-width: 1000px
}

.ns-landing .site-inner,
.ns-newsletter .site-inner {
	margin-top: 0;
}

.ns-newsletter .site-inner {
	max-width: 100%;
	padding: 0;
}


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

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

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

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

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

.author-box .avatar {
	height: 80px;
	width: 80px;
}

.archive .author-box .avatar {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}

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

.archive .entry-header .avatar,
.blog .entry-header .avatar,
.page-template-page_blog-php .entry-header .avatar,
.search .entry-header .avatar,
.single .entry-header .avatar {
	float: none;
	height: 48px;
	margin-right: 12px;
	width: 48px;
}

.front-page .entry-header .avatar {
	float: left;
	height: 36px;
 	margin-right: 10px;
 	width: 36px;
}


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

.breadcrumb,
.search .archive-description,
.single .author-box {
	border-bottom: 1px solid #eee;
}

.archive .author-box,
.archive-description {
	text-align: center;
}	

.single .author-box {
	margin-bottom: 60px;
}

.archive-description,
.author-box,
.breadcrumb {
	padding: 7.5% 15%;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	margin-bottom: 0;
}

.archive-description a,
.author-box a {
	border-bottom: 1px solid #ddd;
}

.archive-description a:hover,
.archive-description a:focus,
.author-box a:hover,
.author-box a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

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

.breadcrumb {
	font-size: 16px;
	font-size: 1.6rem;
}


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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 5px;
	padding-left: 15px;
	position: relative;
	width: 25%;
}

.search-form input {
	-webkit-appearance: none;
}

.site-header .search-form:before {
    color: #333;
    content: "\f4a4";
    font-family: "ionicons";
    font-size: 24px;
    font-size: 2.4rem;
    right: 0;
    position: absolute;
    top: -4px;
}

.site-header .search-form input[type="search"] {
	background-color: transparent;
	border: none;
	color: #333;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0;
	padding-right: 25px;
	text-align: right;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

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

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

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 10px;
}

.single .author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
}

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

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

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}

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

a.aligncenter img,
.featured-image img {
	display: block;
	margin: 0 auto;
}

a.isButton:hover {
    border-bottom: none;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget:last-child {
	margin-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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


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

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

.enews-widget form {
	border: 2px solid #333;
	margin: 40px auto 0;
	overflow: hidden;
	padding: 10px;
	width: 75%;
}

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

.enews-widget input {
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	text-transform: uppercase;
}

.enews-widget input.enews-subbox {
	border-bottom: 1px solid #333;
	width: 100%;
}

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

.enews-widget input:focus {
	background-color: #fff;
	border: none;
}

.enews-widget input[type="email"] {
	float: left;
	width: 70%;
}

.enews-widget input[type="submit"] {
	border-left: 1px solid #333;
	float: right;
	padding: 15px 30px;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	border: none;
	border-left: 1px solid #333;
	color: #333;
}


/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #333;
	border: 1px solid #333;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #333 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	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: #222;
	outline: #fff solid 1px;
}


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

.site-header {
	background-color: #fff;
	min-height: 78px;
	padding: 20px 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	width: 25%;
	word-wrap: break-word;
}

.site-title {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

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

.header-image .site-header .search-form,
.header-image .site-header .search-form:before {
	padding-top: 20px;
}

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

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	max-width: 100%;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 3px 0 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


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

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

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

.genesis-nav-menu a {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

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

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

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

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

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

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

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

.nav-primary {
	float: left;
	margin-top: 4px;
	text-align: center;
	width: 50%;
}

.nav-primary .sub-menu {
	border-top: 1px solid #eee;
}

.nav-primary li.highlight > a {
	background-color: #fff;
	border: 1px solid #333;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
	
.nav-primary li.highlight > a:hover,
.nav-primary li.highlight > a:focus {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
}

.nav-primary .highlight > .sub-menu {
  margin-left: 15px;
}

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

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

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


/* Welcome Message / Newsletter
---------------------------------------------------------------------------------------------------- */

.full-screen {
	background-color: #fff;
	display: table;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.full-screen .widget-area {
	display: table-cell;
	vertical-align: middle;
}

.newsletter-signup .wrap,
.welcome-message .wrap {
	padding-left: 14%;
	padding-right: 14%;
}

.newsletter-signup .widget-title,
.welcome-message .widget-title {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	font-size: 6rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
}

.newsletter-signup a:hover,
.newsletter-signup a:focus,
.welcome-message  a:hover,
.welcome-message a:focus {
	text-decoration: underline;
}


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

.front-page .content {
	background: none;
}

.front-page .entry {
	background-color: #eee;
	float: left;
	height: 365px;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	width: 38%;	
}

.front-page.first-page .entry:nth-of-type(1),
.front-page.first-page .entry:nth-of-type(4n),
.front-page.first-page .entry:nth-of-type(4n+1) {
	width: 58%;
}

.front-page.paged .entry:nth-of-type(1),
.front-page.paged .entry:nth-of-type(4n),
.front-page.paged .entry:nth-of-type(4n+1) {
	width: 58%;
}

/* .front-page.first-page .entry.last,
.front-page .entry.row.last {
	width: 98%;
} */

.front-page.blog .entry-header {
	background-color: #fff;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 15px 20px;
	position: absolute;
	text-align: left;
	width: 100%;
}

.front-page .first-featured .entry-header {
	padding: 20px;
}

.front-page .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}

.front-page .first-featured .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.front-page .entry-header .entry-meta {
	margin-bottom: 0;
}

.front-page a.ns-featured-image {
    background-origin: border-box;
    background-position: center top;
    background-size: contain;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.front-page .pagination {
	margin-left: 1%;
	margin-right: 1%;
}


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

.content {
	background-color: #fff;
}


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

.entry-content {
	clear: both;
	padding-left: 12%;
	padding-right: 12%;
}

.page .entry-content {
	padding-bottom: 10%;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
}

.entry-content a:hover,
.entry-content a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

.page .entry-content > p:last-child {
	margin-bottom: 0;
}

.search-results .page .entry-content p:last-child {
	margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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;
}

/* Intro Text
--------------------------------------------- */

.entry-content p.intro {
	font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
}

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

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 0;
}

.archive .entry-header,
.blog .entry-header,
.page .entry-header,
.search .entry-header,
.single .entry-header,
.error404 .entry-title {
	border-bottom: 0px solid #eee;
	margin-bottom: 7%;
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 7%;
	padding-top: 10%;
	text-align: center;
}

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

.single .entry-header .entry-meta {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 15px;
	vertical-align: top;
}

.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-meta span.by {
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin-right: 2px;
	text-transform: lowercase;
}

.front-page .entry-meta span.by {
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 2px;
}

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

.entry-footer {
	margin-bottom: 10%;
	margin-left: 15%;
	margin-right: 15%;
}

.entry-footer .entry-meta {
	font-size: 14px;
    font-size: 1.4rem;
}

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

.after-entry {
	border-bottom: 1px solid #eee;
	padding: 7.5% 15%;
	text-align: center;
}

.after-entry .widget-title {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	font-size: 6rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
}

.after-entry a:hover,
.after-entry a:focus {
	text-decoration: underline;
}

.after-entry .button:hover,
.after-entry .button:focus {
	text-decoration: none;
}

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

.after-entry ol > li,
.after-entry ul > li {
	list-style-type: none;
}

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

.fadein {
	-webkit-animation: fadein 2s forwards;
       -moz-animation: fadein 2s forwards;
        -ms-animation: fadein 2s forwards;
         -o-animation: fadein 2s forwards;
            animation: fadein 2s forwards;
}

.js .ns-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-animation: none;
}

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

.pagination {
	background-color: #fff;
	clear: both;
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
}

.pagination a {
	color: #333;
}

.pagination a:hover,
.pagination a:focus {
	color: #ee2324;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

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

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments {
	border-bottom: 1px solid #eee;
}

.comment-respond,
.entry-comments,
.entry-pings {
	padding: 10% 15%;
}

.entry-pings + .comment-respond {
	padding-top: 0;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-respond a:hover,
.comment-respond a:focus,
.entry-comments a:hover,
.entry-comments a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

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

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

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

.entry-comments .comment {
	border-bottom: 1px solid #eee;
	clear: both;
}

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

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

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


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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2.5% 40px;
	text-align: center;
}

.site-footer p {
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

















/* Robby Was Here ===================================== */

body {
	background: #fff url(https://www.toptal.com/designers/subtlepatterns/patterns/crossword.png);
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #555;
	line-height: 1.5;
	background-attachment: fixed;
}

body > div {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
}

.site-header {
	background: rgba(255,255,255,0.95);
	background: #fff;
	box-shadow: 0 0px 10px -2px rgba(0,0,0,0.5);
	position: relative;
}

.topSpace {
    margin-bottom: 0px;
    margin-top: -1px;
    text-align: center;
    /* background: linear-gradient(90deg, #1139aa, #0d2065); */
    background: #303030;
    padding: 0 5%;
    display: none;
}

.logged-in .topSpace {
    text-align: center;
    background: linear-gradient(90deg, #2196F3, #2196F3, #2196F3, #fff, #fff, #fff, #fff);
    background: #303030;
    margin-bottom: -40px;
}

.topSpace img.desktopHeader {
	display: inline-block;
	margin: 0 auto -8px;
	float: none;
}

.logged-in .topSpace img.desktopHeader {
	margin-bottom: 0px;
}

.topSpace img.mobileHeader {
	display: none;
}

.site-inner {
	padding-top: 25px;
}

.logged-in .site-inner {
	padding-top: 0px;
}

.home .site-inner {
	margin-top: 20px;
}

.genesis-nav-menu a {
	font-family: 'Lato', sans-serif;
}

.header-image .nav-primary:not(button) {
    margin-top: -7px;
}

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

.header-image .site-title > a {
    background-position: center center !important;
    background-size: contain !important;
    float: left;
    max-width: 100%;
    min-height: 100px;
    width: 100%;
    margin-top: -15px;
    margin-bottom: -7px;
}

.header-image .title-area {
    margin: 0 0 -10px 0;
}

.nav-primary {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}

.site-header .search-form input[type="search"] {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.search-form input::placeholder {
	font-family: 'Lato', sans-serif;
	color: #555;
}

.site-header .search-form {
	border-bottom: 2px solid transparent;
    width: 15%;
    position: absolute;
    top: 0px;
    right: 35px;
    transition: all ease 0.3s;
}

.home .site-header .search-form {
	right: 10px;
}

.site-header .search-form:hover,
.site-header .search-form:active,
.site-header .search-form:focus {
	border-bottom: 2px solid #999;
	transition: all ease 0.3s;
}

.front-page.blog .entry-header {
	border-top: 5px solid #00a1f1;
	min-height: 160px;
}

.front-page .entry-title {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    font-family: 'Saira Extra Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.front-page h2.entry-title a {
	color: #555;
} 

.front-page .first-featured .entry-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.front-page.first-page .entry:nth-of-type(1) .entry-header, 
.front-page.first-page .entry:nth-of-type(4n) .entry-header, 
.front-page.first-page .entry:nth-of-type(4n+1) .entry-header {
	min-height: 0;
}

iframe.selector {
	width: 100%;
	min-height: 350px;
}

/*.entry-content p img:first-child {
    display: none;
} */

.entry-content p:nth-of-type(1) img {
    display: none;
}

.page .entry-header, .single .entry-header, .error404 .entry-title, .archive .entry-header,
.search .entry-header {
	margin-bottom: 0;
	padding-bottom: 4%;
	padding-top: 6%;
}

/* .single .author-box:before {
    height: 150px;
    left: -50px;
    top: -50px;
    width: 40px;
    background: transparent !important;
    border-left: 75px solid #fbbc05;
    border-bottom: 75px solid #34a853;
    border-top: 75px solid #ea4335;
    border-right: 75px solid #00a1f1;
    width: 150px;
    border-radius: 50%;
    opacity: 0.1;
    transform: rotate(-10deg);
    content: " ";
    position: absolute;
    margin: 0 auto;
} */

.single .entry-header {
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	overflow: hidden;
}

.single .entry-header .entry-title,
.page h1.entry-title {
	font-size: 54px;
	font-size: 5.4rem;
	font-family: 'Saira Extra Condensed', sans-serif;
    text-transform: uppercase;
}

.innerAds {
	display: inline-block;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.single .content {
	box-shadow: none;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}

.single .featured-image img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.front-page .entry {
	transition: all ease 0.1s;
	opacity: 1;
	margin-bottom: 5%;
	border-radius: 10px;
	border: 1px solid #eaeaea;
}

.pagination {
	background: transparent;
}

.front-page .pagination {
	margin-left: 0;
	margin-right: 0;
}

.pagination-next a,
.pagination-previous a {
	border: 1px solid #eaeaea !important;
	border-radius: 10px;
	color: #555;
	background: #fff;
    padding: 15px 30px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: none;
}

.pagination-next:active,
.pagination-previous:active {
	transform: scale(0.97);
	transition: all ease 0.1s;
}

.pagination-next:active a,
.pagination-previous:active a {
	transition: none;
}

:focus {
	color: transparent;
	outline: none;
}

.front-page .entry {
	overflow: hidden;
}

.front-page .entry:hover {
	transform: translateY(-7px);
	box-shadow: 0 5px 15px -7px #555;
	transition: all ease 0.25s;
}



/* .front-page .entry a.ns-featured-image {
	transition: all ease 0.3s;
}

.front-page .entry:hover a.ns-featured-image {
    transform: scale(1.08);
    transition: all ease 0.3s;
} */

div#disqus_thread {
    padding: 40px;
}

.site-footer {
    background-color: #aaa;
    color: #eee;
    font-size: 14px;
    font-size: 1.6rem;
    padding: 2.5% 40px;
    text-align: center;
    box-shadow: inset 0 7px 20px -10px #000;
}

.site-footer p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: none;
}

.site-footer p.socialLinks {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 6px;
	margin-bottom: 20px;
	line-height: 26px;
}

.site-footer p.socialLinks a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 26px;
}

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

a.footerButton {
    padding: 10px 20px;
    background: #bbb;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: all ease 0.3s;
}

a.footerButton:hover {
	background: #999;
	transition: all ease 0.3s;
}

.nav-secondary {
    display: none;
}

.entry-content h4,
.entry-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    /* border-left: 7px solid #119ff1;
    padding: 0px 0 0px 10px; */
    text-transform: none;
    margin-left: 0;
    font-family: 'Saira Extra Condensed', sans-serif;
}

.entry-content a {
	font-weight: 700;
	color: #119ff1;
	border-bottom: none;
}

.entry-content a:hover, 
.entry-content a:focus {
    border-bottom: none;
    color: #555;
}

div.tweetHolder {
	display: block; 
	height: auto; 
	width: 100%; 
	text-align: center; 
	margin-bottom: 30px;
}

/* ============================== ARCHIVES ========================== */

.genesis-nav-menu a {
	border-bottom: 2px solid transparent;
}

.genesis-nav-menu li:nth-of-type(1) a:hover,
.genesis-nav-menu li:nth-of-type(5) a:hover,
.genesis-nav-menu li:nth-of-type(9) a:hover {
	border-bottom: 2px solid #ea4335;
}

.genesis-nav-menu li:nth-of-type(2) a:hover,
.genesis-nav-menu li:nth-of-type(6) a:hover,
.genesis-nav-menu li:nth-of-type(10) a:hover {
	border-bottom: 2px solid #fbbc04;
}

.genesis-nav-menu li:nth-of-type(3) a:hover,
.genesis-nav-menu li:nth-of-type(7) a:hover {
	border-bottom: 2px solid #33a853;
}

.genesis-nav-menu li:nth-of-type(4) a:hover,
.genesis-nav-menu li:nth-of-type(8) a:hover {
	border-bottom: 2px solid #00a1f1;
}


.archive article,
.search article {
	border-radius: 10px;
	border: 1px solid #eaeaea;
	background: #fff;
	margin: 2% 1% 3%;
    width: 48%;
    float: left;
	transition: all ease 0.1s;
	opacity: 1;
	overflow: hidden;
	min-height: 400px;
}

.archive article:hover,
.search article:hover {
    transform: translateY(-7px);
    box-shadow: 0 5px 15px -7px #555;
    transition: all ease 0.25s;
}

.archive article .featured-image,
.search article .featured-image {
	height: 220px;
}

.archive article .featured-image img,
.search article .featured-image img {
	width: 100%;
}

/* .archive article:hover .featured-image img,
.search article:hover .featured-image img {
	transform: scale(1.05);
	transition: all ease 0.3s;
} */

.archive .content,
.search .content {
	background-color: transparent;
}

.archive .entry-header,
.search .entry-header {
	border-top: 5px solid #00a1f1;
	margin-left: 5%;
	margin-right: 5%;
	border: none;
}

.archive article.post .featured-image,
.search article.post .featured-image {
	border-bottom: 5px solid;
	height: 225px;
}

.archive article.post .featured-image img,
.search article.post .featured-image img {
	height: 221px;
	object-fit: cover;
}

.archive article.post:nth-of-type(1) .featured-image,
.archive article.post:nth-of-type(5) .featured-image,
.archive article.post:nth-of-type(9) .featured-image,
.search article.post:nth-of-type(1) .featured-image,
.search article.post:nth-of-type(5) .featured-image,
.search article.post:nth-of-type(9) .featured-image,
.front-page.blog article.post:nth-of-type(1) .entry-header,
.front-page.blog article.post:nth-of-type(5) .entry-header,
.front-page.blog article.post:nth-of-type(9) .entry-header {
	border-color: #ea4335;
}

.archive article.post:nth-of-type(2) .featured-image,
.archive article.post:nth-of-type(6) .featured-image,
.archive article.post:nth-of-type(10) .featured-image,
.search article.post:nth-of-type(2) .featured-image,
.search article.post:nth-of-type(6) .featured-image,
.search article.post:nth-of-type(10) .featured-image,
.front-page.blog article.post:nth-of-type(2) .entry-header,
.front-page.blog article.post:nth-of-type(6) .entry-header,
.front-page.blog article.post:nth-of-type(10) .entry-header {
	border-color: #fbbc04;
}

.archive article.post:nth-of-type(3) .featured-image,
.archive article.post:nth-of-type(7) .featured-image,
.archive article.post:nth-of-type(11) .featured-image,
.search article.post:nth-of-type(3) .featured-image,
.search article.post:nth-of-type(7) .featured-image,
.search article.post:nth-of-type(11) .featured-image,
.front-page.blog article.post:nth-of-type(3) .entry-header,
.front-page.blog article.post:nth-of-type(7) .entry-header,
.front-page.blog article.post:nth-of-type(11) .entry-header{
	border-color: #33a853;
}

.archive article.post:nth-of-type(4) .featured-image,
.archive article.post:nth-of-type(8) .featured-image,
.archive article.post:nth-of-type(12) .featured-image,
.search article.post:nth-of-type(4) .featured-image,
.search article.post:nth-of-type(8) .featured-image,
.search article.post:nth-of-type(12) .featured-image,
.front-page.blog article.post:nth-of-type(4) .entry-header,
.front-page.blog article.post:nth-of-type(8) .entry-header,
.front-page.blog article.post:nth-of-type(12) .entry-header{
	border-color: #00a1f1;
}

.archive .entry-title,
.search .entry-title {
	font-size: 2.8rem;
	font-size: 28px;
    font-weight: 700;
    min-height: 75px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Saira Extra Condensed', sans-serif;
}

.archive article .entry-header img,
.archive article .entry-content,
.archive article .entry-footer,
.search article .entry-header img,
.search article .entry-content,
.search article .entry-footer {
	display: none;
}

.archive .entry-header .entry-meta,
.search .entry-header .entry-meta {
    margin-top: -15px;
}

.archive-description, .author-box, .breadcrumb {
    padding: 3% 10%;
    background: #fff;
    width: 98%;
    margin-left: 1%;
    border: 1px solid #eaeaea;
    border-top: 10px solid #33a853;
    border-radius: 10px;
}

.breadcrumb {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	height: 1px;
	width: 1px;
	font-size: 1px;
}

.archive-description {
	margin-bottom: 3%;
}

.category-news .archive-description {
	border-top: 10px solid #ea4335;
}

.category-reviews .archive-description {
	border-top: 10px solid #fbbc04;
	margin-bottom: 3%;
}

.category-unboxing .archive-description {
	border-top: 10px solid #33a853;
}

.category-tips .archive-description {
	border-top: 10px solid #00a1f1;
}

.category-chromebooks .archive-description {
	border-top: 10px solid #ea4335;
}

.category-chromecast .archive-description {
	border-top: 10px solid #fbbc04;
}

.category-assistant .archive-description {
	border-top: 10px solid #33a853;
}



blockquote {
    background: #fcfcfc url(https://chromeunboxed.com/wp-content/themes/no-sidebar-pro/images/blockquoteBGdark.png) no-repeat;
    background-size: 300px;
    background-position-x: 115%;
    background-position-y: -50px;
    font-family: 'Lato';
    font-size: 22px;
    font-style: normal;
    width: 100%;
    padding: 40px 40px 10px;
    margin-left: 0;
    color: #444;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 30px;
    border: 2px solid #f9f9f9;
}

blockquote::before {
	display: none;
}

.single-post .entry-footer {
	margin-bottom: 5%;
}

.single .author-box {
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    border-left: none;
    border-right: none;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
}

.single .author-box p {
	font-size: 16px;
}

.single .author-box-title {
	font-size: 24px;
}

.author-box .avatar {
    height: 120px;
    width: 120px;
    margin-bottom: 30px;
    margin-top: 7px;
    box-shadow: 0 4px 12px -4px #333;
}


.single .entry-footer p.entry-meta {
	margin-bottom: 0;
    border-left: 5px solid #00a1f1;
    padding: 20px;
    background: #f5f5f5;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 14px !important;
    border-left: none;
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
	border-bottom: none !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
	border-bottom: none !important;
	text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a:hover {
	border-bottom: none !important;
	text-decoration: none !important;
}

a.BuyButton {
	background: #00a1f1 !important;
	border: 5px solid #00a1f1!important;
	box-shadow: inset 0 0 0 2px #fff;
	display: inline-block;
	padding: 15px 30px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
	transition: all ease 0.3s;
	width: 100%;
	margin: 10px auto;
}

a.BuyButton:hover {
	background-color: #fff !important;
	border: 5px solid #00a1f1 !important;
	box-shadow: inset 0 0 0 2px #fff;
	transition: all ease 0.3s;
	color: #4285f4 !important;
}


#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:nth-child(3n) {
	clear: none !important;
}

.jp-relatedposts-post {
    min-height: 210px !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	line-height: 1 !important;
}

.theSearchPage .page .entry-header {
	margin-bottom: 0;
	padding-bottom: 2%;
}

#search-8 input,
#search-8 input:focus,
.theSearchPage #subscribe-email input,
.theSearchPage #subscribe-email input:focus {
	background: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #999;
	color: #333 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all ease 0.2s;
}

.theSearchPage #subscribe-email input {
	margin-top: 30px;
}

theSearchPage input,
.theSearchPage input:focus {
	background: transparent;
	color: #777;
}

#search-8 input:focus::placeholder,
.theSearchPage #subscribe-email input:focus::placeholder {
    color: #eee;
    transition: all ease 0.2s;
}

.theSearchPage h3.widgettitle.widget-title {
	display: none;
}

.theSearchPage input[type="submit"] {
	font-family: 'Lato';
	font-weight: bold;
	letter-spacing: 1px;
}

.theSearchPage input[type="submit"]:hover {
	border-color: #119ff1;
	background-color: #119ff1;
	color: #fff;
}

.genesis-nav-menu .menu-item.keepForMobile {
	display: none;
}

.site-footer .wrap {
    max-width: 800px;
    margin: 0 auto;
}

.gallery-columns-3 .gallery-item {
    width: 29.333%;
    margin: 2%;
}

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

.featured-image img {
	width: 100%;
}

.jp-carousel-info,
.jp-carousel-left-column-wrapper {
	display: none;
}

h1.entry-title > span {
    padding-top: 20px;
}

.single h1.entry-title > span {
	padding-top: 10px;
}

.google-auto-placed.ap_container {
    margin-bottom: 30px;
}

.ezoic-ad {
    padding-top: 10px;
    padding-bottom: 10px;
}

.share-before {
	display: none;
}

.amp-mode-touch li#menu-item-5764,
.amp-mode-touch li#menu-item-2878,
.amp-mode-touch li#menu-item-2873,
.amp-mode-touch li#menu-item-2874,
.amp-mode-touch li#menu-item-3092,
.amp-mode-touch li#menu-item-2881,
.amp-mode-touch li#menu-item-5766 {
	display: none;
}


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

ul.wp-block-gallery {
    margin-left: 0;
    width: 100%;
}

.membershipForm input:focus, 
.membershipForm textarea:focus {
    background-color: #f5f5f5;
    border: 1px solid #333;
    color: #333;
}



figure.wp-block-embed-youtube.wp-block-embed.is-type-video.is-provider-youtube {
	margin: 30px auto;
}

figure.wp-block-embed-youtube.wp-block-embed.is-type-video.is-provider-youtube .wp-block-embed__wrapper {
    position: unset;
}

figure.wp-block-embed-youtube.wp-block-embed {
	margin: 1em auto 30px !important;
}

.archive-description .divider {
	display: none;
}

.archive .entry-title,
.archive .archive-title,
.search .archive-title {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	text-transform: uppercase;
	line-height: 1;
}

.archive .archive-title,
.search .archive-title {
	font-size: 46px;
	font-size: 4.6rem;
}

.archive .entry-title a {
	color: #555;
}


.newSideAdLeft {
	position: fixed;
    display: block;
    background: transparent;
    top: 135px;
    left: calc((50vw - 512px - 175px) / 2);
    height: 600px;
    width: 175px;
}

.newSideAdRight {
	position: fixed;
    display: block;
    background: transparent;
    top: 135px;
    right: calc((50vw - 512px - 175px) / 2);
    height: 600px;
    width: 175px;
}

@media only screen and (max-width: 1439px) {
	
	.newSideAdRight,
	.newSideAdLeft {
		display: none;
	}
	
}


.picks {
	display: inline-block;
	float: right;
	width: 320px;
	padding: 25px 20px 10px;
	border: 2px solid #ddd;
	margin: 20px 0 20px 20px;
	position: relative;
	text-align: center;
}

.picks img {
	margin-bottom: 10px;
}

.picks a img:hover {
	border: none;
	text-decoration: none;
}

.picks span.picksTitle {
    margin: 0 0 0 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'Saira Extra Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.picks ul {
	margin-left: 20px;
}

.picks ul li {
	text-align: left;
    font-size: 16px;
    line-height: 1.5 !important;
    list-style-type: square;
}

.picks ul li a {
	color: #34a853;
}

.picks a:hover {
	border: none;
	text-decoration: none;
	color: #444;
}

.picks h6 {
    color: #34a853;
    text-transform: uppercase;
    padding: 0 10px;
    background: #fff;
    display: block;
    width: auto;
    position: relative;
    top: -40px;
    left: auto;
    font-size: 30px;
    font-family: saira extra condensed,sans-serif;
    text-align: center;
    float: none;
    margin-bottom: -30px;
}

.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

figure.wp-block-embed figcaption {
	margin-top: -20px;
}

/* .newsletterSignupBlock {
    background: #34a852;
    box-shadow: 0 0 0 5px#34a852;
    color: #fff;
    padding: 30px;
    margin: 50px auto 60px;
    border-radius: 10px;
    font-size: 32px;
    font-family: 'Saira Extra Condensed';
    text-align: center;
    border: 3px dashed #fff;
}

.newsletterSignupBlock a.BuyButton {
    background: #34a852 !important;
    border-color: #34a852 !important;
    font-size: 36px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 20px;
    line-height: 1;
    margin-top: 15px;
}

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

span.highlighter {
    background: white;
    color: #3ca1f1;
    padding: 2px 12px;
    border-radius: 10px;
}

p.beforeList {
	margin-bottom: 0;
} */

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

br.forMobileOnly {
	display: none;
}
	
.newsletterSignupBlock {
    background: #fafafa;
    box-shadow: none;
    color: #777;
    padding: 40px 20px;
    margin: 50px auto 60px;
    border-radius: 10px;
    font-size: 28px;
    font-family: 'Lato';
    text-align: center;
    border: 1px solid #ddd;
    line-height: 1.2;
    font-family: 'Saira Extra Condensed';
}
	
.newsletterSignupBlock a.BuyButton {
    background: #34a852 !important;
    border-color: #34a852 !important;
    font-family: 'Saira Extra Condensed';
    font-size: 28px;
    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-family: 'Saira Extra Condensed';
    font-size: 30px;
    color: #777;
    padding-left: 40px;
}

.newsletterSignupBlock ul.wpra-item-list.rss-aggregator {
    text-align: left;
    padding-left: 40px;
    font-size: 24px;
}

.newsletterSignupBlock .divider {
	margin: 40px 15%;
}

.newsletterSignupBlock ul.wpra-item-list.rss-aggregator a:hover {
	border-bottom: none;
}


@media only screen and (max-width: 600px) {
	
	/* .picks {
		display: block;
		float: none;
		margin: 40px auto 20px;
	}
	
	br.forMobileOnly {
		display: inline;
	}
	
	.newsletterSignupBlock {
	    background: #fff;
	    box-shadow: none;
	    color: #777;
	    padding: 20px;
	    margin: 50px auto 60px;
	    border-radius: 10px;
	    font-size: 28px;
	    font-family: 'Saira Extra Condensed';
	    text-align: center;
	    border: 3px dashed #34a852;
	    line-height: 1.2;
	} */
	
	.newsletterSignupBlock a.BuyButton {
	    /* background: #34a852 !important;
	    border-color: #34a852 !important; */
	    font-size: 20px;
	    /* box-shadow: inset 0 0 0 3px #fff;
	    border-radius: 20px; */
	    line-height: 1;
	    padding-left: 10px;
	    padding-right: 10px;
	    margin-top: 15px;
	    width: 100%;
	}
	
	/* .newsletterSignupBlock a.BuyButton:hover {
		background: #fff !important;
		color: #34a852 !important;
	} */
	
	span.highlighter {
	    background: transparent;
	    color: #3ca1f1;
	    padding: 0;
	    border-radius: 10px;
	}

	br.forMobileOnly {
		display: none;
	}
}

p#update,
p.update{
	background: #fcfcfc;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 15px;
}

.editorsChoice figure.alignright {
    margin-left: 20px;
}

.editorsChoice img {
    width: 250px;
    padding: 0 0 0px 20px;
    border-left: 1px solid #ddd;
}

.crp_related.crp_related_block {
	min-height: 180px;
	padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 30px;
}

.crp_related.crp_related_block h5 {
    font-family: 'Saira Extra Condensed';
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.crp_related.crp_related_block ul {
	margin-left: 0;
	margin-bottom: 0;
}

.crp_related.crp_related_block ul li {
	list-style-type: none;
}

.crp_related.crp_related_block ul li a:hover {
	border-bottom: none;
}

img.crp_thumb.crp_featured {
    max-width: 120px;
    display: inline-block;
    float: right;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #ccc;
    border: 3px solid white;
    margin-left: 20px;
    margin-top: -24px;
}

.crp_related.crp_related_block ul li a {
    font-family: 'Saira Extra Condensed';
    font-size: 30px;
    color: #555;
    line-height: 1.2;
}

crp_related.crp_related_block ul li a:hover {
	text-decoration: none;
}

span.crp_author {
    display: block;
    font-size: 16px;
    font-family: 'Saira Extra Condensed';
    padding-top: 5px;
}

.crp_related.crp_related_block ul li span.crp_author a {
	font-size: 16px;
	font-family: 'Saira Extra Condensed';
}

img.patreonDesktop {
	display: block;
	margin: 0 auto 30px;
	padding: 0 5%;
}



.sideBarHolder-1,
.sideBarHolder-2,
.sideBarHolder-1 .sideBar,
.sideBarHolder-2 .sideBar {
	display: none;
}



.testPage .sideBarHolder-1 {
	display: block;
    position: absolute;
    width: 350px;
    height: 100%;
    min-height: 2500px;
    background: transparent;
    left: 0px;
    top: 460px;
    padding: 0 25px 25px;
}

.testPage .sideBar {
	display: block;
    height: 400px;
    background: #ddd;
    position: sticky;
    top: 50px;
    text-align: center;
}

.testPage .sideBarHolder-2 {
	display: block;
    position: absolute;
    width: 350px;
    height: 100%;
    min-height: 2500px;
    background: transparent;
    right: 0px;
    top: 460px;
    padding: 0 25px 25px;
}

.entry-content .remixd-frame.floating {
	bottom: 20px;
}

article.web-story {
    position: relative;
}

.web-story .featured-image::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, #00000085, #00000042, transparent, transparent);
}

article.web-story .entry-title a {
    color: #fff;
    z-index: 9999;
    position: relative;
}

article.web-story p.entry-meta, article.web-story p.entry-meta a {
    color: #fff;
    z-index: 9999;
    position: relative;
}

.search article.web-story {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.webStoryHolder {
    background: #ccc;
    color: transparent;
    width: 100vw;
    margin-left: calc((100vw - 1000px)/-2);
    box-shadow: inset 0px -8px 10px -10px #111, inset 0 8px 10px -10px #111;
    padding: 15px 0;
    min-height: 250px;
}

article.tag-sponsored .featured-image {
    position: relative;
}

article.tag-sponsored .featured-image::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "SPONSORED CONTENT";
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
    border-top-right-radius: 10px;
    color: #ccc;
    font-size: 18px;
    border-top: dashed 2px rgba(255,255,255,0.3);
    border-right: dashed 2px rgba(255,255,255,0.4);
}

.mc-field-group.input-group ul li {
    list-style: none;
    margin-bottom: 4px;
}

.mc-field-group.input-group ul {
	margin-left: 0;
}

.mc-field-group input#mce-EMAIL::placeholder {
    color: #bbb;
}

.mc-field-group input#mce-EMAIL {
	margin-bottom: 30px;
}

.mc-field-group.input-group ul li input {
    margin-right: 5px;
    margin-left: 10px;
}




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

@media only screen and (max-width: 1700px) {
	.testPage .sideBarHolder-1 {
	    left: 0px;
	    padding: 0;
	    width: 300px;
	}
	
	.testPage .sideBarHolder-2 {
	    right: 0px;
	    padding: 0;
	    width: 300px;
	}
}

@media only screen and (max-width: 1600px) {
	
	.testPage .sideBarHolder-1,
	.testPage .sideBarHolder-2 {
		display: none;
	}
}

@media only screen and (max-width: 1100px) {
	
	.header-image .site-header .search-form, .header-image .site-header .search-form:before {
		padding-top: 0;
	}
	
	.archive.category p.entry-meta,
	.search.search-results p.entry-meta {
		font-size: 10px;
		font-size: 1rem;
	}
	
}

@media only screen and (max-width: 1030px) {
	
	.single .featured-image img {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-radius: 0px !important;
	}
	
	.single .content {
		border-radius: 0px;
		border: none;
	}
}


@media only screen and (max-width: 1024px) {
	
	.single .featured-image img {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-radius: 0px !important;
	}
	
	.single .content {
		border-radius: 0px;
		border: none;
	}
}


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

	body.single {
		background: #fff;
	}
	
	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.single .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.single .content {
		border: none;
		box-shadow: none;
	}
	
	.single .entry-content {
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.front-page a.ns-featured-image {
		background-size: cover;
	}
	
	.archive article, .search article {
		height: auto;
	}
	
	
	
}


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

	.genesis-nav-menu a {
			font-size: 10px;
			padding-left: 8px;
			padding-right: 8px;
		}
}


@media only screen and (max-width: 830px) {
	
	.front-page .entry-title,
	.archive .entry-title {
		font-size: 20px;
	}
	
	.single-post .entry-footer {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	div#disqus_thread {
	    padding: 40px 5%;
	}
	
	.single .author-box {
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media only screen and (max-width: 767px) {
	
	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.single .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.archive article, .search article {
		width: 98%;
	}
	
	.archive article.post .featured-image img, .search article.post .featured-image img {
		height: 200px;
		border-radius: 10px;
	}
	
	.archive article.post .featured-image, .search article.post .featured-image {
	    height: 200px;
	    border-radius: 10px;
	    border-bottom: none;
	}
	
	.category-news .archive-description p {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.site-footer p.socialLinks {
		font-size: 20px;
	}
	
	.site-footer p.socialLinks a {
		font-size: 14px;
	}
	
	.front-page .entry {
	    box-shadow: none;
	    overflow: hidden;
	    margin-bottom: 50px;
	    border: 0px solid #e9e9e9;
	    border-radius: 10px;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    border-bottom: 1px solid #e3e3e3;
	    padding-bottom: 40px;
	    margin-bottom: 50px;
	}
	
	.archive article,
	.search article {
		box-shadow: none;
	    overflow: hidden;
	    margin-bottom: 45px;
	    border: none;
	    border-bottom: 1px solid #e3e3e3;
	    border-radius: 10px;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	}
	
	.front-page .entry:hover {
	    transform: none;
	    box-shadow: none;
	    opacity: 1;
	    transition: all ease 0.3s;
	}
	
	.archive article:hover,
	.search article:hover {
		transform: none;
	    box-shadow: none;
	    opacity: 1;
	    transition: all ease 0.3s;
	}
	
	.front-page a.ns-featured-image {
	    background-position: center top;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    height: 200px;
	    width: 100%;
	    border-radius: 10px;
	}
	
	.archive-description, .author-box, .breadcrumb {
		box-shadow: none;
		border-left: 0px solid #e9e9e9;
		border-right: 0px solid #e9e9e9;
		border-bottom: 0px solid #e9e9e9;
		margin-bottom: 30px;
		border-radius: 10px;
	}
	
	body {
		background: #fff;
	}
	
	.header-image .site-header {
		margin-bottom: 20px;
		padding: 13px 20px 0px;
	}
	
	.header-image .site-header {
		box-shadow: none;
		border-top: none;
		border-bottom: none;
	}
	
	.entry-content img.alignleft,
	.entry-content img.alignright,
	.entry-content .wp-caption.alignright,
	.entry-content .wp-caption.alignleft {
		width: 90% !important;
		margin: 5%;
		text-align: center;
	}
	
	.archive-description, .author-box, .breadcrumb {
		border-top: none !important;
	}
	
	.archive-description .divider {
		display: inline-block;
		margin: 20px 15% 0;
	}
	
	.archive .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.topSpace img.desktopHeader {
		display: none;
	}
	
	.topSpace {
		display: none;
	}

	img.mobileHeader {
    	display: inline-block;
    	margin-bottom: 0px;
    	border-bottom: 2px solid #eee;
    	padding-bottom: 10px;
	}
	
	.topSpace {
		margin-bottom: 10px;
	}
	
	.site-header {
		position: relative;
		top: 20px;
	}
	
	body.single {
		background: #fff;
	}
	
	.picks {
		width: 90%;
		margin: 25px 5%;
		float: none;
	}
	
	.newsletterSignupBlock ul.wpra-item-list.rss-aggregator {
		font-size: 20px;
		padding-left: 0;
	}
	
	.newsletterSignupBlock h6 {
		padding-left: 20px;
	}

}


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

	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.front-page .entry {
		margin-left: 0;
		margin-right: 0;
		width: 100%;	
	}
	
	.front-page.first-page .entry:nth-of-type(2),
	.front-page.first-page .entry:nth-of-type(4n+1),
	.front-page.first-page .entry:nth-of-type(4n+2) {
		width: 100%;	
	}
	
	.front-page.paged .entry:nth-of-type(1),
	.front-page.paged .entry:nth-of-type(4n),
	.front-page.paged .entry:nth-of-type(4n+1)	{
		width: 100%;	
	}
	
	.front-page.first-page .entry.first-featured {
		height: 400px;
		width: 100%;
	}
	
	.front-page .entry.row.last {
		width: 100%;	
	}

	.archive .entry-header,
	.entry-footer,
	.page .entry-header,
	.search .entry-header,
	.single .entry-header,
	.error404 .entry-title {
		margin-left: 10%;
		margin-right: 10%;
		border-top: none;
	}
	
	.archive .entry-header,
	.search .entry-header {
		margin-left: 0;
	    margin-right: 0;
	    padding: 20px 0 50px 0;
	    text-align: left;
	    margin-bottom: 0;
	}
	
	.archive .entry-title,
	.search .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
		min-height: 0px;
	}
	
	.archive .entry-header .entry-meta,
	.search .entry-header .entry-meta {
	    margin-top: 0px;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.breadcrumb,
	.comment-respond,
	.entry-comments,
	.entry-content {
		padding-left: 0%;
		padding-right: 0%;
	}

	.enews-widget form,
	.enews-widget input[type="email"],
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.header-image .site-title > a,
	.nav-primary,
	.site-header,
	.site-header .search-form,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: inherit;
		text-align: center;
	}
	
	.site-title {
		line-height: 1.2;
	}

	.header-image .nav-primary:not(button) {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.site-header .search-form {
		display: none;
	}

	.gallery-item,
	.nav-primary,
	.title-area {
		float: none;
	}
	
	.nav-primary {
		height: auto;
	}
	
	.nav-primary li.highlight > a,
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus,
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.nav-primary li.highlight > a {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
		
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus {
		color: #ee2324;
	}
	
	.nav-primary .genesis-nav-menu li.highlight > a:hover,
	.nav-primary .genesis-nav-menu li.highlight > a:focus {
		background-color: #fff;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		font-family: 'Playfair Display', serif;
		font-weight: 400;
		letter-spacing: 1px;
		position: relative;
		right: 0;
		z-index: 1000;
		text-transform: uppercase;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #555;
		content: "☰";
		display: inline-block;
		font-size: 24px;
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: top;
		font-weight: normal;
		line-height: 1;
	}
	
	.site-header button {
		padding: 0 0 0px;
	}

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

	.sub-menu-toggle:before {
		content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

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

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

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

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: transparent;
		font-size: 0px;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #ee2324;
	}

	.after-entry .widget-title,
	.newsletter-signup .widget-title,
	.welcome-message .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.enews-widget input[type="submit"],
	.enews-widget input:hover[type="submit"] {
		background-color: #333;
		border: 1px solid #333;
		color: #fff;
		float: none;
		text-align: center;
		width: 100% !important;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

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

	.site-footer {
		padding: 20px;
	}
	
	.header-image .site-title > a {
		min-height: 90px;
		margin-bottom: -10px;
	}
	
	.home .site-inner {
		margin-top: 0;
	}
	
	.entry-content {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.front-page.first-page .entry:nth-of-type(1), .front-page.first-page .entry:nth-of-type(4n), .front-page.first-page .entry:nth-of-type(4n+1) {
		width: 100%;
	}
	
	/*.front-page.first-page .entry:nth-of-type(1) .entry-header, .front-page.first-page .entry:nth-of-type(4n) .entry-header, .front-page.first-page .entry:nth-of-type(4n+1) .entry-header, .front-page.blog .entry-header {
		min-height: 185px;
	} */
	
	.front-page .first-featured .entry-title,
	.front-page .entry-title {
		font-size: 24px;
		text-align: left;
	}
	
	.front-page.blog .entry-header {
		min-height: 0;
	}
	
	.front-page.first-page .entry.first-featured {
		height: auto;
	}
	
	.front-page .entry {
		background: #fff;
		height: auto;
	}
	
	.single .site-inner {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.single .entry-header {
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.single .entry-header .entry-title {
		font-size: 32px;
	}
	
	
	.single .entry-header .entry-meta {
	    font-size: 10px;
	    color: #000;
	    border: 1px solid #ccc;
	    padding: 10px;
	    border-radius: 10px;
	}
		
	.entry-content h4,
	.entry-content h2 {
	    font-size: 26px;
	    /*font-weight: 700;
	    margin-top: 0;
	    margin-bottom: 15px;
	    border-left: 7px solid #119ff1;
	    padding: 6px 0 6px 10px;
	    text-transform: uppercase;
	    margin-left: -10px; */
	}
	
	.author-box .avatar {
		display: none;
	}
	
	
	.single .author-box-title {
	    font-size: 18px;
	    padding-left: 25px;
	}	
	
	.author-box-content {
	    font-size: 14px;
	    margin-left: 25px;
	    border-left: 1px solid #ddd;
	    padding-left: 10px;
	    margin-bottom: 60px;
	}
	
	.genesis-nav-menu .menu-item.keepForMobile {
		display: block;
	}
	
	.genesis-nav-menu a {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.front-page.blog .entry-header {
		border-top: none;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	
	.single .entry-header .entry-title {
	    font-size: 28px;
	    text-transform: uppercase;
	    text-align: left;
	    color: #333;
	    font-family: 'Saira Extra Condensed', sans-serif;
	}
	
	.single .entry-header .entry-meta {
		margin-top: 0;
	}
	
	.entry-title a, .archive .entry-title, .page .entry-title a:hover, .page .entry-title a:focus {
		font-size: 28px;
		text-align: left;
	}
	
	.front-page .first-featured .entry-title, .front-page .entry-title {
		font-size: 28px;
		text-transform: uppercase;
		font-family: 'Saira Extra Condensed', sans-serif;
	}
	
	img.patreonDesktop {
		padding: 0;
	}
	
	article.web-story .entry-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	

}


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

	.jp-relatedposts-post {
	    min-height: 205px !important;
	}
	
	blockquote {
		padding: 25px 20px 10px;
	}
	
	.single .entry-content {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	
	.pagination {
		padding-left: 0;
		padding-right: 0;
	}
	
	.pagination-next a, .pagination-previous a {
		padding: 15px 25px;
		font-size: 14px;
	}
	
	.theSearchPage .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#search-8 input::placeholder,
	#search-8 input {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.ezoic-ad {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.ezmob-footer {
		background: rgba(255,255,255,0.5) !important;
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
	}
	
	.ezmob-footer .ezoic-ad {
    	margin-top: 5px;
	}
	
	body > div {
	    font-size: 16px;
	    line-height: 1.5;
	    color: #333;
	}
	
	.single .entry-header .avatar {
		display: none;
	}
	
	.share-before {
		display: none;
	}
	
	header.entry-header h1.entry-title {
		margin-bottom: 10px;
	}
	
	.single .entry-header .entry-title {
	    font-size: 28px;
	    text-transform: uppercase;
	    text-align: left;
	    color: #333;
	    font-family: 'Saira Extra Condensed', sans-serif;
	}
	
	.single .entry-header {
		text-align: left;
	}
	
	.chrom-home-feed-top.innerAds {
		margin-bottom: 0 !important;
	}
	
	.single .entry-header .entry-meta {
		margin-top: 0;
	}
	
	.entry-title a, .page .entry-title a:hover, .page .entry-title a:focus {
		font-size: 28px;
		text-align: left;
	}
	
	.home .content {
	    margin-top: 10px;
	}
	
	.crp_related.crp_related_block {
	    width: 90%;
	    margin-left: 5%;
	}
	
	.crp_related.crp_related_block ul li a {
    	font-size: 22px;
	}
	
	img.crp_thumb.crp_featured {
		max-width: 100px;
		margin-top: -10px;
	}
	
	.wp-block-image figure.alignleft,
	.wp-block-image figure.alignright {
		float: none;
		margin: 0 auto 0;
		text-align: center;
	}
	
	.wp-block-image figure.alignleft img,
	.wp-block-image figure.alignright img {
		max-width: 100%;
		width: 100%;
	}
	
	.entry-content .remixd-frame.floating {
		bottom: 65px;
		left: 5px;
		display: none;
	}
	
	article.tag-sponsored .featured-image::after {
		font-size: 12px;
	}
	
	.editorsChoice.wp-block-image figure.alignright {
		float: right;
		margin: 30px 0 0px 10px;
	}
	
	.editorsChoice.wp-block-image figure.alignright img {
	    width: 150px;
	}
	
}


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

	.pagination-next a, .pagination-previous a {
		padding: 15px 20px;
		font-size: 12px;
	}
	
	.front-page .entry,
	.archive .entry,
	.archive-description,
	.search-results .entry {
		margin-bottom: 50px;
	}
	
	.innerAds {
		margin-bottom: 10% !important;
	}
	
	.front-page a.ns-featured-image {
		height: 190px;
	}
	
	
}

@media only screen and (max-width: 380px) {
	
	.front-page a.ns-featured-image {
		height: 160px;
	}
	
}


div#ezoic-pub-ad-placeholder-123 {
    margin-bottom: 30px;
}




/* Amp styles in case they disappear again =========================== */
/*
.amp-logo amp-img {
    margin: 0 auto;
    margin-top: 7px;
}

.cntn-wrp h4,
.cntn-wrp h2 {
    padding: 0;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: 'Saira Extra Condensed';
    font-size: 26px;
}

.hamb-mnu .m-ctr {
    width: 100%;
}

.m-menu .amp-menu {
    padding-top: 20%;
    text-align: center;
}

.m-menu .amp-menu > li a {
    padding: 10px 10px;
    font-size: 26px;
    text-transform: uppercase;
}

h1.amp-post-title {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    color: #333;
    font-family: 'Saira Extra Condensed', sans-serif;
}

p,
.cntn-wrp p,
.artl-cnt p,
.amp-category span a {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-size-adjust: none;
}

.cntn-wrp a {
    font-weight: bold;
    color: #00a1f1;
}

figure.wp-block-embed-youtube {
    margin-bottom: 30px;
}

a.BuyButton {
	background: #00a1f1;
	border: 5px solid #00a1f1;
	box-shadow: inset 0 0 0 2px #fff;
	display: inline-block;
	font-size: 24px;
	font-family: 'Saira Extra Condensed', sans-serif;
	padding: 15px 30px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
	transition: all ease 0.3s;
	width: 100%;
	margin: 10px auto;
}

a.BuyButton:hover {
	background-color: #fff;
	border: 5px solid #00a1f1;
	box-shadow: inset 0 0 0 2px #fff;
	transition: all ease 0.3s;
	color: #4285f4 !important;
}

.newsletterSignupBlock {
    background: #fafafa;
    box-shadow: none;
    color: #777;
    padding: 40px 20px;
    margin: 50px auto 60px;
    border-radius: 10px;
    font-size: 28px;
    font-family: 'Lato';
    text-align: center;
    border: 1px solid #ddd;
    line-height: 1.2;
    font-family: 'Saira Extra Condensed';
}

nav.jp-relatedposts-i2,
div#pagination {
    display: none;
}

.shr-txt, 
.athr-tx, 
.r-pf h3, 
.amp-tags > span:nth-child(1), 
.amp-related-posts-title, 
.post-date,
.related-title {
    font-size: 18px;
}

h3.amp-related-posts-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.r-pf .cntr h3 {
    font-size: 29px;
    margin-top: 35px;
    padding-top: 40px;
}

amp-iframe.podcst {
    min-height: 98px;
}

blockquote {
    background: #fcfcfc url(https://chromeunboxed.com/wp-content/themes/no-sidebar-pro/images/blockquoteBGdark.png) no-repeat;
    background-size: 300px;
    background-position-x: 115%;
    background-position-y: -50px;
    font-family: 'Lato';
    font-size: 22px;
    font-style: normal;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin-left: 0;
    color: #444;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 30px;
    border: 2px solid #f9f9f9;
}

.cntn-wrp blockquote p::before {
    display: none;
}

.cntn-wrp blockquote p {
    color: #444;
    font-weight: bold;
    padding-top: 0;
}

.p-m-fl {
    border-bottom: 2px solid #f1f1f1;
}

.sp.sgl {
    border-top: 2px solid #f1f1f1;
    padding-top: 20px;
    margin-top: 0;
}

.h_m {
    border-bottom: none;
}

.e-widget.no-button {
    display: none;
}

.ampforwp-blocks-gallery-caption {
    display: none;
}

.amp-custom-banner-top-post {
    background: #f7f7f7;
    height: auto;
    padding: 0 0 10px;
    width: 100%;
    text-align: center;
}

.amp-custom-banner-top-post p {
    text-align: center;
    font-size: 12px;
    font-family: 'Lato';
    padding-bottom: 10px;
    color: #aaa;
}

p#update {
	background: #fcfcfc;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 15px;
}

.picks {
	display: inline-block;
	float: none;
	width: 90%;
	padding: 25px 20px 10px;
	border: 2px solid #ddd;
	margin: 50px 5% 20px;
	position: relative;
	text-align: center;
}

.picks img.i-amphtml-fill-content.i-amphtml-replaced-content {
	bottom: -10px;
}

.picks a img:hover {
	border: none;
	text-decoration: none;
}

.picks span.picksTitle {
    margin: 0 0 0 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'Saira Extra Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.picks ul {
	margin-left: 20px;
}

.picks ul li {
	text-align: left;
    font-size: 16px;
    line-height: 1.5 !important;
}

.picks ul li a {
	color: #34a853;
}

.picks a:hover {
	border: none;
	text-decoration: none;
	color: #444;
}

.picks h6 {
    color: #34a853;
    text-transform: uppercase;
    padding: 0;
    background: #fff;
    display: block;
    width: auto;
    position: relative;
    top: -50px;
    left: auto;
    font-size: 30px;
    font-family: saira extra condensed,sans-serif;
    text-align: center;
    float: none;
    margin-bottom: -45px;
    width: 80%;
    margin-left: 10%;
}

 */
 
 .needsOutline img {
 	border: 1px solid #ddd;
    border-radius: 10px;
 }
 
 .needsOutline ul {
 	margin-left: 0;
 }
 
a.BuyButton.hideforAMP {
	display: none;
}

.amp-single a.BuyButton.hideforAMP {
	display: block;
}

.bulletForcePage .topSpace,
.bulletForcePage div#ezoic-pub-ad-placeholder-123 {
    display: none;
}

.hundredKamp {
	display: none;
}

.onTheRunPost .code-block.code-block-3,
.onTheRunPost div#ezoic-pub-ad-placeholder-606 {
    display: none;
}

pre.wp-block-code {
    background: #f7f7f7;
    padding: 15px 20px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    box-shadow: 7px 7px 0 -3px #eee;
    margin-bottom: 40px;
}

p#update:focus {
	color: #555;
}

blockquote.wp-block-quote.code {
    font-family: monospace;
    /* border-left: 5px solid #999; */
    background: #fafafa;
    border-radius: 0;
    font-size: 16px;
}

blockquote.wp-block-quote.code p {
	border-left: 4px solid #999;
	padding: 5px 10px;
}

figure.wp-block-gallery ul.blocks-gallery-grid {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

figcaption.blocks-gallery-caption {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 30px;
}

.entry-content figure.wp-block-jetpack-image-compare figcaption {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

figure.wp-block-jetpack-image-compare {
	width: 100%;
	margin: 0 auto 30px;
}

p.ampCaption {
	display: none;
}

p.ampCaption.showMain {
	display: block;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin: -20px auto 30px;
}




.code-block.code-block-8 {
	background: #f7f7f7;
	padding: 0px;
	text-align: center;
	
}

.code-block.code-block-8 p {
	text-align: center;
	font-size: 12px;
	color: #aaa;
	margin-bottom: 0px;
	padding: 5px 0 0;
}

.code-block.code-block-8 .adHolderTop {
	width: 92%;
	display: inline-block;
	margin: 5px 4% 10px;
	float: none;
	background: transparent;
	overflow: hidden;
}

.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

.profilePic img {
    box-shadow: 0 15px 10px -10px #777;
}


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

.wp-block-embed-youtube {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

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


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

.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.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 {
	display: none;
}

img.blackWhite {
    filter: grayscale(0.7);
}

.desktopHeaderBanner {
    background: #cdcdcd;
}

.logged-in .ja-gadget-virtual-assistant-subtle.cleanslate {
    display: none !important;
}

.code-block span.ezoic-ad {
    border-radius: 5px;
}

.entry-content .code-block span.ezoic-ad {
    width: 100%;
}

a.forAMPonly,
p.forAMPonly {
	display: none;
}