/*
	Theme Name: rstheme
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
    Version: 2.2.4
	Template: genesis
	Template Version: 2.2.3
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
---------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'geomanist';
	src: url('assets/fonts/geomanist/geomanist-light-webfont.woff2') format('woff2'),
		 url('assets/fonts/geomanist/geomanist-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
/* geomanist regular */
@font-face {
	font-family: 'geomanist';
	src: url('assets/fonts/geomanist/geomanist-regular-webfont.woff2') format('woff2'),
		 url('assets/fonts/geomanist/geomanist-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/* geomanist regular italic */
@font-face {
	font-family: 'geomanist';
	src: url('assets/fonts/geomanist/geomanist-regular-italic-webfont.woff2') format('woff2'),
		 url('assets/fonts/geomanist/geomanist-regular-italic-webfont.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
/* geomanist book */
@font-face {
	font-family: 'geomanist';
	src: url('assets/fonts/geomanist/geomanist-book-webfont.woff2') format('woff2'),
		 url('assets/fonts/geomanist/geomanist-book-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/* geomanist medium */
@font-face {
	font-family: 'geomanist';
	src: url('assets/fonts/geomanist/geomanist-medium-webfont.woff2') format('woff2'),
		 url('assets/fonts/geomanist/geomanist-medium-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
/* geomanist bold */
@font-face {
	font-family: 'geomanist';
	src: url('assets/fonts/geomanist/geomanist-bold-webfont.woff2') format('woff2'),
		 url('assets/fonts/geomanist/geomanist-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

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

progress {
	vertical-align: baseline;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}


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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="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 {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
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-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

a.button.medium {
	color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 26px;
	padding: 8px 20px;
}
a.button.large {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	padding: 16px 32px;
}
.button-right-arrow a:after {
    font-family: FontAwesome;
    content: "\f178";
    margin-left: 5px;
}
.button-right-double-arrow a:after {
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 5px;
}
/*menu*/
.sidenavmenu {
cursor: pointer;
    float: right;
    padding: 18px;
    height: 60px;
    width: 60px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  background-color:#A4EAE4;
  overflow: hidden;
  transition: 0.1s;
  padding-top: 60px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
color:#000;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
 
.nav-menu li { 
border-bottom:1px solid #603f97; 
padding:20px;
width:100%;
position: relative; 
display: block;
}
 
.nav-menu li:hover { 
background:#3FBEB6;
}
 
.nav-menu li a { 
color:#000;
text-decoration:none;
display: block; 
width: 100%; 
height: 100%;
}
#menu-item-17718 a::after {
    content: "OFFER";
    font-size: 11px;
    color: #fff;
    background: #ff0000;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 6px;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:after,
*:before {
	box-sizing: inherit;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry-content: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,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px browser default */
}
/* Chrome fix */
body > div {
	font-size: 1.8rem;
}
body {
	background-color: #fff;
	color: #000000;
    font-family: 'cfastystd', sans-serif;
    font-family: 'pfdinpro', sans-serif;
    font-family: 'PF Din Text Universal', sans-serif;
    font-family: 'Averta', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-family: 'geomanist', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 29px;
	margin: 0;
    margin-top:60px;
}
.entry-content {
    line-height: 1.666666666667em;
    letter-spacing: .25px;
}
.entry-content p:empty {
    display: none;
}

.button,
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-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;
}
a {
	color: #56378e;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 600;
}

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

blockquote {
	background: #f2f5f5;
	/*border-left: 3px solid #f26e01;*/
	margin: 1.5em 0px;
	padding: 26px 20px;
}
blockquote p {
	display: inline;
}
/* ## Headings
--------------------------------------------- */
h1 { 
color:#000;
font-weight: 700;
font-size: 32px;
line-height: 1.2;
margin-top:20px;
}
.single-post h1 {
color:#fff;    
font-weight: 700;
line-height: 1.2;
margin: 0 0 30px;
font-size: 48px;
font-size: 4.8rem;
letter-spacing: -0.25px;
}

h2 {
font-weight: 700;
line-height: 1.2;
margin: 0 0 10px;
font-size: 26px;
font-size: 2.6rem;
margin-bottom: 20px;
color: #000;
letter-spacing: -0.5px;
}
h3,
h4,
h5,
h6 {
	
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
letter-spacing: -0.5px;
}
.single-post h6 {
	 font-size: 18px;
    font-size: 1.8rem;
    background: #e2edf8;
    padding: 10px;
    margin-bottom: 0px;
}

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

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

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

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* ## Objects
--------------------------------------------- */
.wp-caption,
embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
    border-style: none;
}

figure {
	display: block;
    background: #f5f5f5;
    border: 1px solid #ccc;
	margin: 20px 0px;
}

.pt-cv-title a {
	font-weight: 500;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

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

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

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #3FBEB6;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.button:focus,
.button:hover,
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"] {
	background-color: #56378e;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}
.button {
	display: inline-block;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
    border:1px solid #ddd;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
    font-size: 16px;
    line-height: 22px;
}
table.course-comparison-table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  border: none;
  border-radius: 5px 5px 0px 0px;
}
table.course-comparison-table td {
    min-width: 150px;
    height:50px;
}
table.course-comparison-table td, table.course-comparison-table th {
  border: 1px solid #ddd;
  padding: 10px;
}

table.course-comparison-table tr:nth-child(even){background-color: #f2f2f2;}

table.course-comparison-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  text-align: left;
  background-color: #603F97;
  color: white;
  border: 1px solid #603F97;
}
.single-post .content table.comparison-table img {
    margin: auto auto !important;
}

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

td,
th {
	text-align: left;
}

td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {

}
/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000;
	/* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/*INPOST CSS*/
.full-div {
margin-bottom: 28px;
}
.post-promo-ad {
display: inline-block;
}
.post-promo-ad img {
border-radius: 6px !important;
margin: 0px !important;
width: 100%;
border: 2px solid #603F97 !important;
box-shadow: none !important;
}
/*END INPOST CSS*/

.grecaptcha-badge {
    visibility: hidden !important;
}
/*checklist styling*/
#check_list ul {
  list-style: none;
  padding: 0;
margin-left: 0px;
	font-size:14px;
}
#check_list li {
 padding-left: 10px;
    list-style: none;
    background: #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #eee;
}

#check_list li:nth-child(even) { 
	background: #fff; 
}
#check_list li:before {
     content: "\f096";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    vertical-align: middle;
    color: #dfdfdf;
}

/*action plan styling*/
#action_plan ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    font-size: 14px;
}
#action_plan li {
    padding-left: 10px;
    list-style: none;
    background: #fafafa;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #fff;
}
#action_plan li:before {
    content: "\f013";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    color: #2166ad;
}
/*table of contents styling*/
#table_of_contents ul {
  list-style: none;
  padding: 0;
margin-left: 0px;
	font-size:14px;
}
#table_of_contents li {
 padding-left: 10px;
    list-style: none;
    background: #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #eee;
}

