/*
	Theme Name: Hananshah.com-v3
	Theme URI: https://hananshah.com
	Description: Largest free, premium & technical blogging resource site for beginners.
	Author: Hanan Shah
	Author URI: https://hananshah.com

	Version: 10.4.0.8

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, rtl-language-support

	Template: genesis
	Template Version: 2.2+

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

/* 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
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Footer Navigation
		- Social Navigation
	- Content Area
		- Featured Image
		- Entries
		- Entry Messages
		- Grid Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebar
	- Top Banner
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1250px
		- Max-width: 1075px
		- Max-width: 860px
		- Max-width: 800px
		- Max-width: 600px
	- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.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;
}

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


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

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

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

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

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

body {
	background-color: #f4f4f4;
	color: #464646;
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}

div[id^='ayl'] {
  display:none;
}
a {
	color: #000cff;
	text-decoration: none;
}

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

p {
	margin: 0 0 28px;
	padding: 0;
}
pre {
	white-space: pre-wrap;
    overflow: hidden;
}
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	font-size: 1.4em  !important;
    margin: 45px auto  !important;
    padding: 20px 20px 15px 20px !important;
    line-height: 1.6  !important;
    position: relative  !important;
    background: #fff  !important;
    border-radius: 5px  !important;
    box-shadow: 0px 0px 10px 5px rgba(0, 90, 224, 0.06)  !important;
    border: 1px solid #e8e1ff !important;
    border-left: 3px solid #666 !important;
}
blockquote::before {
	font-family: Arial !important;
    content: "\201C" !important;
    color: #666 !important;
    font-size: 70px !important;
    position: absolute !important;
    left: 18px !important;
    top: -19px !important;
    line-height: 135px !important;
}
blockquote p {
	margin-left: 55px;
	margin-bottom: 5px!important;
    font-style: normal !important;
	font-size: 16px !important;
}
.wp-embedded-content a {
    padding-left: 30px;
    display: block;
    font-style: normal;
    color: #333;
}
blockquote cite {
	color: #707070;
    font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.4px !important;
    margin-top: 0px !important;
    text-transform: capitalize !important;
}

.flexible-widgets blockquote,
.flexible-widgets blockquote p {
	font-size: 22px;
	line-height: 1.66;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: monospace;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	text-decoration: none;
    letter-spacing: -0.1px;	
}

h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h1 {
	font-size: 56px;
	line-height: 1;
}

h2 {
	font-size: 42px;
	line-height: 1.1;
}

h3 {
	font-size: 26px;
	line-height: 1.23;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5,
h6 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}

h6 {
	color: #555;
}

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

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

img {
	height: auto;
	border-radius: 2px !important;
}
.featured-content-lg, .featured-img{
	margin-bottom: 20px;
}

img.image-border {
	border: 10px solid #fff;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
}

figure {
	margin: 0;
}

/* 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 #eee;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 0px solid #ccc;
	color: #333;
	font-size: 18px;
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

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

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

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

::placeholder {
	color: #676767;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.genesis-nav-menu .highlight a,
.more-link {
	background-color: #fff;
	border: 0px solid #000cff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.24);
	color: #000cff;
	cursor: pointer;
	display: inline-block;
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 16px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
	width: auto;
    border-radius: 3px;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.genesis-nav-menu .highlight a:focus,
.genesis-nav-menu .highlight a:hover,
.more-link:focus,
.more-link:hover {
	background: #000be6;
	border-color: #000be6;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #f4f4f4;
	text-decoration: none;
}

.gb-block-post-grid a.gb-block-post-grid-more-link {
	color: #000cff;
	display: inline;
}

.gb-block-post-grid a.gb-block-post-grid-more-link:hover {
	color: #333;
}

.gb-block-post-grid-more-link::after {
	content: "\2192";
}

.gb-block-post-grid a.gb-block-post-grid-more-link,
.gb-block-post-grid a.gb-block-post-grid-more-link:hover,
.more-link-wrap a:not(.more-link) {
	border-bottom: 1px solid currentColor;
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

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

.button {
	display: inline-block;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.button.primary,
.more-link {
	background-color: #000cff;
	color: #f4f4f4;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary {
	background-color: #333;
	border-color: #333;
	color: #f4f4f4;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.button.secondary:focus,
.button.secondary:hover {
	background-color: #333;
	border-color: #333;
	color: #f4f4f4;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	font-size: 14px;
	padding: 9px 24px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	padding: 24px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	box-shadow: none;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
	transform: none;
}

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

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

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

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

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

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

th {
	font-weight: 700;
	padding: 15px 10px;
}
tr:nth-child(odd) {
    background-color: #f4f4f4;
}
.wp-block-table thead {
    border-bottom: 3px solid;
}
.wp-block-table tr {
    border-top: 1px solid #eee;
}
.wp-block-table tr:last-of-type {
    border-bottom: 1px solid #eee;
}
.wp-block-table tbody {
    border-bottom: 1px solid #eee;
	font-size: 16px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f4f4f4 !important;
}
.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}

/* 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 {
	background: #f4f4f4;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

.site-container {
    background: #f4f4f4;
	overflow: hidden;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1150px;
}
.site-inner {
	clear: both;
    padding: 30px 1px 1px 1px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.alert, p.alert{
	font-size: 15px !important;
    color: #005ae0;
}
.home .site-inner .entry:before {
    background: #005ae0;
    content: "Blog Post"!important;
    font-size: 11px;
    text-transform: uppercase;
	margin: -30px 0px 30px -30px;
	padding: 0px 15px;
    color: #fff;
	line-height: 22px;
}
.home .site-inner .entry:first-of-type:before, .single .site-inner .entry:before{
    background: #005ae0;
    content: "Blog Post"!important;
    font-size: 11px;
    text-transform: uppercase;
	margin: -55px 0px 30px -40px;
	padding: 2px 10px 0px;
    color: #fff;
	line-height: 22px;
}
.home .site-inner .beforefooter .entry:before, .single-post .site-inner .beforefooter .entry:before{
    content: "Quick Guide"!important;
	margin: -30px 0px 30px -20px !important;
    background: #005ae0;
}
.home .site-inner .beforefooter .entry:first-of-type:before, .single-post .site-inner .beforefooter .entry:first-of-type:before {
    margin: -30px 0px 30px -30px;
}
.home .site-inner .genesis-grid-1:before {
	margin: -30px 0px 30px -30px !important;
}
.post-type-archive-guides .entry:before {
	background: #005ae0;
    font-size: 11px;
    text-transform: uppercase;
	padding: 0px 15px;
    color: #fff;
	line-height: 22px;
    content: "Quick Guide";
	margin: -30px 0px 30px -30px;
}
.post-type-archive-guides .entry:first-of-type:before {
    margin: -55px 0px 30px -60px;
}
.single.has-featured-image .site-inner {
	padding-top: 20px;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.sidebar-content .content {
	max-width: 810px;
}

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

.authority-grid .content,
.full-width-content .content {
	width: 100%;
}

.full-width-content.single .content,
.full-width-content.page .content {
	float: none;
	margin: 45px auto;
}

.full-width-content.page .content {
	margin-top: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 304px;
}

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
	position: relative;
	z-index: 2;
    border-radius: 5px !important;
}

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

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

.comment .avatar {
	margin-right: 20px;
}

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

.breadcrumb {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
}
.breadcrumb-link {
	color: #666;
}
.author-box {
    font-size: 16px;
    margin-bottom: 50px;
    padding: 45px 45px 20px;
    background: #fff;
    text-align: left;
    border-radius: 5px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
    background-image: url(https://crunchify.com/wp-content/icon/author.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.after-entry {
	margin-bottom: 70px;
}
.archive-description p:last-child{
	margin-bottom: 0;
}

.full-width-content .archive-description {
	margin-bottom: 40px;
}

.full-width-content .adsense-leadin-footer, .full-width-content .adsense-leadin {
	margin-left: 0px;
    width: auto;
}

.author-box .avatar {
	border-radius: 4px !important;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.14);
    transform: translate3d(-35px, 0, 0);
    margin: 5px 0px 15px 35px;
    border: 1px solid #ddd;
    padding: 7px;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 35px;
	width: 50%;
}

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

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

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

.archive-description .entry-title,
.author-box-title {
	color: #333;
	font-size: 26px;
	line-height: 1.23;
	margin-bottom: 20px;
}
.archive-title {
    font-size: 25px;
    margin: 10px 0px 0px;
    border-left: 6px solid #005ae0;
    background: #fff;
    border-radius: 5px;
    padding: 15px 25px 15px 20px;
    box-shadow: rgba(0,0,0,0.15) 0 3px 15px;
    display: inline-block;
    line-height: 30px;
    font-weight: 500;
	display: none;
}

.entry-title, .single .entry-title {
    font-size: 38px;
    line-height: 41px;
    word-wrap: break-word;
	font-weight: 900;
}

.authority-subtitle {
	color: #000cff;
	display: block;
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a,
.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:focus,
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:hover,
.entry-title a:focus,
.entry-title a:hover {
	color: #005ae0 !important;
	text-decoration: none;
}

.widget-title {
	clear: both;
	font-size: 18px;
	margin-bottom: 20px;
}

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

.flexible-widgets .widget-title,
.flexible-widgets .entry-title {
	font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.flexible-widgets .featuredpost .widget-title {
	padding: 0 0 10px;
}

.flexible-widgets .featuredpost .more-posts-title {
	display: block;
	margin-top: 20px;
}

.footer-widgets .featured-content .entry-title,
.flexible-widgets .featuredpost .entry-title,
.authority-grid.archive:not(.woocommerce-page) .entry-title {
	font-size: 26px;
}

.footer-link{
	color: #f4f4f4 !important;	
}

.enews-widget .widget-title, .jetpack_subscription_widget .widget-title {
	color: #ddd;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
}
.jetpack_subscription_widget p {
    font-size: 15.5px;
    line-height: 24px;
}
#subscribe-email input {
    width: 98% !important;
    margin-right: 20px;
    border-radius: 50px;
    padding: 11px 20px 12px;
    font-size: 15px;
}
#subscribe-text {
	margin-bottom:15px;
}
#subscribe-email {
    margin-bottom: 15px;
    display: inline-block;
    width: 75%;
}
#subscribe-submit {
	display: inline-block;
}
.wp-block-button__link {
    border-radius: 50px !important;
    background: #005ae0 !important;
    font-size: 15px !important;
}
.crunchify_shortlink{
	float: right;
    border-radius: 5px;
    margin: 8px 7px 8px 10px!important;
    padding: 4px 5px 3px 7px;
    font-size: 13px !important;
    border: 1px solid #ddd;
}
.crunchify_shortlink:hover{
	cursor: pointer;
}
.tooltip {
  position: relative;
}

.tooltip::before {
  content: attr(title);
  position: absolute;
  top: -30px;
  left: 20;
  padding: 5px;
  background-color: #fff;
  color: #444;
  border-radius: 5px;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1s linear;
}

.tooltip.clicked::before {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}

.tooltip::before {
  opacity: 0;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	color: #333;
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

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

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

/* GliderJS -------------------------------------*/

