/*
	Theme Name: marketing91
	Theme URI: https://spearnode.com/wpthemes/marketing91
	Description: Form and function converge at spearnode to create a look that will draw your readers in no matter what device they are on.
	Author: spearnode
	Author URI: https://spearnode.com/

	Version: 2.2.3

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

	Template: genesis
	Template Version: 2.1

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

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Galleries
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- marketing91 Blue
		- marketing91 Green
		- marketing91 Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C""\201D""\2018""\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

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

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

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

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

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

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

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

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

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

body {
	background-color: #fff;
	color: #222;
	font-family: graphikweb-regular, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

body.spearnode-landing {
	background-color: #000;
}

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

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

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

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

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

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

strong {
	font-weight: 700;
}

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

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

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

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

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

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

cite {
	font-style: normal;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: roboto, sans-serif !important;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

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

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

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

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

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

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	/* background-color: #f5f5f5; */
	/* border: 1px solid #ddd; */
	border-radius: 3px;
	/* box-shadow: 1px 1px 3px #eee inset; */
	color: #222;
	/* font-family: 'Lora', serif; */
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #222;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	/* font-family: 'Oswald', sans-serif; */
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	-webkit-font-smoothing: antialiased;
}

button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:focus,
.button:hover {
	/* background-color: #e8554e; */
	/* color: #fff; */
	background-color: #00a6dd;
	color: #222222;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}

.button,
.button:focus,
.button:hover {
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	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
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1175px;
}

.spearnode-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 65px 0 40px;
}

.site-inner .wrap {
	/* border-bottom: double #ddd; */
}

.spearnode-landing .site-inner {
	margin: 0;
	padding: 0;
}

.spearnode-landing .site-inner .wrap {
	border: none;
}

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

/* Wrapping div for .content and .sidebar-primary */

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

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

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

/* Content */

.content {
	/* border-left: 1px solid #ddd; */
	/* border-right: 1px solid #ddd; */
	float: right;
	padding: 10px 25px 15px;
	width: 800px;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 660px;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

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

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 40px 0 0;
	width: 100%;
}

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 150px;
}

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

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
	box-shadow: 0 0 20px 0 #efeeee;
	border-radius: 50%;
	border: 2px solid #f7f7f7;
}

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

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

.entry-comments .avatar {
	margin: 0 16px 24px 0;
	border: 2px solid #f7f7f7 !important;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 #efeeee;
}

.sticky {}

.search-form {
	margin-bottom: 40px;
	overflow: hidden;
	width: 50%;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

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

.breadcrumb {
	/* background-color: #f5f5f5; */
	font-size: 13px;
	/* font-size: 1.6rem; */
	margin: 10px 0px 20px;
	/* padding: 12px 16px; */
	color: #535a5f;
}

.breadcrumb a {
	margin: 5px;
}

.author-box {
	box-shadow: 0 2px 17px rgba(227, 229, 231, .65);
	border-radius: 5px;
	padding: 26px 40px 30px 26px;
	margin-bottom: 50px;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
}

.archive-description h1,
.author-box .author-box-title {
	/* color: #fff; */
	/* font-family: 'Lora', serif; */
	/* font-size: 16px; */
	/* font-size: 1.6rem; */
	/* font-weight: 700; */
	/* margin-bottom: 4px; */
}

.archive-description p,
.author-box p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #000;
}

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

.widgettitle {
	/* font-size: 14px; */
	/* font-size: 1.4rem; */
	/* letter-spacing: 1px; */
	/* margin-bottom: 24px; */
	/* text-transform: uppercase; */
	background-color: #343e47;
	border-radius: 4px;
	font-size: 17px;
	/* font-family: "GraphikWeb-Regular",sans-serif !important; */
	color: #fff;
	line-height: 31px;
	min-height: 30px;
	padding: 4px 10px;
	margin-bottom: 24px;
	font-weight: bold;
}

.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	/* font-size: 20px; */
	/* font-size: 2rem; */
	/* margin-bottom: 24px; */
}


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

/* Featured Page and Featured Post
--------------------------------------------- */

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

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}


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

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

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

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

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

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

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

img#wpstats {
	display: none;
}


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

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

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

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


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

.site-header {
	background-color: #fff;
	left: 0;
	min-height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 1px 4px 0 rgba(228, 228, 228, .75);
}

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

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

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

.title-area {
	float: left;
	width: 245px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
}

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

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

.header-image .site-title a {
	display: block;
	float: left;
	min-height: 65px;
	text-indent: -9999px;
	width: 100%;
}

.site-description {
	/* border-bottom: double #ddd; */
	/* border-top: double #ddd; */
	font-family: 'Lora', serif;
	font-size: 30px;
	font-size: 3rem;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 24px 0;
	text-align: center;
}

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

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 800px;
}

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

.site-header .widget_text {
	margin-top: 20px;
}

.site-header .widget_text p {
	margin-bottom: 0;
}


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

.genesis-nav-menu {
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border-width: 0;
	display: inline-block;
	margin: 0;
	padding-bottom: 0;
	text-align: left;
	margin-right: 0px;
	margin-left: -10px;
	margin-top: 1px
}

.genesis-nav-menu a {
	border: none;
	color: #222;
	display: block;
	font-weight: 600;
	padding: 26px 12px 25px;
	position: relative;
	text-align: left;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	/* border: 1px solid #eee; */
	border-top: none;
	letter-spacing: 0;
	padding: 16px 20px;
	position: relative;
	width: 190px;
	color: white;
	font-family: system-ui, sans-serif;
	font-size: 14px !important;
	font-weight: 600;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -47px 0 0 189px;
}

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

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

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

.nav-primary {
	float: right;
}

.nav-primary .genesis-nav-menu a {
	font-family: graphikweb-regular, sans-serif !important;
	font-size: 14px;
	font-size: 1.4rem;
}