#table_of_contents li:nth-child(even) { 
	background: #fff; 
}

/*table of contents auto*/

.toc_navigation_empty {
  width: 200px;  
}
.toc_navigation {
display: block;
    height: calc(-160px + 100vh);
    margin-right: 20px;
    position: sticky;
    top: 80px;
    overflow-y: auto;
    width: 200px;
    min-width: 200px;
}
.toc_wrapper {
    display:none;
}
.toc_style {
    font-size: 15px;
    line-height: 1.4;
    padding-right: 20px;
    border-right: 1px solid #ece8f3;
}
.toc_title {
    font-weight: 600;
    padding-bottom: 16px;
}
.toc_style li {
    padding-bottom: 8px;
    list-style: none;
}
.toc_style li a {
    text-decoration: none;
    color: #646a72;
    font-weight: 500;
}
.toc_style li a:hover {

color: #603F97 !important;
}
.toc-wrapper {
max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    margin-bottom: 10px;
}
.post-video {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0px 2px 1px rgb(67 65 78 / 8%);
    border-radius: 4px;
    background: #f8f8f8;
}
.post-video p {
    margin-bottom: 20px;
}
.post-video-top {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.post-video-bottom {
        padding: 0px 20px 0px 20px;
    width: 100%;
    display: inline-block;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	padding-top: 0px;
	height: 0;
	margin-bottom:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.more-link {
	position: relative;
}
/*purchase proof*/
.magnet:before {
   font-family: FontAwesome;
    content: "\f076";
    color: #df4b37;
    font-style: normal;
}

/*courses archieve*/
.post-type-archive-sfwd-courses .featured-blog, .post-type-archive-sfwd-courses .newsletter, .post-type-archive-sfwd-courses .newsletter-footer {
display:none;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
    width: 100%;
}

.site-inner {
	clear: both;
	padding: 20px 60px 0; 
	word-wrap: break-word;
}
.single-post .site-inner, .single-post .wrap {
    max-width: 1340px;
}
.single-post .site-inner {
   padding: 20px 40px 0;  
}

.landing-page .site-inner {
	max-width: 800px;
}
/* ## 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: 1060px;
}

.content-sidebar-wrap {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

.single-post .content-sidebar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;    
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* ### Content */
.content {
	float: right;
	width: 680px;
}
.single-post .content {
 	float: right;
	width: 680px;
    margin-right: 40px;   
}

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

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

.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */
.single-post .sidebar-primary {
margin-left: 20px;
}
.sidebar-primary {
	float: right;
	width: 300px;
    
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.sidebar-primary .widget:last-child {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        z-index: 0;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment-count {
    color:#603F97;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
img.avatar.avatar-48.photo {
    width: 40px;
    height: 40px;
}
.comment-author {
	font-weight: 500;
}
.comment-meta {
display:none;
}
.comment-time-link {
	display: none;
}
.comment-reply {
padding-bottom:10px;
}
#cancel-comment-reply-link {
    margin-left: 10px;
}
/* ## Genesis
--------------------------------------------- */
#breadcrumbs {
font-size: 16px;
font-size: 1.6rem;
display: inline-block;
width: 100%;
color: #fff;
}
#breadcrumbs a {
font-weight:500;
color:#fff;
}
.breadcrumbs-wrap {
max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 60px;
}
.single-post .breadcrumbs-wrap {
max-width: 1100px;
transform: translateX(80px);   
}
.author-top {
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
    height: 30px;
    margin-right: 5px;
}
span.entry-comments-link {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	
	padding: 20px;
}
.archive-description {
    padding: 0px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
.authorarea {
    background: #f7f7f7;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    display: grid;
    position: relative;
    text-align: left;
    border-radius: 8px;
    grid-template-columns: 15% 85%;
    z-index: 999;
}
.authorarea img {
	border-radius: 40px;
	width: 70px;
}
.authorimage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.authorarea a {
	font-weight: 500;
}
span.dotspacer {
    content: "";
    display: inline-block;
    margin: 0px 5px;
    width: 5px;
    height: 5px;
    background: #fff;
    vertical-align: middle;
}
.after-post-promo {
display: none;
    background: #f6f6f6;
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 20px;
    font-size: 16px;
}

.after-post-promo-left {
float: left;
    width: 30%;
    text-align: center;
    display: inline-block;
}

.after-post-promo-right {
width: 70%;
    display: inline-block;
    padding: 0px 20px 20px 20px;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.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 {
	font-size: 20px;
	font-size: 2rem;
}
.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.post-image {
    float: none !important;
}
.featured-image {
    display: block;
    min-height: 175px;
}
.desktopmsg {
    display: block;
    background: #ece8f3;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
}
.desktopmsg-title {
    display: inline-block;
}
.desktopmsg a {
    font-weight: 600;
    color: #603f97;
    width: 100%;
    height: 60px;
    padding: 10px;
    display: block;
}
.desktopmsg a:hover {
    color: #000;
}
.desktopmg-title {
    display: inline-block;
}
.desktopmsg-button:hover {
    color:#603F97;
}
.desktopmsg-button {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 15px;
    background: #3fbeb6;
    margin-left: 10px;
}
.desktopmsg-button:after {
    font-family: FontAwesome;
    content: "\f178";
    font-size: 18px;
    color: #fff;
}

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

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

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

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

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

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

.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 28px;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

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

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

.mc4wp-response {
    margin: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    background: #e7f1fe;
    color: #1473c5;
    border-radius: 4px;
    display: block;
    overflow: overlay;
}
.mc4wp-response p {
	margin-bottom: 0px;
}
.mc4wp-alert.mc4wp-success {
    padding: 10px;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	padding: 0;
}

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

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}
/*sing post customization*/
.single-post header.site-header {
    background-color: #fff;
    box-shadow: rgb(51 59 81 / 5%) 0px 15px 30px;
}

.single-post .nav-primary a {
    color: #333;
    font-weight: 600;
}
.single-post .sidenavmenu svg {
    fill: #333 !important;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #603F97;
    	position: fixed;
	top: 0;
    height:60px;
	width: 100%;
	z-index: 9999;
}

.primary-menu-wrap > .wrap {
	padding: 0 20px 0 20px;
    height:60px;
}

.widget-area.header-widget-area a {
	color: #777;
	font-weight: 400;
	font-size: 14px;
}
/* Reading progress bar styles */
#reading-progress {
  position: fixed;
  top: 60px; /* adjust this value to position the progress bar below the .site-header class */
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  z-index: 9999;
}

#reading-progress .bar {
  height: 5px;
  background-color: #603F97;
  width: 0%;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
    float: left;
    width: 230px;
    height: 60px;
    display: inline-block;
}
.title-right {
    height: 60px;
    float: right;
    display: flex;
    align-items: center;
}
.logo-title {
    height: 60px;
    padding: 10px 10px;
    width: 230px;
    float:left;
}
.logo-title img {
    float: left;
    width: 180px;
    height: 42px;
}
.menu-courses-button {
    border-radius: 4px;
    padding: 4px 8px;
    background: #3fbeb6;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    display: none;
}
.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}
.header-full-width .title-area {
	float: none;
	width: 100%;
}
.site-title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
	font-size:24px;
}
.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}
.site-description,
.site-title {
	margin-bottom: 0;
	float: left;
	height: 65px;
    padding-top: 5px;
}
.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 20px 15px;
}