.glider,.glider-contain{
    margin:0 auto;
    position:relative
}
.glider,.glider-track{
    transform:translateZ(0)
}
.glider-dot,.glider-next,.glider-prev{
    border:0;
    padding:0;
    user-select:none;
    outline:0
}
.glider-contain{
    width:100%;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 20px 0px 15px;
    max-width: 302px;
	max-height: 580px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.glider{
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:none
}
.glider-track{
    width:100%;
    margin:0;
    padding:0;
    display:flex;
    z-index:1;
}
.glider.draggable{
    user-select:none;
    cursor:-webkit-grab;
    cursor:grab;
}
.glider.draggable .glider-slide img{
    user-select:none;
    pointer-events:none
}
.glider.drag{
    cursor:-webkit-grabbing;
    cursor:grabbing
}
.glider-slide{
    user-select:none;
    justify-content:center;
    align-content:center;
    width:100%;
    min-width:150px;
	text-align: left;
	overflow: hidden;
}
.glider-slide a {
     color: #000;
}
.glider-slide img{
    max-width:100%
}
.glider::-webkit-scrollbar{
    opacity:0;
    height:0
}
.glider-next,.glider-prev{
    position:absolute;
    background:0 0;
    z-index:2;
    font-size:40px;
    text-decoration:none;
    left:-23px;
    top:88.5%;
    cursor:pointer;
    color:#adadad;
    opacity:1;
    line-height:1;
    transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)
}
.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{
     color: #333;
     background-color: #fff;
     border-color: #fff;
     box-shadow: none;
}
.glider-next{
    right:30px;
    left:auto
}
.glider-prev {
     left: 30px;
}
.glider-next.disabled,.glider-prev.disabled{
    opacity:.25;
    color:#666;
    cursor:default
}
.glider-hide{
    opacity:0
}
.glider-dots{
    user-select:none;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:20px auto 0px;
    padding:0
}
.glider-dot{
    display:block;
    cursor:pointer;
    color:#ccc;
    border-radius:999px;
    background:#ccc;
    width:8px;
    height:8px;
    margin:7px
}
.glider-dot:focus,.glider-dot:hover{
    background:#ddd
}
.glider-dot.active{
    background:#333
}
.glider-heading {
     font-weight: bold;
     padding: 0px 35px 10px 35px;
     font-size: 20px;
}
 .useful-heading {
     color: #005ae0;
}
.glider-slide .active, .glider-slide .center, .glider-slide .right-1 {
     width: 100% !important;
}
.glider-contain li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: -20px;
    width: 25px;
    color: #005ae0;
    margin-right: 11px;
}
.glider-contain li a:hover {
    color: #005ae0;
}
@media(max-width:36em){
    .glider::-webkit-scrollbar{
        opacity:1;
        -webkit-appearance:none;
        width:7px;
        height:3px
    }
    .glider::-webkit-scrollbar-thumb{
        opacity:1;
        border-radius:99px;
        background-color:rgba(156,156,156,.25);
        -webkit-box-shadow:0 0 1px rgba(255,255,255,.25);
        box-shadow:0 0 1px rgba(255,255,255,.25)
    }
}



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

.after-entry .widget {
	margin-bottom: 35px;
}

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

.single .sidebar .widget:first-of-type {
	margin-top: 0px;
}

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

.flexible-widgets > .wrap {
	padding: 35px 0;
}

.flexible-widgets .widget {
	padding: 35px;
	width: 48%;
}

.flexible-widgets .widget:nth-child(odd) {
	clear: both;
	float: left;
}

.flexible-widgets .widget:nth-child(even) {
	float: right;
}

.flexible-widgets.widget-odd .widget:last-of-type {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	text-align: center;
	width: 100%;
}

.flexible-widgets .entry-content,
.flexible-widgets .textwidget {
	margin-left: 35px;
}

.flexible-widgets.widget-odd .widget:last-of-type .entry-content,
.flexible-widgets.widget-odd .widget:last-of-type .textwidget {
	margin-left: 0;
}

.flexible-widgets .featuredpost .entry-content {
	margin-left: 0;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type {
	max-width: none;
	padding: 70px 0 0;
	text-align: left;
}

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

.featured-content .entry {
	background: none;
	margin-bottom: 35px;
	padding: 0;
}

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

.content .featuredpage .entry-image {
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	border: 10px solid #fff;
	vertical-align: middle;
}


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

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

.enews, .jetpack_subscription_widget {
    color: #ddd;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
    padding: 45px 40px;
    border-radius: 4px;
    background: url(https://crunchify.com/wp-content/uploads/2020/10/crunchify.com-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
}
.enews h4 {
    font-size: 32px;
}
.enews p {
    line-height: 30px;
    margin-bottom: 30px;
}
.enews-widget {
	background: #fff;
	position: relative;
	text-align: center;
}
.enews-widget input:focus[type=submit], .enews-widget input:hover[type=submit] {
    background: #005ae0;
    color: #fff;
}

.flexible-widgets .enews-widget {
	padding: 60px 100px;
}

.footer-widgets .enews-widget:nth-child(1),
.footer-widgets .enews-widget:nth-child(2) {
	margin: -60px 0;
}

.footer-widgets .widget-odd .enews-widget:nth-child(1),
.footer-widgets .widget-odd .enews-widget:nth-child(2) {
	margin-bottom: 35px;
}

.footer-widgets .widget-odd .enews-widget:last-child {
	margin-bottom: -60px;
}

.enews-widget::after,
.sidebar .enews-widget:nth-child(2n+1)::after {
	background: #000cff;
	content: "";
	display: block;
	height: 5px;
	left: auto;
	position: absolute;
	right: 0;
	top: 70px;
	transform: translateX(50%);
	width: 40px;
}

.enews-widget:nth-child(odd)::after {
	right: auto;
	left: 0;
	transform: translateX(-50%);
    background: #005ae0;
}

.enews-widget p:first-of-type {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
}
.enews #subbox {
    padding: 13px 10px;
    width: 64%;
    border-left: 4px solid #005ae0;
}
.enews #subbox, .footer-search-textbox {
    border-left: 4px solid #005ae0;
	border-radius: 5px;
}
.enews-widget .enews form + p {
	color: #707070;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	margin-top: -10px;
}

.enews-widget form {
	margin-left: auto;
	margin-right: auto;
}
.enews-widget input[type="submit"] {
    background-color: #005ae0 !important;
    margin: 0;
    font-weight: normal;
	border-radius: 5px;
    padding: 14px;
}

.enews-widget input[type="submit"]:focus,
.enews-widget input[type="submit"]:hover {
	background-color: #005ae0 !important;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
	text-align: left;
}

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

#wpstats {
	display: none;
}

.wpforms-smart-phone-field::placeholder, .wpforms-field-medium::placeholder {
	color: #999;
}
.wpforms-field-medium, .choices__inner {
	border-radius: 6px !important;
}

.wpforms-submit {
	background-color: #005ae0 !important;
    border: 1px solid #ddd !important;
    color: #fff !important;
    font-size: 1em !important;
    padding: 12px 20px !important;
    border-radius: 5px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0px 0px 25px 0px !important;
}
div.wpforms-container-full .wpforms-form ul li {
    line-height: 25px !important;
}
.wpforms-crunchify-fields .wpforms-field-label {
	margin-bottom: 20px !important;
}
.wpforms-field-description {
	color: #999;
}
.wpforms-container {
	background: #f4f4f4 !important;
    border: 1px solid #ddd !important;
    padding: 50px !important;
    border-radius: 10px !important;
    color: #000 !important;
}
.wpforms-confirmation-container-full {
    background: none !important;
    border: none !important;
}

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

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

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

/* Display outline on focus */
:focus {
}


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

.site-header {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.23);
    border-bottom: 1px solid #999 !important;
    background: url(https://crunchify.com/wp-content/uploads/2020/10/crunchify.com-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

.title-area {
	float: left;
	padding: 10px 0;
}

.wp-custom-logo .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
	width: 235px;
}

.site-title {
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

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

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

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

.site-header .custom-logo-link .custom-logo {
	max-height: 80px;
	width: auto;
}

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

.genesis-nav-menu {
	clear: both;
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.15;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 5px 0px;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 8px;
    transition: all .0s ease-in-out;
    font-weight: 500;
}

.genesis-nav-menu .highlight {
	margin-left: 20px;
}

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

.genesis-nav-menu .sub-menu {
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.0s ease-in-out;
	width: 225px;
	z-index: 99;
	border-radius: 10px;
	background: #333;
}
.genesis-nav-menu .sub-menu:last-of-type{
	padding-bottom: 0px;
}
.genesis-nav-menu .sub-menu a {
	font-size: 14.5px;
	padding: 6px 10px 6px 12px;
	position: relative;
	word-wrap: break-word;
	transition: all .0s ease-in-out;
	font-weight: 400;
}

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

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

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

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

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

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

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

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

.site-header .nav-primary {
	float: right;
	max-width: 940px;
}

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

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

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    border: 0;
    font-weight: 400;
    margin: 10px 15px;
    padding: 0;
    font-size: 14.5px;
	position: relative;
	text-transform: uppercase;
}

.site-footer .genesis-nav-menu a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.2s ease-in-out;
}
.site-footer .genesis-nav-menu a:hover:before {
	visibility: visible;
	transform: scaleX(1);
}
.site-footer .genesis-nav-menu a:hover {
	background-color: #000;
    color: #fff !important;
}

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

.nav-social {
	left: 35px;
	position: fixed;
	top: 0;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: 0 100%;
	z-index: 999;
}

.admin-bar .nav-social {
	top: 22px;
}

.top-banner-visible .nav-social {
	top: 70px;
}

.admin-bar.top-banner-visible .nav-social {
	top: 105px;
}

.nav-social a {
	color: #707070;
	font-size: 12px;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
}

.nav-social li:not(:first-child) a::before {
	background: #999;
	content: "";
	display: inline-block;
	height: 2px;
	left: -2px;
	position: absolute;
	top: 0.8em;
	width: 2px;
}

.nav-social li:first-child a::before {
	background: #ddd;
	content: "";
	display: inline-block;
	height: 1px;
	left: -100vh;
	position: absolute;
	top: 0.8em;
	width: 100vh;
}


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

/* Featured Images
--------------------------------------------- */

.authority-featured-image {
	margin: 0 0 24px;
	padding: 0;
}

.gb-block-post-grid-image a {
	display: inline-block;
}

.gb-block-post-grid-image a,
.authority-featured-image,
.featuredpost .has-post-thumbnail > a {
	position: relative;
	z-index: 1;
}