.nav-primary .genesis-nav-menu>.menu-item>a {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .current-menu-item>a,
.nav-primary .sub-menu .current-menu-item>a:focus,
.nav-primary .sub-menu .current-menu-item>a:hover {
	color: #e8554e;
}

.nav-primary .sub-menu {
	background-color: #343e47;
	line-height: 1.8;
}

.nav-primary .sub-menu a {
	padding: 5px 25px;
}

.nav-primary .sub-menu .current-menu-item>a {
	color: #fff;
}

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

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

.nav-secondary .genesis-nav-menu {
	line-height: 1.625
}

.nav-secondary a {
	/* font-family: 'Lora', serif; */
	margin: 0 10px;
	padding: 0;
}

.nav-secondary a:focus,
.nav-secondary a:hover,
.nav-secondary .current-menu-item>a {
	color: #e8554e;
}

.nav-secondary .sub-menu .current-menu-item>a {
	color: #fff;
}

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

.responsive-menu-icon {
	/*cursor: pointer;*/
	display: none;
	/* margin-bottom: 10px; */
	text-align: center;
	color: #151515;
	/* padding: 0px 0px; */
	/* line-height: 1; */
}

.responsive-menu-icon::before {
	color: #313131;
	content: "\f0c9";
	font: normal 38px/1.7 'FontAwesome';
	margin: 13px;
}


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

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

.entry {
	/* margin-bottom: 40px; */
}

.single .entry {
	margin-bottom: 16px;
}

.spearnode-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

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

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

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

.entry-meta {
	clear: both;
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
}

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

.entry-header .entry-meta {
	margin-bottom: 24px;
	color: #9da6af;
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 14px;
}

.entry-footer .entry-meta {
	/* border-top: double #ddd; */
	padding-top: 12px;
}

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

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

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

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

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

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

.after-entry li {
	list-style-type: none;
}

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

.archive-pagination,
.entry-pagination {
	/* clear: both; */
	/* font-family: 'Oswald', sans-serif; */
	/* font-size: 14px; */
	font-size: 1.4rem;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
	margin-right: 10px;
}

.archive-pagination a {
	background-color: #222;
	/* border-radius: 3px; */
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #00a6dd;
	text-decoration: none;
}

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

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

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

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
	color: #525252;
	box-shadow: 0 0 17px rgba(227, 229, 231, .65);
	border-radius: 5px;
	padding: 26px 40px 30px 26px;
	color: #535a5f;
	font-size: 18px;
}

.comment-list li li {
	margin-right: -32px;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	background-color: #ebf7e2 !important;
	color: #5b8c36;
	border: 1px solid white;
	box-shadow: none !important;
}

.comment {
	background-color: #ffffff;
	border: 2px solid #fff;
	border-right: none;
}

.bypostauthor {}


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

.sidebar {
	display: inline;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 10px;
}

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

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

.widget li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: left;
	word-wrap: break-word;
}

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

.widget ul ol>li {
	list-style-position: outside;
	text-indent: 0;
}

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

.widget ol>li:last-child,
.widget ul>li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

.sidebar .search-form {
	width: 100%;
}


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

.footer-widgets {
	background-color: #222;
	color: #999;
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 40px;
	padding-top: 40px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	border: 1px solid #333;
}

.footer-widget-area {
	width: 24%;
	/* float: right; */
}


.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

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

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

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.footer-widgets li {
	border-bottom: unset;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}


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

.site-footer {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0px 0px;
	background: #222;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: #fff;
}

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

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