.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus,.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover {
	text-decoration:underline;
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-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: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}
.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 .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## After Header Navigation
--------------------------------------------- */
.primary-menu-wrap {
	background-color: #56378e;
    width: 250px;
    float:left;
}
.primary-menu-wrap.stuck {
	position: fixed;
	top: 0;
	overflow: auto;
	width: 100%;
	z-index: 9999;
}
.desktop-hidden {
	display: none !important;
}
.nav-primary {
text-align: right;
display: inline-block;
width: 70%;
float:left;
height: 60px;
}
.nav-primary a {
	color: #fff;
}
#menu-main-menu {
	line-height: 1.5;
}
#menu-main-menu a {
	text-decoration: none;
}
#menu-main-menu a:hover {
    color: #3FBEB6;
}
/* ## Footer Navigation
--------------------------------------------- */
.footerwidgetheadercheckout-container {
    background: #f7f6f7;
    text-align: center;
}
.footerwidgetheader-container {
text-align: center;
margin-top:20px;
background: #e2edf8;
    padding: 20px 30px;
}
.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}
.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}
.lightbox {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 95%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
}

.lightbox .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.lightbox .close:hover {
    background: #603F97;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
.entry {
	background-color: #fff;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
	
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #f5f5f5;
}
.single-post .entry-content ol, .single-post .entry-content ul {
    margin-left: 20px;
}
ul.spaced-list li {
    margin-bottom: 10px;
    list-style-type: none;
    text-indent: -1.2em;
}
ul.spaced-list li:before {
    color: #603f97;
    padding-right: 5px;
    content: "• ";
    font-size: 22px;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
    display: inline-block;
    font-weight: 500;
}
.entry-meta a {
	text-decoration: none;
}
.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}
.by-tag {
	font-style: italic;
	padding-right: 5px;
}
.entry-author-name {
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.comment-img {
	margin-left: 15px;
	margin-right: 10px;
}
.entry-categories,
.entry-tags {
	display: block;
}
/*GUIDES CSS*/
.guide-chapters {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 15px;
}
.chapter {
    padding: 10px;
    line-height: normal;
    border: 1px solid #e0f3f3;
    border-radius: 2px;
    font-weight: 500;
}

.chapter-number {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: #3FBEB6;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.guide-chapters .row1 {
    display: inline-block;
    margin: 10px;
}
.guide-chapters .row2 {
    display: inline-block;
}
.guide-resources {
    margin-bottom: 20px;
}
.guide-resources ul {
    margin: 0 !important;
    border-radius: 6px;
    overflow: hidden;
    padding-left: 0;
    list-style: none;
}
.guide-resources ul li {
    background-color: #e0f3f3;
    border-bottom: 1px solid #b1e3df;
    padding: 20px 20px 20px 50px;
    text-indent: -30px;
    list-style-type: none;
}
.guide-resources ul li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #3FBEB6;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

.guide-resources ul li a {

    line-height: 1.2;
    font-weight: 400;
}
.guide-resources ul li:last-child {
    border-bottom: 0px;
}
.guide-resources ul li a:hover {
text-decoration:underline;
}
.guide-breadcrumb {
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #ece8f3;
    border-bottom: 1px solid #ece8f3;
    background: #fff;
    display: flex;
    align-items: center;
}
.guide-breadcrumb .desc {
    flex: 1;
    line-height: normal;  
}
.guide-breadcrumb img {
max-width: 40px;
vertical-align: middle;
margin-right: 10px;
display:none !important;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
    padding: 5px 20px;
    border-radius: 5px;
	text-decoration: none;
}
.archive-pagination .active a,
.archive-pagination a:focus,
.archive-pagination a:hover {
	background-color: #56378e;
	color: #fff;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fbfbfb;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	margin-top: 40px;
    padding:10px 40px;
}
div#comments {
    background: #fbfbfb;
    width: 1140px;
    margin: 40px auto;
    position: relative;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    z-index: 999;
}
#respond {
padding: 10px 40px;
    margin: 40px auto 100px auto;
    background: #fbfbfb;
    width: 1140px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    z-index: 999;
}
.comment-author {
    color: #56378e;
}
span.says {
    color: #43464b;
}
.comment-respond,
.entry-pings {
	padding: 20px 0px;
}
.comment-list li {
	padding: 40px 0 0 30px;
    border-top: 1px solid #ebebeb;
}
.comment-list .depth-1 {
	padding-left: 0;
}
.comment-header {
	margin-bottom: 30px;
}
.comment-content {
	clear: both;
}
.comment-content ul > li {
	list-style-type: disc;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"]{
	width: 100%;
}
.comment-respond input[type="url"] {
	width: 100%;
}
.comment-form-author {
    width: 45%;
    display: inline-block;
    margin-right: 5%;
}
.comment-form-email {
    width: 45%;
    display: inline-block;
}
.comment-form-url {
    width: 96%;
    display: inline-block; 
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

.entry-pings .reply {
	display: none;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 0;
    margin-bottom: 40px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #111317;
	font-size: 15px;
	font-size: 1.5rem;
	clear: both;
	padding: 60px 20px;
	color: #898d9a;
	text-align: left;
	font-weight: 400;
    display: block;
}
.footer-widgets .wrap {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    padding: 0px 20px;
}
.footer-widgets-sub-section {
    margin-top: 40px;
}
.footer-widgets .widget-area {
    flex-grow:1;
    margin-right: 20px;
}
.footer-widgets  .widget-area.footer-widgets-4.footer-widget-area {
    flex: 0 0 auto;
    margin-right: 0px;
}
.footer-blog {
    display: flex;
    justify-content: space-between;
}
.footer-blog ul {
    width: 48%;
}
.footer-top-container {
background: #08365d;
color:#fff;
}
.footer-offer {
    background: red;
    color: #fff;
    margin-left: 5px;
    padding: 2px 4px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
}
.footer-top-container img {
    width: 25px;
    vertical-align: middle;
}
.footer-top-container .wrap {
    border-bottom: 1px solid #51647e;
    padding: 20px 20px;
}
.footer-social {
margin-top:20px;
}
.footer-social img {
width:25px;
}
.footer-social .fa {
    font-size: 20px;
    margin-right: 10px;
}
.footer-widgets-5 .widget-title {
text-align:center;
}
.footer-widgets a{
	color: #898d9a;
	text-decoration: none;
	font-weight: 400;
    font-size:15px;
        transition: color .2s;
}
.site-footer a {
	color: #d1d4db;
	text-decoration: none;
	font-weight: 400;
    font-size:15px;
        transition: color .2s;
}
.footer-widgets a:hover,
.site-footer a:hover {
	text-decoration: underline;
    color:#fff;
}
.footer-widgets .widget-title {
	font-weight: 600;
	color:#fff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer-widgets ul li {
    margin-bottom: 0px;
    line-height: normal;
}
.newsletter-footer-button {
    background: #4eb364;
    border-radius: 5px;
}
.newsletter-footer-heading {
    text-transform: uppercase;
    font-weight: 300;
    color: #333;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}
.newsletter-footer-button {

}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #000;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	color: #d1d4db;
}

.site-footer p {
	margin-bottom: 0;
}
.site-footer .wrap {
padding: 20px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.site-footer-left {
    text-align: left;
    flex: 1;
}
.site-footer-right {
    text-align: right;
    flex: 1;
}
.site-footer-left a {
    margin-right: 20px;
}
.blog .author-top, .archive .author-top {
    display:none;
}

.content-archive span.updated-info {
    display: none;
}
.before-blog {
	background: #f7f7f7;

}
.top-blog {
text-align: center;
color: #fff;
}
#nav_menu-4 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.menu-blog-menu-container a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
}
.menu-blog-menu-container ul li {
    display: inline-block;
    margin: 15px 15px 15px 0px;
}

.menu-blog-menu-container li.current-menu-item a {
border-bottom: 2px solid #56378e;
}

.menu-blog-menu-container a:hover {
    color:#603F97;
}
/*learndash*/
.learndash-wrapper .wpProQuiz_content .wpProQuiz_question {
border:0px !important;
}
.learndash-wrapper .ld-profile-summary {
    margin: 0 0 !important;
}
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
font-size:26px !important;
}
.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
    font-size: 1.4em !important;
}
.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
width:100px !important;
height:100px !important;
}
.page-id-3550 .learndash-wrapper .ld-profile-summary {
    display: none;
}
.page-id-3550 .learndash-wrapper .ld-item-list {
margin-top:0px;
}
.page-id-3550 .learndash-wrapper #ld-profile .ld-section-heading {
display:none;
}
.page-id-3550 .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title {
    flex:2;
}
.page-id-3550 .learndash-wrapper {
    margin-bottom: 80px;
}
figcaption {
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 16px;
}
figcaption::before {
    font-family: FontAwesome;
    content: "\f08d";
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    color: #603F97;
}
.below-entry-content {
    width: 1140px;
    margin: 60px auto;
    position: relative;
    background: #603F97;
    text-align: left;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 60% 30%;
    z-index: 999;
}
.below-entry-content a {
    color: #fff;
}
.global-post-cta {
    text-align: left;
    color: #fff;
    padding: 40px;
    max-width: 1020px;
    margin: 0 auto;
}
.global-post-image {
   display: flex;
    align-items: center;
    justify-content: center;
}
.global-post-image img {
    width: 100%;
    max-width: 300px;
}
.cta-title {
    font-size: 36px;
    font-weight: 700;
    padding: 20px 0px;
    line-height: 1.3;
}
.cta-desc {
    padding: 20px 0px;
}
.cta-action {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: #3FBEB6;
    width: 200px;
    margin: 20px 0px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
}
.above-footer-content {
    padding: 40px;
    text-align: center;
    width: 100%;
    background: #A4EAE4;
    height: 270px;
    margin-top: 60px;
}
.above-footer-content a {
    color: #fff;
}
.above-footer-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 30% 60%;
}
.above-footer-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.above-footer-image img {
    width: 100%;
    max-width: 250px;
    position: relative;
    top: -110px;
}
.above-footer-cta {
    padding: 20px;
}
.above-footer-cta-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}
.above-footer-cta-desc {
    padding: 10px;
    line-height: 1.2;
    max-width: 500px;
    margin: 0 auto;
}
.above-footer-cta-action {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: #603F97;
    width: 200px;
    margin: 15px auto;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
}
.above-footer-cta-action:hover {
    background-color: #3FBEB6;
}