.gb-block-post-grid-image a::before,
.authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
	content: "";
	left: -30px;
	height: calc(100% + 20px);
	position: absolute;
	top: 30px;
	width: calc(100% + 60px);
	z-index: -1;
}

.single .authority-featured-image::before {
	height: calc(100% + 45px);
}

.gb-block-post-grid-image a::before,
.authority-grid.archive:not(.woocommerce-page) .authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
	height: calc(100% + 10px);
}

.sidebar-content.single .authority-featured-image::before {
	left: auto;
	right: 0;
}

.featuredpost .alignnone {
	margin-bottom: 24px;
}

.authority-featured-image.authority-image-alignleft {
	float: left;
	margin: 0 24px 24px 0;
}

.authority-featured-image.authority-image-alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.authority-featured-image.authority-image-alignleft img,
.authority-featured-image.authority-image-alignright img {
	margin: 0;
}

.gb-block-post-grid-image img,
.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
	vertical-align: middle;
}

.gb-block-post-grid-image img,
.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
	transition: transform 0.5s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99);
	transform: translate3d(0, 0, 0);
}

.gb-block-post-grid-image a:focus img,
.gb-block-post-grid-image a:hover img,
.authority-featured-image a:focus img,
.authority-featured-image a:hover img,
.featuredpost .has-post-thumbnail > a:focus img,
.featuredpost .has-post-thumbnail > a:hover img {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
	transform: translate3d(0, 10px, 0);
}

.has-featured-image .content {
	margin-top: 24px;
}

.gb-block-post-grid-text,
.has-featured-image .content,
.has-featured-image .sidebar,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-header {
	position: relative;
	z-index: 2;
}

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

.entry {
	margin-bottom: 30px;
	padding: 55px 40px 20px;
    border-radius: 5px;
    background: #fff;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
}
.full-width-content .entry-content > .alignwide, .full-width-content .entry-content > .alignfull {
    margin-left: auto !important;
    margin-right: auto !important;
}
.entry-header {
	margin-bottom: 30px;
}
.guides .entry-header, .page .entry-header, .post .entry-header {
	border-bottom: 1px solid #ddd;
}
.entry-content .intro {
	color: #333;
	font-size: 20px;
	font-style: italic;
	line-height: 1.7;
}

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

.entry-content ol > li {
	list-style-type: decimal;
    line-height: 28px;
    margin: 5px 10px;
}

.entry-content ul > li {
	list-style-type: disc;
    line-height: 26px;
    margin: 5px 0px;
}

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

.entry-content ol ol,
.entry-content ul ul {
	margin: 10px 0px;
}
.wp-block-image {
    margin-bottom: 40px !important;
}
.entry-content code {
	background: #edf4ff;
	padding: 3px 5px !important;
	border-radius: 5px;
	word-break: break-word;
	color: #000;
    font-size: 80%;
	letter-spacing: -.3px;
}

p.center {
	text-align: center;
}

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

.message {
	background-color: #333;
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

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

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
.authority-grid.archive:not(.woocommerce-page) .content .entry {
    float: left;
    padding: 35px 30px 20px;
    width: 31%;
    margin: 0px 11px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
	padding-bottom: 35px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry:nth-of-type(3n+1),
.authority-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1) {
	clear: left;
}

.gb-block-post-grid-header,
.featuredpost .entry-header,
.authority-grid.archive:not(.woocommerce-page) .entry-header {
	margin-bottom: 24px;
}

.featuredpost .entry-content p,
.authority-grid.archive:not(.woocommerce-page) .entry-content p {
	margin-bottom: 12px;
}
.authority-grid.archive:not(.woocommerce-page) .entry-content p {
    font-size: 16px;
    line-height: 28px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
	padding-left: 35px;
	padding-right: 35px;
}
.enlighter-t-dracula div.enlighter>div {
    background-color: transparent !important;
    line-height: 25px !important;
    font-size: 11px;
}
.enlighter-t-dracula .enlighter-text {
    color: #ddd !important;
}
.enlighter-t-dracula {
    background-color: #050505 !important;
}
.enlighter-default {
    padding: 15px 6px !important;
	border-radius: 5px;
    margin: 30px 0px 40px !important;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace !important;
	background: #050505 url(https://crunchify.com/wp-content/icon/footer_banner.webp) repeat left center;
}
div.enlighter {
    letter-spacing: -.5px;	
}

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

.entry-meta {
	color: #707070;
	font-size: 14px;
	line-height: 1.3;
}
.share-icon {
    margin: 14px 12px 5px !important;
    float: right;
}
.share-icon a {
	color: #005ae0;
}
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-byline {
	color: #666;
	font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}
.entry-meta > * {
    color: #666;
    font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 15px 5px 0px 0px;
}

.entry-footer .entry-meta {
    padding: 40px 0px 0px;
}
.entry-comments-link { 
    padding: 5px 11px 5px 1px;
    line-height: 1;
    margin-top: 10px;
    font-size: 12px;
    float: right;
    color: #000;
    background: #fff;
}
.entry-comments-link a {
    color: #005ae0;
}
.entry-comments-link a:hover {
	color: #444;
}
.entry-comments-link a:before {
    content: "\f086";
    font-family: "FontAwesome";
    margin-right: 2px;
}

.entry-footer {
	position: relative;
	z-index: 2;
	font-size: 15px
}
.entry-header .entry-meta {
	margin-bottom: 25px;
	color: #666
}
.entry-categories a, .entry-tags a {
    color: #464646;
    background: #fff;
	border-radius: 5px;
    padding: 5px 13px 5px;    
	margin: 0px 5px 4px 0px;
    border: 1px solid #ddd;
    transition: all .2s ease-in-out;
    display: inline-block;
}
.entry-categories a:hover, .entry-tags a:hover {
    background: #f4f4f4;
}
.entry-categories a:before, .entry-tags a:before {
	vertical-align: top;
    content: "\f02b";
    font-family: "FontAwesome";
    color: #005ae0;
    margin-right: 8px;
}
.entry-tags a:before {
	color: #005ae0
}
.after-entry {
	margin-bottom: 40px
}
.after-entry h3 {
	font-size: 20px;
	font-size: 2rem;
}

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

.pagination {
	clear: both;
	margin: 70px 0 50px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    padding: 1px 15px !important;
    margin: 30px 0px 0px 0px;
    border: 1px solid #ddd;
    background: #fff;
    border-color: #ddd !important;
}

.archive-pagination .pagination-next > a,
.archive-pagination .pagination-previous > a {
	border: 1px solid #dcdde1;
    color: #000 !important;
	padding: 6px 20px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #005ae0 !important;
	color: #fff !important;
    border-color: #005ae0 !important;
}

/* Comments
--------------------------------------------- */
#comment-error, #email-error, #author-error {
	color: #005ae0;
    font-size: 14.5px;
    margin: 2px 0px 5px 10px;
}
.entry-comments > h3,
.entry-pings > h3,
.comment-respond > h3 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
}
.comment-respond textarea, .comment-respond input {
    border: 1px solid #d5e3f8 !important;
    font-size: 15px;
}
.comment-respond input[type="submit"] {
    background: #005ae0;
    color: #fff;
    cursor: pointer !important;
    border: 0px solid !important;
    padding: 10px 20px;
    font-size: 14px;
}
.comment-respond input[type="submit"]:hover{
	background: #005ae0;
	color: #ddd;
}
.comment-respond,
.entry-comments,
.entry-pings {
    font-size: 16px;
    line-height: 2;
    background: #fff;
    padding: 45px 40px;
    margin-bottom: 40px!important;
    border-radius: 5px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
}
.comment .comment-respond{
    font-size: 16px;
    line-height: 1.7;
    background: #fff;
    padding: 30px 30px 10px 30px;
    margin: 40px 0px!important;
    border-radius: 5px;
}

.comment-respond {
	background-image: url(https://crunchify.com/wp-content/icon/post.svg) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;

}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 30px;
    margin: 40px 0 0 15px;
}
.comment-list li ul.children li.depth-2, .comment-list li ul.children li.depth-4 {
	background-color: #f4f4f4;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.comment-list li ul.children li.depth-3 {
	background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.comment-list li li {
    background-color: #f4f4f4;
    border-radius: 10px;
}
.comment-list li li li {
	background-color: #fff;
}
.comment-list .depth-1 {
	border-left: none;
	margin-left: 0;
	padding: 0;
}

.comment-header {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 20px;
	overflow: hidden;
    font-weight: bold;
}

.comment-header a {
	color: #555;
	font-weight: 400;
	text-decoration: none;
}

.comment-header p {
	margin-bottom: 0;
}

.says {
	color: #707070;
	font-style: italic;
	margin-left: 5px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 17px;
    line-height: 24px;
    font-size: 16px;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 45%;
	border-radius: 5px;
}

.comment-form-author label, .comment-form-email label, .comment-form-comment label, .comment-form-url label{
	display: none;
}

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

.comment-reply {
	color: #000cff;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 10px;
}
.entry-pings .reply {
	display: none;
}
.entry-comments h3{
    font-size: 32px;
    margin-bottom: 60px;
}
.comment-respond h3,
.entry-pings h3{
    margin-bottom: 30px;
    font-size: 24px;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-reply-link{
	cursor: pointer;
    text-transform: none;
    color: #676767;
    font-weight: 600;
}
.comment-reply-link:hover {
	color: #000;
}
.comment-reply-link:after{
    vertical-align: top;
    content: "\f149";
    font-family: "FontAwesome";
    color: #676767;
    margin: 5px;
    font-size: 14px;
}
.comment-reply-link:hover:after{
    color: #000;
}
.comment-reply-title small {
    font-size: 70%;
    margin-left: 10px;
}
.comment-reply-title small a {
    color: #005ae0;
}
.comments-pagination .pagination-previous{
	float: left;
    cursor: pointer;
    background-color: #357ae8;
    border-radius: 5px;
    font-size: 13px;
    padding: 1px 15px;
}
.comments-pagination .pagination-next{
	float: right;
    cursor: pointer;
    background-color: #357ae8;
    border-radius: 5px;
    font-size: 13px;
    padding: 1px 15px;
}
.pagination-previous a, .pagination-next a{
	color: #fff;
}
.pagination-previous a:hover, .pagination-next a:hover{
	color: #ddd;
}
.comment-content code, .comment-content pre {
    font-size: 95%;
}
.comment-content blockquote {
	padding: 20px !important;
    margin: 20px 0px !important;
    border-radius: 5px;
    border: 0px solid #ddd !important;
    border-left: 0px !important;
    background-image: none !important;
    box-shadow: inset 1px 1px 12px 2px #ddd;
} 
.comment-content blockquote p {
	font-size: 15px !important;
}
.comment-content blockquote::before{
	content: none !important;
}
.comment-form input {
	padding: 10px;
}
.comment-subscription-form .subscribe-label {
    font-size: 15px;
}
.comment-subscription-form {
    margin-bottom: 0px !important;
}
#subscribe_comments, #subscribe_blog {
	margin-right: 8px;
}
.comment-form textarea{
	height: 100px;
    width: 95%;
    font-size: 15px;
	border-radius: 5px;
    padding: 10px;
}  
.comment-form p{
    margin: 0 0 15px;
	line-height: 1.5;
}  
.cnns-comment-subscription label{
	display: inline;
    padding-left: 10px;
}
.subscribe-form-field {
    padding: 5px;
	border: 1px solid #ddd;
	width: 50%;
}
.subscribe-form-button {
    border-color: #005ae0 !important;
    background-color: #005ae0 !important;
    color: #fff !important;
    margin-top: 10px;
	padding: 10px 20px !important;
}
.g-recaptcha {
    overflow: hidden !important;
}
.comment-notes {
	margin: 20px 0px !important;
    font-size: 14px;
    color: #666;
}
.comment-author-name {
	font-size: 19px;
    font-weight: bold;
	color: #1b1b1b;
}
#subscribe-reloaded-title-p {
	font-size: 34px;
    line-height: 1.2;
    padding: 20px 0px;
}
#subscribe-reloaded-action-p select {
	border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 15px 0px;
}
#subscribe-reloaded-action-p {
	font-weight: bold;
}
#email_list_form {
    margin-bottom: 150px;
    margin-top: 50px;
}
/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	margin-bottom: 35px;
}