@media(min-width: 1140px) {

	.genesis-nav-menu.responsive-menu>.menu-item-has-children>a:before {
		content: "\f107";
		float: right;
		font: normal 20px/0.6 'fontawesome';
		/* height: 20px; */
		padding: 0px 9px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
}


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

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

	.wrap {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

	.header-image .site-header .title-area {
		background-position: center center !important;
		max-width: 190px;
		height: 70px;
		margin-left: 5px;
		background-size: contain !important;
	}

	.header-image .site-title a {
		/* width: unset !important; */
	}

	.wrap {
		max-width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

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

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget {
		padding: 0;
	}

	.genesis-nav-menu li,
	.nav-primary {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-title {
		/* text-align: center; */
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		text-align: right;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item>a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item>a:focus,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item>a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:focus,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		padding: 20px;
		border: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		/*cursor: pointer;*/
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children>a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
		content: "\f107";
		float: right;
		font: normal 20px/1 'fontawesome';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f106";
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.07);
		left: auto;
		opacity: 1;
		position: relative;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-ms-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:focus,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item>a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a:focus,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu>.menu-item-has-children:before,
	.nav-primary .genesis-nav-menu.responsive-menu>li:hover>a,
	.nav-primary .genesis-nav-menu.responsive-menu a:focus,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #2f2f2f;
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.author-box {
		padding: 20px;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer-widgets .widget:last-child {
		margin-bottom: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

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

	.site-description {
		font-size: 24px;
		font-size: 2.4rem;
	}

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

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}
}

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

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

.home .content>article,
.search .content>article,
.archive .content>article {
	border-radius: 10px;
	padding: 35px 25px 0;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	border-bottom: 2px solid #eee;
	position: relative;
	margin-bottom: 35px;
}

@media(min-width: 960px) {

	.home .content>article:hover,
	.search .content>article:hover,
	.archive .content>article:hover {

		-webkit-box-shadow: 0 1px 28px 0 rgba(0, 0, 0, .08);
		-moz-box-shadow: 0 1px 28px 0 rgba(0, 0, 0, .08);
		box-shadow: 0 1px 28px 0 rgba(0, 0, 0, .08);

	}
}

@media(max-width: 960px) {

	.home .content>article,
	.search .content>article,
	.archive .content>article {
		border-radius: 0px;
		padding: 20px 0px;
		-webkit-transition: all .1s ease-in;
		transition: all .1s ease-in;
		border-bottom: 2px solid #eee;
	}

	.home .content>article .entry-image-link img,
	.search .content>article .entry-image-link img,
	.archive .content>article .entry-image-links img {
		text-align: center !important;
		display: block;
		float: none;
		margin: auto auto 20px;
	}
}

.site-footer>.wrap {
	border-top: 1px solid #444;
	padding: 22px 0px;
}

.footer-widgets li,
.footer-widgets li a {
	color: white;
	font-weight: 300;
	font-size: 14px;
}

.entry-header .entry-meta,
.entry-header .entry-meta a,
.entry-header .entry-meta .entry-modified-time {
	color: #111111;
	font-size: 14px;
	margin-right: 10px;
}

.entry-tags>a {
	background: #222 !important;
	color: #fff !important;
	padding: 4px 6px;
	border-radius: 4px;
	margin-left: 5px !important;
}





/* search menu */
.header-search {
	float: right;
	position: relative
}

.header-search>i {
	padding: 22px 22px;
	color: #343d47;
	font-size: 20px;
	font-weight: 700;
}

@media(max-width:960px) {
	.header-search>i {
		padding: 20px 25px;
		font-size: 26px;
		font-weight: 700;
		line-height: 1;
		position: relative
	}
}

.header-search>i:hover {
	color: grey !important;
}

.header-search-bar {
	display: none
}

.header-search-bar .search-form {
	width: 100%;
	margin: 0;
	display: flex
}

.header-search-bar .search-form input {
	line-height: 1;
	padding: 8px 10px;
	border-radius: 0;
}

.header-search-bar .search-form input.search-form-submit {
	width: 50px
}

.header-search-bar.show {
	display: block;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 350px;
	z-index: 111;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	left: auto;
	opacity: 1;
	right: 11px;
	padding: 10px 10px;
	margin: 0;
}


.cl2489294 a {

	font-size: 13px;
	text-transform: uppercase !important;
	background: linear-gradient(107deg, #d11450, #ee2e24);
	border-radius: 3px !important;
	padding: 12px 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff !important;
	color: #222;
	font-family: system-ui, sans-serif;
	font-size: 16px !important;
	font-weight: 600;
	text-transform: none;


	font-size: 14px;
	text-transform: uppercase;
	font-family: graphikweb-regular, sans-serif !important;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 50px;
	padding: 20px;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;

}

.read-m-ar {
	float: right;
	color: #efefef !important;
	background-color: #232323 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 14px;
	margin-bottom: 22px;
	position: absolute;
	border-bottom: 0 !important;
	box-shadow: none !important;
	right: 0;
	bottom: 0;
	margin-right: 15px;
	display: block;
	margin: 25px;
}

.read-m-ar:hover {
	background-color: #20e8e4 !important;
	color: #222 !important;
}

.author-box-title {
	font-size: 21px !important;
	font-weight: 500 !important;
}

.content p {
	/*color: #535a5f;*/
	font-size: 18px;
}

.social-facebook,
.social-googleplus,
.social-linkedin,
.social-rss,
.social-twitter {
	border-radius: 50% !important;
}

.socialshare89242 .fa {
	padding: 14px;
	font-size: 20px;
	width: 46px;
	text-decoration: none;
	margin: 4px 2px;
	height: 46px;
	border-radius: 50%;
	color: #fff;
}

.socialshare89242,
.socialshare89242 .fa {
	text-align: center;
}

.fa:hover {
	opacity: 0.7;
	color: white !important;
}

.fa-facebook {
	background: #3B5998;
}

.fa-twitter {
	background: #55ACEE;
}

.fa-linkedin {
	background: #007bb5;
}

.fa-instagram {
	background: #125688;
}

.fa.fa-youtube {
	background: #D72630;
}

.fa.fa-rss {
	background: #f35111;
}

.entry-content a {
    color: #222;
    text-decoration: none;
    border-bottom: 2px solid #147bb5;
    transition: box-shadow .3s ease-out,background-color .3s ease-out;
}

.entry-content a:hover {
    color: #147bb5;
}

.nofloat {
	float: none;
}

.foot982-1,
.foot982-2,
.foot982-3 {
	float: left;
	width: 33%;
}

.foot982-1,
.foot982-2 {
	margin: 15px 0px;
}

.foot982-1 {
	text-align: left;
}

.foot982-3,
.foot982-3 .socialshare89242 {
	text-align: right;
}


@media(max-width: 860px) {

	.foot982-1,
	.foot982-2,
	.foot982-3 .socialshare89242,
	.foot982-3 {
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media(max-width: 780px) {

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

	.breadcrumb {
		font-size: 13px;
	}

	.footer-widget-area {
		width: 100%;
	}

}

@media(min-width: 960px) {

	.genesis-nav-menu.responsive-menu>.menu-item-has-children .menu-item-has-children>a:before {
		content: "\f105";
		float: right;
		font: normal 20px/0.6 'fontawesome';
		padding: 0 9px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
}

.footerhead {
	color: white;
	font-size: 22px;
}

.crp_relatedtitle982 {
	font-size: 23px !important;
	font-weight: bold;
	margin-bottom: 15px !important;
}

.comment-reply-title {
	font-size: 20px !important;
	font-weight: bold;
	margin-bottom: 5px;
}

button.btn-new {
	background: linear-gradient(107deg, #d11450, #ee2e24);
	margin: 6px;
	border-radius: 7px;
	padding: 5px 12px 5px 10px;
	width: auto
}

@media only screen and (max-width:600px) {
	button.btn-new {
		background: linear-gradient(107deg, #d11450, #ee2e24);
		margin: 6px;
		border-radius: 7px;
		padding: 5px 12px 5px 10px;
		width: 100%
	}
}

button.btn-new:hover {
	color: #fff;
	background-color: #008cba
}

@media only screen and (min-width:600px) {
	.afterpostbuttons {
		margin-bottom: 30px;
		border-top: 2px solid #666;
		border-top-width: 100%;
		border-bottom: 2px solid #666;
		border-bottom-width: 100%;
		padding-bottom: 30px;
		padding-top: 30px
	}
}

@media only screen and (max-width:600px) {
	.afterpostbuttons {
		border-top: 2px solid #666;
		margin-top: 30px;
		margin-bottom: 30px;
		border-bottom: 2px solid #666;
		padding-bottom: 30px;
		padding-top: 30px
	}
}

@media only screen and (max-width:600px) {
	.afterpostbuttons {
		text-align: center;
		text-decoration: none
	}
}

@media only screen and (max-width:600px) {
	.afterpostbuttons a {
		text-decoration: none;
		border-bottom: none
	}
}


.affiliatepostwidth {
	margin: 0 auto;
	max-width: 800px;
}

span.crp_title {
	font-size: 17.5px;
	color: #D3174C;
	display: block;
}

.crp_related ul li:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(189, 189, 189, 0.19), 0 6px 6px rgba(189, 189, 189, 0.23);
	border: 1px solid #e6e9eb;
	background: #fdfdfd;
}

#loadmoredivs {
	text-align: center;
	width: 100%;
}

#loadmoredivs a {
	border-radius: 4px;
	padding: 9px 16px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(107deg, #d11450, #ee2e24);
}

.grid3-layout {
	font-family: arial;
	font-size: 14px;
}

.grid3-layout h3 {
	text-align: center;
}

.grid3-layout ul {
	padding: 0;
	margin-left: 0
}

.grid3-layout ul:after {
	position: relative;
	display: block;
	content: "";
	clear: both;
}

.grid3-layout li {
	display: block;
	float: left;
	width: 13.33%;
	padding: 15px 5px;
	text-align: center;
}

.grid3-layout li:nth-of-type(3n) {
	border-right: none;
}

.grid3-layout li a {
	color: #404040;
}

.grid3-layout li i {
	height: 20px;
	display: block;
	margin: auto;
}

.grid3-layout li i.icosupercash:before {
	font-size: 1.429rem;
	color: #000;
}

.grid3-layout li span {
	display: block;
	margin-top: 10px;
	text-transform: capitalize;
}

.grid3-layout.morlst ul {
	max-height: 12.143rem;
	overflow: hidden;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.grid3-layout ul li img {
	height: 50px;
	width: 50px;
}

.hr {
	border: 2px solid #eaebed;
	margin: 0rem -1.071rem 0;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media all and (max-width:600px) {
	.grid3-layout ul {
		padding: 0;
		margin-left: 0;
	}

	.grid3-layout ul li {
		width: 33.3%;
	}
}

.grid3-layout li {
	/* min-width: 133px; */
	display: inline-block;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 6px rgba(193, 185, 185, 0.44);
	padding: 10px;
	height: 127px;
	vertical-align: middle;
	line-height: 19px;
	color: #222;
}

@media all and (min-width:600px) {
	.grid3-layout {
		margin-top: 27px !important;
	}
}

#loadmoredivs {
	margin-top: 20px;
}

@media only screen and (max-width:890px) and (min-width:601px) {
	.grid3-layout ul li {
		width: 24.9% !important;
	}
}

@media only screen and (max-width:1800px) and (min-width:1161px) {
	.grid3-layout li {
		width: 14.2% !important;
		margin-left: 1px !important;
	}
}

@media only screen and (max-width:1920px) and (min-width:1801px) {
	.grid3-layout li {
		width: 14.2% !important;
		margin-left: 1.4px !important;
	}
}

@media only screen and (max-width:1160px) and (min-width:891px) {
	.grid3-layout li {
		width: 14.2% !important;
		margin-left: .6px !important;
	}
}

/**Accordion highlight text**/

.acc_active {
	background: #2b7de2;
	border-radius: 3px !important;
	padding: 10px;
	color: white;
}

.acc_active a {
	color: #fff;
}

.accordion-content ol li {
	padding-left: 0px;
	text-indent: 0px;
	padding-left: 10px;
}

.after-entry {
	background-color: #fff;
	padding: 0px;
}

.IRPP_ruby .postTitle {
	text-align: left;
}

.IRPP_ruby .ctaText {
	font-size: 16px;
	text-decoration: underline;
}

.community-ad {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background-color: #f1f1f1;
}

.sub-cover {
	width: 34%;
	padding: 34px;
}

.sub-cover a {
	border-bottom: 0px solid #b33461;
}

.container__text {
	max-width: 66%;
}

@media only screen and (max-width: 900px) {
	.container__text {
		max-width: 100% !important;
	}

	button.sub_link {
		width: 100% !important;
	}

	.sub-cover {
		padding: 0px;
		text-align: center !important;
		display: block;
		margin: auto;
	}

	p.sub-title {
		font-size: 21px !important;
	}

	.content p {
		font-size: 15px;
	}
}

p.sub-title {
	font-size: 24px;
	font-weight: bold;
}

.sub_info {
	padding: 10px;
}

button.sub_link {
	background: #b9255f;
	border-radius: 6px;
	font-size: 15px;
	color: #fff;
	width: 30%;
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
}








/* Toc csss */
#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

#ez-toc-container a {
	margin-bottom: 15px;
}

#ez-toc-container a:hover {
	text-decoration: none;
}

#ez-toc-container ul li {
	line-height: 2;
	font-size: 16px;
	margin-bottom: 10px;
}

.ez-toc-title-container {
	margin-bottom: 15px;
}






/* additional css */
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	min-height: 6.8em;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	margin-bottom: 90px;
}

/* Reduces the title font size and displays more than two title lines */
.yarpp-thumbnail {
	height: 150px !important;
}

.yarpp-thumbnail-title {
	font-size: 0.75em !important;
	max-height: 6.8em !important;
}

/* Centers the thumbnail section */
.yarpp-related-widget {
	text-align: center !important;
}

@media screen and (max-width: 768px) {
	#hideonmobile {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	
	.content-sidebar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.sidebar-primary .widget:last-child {
		position: -webkit-sticky;
		position: sticky;
		top: 40px;
	}

	.admin-bar .sidebar-primary .widget:last-child {
		top: 72px;
	}
}

.yarpp-related-shortcode a {
	font-size: 21px;
	font-weight: 500;
	text-decoration: none;
	color: #900000;
	border-bottom: 0px solid #900000;
}

form.search-form {
	width: 100%
}


.acc_active a {
    color: #fff;
}


/* NEXT Buttons CSS */
.wp-block-button a{
color: #ffffff;
}

.wp-block-button__link.has-background {
	padding: 1px 15px 1px 15px;
	font-size: 20px;
	background: linear-gradient(107deg, #d11450, #ee2e24);
	border: 0px;
}

.wp-block-button__link.has-background:hover {
	color: white;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background {
	border-bottom: 1px solid #0000FF;
	border-radius: 0px;
	padding: 0px;
	margin-left: 10px;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background:hover {
	border-bottom: 1px solid #008EFB;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background {
	background: linear-gradient(107deg, white, white);
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background:hover {
	background-image: linear-gradient(to right, white 40%, white 100%);
	color: #008EFB;
}
/* NEXT Buttons CSS END */


/* Homepage CSS */
.image-rounded-corners {
	border-radius: 2px;
}

.column-box-shadow {
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 0 7px 0 rgba(0,0,0,.05);
	border-radius: 2px;
}

.column-second-box-shadow {
	box-shadow: 0px 6px 10px 0px #F2F2F2;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
}


.background-color-border {
	border: 1px solid #EEEEEE;
	border-radius: 3px;
}

.wp-block-button.has-custom-font-size > .wp-block-button__link.has-white-color.has-text-color.has-background {
	font-size: 16px;
	font-weight: bold;
	margin-top: -05px;
	padding: 8px 30px;
}

.wp-block-button.has-custom-font-size.cta-button-style > .wp-block-button__link.has-white-color.has-text-color.has-background {
	font-size: 18px;
	padding: 15px 35px;
}

.wp-block-button.has-custom-font-size.cta-button-style > .wp-block-button__link.has-black-color.has-text-color.has-background {
	font-size: 18px;
	padding: 14px 35px;
	color: #1F1F1F;
	background: #E6E6E6;
}

.wp-block-button.has-custom-font-size.cta-button-style > .wp-block-button__link.has-white-color.has-text-color.has-background {
	font-size: 18px;
	border-radius: 2px;
	padding: 10px 25px;
	color: white;
	background: #E6E6E6;
}

.wp-block-button.second-cta-button-style > .wp-block-button__link {
	font-size: 18px;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	padding: 10px 25px;
	color: #383838;
	background: #F1F1F1;
	margin-top: -5px;
}

.container-border-bottom {
	border-bottom: 3px solid #DE203C;
}

.heading-top-border {
	border-top: 2px solid #DE203C;
	padding-top: 20px;
}

.search-suggestions {
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 0 7px 0 rgba(0,0,0,.05);
	color: #3b3b3b;
	margin-left: 10px;
	margin-right: 10p;
	padding: 3px 15px;
}

.search-suggestions-first-word {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;

}

.search-container {
	margin-top: -10px;
	text-align: center;
}

.margin-bottom-spacing {
	margin-bottom: 0px !important;
}

.about-container-padding {
	padding: 40px 40px 30px 40px;
}

.social-media-text {
	margin-bottom: 20px !important;
	margin-left: -20px;
}

.social-media-grid {
	margin-top: -25px;
}

.social-media-container {
	padding-bottom: 0px;
}

.column-third-box-shadow {
	background: white;
	border: 1px solid #EEEEEE;
	margin-bottom: 30px !important;
}

.hub-cta-button a {
	padding: 0px 0px 5px 0px!important;
	color: #353535 !important;
	background: #F8F8F8 !important;
	text-align: left;
	border-bottom: 1px solid #636363 !important;
	display: inline;
}

.hub-list-style li {
	margin-left: 20px;
}

.hub-list-style li a {
	color: #0000FF;
	border-bottom: 0px;
}

.hub-list-style {
	margin-bottom: 20px;
}

#h-marketing91-resources-has-been-featured-in {
	line-height: 1.4em;
}

.centered-button-for-home-container {
	position: relative;
	margin-top: 50px !important;
	margin-bottom: 120px !important;
}

.centered-button-for-home {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-section-content {
	z-index: 10;
}

.courses-bottom-button {
	margin-top: -40px;
	margin-bottom: 200px !important;
}

@media only screen and (max-width: 600px) {
	
	.grid-column-spacing {
		margin-bottom: 20px;
}
	
	.heading-container-mobile {
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
	
	.outer-container-spacing {
		margin: 80px 0px;;
	}
	
	.inner-container-padding {
		padding-top: 20% !important;
		padding-bottom: 15% !important;
	}
	
	.above-margin-spacing {
		margin-top: 30px;
	}
	
	.logo-hide-mobile {
		display: none;
	}
	
	.h-top-heading {
		font-size: 36px;
	}
	
	.hero-section-image {
		display: none;
	}
	
	.logo-hide-desktop-top {
		margin-top: 30px;
	}
	
	.latest-posts-margin {
		margin-bottom: -10px;
	}
	
	.hero-section {
		margin-bottom: -40px;
	}
	
	.mobile-logo-grid-column {
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.courses-bottom-button {
	margin-top: -40px;
	margin-bottom: 250px !important;
}

}

@media only screen and (min-width: 600px) {
	.logo-hide-desktop {
		display: none;
	}
}



/* Homepage CSS END */


.read-m-ar {
padding:6px 12px}


/* NEXT Buttons CSS */

.wp-block-buttons>.wp-block-button {
margin: 5px;
}

.wp-block-button a{
color: #ffffff;
}

.wp-block-button__link.has-background {
	padding: 1px 15px 1px 15px;
	font-size: 20px;
	background: linear-gradient(107deg, #d11450, #ee2e24);
	border: 0px;
}

.wp-block-button__link.has-background:hover {
	color: white;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background {
	border-bottom: 1px solid #0000FF;
	border-radius: 0px;
	padding: 0px;
	margin-left: 10px;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background:hover {
	border-bottom: 1px solid #008EFB;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background {
	background: linear-gradient(107deg, white, white);
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background:hover {
	background-image: linear-gradient(to right, white 40%, white 100%);
	color: #008EFB;
}
/* NEXT Buttons CSS END */

/**CTAuthor box**/
.wrapper {
	display: inline-flex;
	margin-top: 12px;
}

.wrapper .icon {
	margin-right: 14px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon a {
	text-align: center;
	display: block;
	height: 36px;
	width: 36px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon a i {
	line-height: 36px;
	font-size: 20px;
}

.wrapper .icon:hover a {
	color: #fff;
}

.icon .fa-youtube, .icon .fa-facebook, .icon .fa-twitter, .icon .fa-linkedin, .icon .fa-instagram {
	background: none;
}

.icon .fa-youtube:hover, .icon .fa.fa-facebook-f:hover, .icon .fa-twitter:hover, .icon .fa-linkedin:hover, .icon .fa-instagram:hover {
	opacity: inherit;
}

.wrapper .twitter:hover a {
	background: #fff;
	color: black;
}

.wrapper .facebook:hover a {
	background: #fff;
	color: black;
}

.wrapper .youtube:hover a {
	background: #fff;
	color: black;
}

.wrapper .linkedin:hover a {
background: #fff;
	color: black;
}

.wrapper .instagram:hover a {
	background: #fff;
	color: black;
}

.icon .fa-youtube:hover, .icon .fa.fa-facebook-f:hover, .icon .fa-twitter:hover, .icon .fa-linkedin:hover, .icon .fa-instagram:hover {
color: black !important;
}

.authorsocial-icons {
	border-top: 1px solid #888;
	margin-top: 12px;
}

.author-box {
	padding: 22px 14px 22px 15px;
}

.wrapper .twitter a {
    background: #46C1F6;
	color: #fff;
}

.wrapper .youtube a {
    background: #FF0000;
	color: #fff;
}

.wrapper .linkedin a {
    background: #007bb5;
	color: #fff;
}

.wrapper .instagram a {
    background: #e1306c;
	color: #fff;
}

.wrapper .facebook a {
    background: #3B5999;
	color: #fff;
}



@media screen and (min-width: 768px) {
	.author-box-content p {
		display: inline-block;
		width: 80%;
		text-align: justify;
	}

	.author-box .avatar {
		display: inline-block;
		width: 15%;
		margin: 20px 30px 0 0;
	}
}

/** CTAuthor box**/


/* Abhishek Latest CSS starts from here */

/* Styling for Hero Section */
.hero-section {
    background: radial-gradient(16.63% 34.5% at 93.52% 114.4%,rgba(155,21,120,.8) 0,rgba(155,21,120,0) 100%),radial-gradient(34.13% 74.35% at 60.59% 124.35%,rgba(244,66,56,.7) 0,rgba(155,21,120,0) 130%),#000514 !important;
    margin-top: -29px;
}

@media (max-width: 1120px) {
    .wp-block-column.is-vertically-aligned-center.hero-section-content {
        margin-top: 35px;
    }
}

.wp-block-buttons.grid-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 0.5em;
    text-align: center;
}

@media (max-width: 1200px) {
    .ct-section-col.gb-block-layout-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "col1"
        "col2"
        "col3";
    }

    .wp-block-genesis-blocks-gb-container.section-col.gb-block-container {
        padding: 0px !important;
    }

    .section-container .section-ac .gb-layout-column-wrap {
        grid-gap: 0px;
    }
}

@media (max-width: 700px) {
    .section-container {
        margin-top: 63px;
    }
}

@media (min-width: 701px) and (max-width: 859px) {
    .section-container {
        margin-top: 61px;
    }
}

@media (min-width: 860px) and (max-width: 1121px) {
    .section-container {
        margin-top: 62px;
    }
}

@media (min-width: 1122px) and (max-width: 1250px) {
    .section-container {
        margin-top: 40px;
    }
}

.wp-block-column.is-vertically-aligned-center.hero-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 0.5em;
    font-size: 35px;
    text-align: center;
}

p.ct-block-heading {
    margin-top: 8px;
}

.ct-block-heading {
    text-align: center;
    max-width: 630px;
    color: white !important;
}

@media (max-width: 1250px) {
    h1.ct-block-heading {
        font-size: 43px !important;
    }
}

@media (max-width: 768px) {
    h1.ct-block-heading {
        font-size: 38px !important;
    }
}

@media (max-width: 480px) {
    h1.ct-block-heading {
        font-size: 31px !important;
    }

    .ct-block-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wp-block-button.has-custom-font-size.cta-button-style > .wp-block-button__link.has-white-color.has-text-color.has-background {
        font-size: 16.6px !important;
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up {
    opacity: 0;
    animation: fadeUp 1s ease-out forwards;
}

.delay-1 {
    animation-delay: 0.5s;
}

.delay-2 {
    animation-delay: 1s;
}

/* End of Hero Section Styling */

/* Custom Font Styling */

/* Styling for Grid Section */
@media (min-width: 850px) and (max-width: 1150px) {
    .category-box-list .list-item {
        padding-top: 19.5px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .section-container .section-ac .gb-layout-column-wrap {
        grid-gap: 0 1em;
    }

    .section-col {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
}

@media (min-width: 800px) and (max-width: 1400px) {
    .ct-section-col .gb-block-layout-column-inner {
        padding: 7px 0px 10px 0px !important;
    }
}

.category-box-header.d-flex.f-align-center.col-third {
    border-bottom: 0.0625rem solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: -10px;
}

.header-icon.course img {
    width: 27px !important;
}

.category-box.third, .ct-section-post {
    padding: 1.5rem !important;
}

.ct-section-post {
    padding-top: 0px !important;
}

.header-icon img {
    width: 20px;
}

.featured-tittle {
    font-size: 24px;
    margin: 0px;
    font-weight: bold;
}

.category-box-header h5 {
    font-size: 24px;
}

.ct-section-post .d-flex.f-align-center {
    padding-bottom: 3px;
    color: #060606;
    padding-top: 3px;
    border-top: 1px solid #f0f0f0;
}

.ct-section-post .d-flex.f-align-center:first-child {
    border-top: none;
    padding-top: 1.6px;
}

.list-item-thumb-img {
    margin: 20px;
}

.section-col {
    margin-top: -204px;
}

.ct-section-col.gb-block-layout-column {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 64px 64px -48px rgba(7,20,41,.1);
}

.category-box-header h5 {
    font-size: 24px;
}

.ct-section-post .d-flex.f-align-center {
    padding-bottom: 3px;
    color: #060606;
    padding-top: 3px;
    border-top: 1px solid #f0f0f0;
}

.ct-section-post .d-flex.f-align-center:first-child {
    border-top: none;
    padding-top: 1.6px;
}

.list-item-thumb-img:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(https://www.marketing91.com/wp-content/uploads/2023/08/List-Post.png) no-repeat;
    background-size: 24px 24px !important;
    margin-left: -10px;
    margin-top: -12px;
}

.list-item-thumb-img {
    margin: 20px;
}

.section-col {
    margin-top: -204px;
}

.ct-section-col.gb-block-layout-column {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 64px 64px -48px rgba(7,20,41,.1);
}

.f-align-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

.category-box {
    padding: 1.5rem;
}

.category-box .category-box-list {
    padding-top: 0.5rem;
}

.category-box .category-box-header .header-icon {
    display: flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: #f9f9f9;
    margin-right: 0.75rem;
}

.category-box-header.d-flex.f-align-center h5 {
    margin-bottom: 0;
}

.category-box .category-box-list .list-item {
    border-top: 0.0625rem solid #f0f0f0;
}

.category-box-list .list-item {
    padding-top: 12.5px;
    padding-bottom: 1rem;
    text-decoration: none;
    color: inherit;
}

.list-item .list-item-number {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25rem;
    width: 1.5625rem;
    text-align: center;
}

.list-item .list-item-thumb {
    margin-left: 0.5rem;
    display: flex;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.list-item .list-item-thumb img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.list-item .list-item-title {
    margin-left: 0.75rem;
    font-weight: 400;
    font-size: 18px;
}

.tooltip-mb {
    margin-left: 0.5rem;
    display: flex;
    position: relative;
}

.tooltip-mb .fa.fa-info-circle {
    color: #cfcfcf;
    font-size: 14px;
    margin-left: 5px;
}

.tooltip-mb .fa.fa-info-circle:hover {
    color: #333 !important;
}

.tooltip-mb {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.has-tooltip-mb {
    display: none;
    position: absolute;
    background-color: #000;
    color: white;
    font-family: Inter,sans-serif;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.375rem;
    font-size: 10px;
    bottom: 100%;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tooltip-mb:hover .has-tooltip-mb {
    display: block;
}

.has-tooltip-mb::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 1;
}

h1.wp-block-heading.has-text-align-center.fade-up.has-black-color.has-text-color {
    color: white;
}

@media (max-width: 849px) {
    .section-ac .gb-layout-column-wrap {
        display: inherit;
    }
}

@media (max-width: 600px) {
    .section-ac {
        padding-top: 32px !important;
    }

    .ct-section-col .gb-block-layout-column-inner {
        padding: 10px 4px 10px 4px !important;
    }
	.category-box-header.d-flex.f-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6px;
}		
}

/* End of Grid Section Styling */

/* Styling for Accordion */
.sp-collapse ul li a.active {
    background-color: #b8e2ff;
    color: #333;
}
.sp-collapse ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.sp-collapse ul li a:hover {
    background-color: #e0e0e0;
}

.sp-collapse ul li {
    margin: 0;
    padding: 0 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 0px !important;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a {
    background-color: #1484c3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px !important;
    color: white !important;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
    float: left;
    color: #444;
    font-size: 16px;
    background-color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.header-full-width.sidebar-content-sidebar .sidebar-secondary {
    position: sticky;
    top: 40px;
}

.sp-easy-accordion {
    max-height: 520px;
    overflow-y: auto;
}

.ea-body a.active {
    font-weight: bold;
    color: blue;
}

.ea-body a.active {
    position: relative;
}

/* Styling for the scrollbar */
.header-full-width.sidebar-content-sidebar .sidebar-secondary ::-webkit-scrollbar {
    width: 6px;
}

.sp-easy-accordion::-webkit-scrollbar-track {
    background-color: #cbcbcb;
}

.sp-easy-accordion::-webkit-scrollbar-thumb {
    background-color: #818080;
    border-radius: 6px;
}

.sp-easy-accordion::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
/* End of Accordion Styling */

/* Other Section Styling */
img.avatar.avatar-38.photo {
    margin-right: 10px !important;
    margin-top: -8px;
}

span.reading-time {
    margin-left: 3px;
	    margin-right: 3px;
}

.entry-modified-time {
    margin-left: 3px;
}

.entry-header .entry-meta, .entry-header .entry-meta a, .entry-header .entry-meta .entry-modified-time {
    margin-right: 3px;
}

span.entry-categories {
    margin-left: 6px;
}

@media only screen and (max-width: 600px) {
img.avatar.avatar-38.photo {
margin-top: 0px;
}
span.entry-categories a {
    line-height: 24px;
}
.entry-header .entry-meta {
    line-height: 30px;
}
}

span.entry-categories {
    position: relative;
}

.entry-categories a {
    display: inline-block;
    background-color: #0e82c6 !important;
    border-radius: 7px !important;
    padding: 1px 7px 1px 4px !important;
    color: white !important;
    font-size: 14px;
    text-align: center;
    position: relative;
	    margin-left: 9px;
}

.entry-categories a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    margin-right: 5px;
}

.entry-categories a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #0e82c6;
    position: absolute;
    left: -6px !important;
    top: 1px;
}

span.entry-categories a {
    color: white;
    text-decoration: none;
}

span.entry-categories a:hover {
    color: #f0f0f0;
}

.home span.entry-categories {
    margin-left: 9px;
}

/* Other Section Styling END */


/* Three Column Layout CSS*/
@media only screen and (min-width: 1000px) {
    .header-full-width.sidebar-content-sidebar main.content {
        background-color: #fff;
         margin-top: 12px;
        border-radius: 10px;
        padding: 27px 18px 15px 17px;
    }

    body.header-full-width.sidebar-content-sidebar {
        background-color: #f4f4f4;
    }

    body.header-full-width.sidebar-content-sidebar .wrap {
        margin: 0 auto;
        max-width: 100%;
        margin-left: 12px;
        margin-right: 12px;
    }

    .header-full-width.sidebar-content-sidebar section.author-box {
        margin: 0px;
    }
}

@media only screen and (min-width: 1001px) {
    .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap, .header-full-width.sidebar-content-sidebar .sidebar-secondary {
        margin-top: -57px;
    }
}

@media only screen and (min-width: 1201px) {
    body.post-template-default.header-full-width main.content {
        width: 75% !important;
    }
}

@media only screen and (min-width: 1700px) {
    body.post-template-default.header-full-width .author-box .avatar {
        width: 12% !important;
    }
}

main.content.header-full-width.sidebar-content-sidebar {
    padding: 27px 18px 15px 17px;
    margin: 22px 22px;
}

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

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

    body.post-template-default.header-full-width.sidebar-content-sidebar.genesis-breadcrumbs-hidden.genesis-footer-widgets-visible .sidebar-primary {
        width: 100%;
    }

    .vi-sticky-ad, div#vi-sticky {
        position: inherit !important;
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
        width: 85%;
    /* Adjust the width as needed */
    }
}

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

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

    .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
        width: 79%;
    /* Adjust the width as needed */
    }

    .sidebar-primary .widget {
        width: 300px;
    }
}

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

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .header-full-width.sidebar-content-sidebar .content-sidebar-wrap {
        display: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }

    .header-full-width.sidebar-content-sidebar .sidebar-secondary {
        float: left;
        width: 24%;
    /* Adjust the width as needed */
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
        width: 74%;
    /* Adjust the width as needed */
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    .header-full-width.sidebar-content-sidebar .sidebar-secondary {
        width: 20%;
    }

    .header-full-width.sidebar-content-sidebar main.content {
        margin-right: 14px;
    }
}

@media only screen and (min-width: 1501px) {
    .header-full-width.sidebar-content-sidebar .sidebar-secondary {
        width: 16%;
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
        width: 84%;
    }

    .header-full-width.sidebar-content-sidebar main.content {
        margin: 22px 22px;
			margin-top: 12px;
    }
}

@media only screen and (min-width: 1201px) {
    .header-full-width.sidebar-content-sidebar .sidebar-primary {
        margin-top: 1px;
    }
}
/* Three Column Layout CSS END*/

/* Styling Old Accordion */
.accordions {
    font-family: 'Inter', sans-serif;
}

.accordions-head {
    font-family: 'Inter', sans-serif;
}

.accordion-content {
    font-family: 'Inter', sans-serif;
    padding: 0 !important;
}

.acc_active {
    background: #b8e2ff;
    border-radius: 0px !important;
    font-weight: bold;
}

.accordions .accordion-icons {
    float: left;
    color: #444 !important;
    font-size: 16px;
    background-color: white !important;
    border-radius: 50%;
    width: 28px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    transition: transform 0.3s;
}

.accordions .ui-accordion-header-active .accordion-icons {
    transform: rotate(180deg);
}

.ui-accordion-header,
.ui-accordion-content {
    border: none;
}

.accordions-head-title, .ui-accordion-content {
    font-size: 16px !important;
}

.accordion-content p:last-child {
    padding: 8px 16px;
}

.ui-accordion-content {
    line-height: 28px;
}

.accordions-head {
    background-color: #343E47 !important;
    color: #333;
    font-size: 15px;
    padding: 6px !important;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    transition: background-color 0.3s;
}

.accordion-content {
    color: #555 !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    border-radius: 0 0 5px 5px !important;
}

.accordion-content ol li:hover {
    background-color: #e0e0e0;
}

.accordion-content ol li {
    margin: 0;
    padding: 3px 9px;
    font-size: 15px;
    line-height: 1.6;
}

.accordion-content ol li:last-child {
    margin: 0;
    padding: 9px 12px;
}


.header-full-width.sidebar-content-sidebar .items.ui-accordion {
    max-height: 520px;
    overflow-y: auto;
}

.items.ui-accordion ::-webkit-scrollbar {
    width: 6px;
}

.items.ui-accordion::-webkit-scrollbar-track {
    background-color: #cbcbcb;
}

.items.ui-accordion::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 6px;
}

.items.ui-accordion::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* End of Old Accordion Styling */


/* Header Buttons CSS */
.get-started a {
    display: flex !important;
    align-items: center !important;
    align-items: center;
    justify-content: center;
}

.get-started a span {
    margin-right: 5px;
    margin-top: 2px;
}

.get-started a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://www.marketing91.com/wp-content/uploads/2023/06/academy-icon-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.get-started a {
    font-size: 16px;
    padding: 9px 20px !important;
    border: none;
    margin-bottom: 14px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    background-image: linear-gradient(to right, #d2154e 0%, #FF5722 51%, #db2d3f 100%);
    border-radius: 120px;
    outline: none;
}

.get-started a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    .get-started a {
        margin-left: 20px;
        margin-right: 20px;
    }

    .breadcrumb-top {
        font-size: 14px !important;
    }
}
/* Header Buttons CSS END*/