.key {
background-color: #f2f5f5;
padding: 20px;
border-radius: 4px;
margin-bottom: 30px;
margin-top: 20px;
}
.key ul {
	margin-bottom: 0px;
}
.key h4 {
	margin-bottom: 20px;
}
/* post formatting*/
.header-container {
margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    display: flex;
    padding: 20px 60px 60px 60px;
    color: #fff;
    column-gap: 20px;
    transform: translateX(80px);
}
.header-container a {
    color:#fff;
    font-weight: 500;
}
.header-left {
    flex-shrink: 1;
    flex-basis: 80%;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right img {
    max-width: 250px;
}
.single-post header.entry-header {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background:#603F97;
}
.hero-image {
    pointer-events: none;
    position: absolute;
    width: 100%;
    min-height: 320px;
    z-index: -1;
    left: 0;
}
.meta-desc-formatting {
    display: inline-block;
    font-weight: 400;
    max-width: 800px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    min-height: 65px;
    letter-spacing: -0.25px;
}
.single-post a:hover {
    text-decoration: underline;
}
.single-post h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 3.8rem;
    font-size:38px;
    color:#000;
    letter-spacing: -0.5px;
}
.single-post h3 {
    font-size: 3.2rem;
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 40px;
    color:#000;
}
.single-post h4 {
    font-size: 2.0rem;
    font-size: 20px;
    margin:20px 0px;
    color:#000;
    letter-spacing: normal;
}