/* Top Banner
---------------------------------------------------------------------------- */

.authority-top-banner {
	background: #000cff;
	display: none;
	padding: 10px 80px 10px 24px;
	position: relative;
	text-align: center;
}

.authority-top-banner,
.authority-top-banner a {
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.4;
}

.authority-top-banner,
.authority-top-banner a,
.authority-top-banner a:focus,
.authority-top-banner a:hover {
	color: #fff;
}

#authority-top-banner-close,
#authority-top-banner-close:focus,
#authority-top-banner-close:hover {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
}

#authority-top-banner-close {
	padding-left: 35px;
	padding-right: 35px;
}


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

.footer-widgets {
    clear: both;
    font-size: 18px;
    color: #fff;
	overflow: hidden;
    color: #ffffff;
    position: relative;
	background: #151515 url(https://crunchify.com/wp-content/icon/footer_banner.webp) no-repeat center center;
}

.footer-widgets .widget_media_image::after {
	display: none;
}
.footer-widgets a{
	color: #e7e9ee;
    font-size: 17px;
}
.footer-widgets a:hover{
	color: #999;
}
.footer-widgets ul > li{
	margin-bottom: 3px;
    padding-bottom: 0px;
}
.footer-widgets ul {
    list-style-type: disc;
    margin-bottom: 2px;
    text-align: left;
    word-wrap: break-word;
    margin-left: 30px;
}
.footer-widgets a:before {
    vertical-align: top;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
    background: #333;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0px;
    color: #aaa;
    padding: 50px 0;
    text-align: center;
    background: url(https://crunchify.com/wp-content/uploads/2020/10/crunchify.com-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
}

.site-footer p {
	font-size: 15px;
	margin-bottom: 0;
	padding: 0px
}

/* Modified
---------------------------------------------------------------------------- */
.site-container .wp-block-pullquote.is-style-solid-color blockquote {
	background-color: transparent;
	border: none !important;
	padding: 40px;
	margin-left: auto !important;
    margin-right: auto !important;
}
.site-container .wp-block-pullquote.is-style-solid-color {
    border-radius: 5px;
}
.site-container .wp-block-pullquote.is-style-solid-color blockquote::before {
    font-size: 100px !important;
    left: 0px !important;
    top: 30px !important;
    color: #fff !important;
	padding: 0px !important;
    height: 60px !important;
}
.site-container .wp-block-pullquote.is-style-solid-color blockquote p{
   	margin-left: 0px !important;
    font-size: 18px !important;
    font-family: monospace;
}

.site-container .wp-block-pullquote cite {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    margin: 0px !important;
}
.post-content .post-message code, .post-content .post-message pre {
    background: #f4f4f4;
    padding: 2px 5px !important;
    border-radius: 2px;
    position: relative;
    top: -1px;
    margin: 0 2px;
    border: 1px solid #dfdfdf !important;
    word-break: break-word;
    color: #000;
}
.deals-table {
    margin: 50px 0px;
    border: 1px solid #d5e3f8 !important;
    border-radius: 5px;
    
    border-bottom-width: 1px !important;
}
.deals-table td {
    font-size: 15.5px;
}
.deals-table td:nth-child(1){
	width: 15%;
}
.deals-table td:nth-child(2){
	width: 17%;
}
.deals-table td:nth-child(3){
	width: 35%;
}
.deals-table td:nth-child(4){
	width: 17%;
}
.deals-table td:nth-child(5){
	width: 15%;
}
.mobile .post-list .children {
    border-left: 0px solid #e7e9ee !important; /* disqus */
}
.new-tag{
    background: rgba(0,49,79,.08);
    color: rgba(34,59,74,.5);
    border-radius: 5px;
    padding: 4px;
    font-size: 10px;
    margin-right: 5px;
}
hr.wp-block-separator {
  	border: none;
	height: 2px;
	background-image: linear-gradient(to right, #f4f4f4, #333, #f4f4f4);
	border-bottom: 0px solid currentColor !important;
	margin: 50px 20px !important;
}
hr.wp-block-separator::after {
	content: '§';
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%) rotate(60deg);
	transform-origin: 50% 50%;
	padding: 5px;
	background-color: #fff;
	color: #333;
}
.gb-block-post-grid .is-list article:not(:last-child), .gb-block-post-grid .ab-is-list article:not(:last-child) {
    border-bottom: solid 0px #eee !important;
    padding: 0px !important;
    box-shadow: none !important;
    margin: 60px 0px;
}
.gb-block-post-grid .is-list article:last-child, .gb-block-post-grid .ab-is-list article:last-child {
    border-bottom: solid 1px #ccc !important;
    padding: 0px 0px 40px!important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 60px 0px;
}
.entry-content ol > li:last-child {
	padding-bottom: 0px;
}
.gb-block-post-grid .is-list .gb-block-post-grid-title, .gb-block-post-grid .ab-is-list .gb-block-post-grid-title {
    font-size: 24px !important;
    font-weight: 600;
}
.gb-block-post-grid .is-grid .entry{
	margin-left: unset;
    margin-right: unset;
    min-width: 0;
    padding: 0px;
    border: 0px solid #ccc;
    box-shadow: none;
	margin: 30px 0px;
}
.gb-block-post-grid .is-grid, .gb-block-post-grid .is-list .entry {
    grid-gap: 0 2.5em !important;
}
.gb-block-post-grid-header, .featuredpost .entry-header, .authority-grid.archive:not(.woocommerce-page) .entry-header {
    margin-bottom: 15px !important;
}
.gb-block-post-grid-excerpt {
	font-size: 16px;
	line-height: 28px;
}
#cse-search-box{
	margin-bottom: 40px;
}
.gsib_a input{
	background: transparent !important;
}
.deals-coupon-container{
	max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.crunchify-archive-title {
    padding: 40px 50px 25px 60px;
    background-color: #fff;
    font-size: 16px;
    background-image: url(https://crunchify.com/wp-content/icon/post.svg);
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin: 0px 0px 50px 0px !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
}
.crunchify-archive-title h2{
	font-size: 30px;
}
.crunchify-archive-title p {
    margin: 0 0 22px;
    line-height: 26px;
}
#authority-top-banner-close:before{ 
    content: "\f057";
    font-family: "FontAwesome";
    margin-right: 2px;	
}
.footer-search-textbox{
	width: 600px;
    margin: 40px 0px 20px;
    padding: 12px;
}
.footer-search-textbox::placeholder{
	color: #707070;
	font-size: 16px;
}
.crunchify-search::placeholder{
	color: #707070;
	font-size: 14px;
}
.footer-search-button{
    background-color: #005ae0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 13px 40px !important;
}
.footer-search-button:hover {
    background-color: #005ae0 !important;
}
.joindiscussion{
	font-size: 17px;
	margin-bottom: 20px;
}
.gsc-input-box {
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
    border: 0px solid !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 21px !important; 
    font-weight: 700 !important;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif,"Proxima Nova",'proxima-nova' !important;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-radius: 5px !important;
    margin-bottom: 15px !important;
    padding: 30px !important;
}
.gsc-input{
	margin-bottom: 0px;
	background: #f4f4f4;
}
.post-cse table.gsc-search-box td.gsc-input {
    background: transparent;
}
.post-cse table.gsc-search-box td {
    background: transparent;
}
.gsc-search-button {
	background: #f4f4f4;	
}
.crunchify-footer-cse .gsc-input{
	background: #151515;
}
.crunchify-footer-cse .gsc-search-button {
	background-color: #151515;
}
.crunchify-cse {
	margin: 30px 0px 40px;
}
.crunchify-footer-cse {
	margin: 0px 50px;
}
.gsc-selected-option-container{
	max-width: 100% !important;
}
.gsc-search-button-v2 {
    padding: 10px 25px !important;
	background-color: #005ae0 !important;
}
.gsc-search-button-v2:hover {
	color: #005ae0;
}
.gsc-search-box td {
	border-top: 0px solid #eee;
	padding: 2px 0px;
}
.gsc-search-box tbody {
    border-bottom: 0px solid #eee;
}
.gsc-search-box tr {
	background-color: #fff;
}
.gsc-control-cse .gsc-table-result {
    font-family: "Proxima Nova",'proxima-nova',-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,sans-serif;
    font-size: 14px;
}
.gsc-input-box input{
	padding: 0px 15px !important;
}
.gsc-adBlock {
    display: none !important;
}
.sidebar-primary .widget .wrapper-top-posts li a:hover {
    color: #b11f24;
}
.crunchify-title-class {
	font-size: 28px;
}
.footer-widgets .widget-title::before {
    content: '';
    width: 50px;
    height: 4px;
    display: block;
    background: #005ae0;
    margin-bottom: 10px;
}
.genesis-grid-even,
.genesis-grid-odd {
    margin-bottom: 30px;
    width: 48%
}
.content-sidebar-sidebar .sidebar-secondary,
.genesis-grid-even {
    float: right
}
.genesis-grid-odd {
    clear: both;
    float: left
}
.genesis-grid .entry-title,
.genesis-grid .entry-title a {
    font-size: 24px;
    line-height: 29px;
    overflow: hidden;
}
.genesis-grid {
    font-size: 16px;
    overflow: hidden;
    line-height: 27px;
    padding: 30px;
}
.genesis-grid .entry-meta {
    font-size: 12px
}
article div.panel {
    float: left;
    width: 43%;
    margin: 25px;
    padding: 35px 30px 30px 30px;
    border: 1px solid #ececec;
    font-size: 17px;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 0px rgba(0, 0, 0, .1) inset;
    height: 420px;
    border-radius: 10px;
}
.deals-coupon {
    border: 2px dashed #dd7127;
    padding: 3px 3px 5px 8px;
    border-radius: 5px;
    color: #464646;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.sidebar-primary .widget .wrapper-top-posts li a {
    color: #333;
}
.crunchify-jtop:hover {
	color: #005ae0!important
}
.crunchify-jtop {
	position: fixed;
	bottom: 65px;
	right: 65px;
	cursor: pointer;
	z-index: 999;
}
.jtop-arrow {
    position: absolute;
    padding: 7px 9px 4px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
}
.jtop-arrow:hover {
    background-color: #005ae0 !important;
    color: #fff !important;
    border: 1px solid #005ae0;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus {
    color: #999 !important;
}
.adsense-leadin {
	text-align: center;
	margin: 10px 0px 40px;
	overflow: hidden;
}
.adsense-leadin-footer{
    margin: 40px -45px 40px;
	text-align: center;
	overflow: hidden;
}

.footer-widgets .featured-content .entry-title, .flexible-widgets .featuredpost .entry-title, .authority-grid.archive:not(.woocommerce-page) .entry-title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
}
.authority-grid.archive:not(.woocommerce-page) .content .entry {
    margin-bottom: 40px;
}
.readmore, .more-link, .gb-block-post-grid .gb-block-post-grid-more-link, .more-link-wrap a:not(.more-link) {
    text-transform: none !important;
    font-size: 13.5px;
    float: right;
    clear: both;
    color: #464646;
    background: linear-gradient(to right, #f0f0f0, #f0f0f0);
    display: inline-block;
    border-right: 3px solid #005ae0;
    padding: 2px 10px 1px 15px;
    border-radius: 3px;
    border-bottom: 1px solid #dadce0;
    transition: all .2s ease-in-out;
    line-height: 25px;
    font-weight: 500;
    margin: 20px 5px 10px;
}
.readmore:hover,.more-link-wrap a:not(.more-link):hover {
    color: #fff !important;
    background: #005ae0;
    border-right-color: #005ae0;
}
.avert-text{
	text-transform: uppercase;
    color: #ababab;
    font-size: 13px;
    margin-top: -7px;	
}
.header-bg, .nav-bg:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAN8CAIAAADwCpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA21pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQzU3REFGNEM3RDQxMUUyQkRFNUNBQTYzM0ZCQkQzQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MzQxNEFFQTlFMkIxMUU0QjU3QTkzNTk4NThDN0YwQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MzQxNEFFOTlFMkIxMUU0QjU3QTkzNTk4NThDN0YwQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjJhODdlOGYtZDZlZi0zMzRhLWE1MzUtZWMzZjFjNjM3ZmYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZmZDI2ZjAxLTljOTctNTY0ZC1iNmEzLTkzOTZjMmQ5YjcxOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqHlFuIAAAEoSURBVHja7Nk9TsNAEIbh2cGSJX5k0dHQuAklnMBuOQU1JfdAouIA3MQ3oI3TcoCwQkg2Ai2zO+NxzgCfi+TNzjytFSchdR3J1ffywl40DOy1TErJaYCBgYGBWU33nHJckk20hjdiL5toySl7wcDAwMBU24v+dpNvsq9x4JvGyta05JS9bOKbMDAwMP/cVNenj/K2OT63tauzXNuPPXvZREtO2QsGBgYGJqT3/M2Umpflib8UxbuQktUyKSVzGBgYGJgD872/lzg6ebCJ1s/nU0hfOy2baMkcBgYGBmY1NE1TKpeE3G7zn07zPNuaVl3X7GUTLTmFgYGBgYGB+XOmGscxP3A1ja1pxRjZyyZacspeMDAwMDCh/MJFbduSl31Y63BB4leAAQD6wjAb26X3bQAAAABJRU5ErkJggg==);
}
.blue-bg, .red-bg {
	background-color: transparent;
	background-repeat: repeat-x
}
.red-bg {
	background-position: 0 0
}
.blue-bg {
	background-position: 0 -104px
}
.green-bg, .yellow-bg {
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0 -208px
}
.yellow-bg {
	background-position: 0 -416px
}
#disqus_thread {
    margin-top: 50px!important;
    background: #fff;
    padding: 35px 45px;
    margin-bottom: 50px!important;
    border-radius: 5px;
    background-image: url(https://crunchify.com/wp-content/icon/archive.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
	border: 1px solid #ddd;
}
.disqus-footer__list {
	display: none !important;
}
.avatar .image-refresh.image-refresh.image-refresh.image-refresh.image-refresh.image-refresh {
    border-radius: 5px !important;
}
.crunchify-social-deals {
	font-size: 15px;
}
.crunchify-social-deals ul {
    margin-left: 0px;
}
.post-tags-item {
    display: inline-block;
    margin: 5px 11px 5px !important;
}