.single-post .content strong > a {
    font-weight: 600;
}

.single-post .content a > strong {
    font-weight: 600;
}

.single-post .content .learnmore strong > a {
font-weight: 600;
}

.circle-number {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #56378e;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    float: left;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    margin-top: 2px;
}

.single-post .content .learnmore a > strong {
font-weight: 600;
}
.single-post .content .alignnone {
margin-bottom:30px;
}

.single-post .content img.alignnone {
margin-bottom:30px;
}

.single-post .content figure {
    display: block;
    margin: 40px 0;
    box-shadow: 0 0px 2px 1px rgb(67 65 78 / 8%);
    border-radius: 4px;
    border:none;
    background: #f8f8f8;
    }
.single-post .content .wp-caption-text {
font-weight:500;
background:#f8f8f8;
padding:8px 0px;
}    

.single-post .content figcaption {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    background: #f8f8f8;
    padding: 8px 8px;
}
.single-post .entry-content img {
    display: block;
    margin: 40px 0;
    border: 1px solid rgb(209, 212, 219);
    border-radius: 10px;
}
.gallery-columns-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.gallery-columns-2 .gallery-item {
    flex-basis: calc(50% - 10px);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    margin: 10px 0px !important;
    justify-content: center;
}
.learnmore {
padding: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid #ece8f3;
    border-radius: 10px;
    background: #ece8f3;
}
.learnmore-title {
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}
.learnmore p {
margin-bottom:10px;
}
.learnmore ul {
    margin-bottom: 10px;
    margin-left: 0px !important;
}
.learnmore ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.quicktip {
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px;
    background: #f1e6f2;
}
.quicktip .title {
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #813a90;
    display: block;
}
.quicktip .title:before {
    content: "\f0eb";
    font-family: FontAwesome;
    color: #813a90;
    margin-right: 10px;
}
.quicktip a {
    color: #43464b;
    text-decoration: underline;
}
.quicktip .tool-button {
    background-color: #40beb6;
}
.example {
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px;
    background: #e0f3f3;
}
.example a {
    color: #43464b;
    text-decoration: underline;
}
.learnmore-icon {
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid #ece8f3;
    border-radius: 10px;
    background: #ece8f3;
}
.learnmore-icon .title {
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #603F97;
    display: block;
}
.learnmore-icon .title:before {
    content: "\f0eb";
    font-family: FontAwesome;
    color: #603F97;
    margin-right: 10px;
}
.learnmore-icon a {
    color: #43464b;
    text-decoration: underline;
}