.post-tag {
	color: #464646;
    display: inline-block;
    padding: 3px 15px 0px !important;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: all .2s ease-in-out;
    box-shadow: rgba(0,0,0,0.15) 0 3px 15px;
    cursor: pointer;
    font-size: 13.5px;
    border-right: 3px solid #2196f3;
}

a.post-tag:hover {
    color: #fff;
    background: #2196f3;
    border-right-color: #64b5f6
}

a.post-tag:hover:before {
    border-right-color: #2196f3
}

.post-tag--design,a.post-tag--design:hover:before {
    border-right-color: #00bcd4
}

a.post-tag--design:hover {
    background: #00bcd4;
    border-right-color: #4dd0e1
}

.post-tag--green,.post-tag--tutorial,a.post-tag--green:hover:before,a.post-tag--tutorial:hover:before {
    border-right-color: #4caf50
}

a.post-tag--green:hover,a.post-tag--tutorial:hover {
    background: #4caf50;
    border-right-color: #81c784
}

.post-tag--grey,a.post-tag--grey:hover:before {
    border-right-color: #757575
}

a.post-tag--grey:hover {
    background: #757575;
    border-right-color: #9e9e9e
}

.post-tag--development,.post-tag--orange,a.post-tag--development:hover:before,a.post-tag--orange:hover:before {
    border-right-color: #ff9800
}

a.post-tag--development:hover,a.post-tag--orange:hover {
    background: #ff9800;
    border-right-color: #ffb74d
}

.post-tag--pink,.post-tag--review,a.post-tag--pink:hover:before,a.post-tag--review:hover:before {
    border-right-color: #e91e63
}

a.post-tag--pink:hover,a.post-tag--review:hover {
    background: #e91e63;
    border-right-color: #f06292
}
.crunchify-full-width {
    margin-bottom: 12px!important;
    text-align: center;
}
.yarpp-related {
    padding: 20px 30px 1px 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 16px;
    border-left: 1px solid #ddd;
    margin: 50px 0px 5px;
    background: linear-gradient(to left, #e8f2ff, #fff);
    border-bottom: 6px solid #ddd;
    border-radius: 6px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.yarpp-related h3 {
    font-size: 28px;
    margin: 5px 0px 25px;
    padding-left: 10px;
}
.yarpp-related ol>li {
	margin-left: 0;
	line-height: 23px;
    margin: 12px 0;
}
.yarpp-related a {
	text-decoration: none!important;
	color: #464646;
	font-size: 16px;
}
.yarpp-related a:hover {
	color: #b11f24;
}
.sidebar-product.kinsta {
    background: #5942F1;
	padding:20px;
	border-radius: 2px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.sidebar-product.mailerlite {
    background: #fff;
	padding:20px;
	border-radius: 5px;
	margin-bottom: 35px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
}
.sidebar-product.mailerlite p {
    line-height: 1.6;
    margin-bottom: 1px;
    color: #000;
	font-size:15px;
}
.sidebar-product.crunchy-sharing {
    background: #232c39;
	padding:20px;
	border-radius: 2px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.crunchy-sharing-h2{
	font-size:24px;
	color:#fff;
	margin-bottom: 12px;
}
.sidebar-product strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}
.sidebar-product p {
    line-height: 1.6;
    margin-bottom: 1px;
    color: #fff;
	font-size:15px;
}
.sidebar-product.kinsta a {
    background-color: #52D5DA;
    color: #150773;
}

.sidebar-product a {
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
}
.sidebar-product .below-cta {
    font-size: 14px;
    color: #A49DF6;
    margin-top: 8px;
}
.sidebar-product .below-cta a {
    background: none;
    display: inline;
    padding: 0px;
    font-size: 14px;
    color: #A49DF6;
    border-bottom: 1px solid rgba(155, 142, 240, 1);
}
.header-ads{
    margin-bottom: 0px;
    overflow: hidden;
}
.topbanner {
	font-size: 26px;
	text-align: center;
	padding: 10px 0px 40px;
}
.beforefooter {
	font-size: 26px;
	text-align: center;
	padding: 25px 3px 50px;
}
.beforefooter h2 {
	font-size: 20px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.beforefooter a {
    color: #333;
}
.beforefooter .entry {
    width: 23%;
    float: left;
    font-size: 15px;
    overflow: hidden;
    line-height: 26px;
    padding: 30px 20px 10px 20px !important;
    margin: 20px 18px 20px 0px;
    border-radius: 5px;
    background: #fff;
	text-align: left;
    height: 450px;
}
.beforefooter .entry-title {
    font-size: 19px;
	line-height: 25px;
    font-weight: 700;
    text-align: left;
	-webkit-font-smoothing: antialiased;
}
.beforefooter .more-link-wrap a:not(.more-link) {
    border-radius: 30px !important;
    float: right;
    border-right: 5px solid #2196f3 !important;
    line-height: 25px;
}
.beforefooter .more-link-wrap a:not(.more-link):hover {
    color: #fff !important;
    background: #2196f3;
}
.page .beforefooter .featuredpost, .post .beforefooter .featuredpost, .single .beforefooter .featuredpost, .archive .beforefooter .featuredpost{
	display: none;
}
.header-right-ads{
	float:right;
}
.g-ads{
    clear: both;
}
.related-ads {
	text-align: center;
	margin:20px 0px 30px 0px;
}
.crunchify-matched-content-footer {
    margin-bottom: 35px !important;
}
.arrowLeft a, .arrowRight a {
	position: fixed;
	z-index: 100;
	top: 70%;
	padding: 5px 10px;
}
.arrowLeft a {
	left: -2px
}
.arrowRight a {
	right: -2px
}
.arrowNav a {
    cursor: pointer;
    color: #000;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
}
.arrowNav a:hover {
    background-color: #005ae0 !important;
    color: #fff !important;
    border: 1px solid #005ae0;
}
.crunchify-follower {
	background: #fff;
	margin: 40px 0px 10px;
	border-radius: 5px;
	display: inline-block;
	padding: 20px 5px 10px;
	text-align: center;
	min-width: 302px;
	max-width: 340px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
}
.sidebar .widgetheading {
	font-size: 17px;
	font-weight: 700;
	padding: 0 0 15px;
	color: #444
}
.sidebar .widgetheading p {
	font-size: 15px;
	color: #999;
	font-weight: 400;
	padding: 3px 0 0
}
.crunchify-social-icon {
	margin: 1px 6px;
	font-size: 9px!important
}
.crunchify-social-icon-f {
	margin-bottom: 20px;
	font-size: 20px!important;
	border-radius: 50%;
	padding: 5px;
	text-align: center
}
.crunchify-social-icon-f:hover {
	opacity: .8
}
.crunchify-social-icon-home {
	margin: 1px 6px
}
.crunchify-social-share-sidebar {
	margin-bottom: 5px
}
.crunchify-social-share-sidebar-f {
	margin: 15px 25px 40px
}
.crunchify-social-icon-rss {
	color: #f26522!important
}
.crunchify-social-icon-feedly {
    color: #2bb24c!important;
}
.crunchify-social-icon-twitter {
	color: #0c0c0c!important
}
.site-footer .crunchify-social-icon-twitter {
	color: #00aced!important
}
.crunchify-social-icon-facebook {
	color: #3b5998!important
}
.crunchify-social-icon-pinterest {
	color: #cb2027!important
}
.crunchify-social-icon-wordpress {
	color: #21759b!important
}
.crunchify-social-icon-googleplus {
	color: #dd4b39!important
}
.crunchify-social-icon-email {
	color: #005ae0!important
}
.crunchify-social-icon-youtube {
	color: #b00!important
}
.crunchify-social-icon-linkedin {
	color: #0074a1!important
}
.crunchify-search {
    padding: 12px 3px!important;
    margin: 30px 0 4px!important;
    border: 1px solid #ddd;
    max-width: 340px;
    font-size: 14px;
    text-indent: 10px!important;
    border-left: 4px solid #005ae0;
	border-radius: 5px;
}
.crunchify-search-page {
	max-width: 70% !important;
}
.wrapper-top-posts {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
}
.wrapper-crunchify-deals, .wrapper-top-posts {
    width: 100%;
    position: relative;
    background-color: #fff;
    min-width: 300px;
    text-transform: capitalize;
}
.sidebar-primary .widget li {
    list-style-type: none;
    margin-bottom: 4px;
    margin-left: 40px;
    padding: 10px 15px 0px 0px;
    line-height: 24px;
    font-size: 15px;
}
.sidebar-primary .widget .wrapper-top-posts li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: -20px;
    width: 25px;
    color: #666;
    margin-right: 8px;
}
.section-header {
    border: 0;
    border-bottom: 2px solid #212121;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAyMDAgMjAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMDAgMjAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMyMTIxMjEiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjIwMCwyMDAgMCwyMDAgMCwwICIvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: left!important;
}
.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header>span {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin: 7px 0 5px 7px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    padding: 4px 12px;
    font-size: 19px;
    font-weight: 500;
}
.crunchify-fundamentals {
    width: 100%;
    position: relative;
    min-width: 300px;
    margin-bottom: 40px;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 24%);
}
.crunchify-favorite a {
    color: #fff;
}
.crunchify1, .crunchify10, .crunchify11, .crunchify2, .crunchify3, .crunchify4, .crunchify5, .crunchify6, .crunchify7, .crunchify8, .crunchify9 {
    border-radius: 5px;
    margin: 4px 3px;
    padding: 0px 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
}
.crunchify10:hover, .crunchify11:hover, .crunchify1:hover, .crunchify2:hover, .crunchify3:hover, .crunchify4:hover, .crunchify5:hover, .crunchify6:hover, .crunchify7:hover, .crunchify8:hover, .crunchify9:hover {
	background: #dfdfdf;
	color: #000!important
}
.crunchify1 {
	background: #e18728
}
.crunchify2 {
	background: #be4c39
}
.crunchify3 {
	background: #9351a6
}
.crunchify4 {
	background: #4472b9
}
.crunchify5 {
	background: #4ca454
}
.crunchify6 {
	background: #d49b00
}
.crunchify7 {
	background: #898988
}
.crunchify8 {
	background: #3dbedf
}
.crunchify9 {
	background: #ea7c76
}
.crunchify10 {
	background: #8c88cd
}
.crunchify11 {
	background: #a9bc38
}
.crunch-search {
    width: 100% !important;
    max-width: 340px;
    padding: 13px 0!important;
    background: #005ae0 !important;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 5px !important;
}
.crunch-search-page {
	width: 28% !important;
}
.crunch-search:hover{
	background: #005ae0 !important;
}
.wp-block-buttons {
	margin-bottom: 35px;
}
.gb-block-notice {
    background: url(https://crunchify.com/wp-content/uploads/2020/10/crunchify.com-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto !important;
    margin-right: auto !important;
	margin-bottom: 50px !important;
	margin-top: 40px !important;
}
.gb-block-notice .gb-notice-text {
    border: 1px solid #d5e3f8 !important;
    
}
.gb-notice-text p{
	font-size: 16px !important;
}
.crunchify-contact-button {
    background-image: url(https://crunchify.com/wp-content/icon/archive.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 5px 50px 5px 20px!important;
    cursor: pointer;
	border-radius: 5px !important;
}
.c-button-g {
	border-left: 5px solid #2196f3;
	border-left-color: #00bcd4;
    border-right: none;
}
.c-button-g:hover{
    background-color: #00bcd4 !important;
	color: #fff !important;
    border-left-color: #4dd0e1;
}
.c-button-a {
	border-left: 5px solid #2196f3;
	border-left-color: #ff9800;
    border-right: none;
}
.c-button-a:hover{
    background-color: #ff9800 !important;
	color: #fff !important;
    border-left-color: #ffb74d;
}
.c-button-p {
	border-left: 5px solid #2196f3;
	border-left-color: #e91e63;
    border-right: none;
}
.c-button-p:hover{
    background-color: #e91e63 !important;
	color: #fff !important;
    border-left-color: #f06292;
}
.crunchif-cse {
    margin: 40px 0px 50px 0px;
}
.mini-divider {
    margin: 50px 0 15px;
    height: 4px;
    width: 155px;
    background: #dce9fd;
    border: none;
    outline: none;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    line-height: 26px;
}
#mlb2-4064497.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    padding: 20px 35px 30px;
}
.site-container .wp-block-button .wp-block-button__link {
    padding: 7px 20px !important;
}


.checkout-note{
	clear: both;
    float: left;
    width: 100%;
    margin: 25px 0 20px 0;
    font-size: 14px;
}
#edd_checkout_cart input.edd-item-quantity {
    width: 4em !important;
}
.page-template-default .edd_download_purchase_form{
	text-align: center !important;
}
#edd_checkout_cart .edd_cart_header_row th {
    background: #f4f4f4 !important;
}
.edd-alert {
    font-size: 85%;
}
.edd-submit.button, .edd-submit.button.gray, .edd-submit.button:visited {
    color: #fff !important;
    background: #005ae0 !important;
    font-weight: 400;
    font-size: 16px;
}
#edd_checkout_cart .edd_cart_header_row th {
    color: #222;
}
#edd-cancel-license-renewal {
    color: #005ae0 !important;
}
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input, #edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
    font-size: 15px;
}
.eddr-cart-item-notice {
    font-size: 14px;
    color: #72777c !important;
}
.edd_cart_item{
	    font-size: 17px;
}
#edd_checkout_cart th {
    color: #000 !important;
}
#edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd_final_total_wrap {
    font-size: 18px;
    color: #222;
}
#edd-purchase-button, .edd-submit, [type=submit].edd-submit, #affwp-register-form .input[type="submit"], .button {
    font-size: 15px !important;
}