a.tool-button {
    padding: 15px 20px;
    color: #fff;
    display: inline-block;
    background: #3fbeb6;
    text-decoration: none;
    border-radius: 8px;
    vertical-align: initial;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
}
.faq {
	background-color: #f2f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.faq h2 {
    margin-top: 0px;
}
.faq h3 {
    font-size: 18px;
}
.ext-links li a:after {
font-family: FontAwesome;
    content: "\f08e";
    font-size: 13px;
    margin: 0px 5px;
}
.reading {
    background-color: #f2f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 500;
}
.reading a, .reading >strong {
font-weight: 500;
}
.reading:before {
    font-family: FontAwesome;
    content: "\f02d";
    color: #ed1d26;
    padding: 0px 5px;
}

.recommended {
background: none repeat scroll 0 0 #ff9;
display:block;
border: 1px solid #e5e597;
padding: 20px;
margin: 30px 0px 30px 0px;
}
/*woocommerce custom*/

/*hide woocommerce coupon*/
.woocommerce-form-coupon-toggle {
    display: none;
}
.coupon {
    display: none;
}
section.related.products {
display:none;
}

.product_meta {
	display:none;
}

h2.woocommerce-loop-product__title {
    min-height: 70px;
}
.woocommerce-form-login__submit {
    background: #56378e !important;
    color: #fff !important;
}
.woocommerce .product .add_to_cart_button.button {
background: #603F97;
padding: 15px;
color: #fff;
border-radius: 5px;
font-size: 18px;
font-weight: 600;
}
button.woocommerce-Button.button {
    margin-top: 10px !important;
    background: #56378e !important;
    color: #fff !important;
}
.cart-subtotal {
	display: none;
}
.page-id-3548 th.product-thumbnail, td.product-thumbnail {
    display: none;
}

.page-id-3548 a.checkout-button.button.alt.wc-forward:hover {
    background: #3FBEB6;
}
.page-id-3548 a.checkout-button.button.alt.wc-forward{
    background: #603f97;
    padding: 10px;
}
.button.go-to-courses {
    color: #fff !important;
    background-color: #603f97 !important;
}
/*stripe*/
img.stripe-jcb-icon.stripe-icon, img.stripe-diners-icon.stripe-icon {
	display: none;
}
.btn2 {
    background: #4fb264;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
.belowbtn2 {
    display: block;
    font-weight: 500;
    font-size: 12px;
}

/*mobile banner*/
.mobilemsg {
display:none;	
}
.postid-3551 .entry, .postid-6941 .entry, .postid-7088 .entry, .postid-7183 .entry, .postid-8217 .entry, .postid-8219 .entry, .postid-8221 .entry, .postid-8304 .entry   {
border-bottom:0px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
margin-bottom:20px;
}
.woocommerce .woocommerce-message {
	display: none;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce .order_details li,
.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-page div.product div.summary {
	width: 100% !important;
}
th.product-total {
    min-width: 80px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: none;
}
.woocommerce div.product {
padding:10px;
}
.woocommerce input.button.alt {
    background-color: #f16334 !important;
}
.woocommerce a.button.cancel {
    display: none;
}
.paypal-button-widget {
	display: none;
}

.postid-220 .topsearchengines li {
	margin-top: 20px;
}

.postid-3551 .site-inner, .postid-6941 .site-inner, .postid-7088 .site-inner, .postid-7183 .site-inner, .postid-8217 .site-inner, .postid-8219 .site-inner, .postid-8221 .site-inner, .postid-8304 .site-inner  {
	background: #fff;
}
.cols {
	min-width: 49.9%;
	width: 33.3%;
	float: left;
	text-align: center;
}
.cols2 {
	min-width: 49.9%;
	float: left;
	width: 33.3%;
}

.postid-3551 .plan2-list li, .postid-6941 .plan2-list li, .postid-7183 .plan2-list li, .postid-8217 .plan2-list li, .postid-8219 .plan2-list li, .postid-8221 .plan2-list li, .postid-8304, .plan2-list li  {
	list-style: initial;
font-size:18px;
}

.postid-3551 h2, .postid-6941 h2, .postid-7088 h2, .postid-7183 h2, .postid-8217 h2, .postid-8219 h2, .postid-8304 h2 {
	font-weight: 600;
	line-height: 46px;
	margin: 20px 0;
	color: #0F476C;
	text-transform: capitalize;
}

.postid-3551 .wp-caption-text, .postid-6941 .wp-caption-text, .postid-7088 .wp-caption-text, .postid-7183 .wp-caption-text, .postid-8217 .wp-caption-text, .postid-8219 .wp-caption-text, .postid-8221 .wp-caption-text, .postid-8304 .wp-caption-text  {
	text-align: center;
	font-weight: 400;
}
#menu-item-3591 a:active {
	color: #fff;
text-decoration:none;
}
#menu-item-3591 a:focus {
	color: #fff;
}
.woocommerce div.product form.cart .button {
	background: #f16334;
	padding: 15px;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	float: none !important;
}
.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order {
font-weight: 500;
    background: #ffc439;
	color:#111;
	font-weight: 600;
    border-radius: 5px;
    padding: 15px 20px;
    line-height: 29px;
    margin: 0 auto;
    display: block;
	width: 100%;
    text-transform: uppercase;
}
.woocommerce-tabs {
	display: none;
}
/*end woo custom*/
/*social*/
.rssocial-social {
    margin: 10px 0px 30px 0px;
    font-size: 12px;
    text-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 5.125em);
}
.rssocial-link {
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    margin: 4px;
    cursor: pointer;
    max-width: 50px;
    background: #fff;
    color: #333;
    border: 2px solid #333;
}
 .rssocial-link:before {
font-family: FontAwesome;
margin-right: 5%;
font-size: 16px;
 }