#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
    width: 65%;
	padding: 5px 8px;
    font-size: 16px;
    border: 1px solid #ddd;
}
#edd_checkout_form_wrap span.edd-description {
    color: #666;
    font-size: 70%;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields,#edd_checkout_form_wrap #edd_payment_mode_select,#edd_checkout_form_wrap fieldset,#edd_checkout_form_wrap #edd-discount-code-wrap {
    background: #f4f4f4 !important;
    position: relative;
    border: 1px solid #d5e3f8 !important;
    border-radius: 5px;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields legend,#edd_checkout_form_wrap legend {
	border: 1px solid #d5e3f8 !important;
    padding: 8px 18px !important;
    background: #fff;
    width: auto !important;
    border-radius: 5px;
    font-size: 20px !important;
}
#edd_checkout_form_wrap fieldset {
    padding: 5px 20px 25px 30px;
}
#edd_checkout_form_wrap .edd-payment-icons {
    margin: 40px 0px 10px 0px !important;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields legend, #edd_checkout_form_wrap legend {
	margin: 5px !important;
    float: inherit !important;
}
#edd_payment_mode_select_wrap {
	margin-top: 30px;
}
#edd_checkout_form_wrap #edd_show_discount {
    color: #222;
	font-size: 15px !important;
    margin-bottom: 0px;
    background: #f4f4f4 !important;
}
#edd-license-key, #edd-discount{
	font-size: 15px !important;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
    padding: 10px 25px !important;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields p {
	background: #f4f4f4 !important;	
	font-size: 15px;
	margin: 0px;
}
p.edd_error {
    font-size: 15px;
    padding: 10px 25px;
}
#edd-cancel-license-renewal:hover {
	cursor: pointer;
}
#edd_checkout_form_wrap #edd-license-key-container-wrap {
    padding: 20px 0px !important;
    background: #f4f4f4 !important;
}
#edd_checkout_form_wrap #edd_show_discount, #edd_checkout_form_wrap .edd-cart-adjustment {
    background: #f4f4f4;
    padding: 20px;
    border: 0px solid #f4f4f4 !important;
}
#edd_checkout_form_wrap #edd_discount_code, #edd_checkout_form_wrap #edd_purchase_submit, #edd_checkout_form_wrap #edd_register_account_fields {
    border: 1px solid #ddd;
}
#edd_checkout_cart_form{
	background: #f4f4f4;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    
}
#edd_checkout_cart {
    margin: 0 0 0px !important;
}
#edd_checkout_cart th {
    border: 0.1px solid #d5e3f8 !important;
}
#edd_checkout_cart td{
    color: #000 !important;
	border: 0.1px solid #d5e3f8 !important;
}
#edd_checkout_cart .edd_cart_header_row th {
    background: #f4f4f4;
}
#edd_checkout_form_wrap #edd_purchase_submit {
    border: 1px solid #ddd;
    padding: 30px !important;
}
#edd_checkout_form_wrap span.edd-description {
    display: none;
}
.edd_discount_rate{
	font-size:16px;
}
#edd_checkout_form_wrap #edd_payment_mode_select {
    margin-bottom: 40px;
}
#edd_checkout_form_wrap fieldset {
    margin: 0 0 40px;
}
.edd-submit.button:hover {
    color: #fff;
    background: #333;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label {
	display: block;
    margin: 0px 30px 10px 5px;
}
.edd-label{
	margin-top:10px !important;
}
#edd_checkout_form_wrap select.edd-select.edd-select-small {
    font-size: 15px;
}
.edd_download_purchase_form{
    margin: 40px 0px 50px;
}
#edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap .edd-cart-adjustment {
    background: #fff !important;
    color: #000 !important;
    padding: .5em 1.387em;
}
#edd_login_form legend, #edd_register_form legend, .affwp-form legend {
    font-weight: 700;
}
#edd_login_form .edd-input, #edd_register_form .edd-input {
	border: 1px solid #d5e3f8 !important;
    width: 100%;
    display: block;
}
.affwp-form input, .affwp-form label+textarea {
	border: 1px solid #d5e3f8 !important;
	padding: 8px 10px;
}
.edd-button {
    border: 1px solid #d5e3f8 !important;
}
.affwp-tab-content {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px 20px;	
    margin-bottom: 30px;
    background: #f4f4f4;
}
table.affwp-table td, table.affwp-table th, #edd_user_history td, #edd_sl_license_keys td, #edd_sl_license_keys th {
    padding: 7px 5px !important;
    max-width: 100% !important;
    font-size: 15px !important;
}
#edd_user_history th {
    background: #d5e3f8 !important;
    font-size: 14px !important;
}
#edd_sl_license_keys {
    padding: 10px;
    border: 1px solid #d5e3f8 !important;
    background: #f4f4f4 !important;
}
.edd_sl_license_key {
	width: 60%;
}
#edd_user_history {
    padding: 30px 20px;
    border: 1px solid #d5e3f8 !important;
    background: #f4f4f4 !important;
}
#edd_final_total_wrap {
    border: 1px solid #d5e3f8 !important;
}
#edd_purchase_receipt, #edd_subscription_receipt, #edd_purchase_receipt_products{
    border: 1px solid #d5e3f8 !important;
    border-bottom: none;
    background: #f4f4f4 !important;
    font-size: 16px;
}
#edd_show_discount {
	background: #f4f4f4 !important;
	color: #000 !important;
}
ul.taa-account-tabs li a {
    color: #333 !important;
    font-weight: 500 !important;
	padding: 10px 15px !important;
    background: #f4f4f4 !important;
	border: #d5e3f8 solid 1px !important;
	border-bottom: 0 none !important;
}
ul.taa-account-tabs li.ui-tabs-active a {
    background: #d5e3f8 !important;
}
.taa-tab-content {
    border: 1px solid #d5e3f8 !important;
}
#download_history_title, #edd_profile_editor_title, #purchase_history_title, #edd_subscriptions_title, #edd_license_keys_title, #affiliate_area_title {
    display: none;
}
#edd_profile_submit_fieldset {
	padding: 0px;
    background: #fff;
    border: 0px !important;
}
.checkout-cc figcaption{
    font-size: 14px;
    line-height: 0px;
	text-transform: none;
}
.edd_changelog-toggle {
	border-left: 5px solid #005ae0 !important;
    border-left-color: #005ae0 !important;
    font-size: 15px !important;
    font-weight: normal !important;
	height: auto !important;
	padding: 7px 17px!important;
    background: #fff !important;
}
.gs-faq__question {
    border: 1px solid #ddd;
    border-left: 5px solid #2196f3;
    border-left-color: #2196f3;
}
.gs-faq__question:hover, .gs-faq__question:focus {
	border: 1px solid #ddd !important;
    border-left: 5px solid #2196f3 !important;
    border-left-color: #2196f3 !important;
}

.PaymentRequestButton--dark {
    width: 40% !important;
}
#edd_checkout_form_wrap .edds-prb, .edds-prb {
    width: 300px;
}
.edd_download {
    margin: 0px 18px 40px 20px;
    padding: 30px 20px 0px;
    border-radius: 5px;
    border: 1px solid #eaecee;
	background: #f4f4f4;
    overflow: hidden;
}
.edd_download_excerpt {
	font-size: 17px;	
}
#edd-first-description, #edd-last-description {
	display: none !important;
}



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

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

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

	.content {
		width: 732px;
	}

	.sidebar-primary {
		width: 304px;
	}

	.site-header .nav-primary {
		max-width: 800px;
	}
}

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

	.title-area {
	    float: none;
	}
	.site-header .nav-primary {
   	    text-align: center;
	    max-width: inherit;
	    float: none;
	}
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

}