.rssocial-link:hover,.rssocial-link:active {
    color: #603F97;
}
.rssocial-twitter:before {
    content: "\f099";
}
.rssocial-link:hover,.rssocial-link:active {
    transition: 0.3s;
    opacity: 0.8;
}
.rssocial-facebook:before {
content: "\f09a";
}
.rssocial-linkedin:before {
content: "\f0e1";
}

.yarpp {
    max-width: 1140px;
    margin: 60px auto;

}
.related-posts-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.yarpp h3 {
    text-align: center;
    grid-column: span 2;
}

.yarpp ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: contents;
}

.yarpp li {
padding: 40px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}

.yarpp a {
    font-weight: 600;
    font-size:20px;
    display: block;
    margin-bottom: 15px;
}
.yarpp p {
    margin-bottom: 0px;
}
.yarpp .cat-label {
    background: #f2f2f2;
    padding: 4px 8px;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1365px) {
.header-container {
transform: none;
}
    .single-post .breadcrumbs-wrap {
        transform: none;
    }
  .single-post .toc_navigation_empty {
        width: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .single-post .toc_navigation_empty {
        display: none;
    }
}
@media only screen and (min-width: 1160px) {
.full-figure {
max-width:1020px;
}
}
@media only screen and (max-width: 1140px) {
    .authorarea {
        width: 100%;
        border-radius: 0px;
        grid-template-columns: 20% 80%;
    }
    .below-entry-content {
        width: 100%;
        border-radius: 0px;
        left: 0%;
    }
    div#comments {
        width: 100%;
        border-radius: 0px;
        left: 0%;
    }
    #respond {
        width: 100%;
        border-radius: 0px;
        left: 0%;   
    }
}
@media only screen and (max-width: 1130px) {
	.sidebar {
		display: none;
	}
	.content {
		width: 100%;
	}
    .single-post .content {
        width: 100%;
        margin-right: 0px;
    }
	.seo-top-banner {
		display: none;
	}
    body.single-post {
    background: #fff;
}
}
@media only screen and (max-width: 1050px) {
	.nav-primary {
		display: none !important;
	}
}
@media only screen and (max-width: 960px) {
	.desktop-hidden {
		display: block !important;
	}
    .menu-courses-button {
    display:block;
    }
    .logo-title img {
    width: 150px;
}
    .logo-title {
    width: 180px;
}
    .title-area {
    width: 180px;
}

}
@media only screen and (max-width: 860px) {
	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
    .toc_navigation {
        display: none;
    }
    .toc_wrapper {
    display: block;
    max-height: 150px; 
    overflow: hidden; 
    transition: max-height 0.5s ease;
    border-top: 1px solid #ece8f3;
    border-bottom: 1px solid #ece8f3;
    margin-bottom: 20px;
    }
    .toc_style {
    padding-right: 0px;
    border-right: none;
    max-height: calc(150px - 40px);
    overflow: hidden;
    font-size: unset;
    }
    .toc_title {
        
padding: 10px 10px 10px 0px;
    }
    .toc_wrapper ul {
    margin-left: 0px;
    list-style-type: none;
        margin-bottom: 10px;
    }
    .toc_wrapper ul li {
    list-style-type: none;
    }
    .toc_style li a {
        color:#56378e;
        font-weight: 400;
    }
    .show-more {
display: block;
    padding: 10px 10px 10px 0px;
    text-decoration: none;
    margin-top: 5px;
    background: none;
    width: 100%;
    text-align: left;
}
button.show-more:hover {
    background: none;
}
    .toc_wrapper .show-more span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(96 63 151);
    margin-right: 7px;
    margin-bottom: 10px;
}
.single-post header.entry-header {
    max-width: 100%;
    padding:0px 2%;
}
.single-post .entry {
    padding: 0px 20px 20px 20px;
}
    .header-container {
        padding:20px 20px 40px 20px;
        flex-direction: column;
        row-gap: 20px;
    }
    .header-right img {
        max-width: 50px;
    }
    .breadcrumbs-wrap {
        padding:20px 20px;
    }
    .header-left {
    flex-basis: 100%;
    }
    .header-right {
        order: -1;
        justify-content: flex-start;
        display: none;
    }
	.site-inner {
		padding: 2% 2% 0;
	}
    .single-post .site-inner {
       padding: 2% 2% 0; 
    }
    .desktopmsg {
        display:none;
    } 
    

	.after-entry,
	.archive-description,
	.author-box,
	.entry,
	.entry-pings,
	.sidebar .widget {
		padding: 20px;
		margin-bottom: 5%;
	}
    .comment-respond, .entry-comments {
        padding: 0px 20px;
    }
	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 10% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.footer-top-container .wrap, .site-footer .wrap {
		text-align: center;
	}
	