@media only screen and (max-width: 1075px) {
	.adsense-leadin {
     	margin-left: auto;
	    display: block;
	}
	.entry-content {
		overflow: hidden;
	}
	.beforefooter .entry {
		width: 47%;
	}
	article div.panel {
    	width: 97%;
	}
	.site-header > .wrap {
    	padding: 15px 100px;
	}
	.site-inner{
		padding: 50px
	}
	.topbanner {
    	padding: 45px 0px 5px;
	}
	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu{
		float: none;
		width: 100%;
		max-width: 960px;
	    margin-left: auto;
 	    margin-right: auto;
	    padding: 30px 0px 20px;
	}
	.site-header .nav-primary, .sidebar-primary{
		float: none;
		text-align: center;
	    width: auto;
	}
	.crunchify-follower {
	    min-width: 350px;
    	max-width: 350px;
	}
	.wrapper-crunchify-deals, .wrapper-top-posts {
    	text-align: left;
	    padding: 20px;
	}
	.title-area {
		float: left;
		margin-right: 10px;
		width: 300px;
	}

	.wp-custom-logo .title-area,
	.title-area {
		max-width: 50%;
		float:none;
	    margin-top: 15px;
	}
	.entry {
		margin-left: auto;
		margin-right: auto;
	}

	.authority-grid .archive-description {
		max-width: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: 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;
	}

	.genesis-responsive-menu .highlight a,
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		background: transparent;
		box-shadow: none;
		color: #333;
		transform: none;
	}

	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		color: #000cff;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border: 2px solid #000cff;
		background-color: #fff;
		color: #000cff;
		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: #000cff;
		color: #fff;
	}

	.menu-toggle {
		float: right;
		line-height: 20px;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: top;
	}

	.sub-menu-toggle {
		float: right;
		padding: 15px 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;
		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 {
		color: #000cff;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px 15px 0;
		text-align: left;
		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,
	.genesis-nav-menu .highlight {
		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 {
		box-shadow: none;
		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;
	}

	.flexible-widgets .widget {
		padding-left: 25px;
		padding-right: 25px;
	}

	.flexible-widgets .entry-content,
	.flexible-widgets .textwidget {
		margin-left: 0;
	}
	.flexible-widgets .enews-widget {
		padding: 40px 60px;
	}

	.authority-featured-image::before,
	.featuredpost .has-post-thumbnail > a::before {
		left: -20px;
		width: calc(100% + 40px);
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		padding: 40px;
	    width: 100%;
	    margin: 0px 0px 40px 0px;
	}
	.authority-grid.archive:not(.woocommerce-page) .entry-title {
    	font-size: 26px;
	    line-height: 32px;
	    font-weight: 600;
	}
	.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
		padding-left: 25px;
		padding-right: 25px;
	}

	.single .sidebar .widget:first-of-type {
		margin-top: 0;
	}

	.site-footer {
		margin-top: 0px;
		text-align: center;
	}

	.site-footer .nav-secondary {
		float: none;
	}

	.author-box .avatar {
    	margin-left: 0px;
	}
	.beforefooter {
        padding: 0px 0px 40px 0px;
	}
	.single .entry-title {
        font-size: 30px;
	    line-height: 38px;
	}
}

@media only screen and (max-width: 800px) {
	body {
    	background-color: #fff;
    	font-size: 16px;
    	line-height: 24px;
	}
	.author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
		padding: 30px 20px;
	}
	.archive-description {
		text-align: center;
	}
	.genesis-nav-menu, .site-description, .site-header .search-form, .site-header .title-area, .site-title {
		text-align: center
	}
	.title-area {
    	float: none;
	}
	.wp-custom-logo .title-area, .title-area {
    	max-width: 80%;
	    margin-bottom: 15px;
	}
	.genesis-nav-menu a {
    	font-size: 16px;
	    padding: 7px 7px;
	}	
	.crunchify-follower {
	    min-width: 302px;
    	max-width: 302px;
	}
	#footer {
   	 	padding-left: 6%;
   	 	padding-right: 6%;
	}
	.site-header .wrap, .wrap {
   	 	padding-left: 2%;
   	 	padding-right: 2%;
	}
	.site-inner, .wrap {
    	padding: 1px 0px;
	    max-width: 680px;
	}
	.entry-title {
	    font-size: 28px !important;
    	line-height: 32px;
	}
	.archive-pagination a {
    	font-size: 14px;
	    padding: 0px 16px;
	}
	.site-footer {
    	margin-top: 0px;
		padding: 25px 25px 45px 25px;
	}
	#disqus_thread {
   		padding: 25px;
		margin-bottom:50px;
	}
	.site-footer .genesis-nav-menu a {
    	margin: 0px 6px;
    	text-transform: none;
	}
	.sidebar .widget {
   		padding: 0px 30px;
    	text-align: center;
	}
	.pagination {
    	margin-bottom: 50px;
	    text-align: center;
	}
	.wrapper-crunchify-deals, .wrapper-top-posts {
    	text-align: left;
	    padding: 10px 2px 20px;
	}
	.breadcrumb {
	    line-height: 24px;
	    margin: 20px 0px 35px 0px;
	}
	.single .entry-title {
    	font-size: 28px;
    	line-height: 32px;
	}
	.entry-comments-link {
	    margin-top: 13px;
	    font-size: 10px;
	}
	.yarpp-related {
	    padding: 20px 10px 1px 25px;
	}
	.yarpp-related ol{
   	    padding-left: 10px !important;
	}
	.yarpp-related h3 {
    	font-size: 22px!important;
	    padding-left: 0px;
	}
	.yarpp-related a {
    	font-size: 15px!important;
    	line-height: 22px!important;
	}
	.author-box .avatar {
	    margin-right: 0px;
	    margin-left: 30px;
	}
	.enews {
    	padding: 30px 15px !important;
	}
	.enews-widget, .after-entry{
		padding: 0px !important;
	}
	.after-entry .widget {
    	margin: 50px 0px;
	}
	.flexible-widgets .widget-title, .flexible-widgets .entry-title {
    	font-size: 25px;
	}
	.crunchify-archive-heading, .crunchify-archive-heading-tag, .crunchify-services, .crunchify-rating {
    	overflow: hidden;
	    margin: 0px 0px 40px 0px;
	    padding: 30px 20px 5px;
	}
	.crunchify-title-class {
    	font-size: 28px;
    	line-height: 32px;
	}
	article div.panel {
    	height: auto;
	    padding: 15px;
    	width: 100%;
	    margin: 25px 0px;
	}
	blockquote {
   		padding: 20px 20px 3px 45px;
    	margin: 30px 15px 30px 0px !important;
	}
	blockquote::before {
		font-size: 45px !important;
	    left: -31px !important;
	    height: 0 !important;
	}
	blockquote p {
	    margin-left: 16px !important;
	    line-height: 28px!important;
		font-size: 16px !important;
	}
	#crunchy-sharing-float{
		display:none;
	}
	.enlighter-t-dracula div.enlighter>div {
	    font-size: 12px;
	}
		#edd_checkout_form_wrap .edds-prb, .edds-prb {
    	width: auto;
	}
	.edd_download {
	    margin: 0px 0px 40px 0px;
    	padding: 20px 10px 0px;
	}
	.edd_download_columns_2 .edd_download {
    	width: auto !important;
	}
	#edd_checkout_cart td, #edd_checkout_cart th {
	    padding: 10px 5px !important;
    	font-size: 15px;
	}
	#edd_user_history {
    	padding: 5px;
	}

	.hide-on-mobile {
		display: none!important
	}
	.share-icon {
	    margin: 17px 7px 5px 10px !important;
	}
	#subscribe_comments, #subscribe_blog {
    	margin-right: 4px;
	}
	.jetpack_subscription_widget {
	    padding: 30px 30px
	}
	.jetpack_subscription_widget .widget-title {
	    font-size: 24px;
	}
	#subscribe-email {
	    width: 66%;
	}
	.wp-block-button__link {
	    padding: 13px 10px !important;
	    font-size: 16px !important;
	}
	.gb-container-c1f1455e > .gb-inside-container {
  	  padding: 10px 10px 10px !important;
	}
	.gb-container-4be02b6a > .gb-inside-container {
    	padding: 100px 10px 50px !important;
	}
	.gb-container-efb08b12 > .gb-inside-container {
    	padding: 0px !important;
	}
	.wp-block-media-text {
    	margin: 0px !important;
	}
	.wp-block-media-text .wp-block-media-text__content {
    	text-align: left !important;
	}
	.wp-block-media-text .wp-block-media-text__media img {
    	width: inherit;
	}
	.wp-image-14830 {
    	width: 100% !important;
	    margin: 0px !important;
	} 
	.footer-widgets a {
		font-size: 16px;
	}
	.glider-slide{
	    margin-left: 7px;
	}
	.glider-contain{
		max-width: inherit;
	}
	.glider-slide li {
	    margin-left: 30px !important;
	    padding: 10px 28px 0px 0px !important;
	}
	.author-box-title {
		font-size: 24px;
	}
	.adsense-leadin, .adsense-leadin-footer {
	    margin: 5px 0px 40px;
		display: block;
	}
	.enlighter-t-dracula .enlighter span {
    	font-size: 1.1em !important;
	}
	.yarpp-related ol>li {
	    line-height: 22px !important;
	    margin-bottom: 12px !important;
	}
	.wpforms-container {
	    padding: 30px !important;
	}
	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 75%;
	}
	.comment-respond input[type="submit"] {
		font-size: 14px;
	}
	.comment .comment-respond h3 {
		font-size: 20px;
	}
	.comment .comment-respond {
		font-size: 14px;
	    margin: 20px 0px!important;
	    line-height: 1.6;
		padding: 20px 20px 10px 20px;
	}
	.comment-subscription-form .subscribe-label {
    	font-size: 14px;
	}
	.comment-form textarea {
		width: 100%;
	}
	.comment-content p {
    	margin-bottom: 15px;
	    line-height: 25px;
    	font-size: 15px;
	}
	.comment-respond, .entry-comments, .entry-pings {
    	font-size: 15px;
		line-height: 1.9;
	}
	.comment-reply-link {
	    font-size: 13px;
	}
	.comment .comment-form p {
		margin: 0 0 15px;
	}
	.comment-list li {
   	 	font-size: 13px;
    	padding: 20px 15px;
	}
	.beforefooter .entry {
	    float: left;
    	font-size: 15px;
	    overflow: hidden;
    	line-height: 26px;
	    padding: 30px 20px 10px 20px !important;
	    margin: 20px 20px 30px 20px !important;
    	border-radius: 5px;
	    background: #fff;
		text-align: left;
	    width: 90%;
	}
	#mlb2-4064497.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    	padding: 10px;
	}
	.enews p {
	    margin-bottom: 30px;
	}
	.gsc-input-box {
		padding-top: 0px !important;
	    padding-bottom: 0px !important;
	}
	.gsc-input-box table {
	    border: 0px solid #151515 !important;
	}
	.gsc-input-box {
    	border-radius: 0px;
	}
	.crunchify-footer-cse {
		margin: 0px;
	}
	.home .site-inner .entry:before {
		margin: -30px 0px 30px -20px !important;
	    padding: 2px 10px 0px;
	}
	.home .site-inner .genesis-grid-1:before {
		margin: -30px 0px 30px -20px !important;
	}
	.post-type-archive-guides .entry:before, .single .site-inner .entry:before {
	    margin: -30px 0px 30px -30px !important;
	}
	.single .site-inner .entry:before {
	    padding: 2px 10px 0px 20px;
	}
	.enews-widget p:first-of-type {
	    font-size: 16px;
	}
	.enews-widget .widget-title {
	    font-size: 25px;
	}
	.author-box {
	    font-size: 16px;
	    line-height: 26px;
	}
	.archive-title {
	    font-size: 25px;
    	text-align: left;
	    font-weight: 500;
	}
	.author-box-content p{
    	margin: 0 0 10px;
	}
	.footer-search-textbox{
		width: 100%;
	    margin: 40px 0px 10px;
	    padding: 10px;
	}
	.footer-search-button{
    	width: 100% !important;
	    margin: 0px;
	    padding: 10px 3px !important;
	    font-size: 18px !important;
	}
	.crunchify-archive-title h2 {
 	   font-size: 26px;
	    line-height: 38px;
	}
	.crunchify-archive-title {
	    padding: 30px 25px 25px;
		font-size: 16px;
		max-width: 100%;
		margin: 10px 0px 50px 0px !important;
	}
	.gsc-control-cse {
    	padding: 0px !important;
	}
	.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	    padding: 30px 5px!important;
	}
	.entry-content ol > li, .entry-content ul > li {
	    line-height: 26px;
	    margin-bottom: 3px;
	}
	.entry-content ol ol, .entry-content ul ul {
    	margin: 5px 0px;
	}
	.entry-content ol, .entry-content ul {
	    padding-left: 20px;
	}
	.deals-table td:nth-child(1),.deals-table th:nth-child(1){
		width: 20%;
	}
	.deals-table td:nth-child(2),.deals-table th:nth-child(2){
		width: 17%;
		font-size: 15px;
		padding: 15px 0px;
	}
	.deals-table td:nth-child(3),.deals-table th:nth-child(3){
		width: 30%;
		display: none;
	}
	.deals-table td:nth-child(4),.deals-table th:nth-child(4){
		width: 25%;
		font-size: 15px;
	}
	.deals-table td:nth-child(5),.deals-table th:nth-child(5){
		width: 17%;
		font-size: 15px;
	}
	.site-container .wp-block-pullquote.is-style-solid-color blockquote p{
    	margin-left: 0px !important;
		font-size: 16px !important;
	}
	.site-container .wp-block-pullquote.is-style-solid-color blockquote {
	    padding: 20px 10px;
	}
	/* ============= Modified 800px ^^^ Above =============== */
	
	h2,
	.entry-comments > h3,
	.entry-pings > h3,
	.comment-respond > h3,
	.entry-title {
		font-size: 26px;
	}

	h3 {
	    font-size: 23px;
	}
	.full-width-content.single .content {
		margin-top: 20px;
	}

	.flexible-widgets .widget,
	.flexible-widgets .widget:nth-child(odd),
	.flexible-widgets.widget-odd .widget:last-of-type,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		clear: both;
		float: none;
		position: static;
		text-align: left;
		max-width: none;
		padding: 20px 0;
		width: 100%;
	}

	.footer-widgets .enews-widget:nth-child(1),
	.footer-widgets .enews-widget:nth-child(2) {
		margin: 0;
	}

	.flexible-widgets blockquote p {
		font-size: 18px;
	}

	.gb-block-post-grid div[class*="columns"].is-grid,
	.gb-block-post-grid .is-list .entry {
		grid-template-columns: 1fr;
	}

	.gb-block-post-grid .ab-post-grid-items .entry,
	.gb-block-post-grid .ab-post-grid-items.is-grid .entry,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		margin-left: auto;
		margin-right: auto;
		padding: 25px;
	}

	.flexible-widgets .featuredpost .more-posts,
	.flexible-widgets .featuredpost .widget-title {
		padding-left: 0;
		padding-right: 0;
	}

	.authority-featured-image::before,
	.featuredpost .has-post-thumbnail > a::before {
		display: none;
	}

	.flexible-widgets .enews-widget,
	.flexible-widgets .enews-widget:last-of-type,
	.flexible-widgets.widget-odd .enews-widget:last-of-type {
		padding: 30px 40px;
	}
	.content, .content-sidebar .content, .sidebar-primary {
	    max-width: 680px;
    	margin-right: auto;
	    margin-left: auto;
	}
}

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

	.wrap {
		padding: 0;
	}

	.flexible-widgets > .wrap {
		padding: 15px 0;
	}

	.enews-widget,
	.flexible-widgets .enews-widget,
	.flexible-widgets .enews-widget:last-of-type,
	.flexible-widgets.widget-odd .enews-widget:last-of-type {
		padding: 20px;
	}

}

@media only screen and (max-width: 480px) {
	.genesis-grid-even, .genesis-grid-odd {
 	   width: 100%;
	}
}

@media (min-width: 640px) {
	.ad_advert_holder_sidebar {
    	/*  height: 250px; */
	    margin-bottom: 15px;
	}
}

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

@media print {

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

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

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

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

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

	p {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		clear: both;
		padding: 20px;
	}

	.authority-grid.archive .content .entry,
	.content,
	.content-sidebar,
	.flexible-widgets .featured-content .entry,
	.flexible-widgets .widget,
	.wp-custom-logo .title-area,
	.title-area,
	.woocommerce.archive .content .entry {
		max-width: 100% !important;
		width: 100% !important;
	}

	.flexible-widgets .widget,
	.flexible-widgets .widget:nth-child(2n) {
		float: none;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.nav-social,
	.pagination,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

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

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

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

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

	.more-link {
		border-width: 0;
		display: block;
		margin-bottom: 20px;
		position: static;
	}

	.more-link-wrap {
		border-width: 0;
	}

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

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

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

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

}