.cols { 
width: 100%; 

} 
.cols2 { 
width:100%; 
}

.postid-3551 .plan2-list, .postid-6941 .plan2-list, .postid-7183 .plan2-list, .postid-8217 .plan2-list, .postid-8219 .plan2-list, .postid-8221 .plan2-list, .postid-8304 .plan2-list {
margin-left: 30px !important;
}

.accordion-background {
padding:20px;
}
.after-post-promo {
display: block;
}
.after-post-promo-left, .after-post-promo-right {
width:100%;
text-align:center;
}
    .above-footer-content {
        height: auto;
        padding: 20px;
        margin-top: 0px;
    }
    .above-footer-wrapper {
        grid-template-columns:minmax(0,1fr);
    }
    .above-footer-image img {
    top: 0px;
    max-width: 150px;
    }
}
@media screen and (max-width: 767px) {

    .site-footer .wrap {
        flex-direction: column;
        text-align: center;
        line-height: 2;
    }

    .site-footer-left, .site-footer-right {
        flex: 0 0 100%;
        margin-bottom: 10px;
        text-align: center; 
    }

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

    .site-footer-left a {
        margin-right: 10px; 
    }
        .footer-widgets .wrap {
    flex-direction: column;
            
    }
    .footer-widgets {
    padding: 20px;
    }
    .footer-widgets .widget-area {
    margin-right: 0px;
    }
}
@media only screen and (max-width: 600px) { 
.full-space {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    border-radius: 0px;
    }
.full-div {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
border-radius: 0;
text-align: center;
background: #ECE8F3;
border-top: 1px solid #ECE8F3;
border-bottom: 1px solid #ECE8F3;
/*background: linear-gradient(to bottom, #603F97 13.8%, #ECE8F3 13.8% 40%, #ECE8F3 40% 60%, #ECE8F3 60% 82%, #ECE8F3 84%);*/
height: 520px;
padding: 10px 0px;
}

    .featured-image {
      margin-bottom: 10px;  
    }
.post-promo-ad {
width: 320px;
    }
.post-promo-ad img {
width: 320px;
}
.learnmore-icon ul, .quicktip ul {
    margin: 10px;
}
	section#enhancedtextwidget-9 {
    float: left;
}
	.comment-form-author, .comment-form-email, .comment-form-url {
		width: 100%;
		display: block;
	}
    .newsletter-footer h4 {
        padding: 20px 30px;
    }
	.mailchimpforminbox{
	padding: 1% 5% 5% 7%;
	}
	.recommended {
		display:none;
	}
	body > div {
		font-size: 1.6rem;
	}

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
    h1 {
        font-size:26px;
        font-size:2.6rem;
        line-height: 32px;
        margin-top:0px;
    }
    .single-post h1 {
    font-size:32px;
    line-height: 36px;
    font-size:3.2rem;   
    }
    .meta-desc-formatting {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    }
    span.dotnomob {
    }
	.single-post h2, .single-post h3 {
		font-size:24px;
	}
	h3.widgettitle.widget-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
	margin-top:0px;
}
	.boxbelowpost-heading {
font-size:26px; 
line-height: 30px;
padding: 30px 5% 20px 5%;
}
.boxbelowpost-desc {
font-size:18px;
}

/*show mobile banner on mobile only*/
.mobilemsg {
    display: block;
    position: sticky;
    bottom: 0;
    background: #603f97;
    width: 100%;
    height: 75px;
    text-align: center;
    z-index: 99999;
    color: #fff;
}
.mobilemsg a {
    font-weight: 600;
    color: #fff;
    display: block;
    height: 75px;
    padding: 15px;
}
.mobilemsg-left {
    display: inline-block;
    width: 80%;
    height: 44px;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    padding: 0 10px;
}
.mobilemsg-right {
    text-align: left;
    display: inline-block;
    width: 20%;
    height: 44px;
}
.mobilemsg-button {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 15px;
    background: #3fbeb6;
}
.mobilemsg-button:after {
    font-family: FontAwesome;
    content: "\f178";
    font-size: 18px;
    color: #fff;
}
.footer-widgets-5 .widget-title {
text-align:left;
}
.site-footer p {
text-align:left;
}


.authorarea {
    grid-template-columns: minmax(0,1fr);
}
    .below-entry-content {
        grid-template-columns: minmax(0,1fr);
        grid-row-gap: 20px;
    }
    .cta-title {
            font-size: 26px;
    }
    .global-post-image {
        display:none;
    }
    .above-footer-cta {
        padding:20px 10px;
    }
    .guide-chapters {
     grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
    .related-posts-container {
        grid-template-columns: 1fr;
    }
    .yarpp a {
    font-size:18px;
    }
}
@media only screen and (max-width: 500px) { 
.gallery-columns-2 .gallery-item {
flex-basis: 100%;
}

}
@media only screen and (max-width: 340px) { 
	
	.mobilemsg-button a:after {
	font-size: 16px;
	}
	#emailmsg {
		font-size: 18px;
	}
}