/*
Theme Name: Optimized Geek Redesign
Author: Mauricio
Description: Child theme of original Optimized Geek theme
Version: 1.0.0
Template: optimizedgeek
*/

@import url('../optimizedgeek/style.css');
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Nunito+Sans:400,700,800,900'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Nunito+Sans:300,400,700,800,900');


body{
	background-color: #f1f2f2;
	font-family: 'Nunito Sans', serif;
}

ul, ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1em;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 0; 
	padding: 0 0 0 1.5em;
}

video {
	display: block;
	vertical-align: initial;
	height: auto;
}

/* ------------------------------ Mobile Nav ------------------------------ */

.menu-mobile-nav-container {
	display: none;
}

/* ------------------------------ Header ------------------------------ */
.wrap {
	max-width: 1205px;
	margin: 0 auto;
	padding: 0 25px;
}
.wrap:before {
	content: " ";
	display: table;
}
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
header#masthead {
	background-image: url('/wp-content/uploads/2019/01/home-bnaner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	background-color: #21409A;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
}
body:not(.home) header#masthead{
	position: absolute;
	left: 0;
	right: 0;
}
.site-branding {
	margin: 3.5em 14% 4em;
	max-width: 50%;
	color: #fff;
}

#mob-pic {
	display: none;
}

h1.site-title {
	background-color: transparent;

	height: auto;
	font-size: 2em;
	box-shadow: none;
}

h1.site-title a {
	display: block;
}

p#reboot {
	font-size: 2em;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 0;
}

#header-sep {
	margin: 1.3em 42% 1.3em;
	width: 16%;
	border: 1px solid #fff; 
}

#intro p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0;
	font-size: 1.6em;
}

#intro span {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 0.95em;
}

#shows {
	float: right;
	padding: 1em;
	margin: -7em 0 0 0;
}

#shows:after {
	display: block;
	content: " ";
	clear: both;
}

.page-template-landing #shows {
	display: none;
}

a#itunes,
a#google-badge,
a#stitcher {
	display: inline-block;
	height: 50px;
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
}

a#itunes img,
a#google-badge img,
a#stitcher img {
	width: auto;
	max-width: none;
}

#seen-on {
	padding: 1em 2em;
	background: #fff;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.page-template-landing #seen-on {
	position: relative;
	margin-top: -1em;
}

#seen-on div {
	width: 1024px;
	max-width: 100%;
	margin: 0 auto;
}

#seen-on h2 {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	vertical-align: middle;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}

#seen-on img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0px;
	height: 110px
}

.main-navigation ul ul {
	top: 50px; 
}

nav#site-navigation {
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 10px 0;
	position: absolute;
	transition: .4s;
}
.header-top {
	float: right;
}
.menu-main-menu-container {
	float: right;
}
.page-template-landing nav#site-navigation {
	display: none;
}

#site-navigation li a {
	padding: 22px 12px 22px;
	text-transform: uppercase;
	transition-property: background-color;
	transition-duration: 0.5s;
	font-size: 13px;
}

#site-navigation .current_page_item,
#site-navigation li a:hover,
#site-navigation .children li a:hover,
#site-navigation .sub-menu li a:hover {
	background-color: #414042;
}

#site-navigation .sub-menu li a {
	background-color: #fff !important;
	border-bottom: 1px solid #414042;
	color: #00c5e5;
	text-align: left;
}

div#nav-search {
	display: inline-block;
	margin: 1em;
	float: left;
}

div#nav-search .widget {
	margin: 0;
	max-width: 575px;
	width: 100%;
}
span.close-search {
	font-size: 24px;
	align-items: center;
	justify-content: center;
	color: #f00;
	border-radius: 100%;
	font-weight: 300;
	cursor: pointer;
	width: 100%;
	text-align: right;
	display: block;
}
div#nav-search .widget input {
	border-radius: 0;
	background-color: #414042;
	font-family: 'Nunito Sans', serif;
	color: #ccc;
	padding: 5px 0 0 10px;
}

div#nav-search .widget_search .search-submit {
	display: inline-block;
	background: #333;
	border: 1px solid #888;
	border-left: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: initial;
	padding: 10px 28px !important;
	margin: 0px 0px 0px -5px;
	vertical-align: top;
	text-shadow: none;
}

#soc-media a {
	padding: 6px 8px;
	border: 2px solid transparent;
}

#soc-media a:hover {
	background-color: transparent;
}

#soc-media a img {
	max-width: 40px;
	transition: all 0.15s ease-in-out;
}

#soc-media a img:hover {
	border: 2px solid #fff;
	border-radius: 99999px;
	background-color: #fff;
}

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

#content {
	width: 90%;
	background-color: transparent;
	padding: 3% 0;
}

/* --------------- Slider --------------- */

div#featured-wrapper {
	width: 72%;
	float: left;
}

.pre-blog {
	margin: 0 0 1em;
}

.pre-blog h2#featured-title {
	background-color: #231f20;
	background-image: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	font-size: 1.25em;
	padding: 10px 0;
	width: 100%;
}

#slider-container {
	outline: none;
	background-color: #fff;
	width: 100%;
	min-width: 677px;
}

#slider-container:after {
}

.inner-slide {
	padding: 1.5em;
	height: 580px;
}

.slide {

}

.left-col {
	float: left;
	width: 150px;
	position: relative;
}

.img-wrapper {
	background-color: #ddd;
	width: 100%;
}

.post-pic {
	display: block;
	height: 150px;
	width: 150px;
}

.img-wrapper a {
	display: inline-block;
	padding: 15px 27px;
	float: left;
	width: 50%;
	background-color: #aaa;
}

.img-wrapper a.share-post {
	background-color: #03b2ff;
	transition: background-color 0.5s ease-in-out;
}

.img-wrapper a.share-post:hover {
	background-color: #0092df;
}

.img-wrapper a.download-post {
	background-color: #773d9b;
	text-align: center;
	transition: background-color 0.5s ease-in-out;
}

.img-wrapper a.download-post:hover {
	background-color: #571d7b;
}

.share-wrap,
.single .img-wrapper .share-wrap {
	padding: 17px;
	position: absolute;
	border-radius: 0 0 5px 5px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	display: block;
}

.single .img-wrapper .share-post {
	position: relative;
}

.share-wrap a,
.single .img-wrapper .share-wrap a {
	width: 40px;
	height: 40px;
	padding: 0;
	margin-bottom: 5px;
	display: block;
	clear: both; 
	overflow:hidden;
	background-image: url('https://www.getyourselfoptimized.com/wp-content/uploads/2016/07/share-icons.png');
	background-color: transparent;
	border-radius: 999px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.share-wrap a:hover,
.single .img-wrapper .share-wrap a:hover {
	box-shadow: 0 1px 0 #888;
}

.social-button-wrap {
	width: 60px;
	margin: auto;
}

.g-p-wrap {
	margin: 10px 0 0;
}

.right-col {
	position: relative;
	float: left;
	width: 75%;
	padding: 0 1em;
}

.feat-header {
	font-family: 'Montserrat', sans-serif;
}

.feat-meta {
	margin: 0;
	text-transform: uppercase;
	color: #868689;
}

.feat-header h1.entry-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.35em;
	line-height: 1.1em;
}

.feat-header h1.blog-post-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.35em;
	line-height: 1.1em;
}

.feat-content {
	font-family: 'Nunito Sans', serif;
	max-width: 100%;
	width: 100%;
	font-size: 1em;
	padding: 0;
}

.feat-content p {
	margin: 0;
	line-height: 1.05em;
}

.feat-content iframe {
	margin: 0 0 0.5em; 
}

.feat-content .notes-transc a {
	margin: 10px 10px 0 0; 
}

.slide .notes-transc {
	float: left;
	text-align: center;
	width: 100%;
}

.notes-transc {
	clear: both;
	float: left;
	width: 100%;
}

.notes-transc a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff !important;
	background-color: #03b2ff;
	border-radius: 99999px;
	padding: 0.5em 1em;
	margin: 0 5px 10px 0;
	display: inline-block;
	transition-property: background-color;
	transition-duration: 0.5s;
}

.notes-transc a:hover {
	background-color: #0092df;
}

#counter-bullets {
	position: absolute;
	bottom: 0;
	background-color: #e6e7e8;
	z-index: 9999;
	text-align: center;
	width: 100%;
}

#counter-bullets ul {
	margin: 0;
	padding: 10px 0;
}

#counter-bullets li { 
	display: inline-block; 
}

.bullet { 
	display: inline-block; 
	height: 10px; 
	width: 10px; 
	border: 1px solid #58595b;
	border-radius: 9999px; 
	background-color: transparent; 
}

.current-bullet { 
	background-color: #58595b; 
}
.main-navigation a {
	display: inline-block;
	vertical-align: middle;
}

/* --------------- END Slider --------------- */

/* --------------- Lead Magnet --------------- */

#lead-magnet {
	background-image: url('../ogchild/images/lead-magnet-bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0 1em;
	float: right;
	width: 23%;
	height: auto;
}

#lead-magnet h3 {
	font-family: 'Montserrat', sans-serif;
	padding: 0 1em;
	font-size: 1.25em;
}

#lead-magnet img { 
	max-width: 100%;
	padding: 0 3em; 
}

#lead-magnet p {
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-size: 1em;
	padding: 0 1em;
}

#lead-magnet a {
	background-color: #03b2ff;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	transition-property: background-color;
	transition-duration: 0.5s;
}

#lead-magnet a:hover {
	background-color: #0092df;
}

#lead-magnet a#speakpipe-btn {
	margin: 1px 0;
	background-color: #ff5500;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	transition-property: background-color;
	transition-duration: 0.5s;
}

#lead-magnet a#speakpipe-btn:hover {
	background-color: #df3500;
}

#speakpipe-modal {
	position: fixed;
	background-color: rgba(0,  0, 0, 0.75);
	width: 100%;
	display: none;
	top: 0;
	z-index: 9999999;
}

#speakpipe {
	max-width: 50%;
	min-width: 240px;
	margin: 8% auto 0;
}

#speakpipe iframe {
	border-radius: 8px;
	box-shadow: 0 0 8px #000;
	display: inline-block;
}

#speakpipe-wrap {
	text-align: center;
	background-color: #EEEEEE;
	padding: 0 0;
	width: 317px;
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 99999;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	border-radius: 5px 0 0 5px;
}

#speakpipe-wrap iframe {
	display: inline-block;
	float: left;
	border: 2px solid #EEEEEE;
	padding: 5px;
}

#speakpipe-wrap .sp-img {
	background-color: #333;
	display: inline-block;
	float: left;
	padding: 20px 10px;
	border-radius: 5px 0 0 5px;
}

/* --------------- END Lead Magnet --------------- */

/* ------------------------------ Episode feed ------------------------------ */

.title-wrapper {
	background-image: none;
	height: auto;
}

.page-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
}

article.post {
	background-color: #e6e7e8;
	font-family: 'Nunito Sans', serif;
}

.entry-header {
	font-family: 'Montserrat', sans-serif;
}

h1.entry-title {
	font-family: 'Montserrat', sans-serif;
	border: none;
	font-size: 1.5em;
	line-height: 1.25em;
}

h1.blog-post-title {
	font-family: 'Montserrat', sans-serif;
	border: none;
	font-size: 1.5em;
	line-height: 1.25em;
}

.header-meta {
	margin: 0;
	text-transform: uppercase;
	color: #868689;
	margin-bottom: 10px;
}

.entry-content {
	font-family: 'Nunito Sans', serif;
	max-width: 100%;
	font-size: 1.1em;
	padding: 0;
}

.entry-content p {
	margin: 0;
	clear: both;
}

.entry-content p a,
.entry-content a {
	color: #0092df; 
}

.entry-content p a:hover {
	text-decoration: underline;
	color: #0092df;
}

article.post a, article.post p a {
    color: #0092df;
}

/* -- new libsyn loader --*/

.home .entry-content .ll-wrap,
.home .feat-content .ll-wrap {
	text-align: center;
	border-radius: 4px;
	margin: 15px 0 15px;
}

.home .entry-content .ll-wrap a,
.home .feat-content .ll-wrap a {
	color: #773d9b;
	vertical-align: middle;
	display: block;
	padding: 8px 0;
	border-radius: 4px;
	border: 2px solid #773d9b;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.home .entry-content .ll-wrap a:hover,
.home .feat-content .ll-wrap a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

.home .entry-content .ll-wrap a .arrow-right,
.home .feat-content .ll-wrap a .arrow-right {
	display: inline-block;
	vertical-align: middle;
	margin: -1px 10px 0 0;
	width: 0;
	padding: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #773d9b;
}

.home .player-wrap {
	position: relative; 
}

.home .entry-content iframe {
	margin: 0 0 1em;
	width: 100%;
}

/* -- end new libsyn loader --*/

.entry-footer a {
	color: #03b2ff;
}

.entry-footer a:hover {
	color: #0092df;
}

.comments-link {
	float: right;
}

/* ------------------------------ Podcast Page ------------------------------ */

.category-podcast .entry-content p {
	margin-bottom: 15px;
	clear: none;
}

.page.page-template-podcasts article.podcast-wrap,
.page-template-otherepisodes article.podcast-wrap {
	display: inline-block;
	width: 32%;
	margin: 0 0.5% 10px;
	min-height: 430px;
	background-color: #e6e7e8;
	text-align: center;
	padding: 1em;
	font-family: 'Montserrat', sans-serif;
	vertical-align: top;
}

.page.page-template-podcasts .attachment-post-thumbnail,
.page.page-template-otherepisodes .attachment-post-thumbnail {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto; 
}

.page-template-podcasts .pagination.loop-pagination {
	margin-top: 1em;
}

/* ------------------------------ Contact Page ------------------------------ */

.cntctfrm_contact_form input[type="text"],
.cntctfrm_contact_form input[type="file"],
.cntctfrm_contact_form select,
.cntctfrm_contact_form textarea,
.widget .cntctfrm_contact_form input[type="text"],
.widget .cntctfrm_contact_form input[type="file"],
.widget .cntctfrm_contact_form select,
.widget .cntctfrm_contact_form textarea {
	background-color: #eaeaea !important;
	border: none !important;
	box-shadow: inset 1px 1px 1px #bbb !important;
	border-radius: 2px !important;
	width: 100% !important;
	min-width: 620px;
	padding: 10px 20px;
}

.cntctfrm_input {
	margin: 0 0 1.5em;
}

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

.page .entry-header h1.entry-title {
	display: none;
}

.page .entry-header h1.blog-post-title {
	display: none;
}

.cntctfrm_contact_form input.cntctfrm_contact_submit {
	font-family: 'Montserrat', sans-serif;
	background: #03b2ff;
	border-radius: 99999px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 1em;
	font-size: 1em;
	color: #fff;
	transition-property: background-color;
	transition-duration: 0.5s;
}

.cntctfrm_contact_form input.cntctfrm_contact_submit:hover {
	background-color: #0092df;
	box-shadow: none;
}

/* ------------------------------ Single Post, Pages,and Defaults ------------------------------ */

.single #content, 
.page #content,
.search #content,
.category #content,
.archive #content,
.error404 #content {
	padding-left: 8%;
	padding-right: 8%;
}

/*.taxonomy-description {
	display: none;
}*/

.single .entry-header {
	float: none;
	max-width: 100%;
	margin: 0 0 2em 20px;
	text-align: center;
}

.single.single-transcripts header.entry-header {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.single .left-col {
	float: none;
	width: auto;
	text-align: center;
	margin: 2em 0;
}

.single .img-wrapper {
	background: transparent;
	width: 100%;
}

.single img.attachment-full.wp-post-image {
	display: block;
	margin: 0 auto 10px;
	clear: both;
	width: 60%;
}

.single .img-wrapper a {
	display: inline-block;
	float: none;
	width: 75px;
}

.single .img-wrapper .share-wrap {
	margin: 0 0 0 42%;
}

.single .entry-title,
.page .entry-title {
	font-size: 2em;
	text-align: center;
	background-image: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 75%;
}

.single .blog-post-title,
.page .blog-post-title {
	font-size: 2em;
	text-align: center;
	background-image: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
}

.transcripts h1.entry-title,
.transcripts .entry-subheader {
	width: auto;
	text-align: left;
}

.single .has-post-thumbnail .entry-subheader,
.page .has-post-thumbnail .entry-subheader {
	float: left;
	width: 100%;
	display: inline-block;
}
.single .has-post-thumbnail .entry-subheader:after,
.page .has-post-thumbnail .entry-subheader:after {
	display: block;
	content: " ";
	clear: both;
}

.single .has-post-thumbnail .entry-title,
.page .has-post-thumbnail .entry-title {
	clear: none;
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}

.single .attachment-post-thumbnail,
.page .attachment-post-thumbnail {
	display: inline-block;
	float: left;
	margin: 0 1em 0 0;
	width: 150px;
	height: 150px;
}

.single .buttons-box,
.buttons-box {
	background: #ccc;
	text-align: center;
	margin-bottom: 1em;
}

.single .buttons-box h3,
.buttons-box h3 {
	background: url('landing-page/title-bg.jpg');
	background-size: 100%;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	padding: 0.3em 0;
	margin: 0;
}

.single .buttons-box a,
.buttons-box a {
	display: inline-block;
	width: 28%;
	margin: 1.2em 0.5% 0.8em;
}

.single .buttons-box a img,
.buttons-box a img {
	display: block;
}

.single .entry-content p iframe {
	background-color: transparent;
	padding: 0;
	margin: 1em 0;
	width: 100%;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.single.single-transcripts #back-to-ep {
	color: #03b2ff;
}

.single.single-transcripts #back-to-ep:hover {
	text-decoration: underline;
}

.single.single-transcripts .entry-content p {
	margin: 0.75em 0;
}

#comments {
	margin-bottom: 30px; 
}

/* --------- Headline & Copy CTA --------- */

.headlinecta {
	margin-bottom: 25px;
	padding: 20px;
	background: #eaeaea;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.headlinecta:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.headlinecta .headlinecta-image {
	margin-right: 3%;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	max-width: 180px;
}
.headlinecta .headlinecta-text {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	text-align: center;
}
.headlinecta .headlinecta-text h2 {
	text-align: center;
}
.headlinecta .headlinecta-text .notes-transc {
	margin-bottom: 20px;
	text-align: center;
}
/* --------- END Headline & Copy CTA --------- */

.single .entry-footer,
.page .entry-footer {
	margin: 1.5em 0 0 0;
}

.post-navigation a,
#comments a {
	color: #03b2ff;
}

.post-navigation a:hover,
#comments a:hover {
	color: #0092df;
}

.nav-previous img, .nav-next img {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

input#submit {
	font-family: 'Montserrat', sans-serif;
	background: #03b2ff;
	border-radius: 99999px;
	padding: 1em;
	font-size: 1em;
	color: #fff;
	transition-property: background-color;
	transition-duration: 0.5s;
}

input#submit:hover {
	background-color: #0092df;
}

.postid-155 li > ol {
	list-style-type: none;
}

.search #primary,
.category #primary,
.archive #primary,
.error404 #primary {
	width: 100%; 
	float: none; 
}

.single-transcripts .left-col {
	display: none;
}

.paging-navigation {
	text-align: center;
}

ul.page-numbers {
	list-style: none;
	margin-bottom: 50px;
}

ul.page-numbers li {
	display: inline-block;
}

ul.page-numbers li a,
ul.page-numbers li span {
	font-size: 1.25em;
	display: inline-block;
	margin: 0 3px;
	padding: 0.5em 1em;
	color: #773d9b;
	background: transparent;
	border: 2px solid #773d9b;
	border-radius: 9999px;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.25s ease-in-out;
}

ul.page-numbers li a:hover,
ul.page-numbers li .current {
	background: #773d9b;
	color: #fff;
}

.archive .notes-transc {
	margin: 1em 0;
}

/* ------------------------------ Footer ------------------------------ */
.notify-me {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	background-image: url('../ogchild/images/footer-strip.jpg');
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: 0 0;
	color: #fff;
	text-transform: uppercase;
	padding: 0.75em 0;
}

.notify-me a {
	background-color: #03b2ff;
	border-radius: 99999px;
	padding: 0.5em 1em;
	margin: 0 20px 0 0;
	display: inline-block;
	transition-property: background-color;
	transition-duration: 0.5s;
}

.notify-me a:hover {
	background-color: #0092df;
}

.notify-me a img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 0;
}

#supplementary {
	font-family: 'Nunito Sans', serif;
	padding: 0;
	color: #fff;
}
#supplementary .footer-widget-area {
	width: 50%;
	padding: 1em;
}
#supplementary .footer-widget-area:first-child {
	background-color: #414042;
}

#supplementary .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#supplementary .widget-title a {
	color: #fff;
}

#supplementary .widget-title a:hover {
	text-decoration: underline;
}

#supplementary .footer-widget-area aside {
	width: 75%;
}

#supplementary .footer-widget-area:first-child aside {
	float: right;
	width: 75%;
}

#supplementary .textwidget a {
	color: #aaa;
}

#supplementary .textwidget a:hover {
	text-decoration: underline;
} 

#colophon {
	background-color: #fff;
	color: #888;
	font-family: 'Nunito Sans', serif;
	padding: 0;
}

#colophon .site-info a {
	text-decoration: underline;
}

.img-wrapper a.thumb-click {
	padding: 0;
	width: 150px;
}

#thumbnail-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background: rgba(255, 255, 255, 0.75);
	display: none;
}

#inner-modal {
	margin: 25px auto;
	position: relative;
}

.modal-img {
	width: auto;
	box-shadow: 0 0 15px #777;
	padding: 4px;
	border-radius: 4px;
	background: #773D9B;
	height: 500px;  
}

#close-modal {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('images/close-modal.png');
}

/* ------- Topics (Archive) -------- */
.single #content,
.page #content,
.search #content,
.category #content,
.archive #content,
.error404 #content {
	padding-left: 4%;
	padding-right: 4%;
	max-width: 1200px;
}

.archive h1.page-title,
.search h1.page-title {
	margin: 15px auto 50px;
}

.archive .right-col {
	position: relative;
	float: left;
	width: calc(100% - 180px);
	padding: 0 1em;
}

.archive .entry-content {
	margin: 0;
}

.archive .player-wrap {
	margin: 20px 0 10px;
}

/* ------------- Are Yoou a Geek Page ------------------ */
.geek-quiz {
	margin: 30px auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	text-align: center;
}

.geek-quiz ol {
	margin: 0 0px 30px 30px;
	padding-left: 30px;
	text-align: left;
}

.geek-quiz ol li {
	margin: 5px 0;
}

.geek-quiz .quiz-answers {
	display: inline-block;
	width: 28%;
	margin: 20px 2%;
	vertical-align: top;
	text-align: center;
	color: #888;
}

.geek-quiz .quiz-answers strong {
	font-size: 27px;
	color: #5921b6;
}

.geek-formula {
	text-align: center;
	margin: 50px 0 25px;
	padding: 10px 0 30px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.geek-formula .formula-letter {
	display: inline-block;
	width: 22%;
	margin: 5px 0.5%;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
}

.geek-formula .formula-letter h3 {
	font-size: 35px;
	margin: 5px auto 20px;
	display: inline-block;
	background: #763d9c;
	padding: 20px 35px;
	border: 5px solid #a161d3;
	border-radius: 999px;
	color: #fff;
}

#site-navigation div#nav-search {
	margin: 0;
	float: left;
	display: none;
	position: fixed;
	background: rgba(6,27,57,0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#site-navigation div#nav-search .widget_search .search-submit {
	display: inline-block;
	background: #ed860c;
	border: 0px solid #888;
	border-left: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: initial;
	margin: 0;
	vertical-align: top;
	color: #fff;
	padding: 0 30px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 50px;
	text-shadow: none;
}
#site-navigation div#nav-search .widget .search-field {
	border-radius: 0;
	background-color: #414042;
	font-family: 'Nunito Sans', serif;
	padding: 0;
	height: 37px;
	border: none;
	background: transparent;
	color: #fff;
	border-bottom: 2px solid #fff;
	width: 440px;
}

input[type="submit"] {

	text-shadow: none !important;
}

.search-submit {

	text-shadow: none !important;
}
.infusion-submit input[type="submit"],
body a.button {
	background: #f7941e;
	padding: 10px 28px;
	font-size: 15px;
	color: #fff;
	font-family: 'Nunito Sans', serif;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 50px;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.slider-holder h2 {
	font-weight: 400;
	margin: 120px 0 100px;
	text-align: center;
	text-transform: uppercase;
}
.slider-holder h2 .dark{
	font-weight: 900;
}
.cons-form .infusion-field {
	margin-bottom: 30px;
}
.infusion-field-input-container {
	width: 100%;
}
.about-right h2 {
	font-weight: 900;
}
a.call-us:after {
	content: "";
	position: absolute;
	width: 33px;
	height: 33px;
	background: url(/wp-content/uploads/2018/12/call-icon.png);
	left: -40px;
	top: -3px;
}
a.call-us {
	color: #00c5e5;
	margin: 0 17px 0 49px;
	position: relative;
	font-weight: 900;
	letter-spacing: 0;
	font-family: 'Nunito Sans', serif;
	display: none;
}
.header-top {
	font-size: 0;
	font-weight: 400;
	letter-spacing: -1px;
}
a.logo {
	float: left;
	max-width: 360px;
    margin-top: 20px;
}
body .main-navigation ul {
	margin: 0;
}
body .menu-main-menu-container {
	float: right;
	text-align: right;
}
.main-navigation li {
	float: none;
	position: relative;
	display: inline-block;
}
#site-navigation li a {
	padding: 18px 12px 18px 12px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Nunito Sans', serif;
}
#site-navigation li.search-toggle a {
	background: url(/wp-content/uploads/2018/12/serach.png);
	background-repeat: no-repeat;
	padding: 18px 0;
	background-position: center;
	color: transparent !important;
	font-size: 7px;
}
.gyp-home-banner {
	padding: 180px 0 0;
}
.gyp-home-co {
	float: left;
	margin-left: -33px;
	text-align: center;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -1px;
	font-family: 'Nunito Sans', serif;
	font-weight: 600;
}
.gyp-home-co a {
	margin-bottom: -32px;
	display: block;
}
.gyp-home-co a img {
	display: block;
}
.gyp-home-ss {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: -32px;
	font-family: 'Nunito Sans', serif;
	font-size: 17px;
	padding: 15px 32px 18px;
	line-height: 1.2;
	background: url(/wp-content/uploads/2018/12/bg-ss.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	margin-bottom: 46px;
}
.gyp-home-ss strong {
	font-size: 23px;
	display: block;
	font-weight: 400;
	margin-bottom: 4px;
	color:#29b6f6;	
}
.gyp-home-cta a.button {
	float: right;
	margin-top: -39px;
	font-size: 20px;
	padding: 17px 30px;
}
.gyp-home-cta span {
	padding-left: 244px;
	display: inline-block;
	font-family: 'Nunito Sans', serif;
}
.gyp-home-cta h2 {
	font-family: 'Nunito Sans', serif;
	font-size: 33px;
	font-weight: 400;
	padding-left: 244px;
	text-transform: uppercase;
	margin: 0 0 2px;
}
.gyp-home-cta img {
	position: absolute;
	left: 50px;
	top: -71px;
}
.gyp-home-cta .wrap {
	position: relative;
}
.gyp-home-cta {
	background: rgba(0,0,0,0.5);
	margin-top: 46px;
	text-align: left;
	padding: 42px 0;
}
.gyp-as-seen {
	padding: 47px 0;


}
body:not(.home) .gyp-as-seen {
	margin-top: 135px;
}
.gyp-as-seen img {
	display: block;
	margin: 0 auto;
}
.owl-dots {
	display: none;
}
.gyp-home-cta.rgba-bg {
	background: #662d90;
	background: -moz-linear-gradient(left, #662d90 0%, #076cb8 100%);
	background: -webkit-linear-gradient(left, #662d90 0%,#076cb8 100%);
	background: linear-gradient(to right, #662d90 0%,#076cb8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d90', endColorstr='#076cb8',GradientType=1 );
	color: #fff;
	padding: 47px 0 59px;
	margin-bottom: 11px;
}
/**Same header removed****/
body:not(.home) header#masthead {
	background: #662d90;
	background: -moz-linear-gradient(left, #662d90 0%, #076cb8 100%);
	background: -webkit-linear-gradient(left, #662d90 0%,#076cb8 100%);
	background: linear-gradient(to right, #662d90 0%,#076cb8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d90', endColorstr='#076cb8',GradientType=1 );
}
body:not(.home) nav#site-navigation {
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 10px 0 5px;
	position: static;
}
body:not(.home) .gyp-home-banner {
	display:none;
}
/**Same header removed****/

.gyp-home-cta.rgba-bg img {
	top: -79px;
}
.praiseb {
	background: #f7f7f7;
	padding: 43px 31px;
	margin: 0 4% 30px;
	font-size: 17px;
	text-align: left;
	float: left;
}
.praiseb img {
	margin: 0 auto;
	display: block;
}
.praiseb h3 {
	font-size: 24px;
	margin: 23px 3px 18px;
	font-weight: 400;
	color: #58595b;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
}
.praiseb .authorbox img {
	width: 70px;
	float: left;
	margin-right: 20px;
}
.entry-content .praiseb .text-p {
	margin-bottom: 50px;
}
.page #content {
	padding-left: 0;
	padding-right: 0;
}
span.sign {
	margin: 11px 0 00 0;
	display: inline-block;
	font-size: 18px;
}
.authorbox p > br {
	display: none;
}
body {
	background-color: #fff;
}
body .owl-carousel .owl-nav button.owl-prev, 
body .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top:-22.5px;
	width: 56px;
	height: 45px;
	background:url(/wp-content/uploads/2018/12/arrow-white.png);
	box-shadow: none;
	filter: invert(1);
	-webkit-filter: invert(1);
}

body .owl-carousel .owl-nav button.owl-next{
	left: inherit;
	background: url(/wp-content/uploads/2018/12/arrow-white-right.png);
	right: -100px;
}
.owl-carousel-1.owl-carousel .owl-nav.disabled, 
.owl-carousel-1.owl-carousel .owl-dots.disabled,
.owl-carousel-2.owl-carousel .owl-nav.disabled, 
.owl-carousel-2.owl-carousel .owl-dots.disabled {
	display: block;
	text-align: center;
	font-size: 0;
}
body .owl-carousel button.owl-dot.active {
	background: #06b2fc;
}
body .owl-carousel button.owl-dot{
	background: #e3e3e3;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	box-shadow: none;
	margin: 0 3px;
}
.slider-holder {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 120px;
}
.slider-holder > p {
	text-align: center;
}
.slider-holder .owl-dots.disabled {
	margin: 73px 0 86px;
}
.slider-holder a.button {
	font-size: 18px;
	padding: 18px 47px;
	display: inline-block;
	color:#fff;
	letter-spacing: 1px;
}

/* custom section styling */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #002554;
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
}

/* global styling */

h2 {
	font-size: 44px;
}

p {
	font-weight: 300;
	margin-top: 0;
}

a {
	text-decoration: none;
	display: inline-block;
}

ul {
	padding-left: 0;
}

ul li {
	list-style-type: none;
}

/*a.org-btn {
background-color: #ed860c;
color: #fff;
padding: 17px 57px;
border-radius: 50px;
}*/

a.button {
	color: #fff;
	font-size: 18px;
}

.container {
	background-color: #fff;
	float: left;
	width: 100%;
}

/* Styling Jay Group Section */

.jay-group {
	float: left;
	width: 100%;
	background: url(/wp-content/uploads/2018/12/max-banner.jpg) no-repeat center/cover;
	padding: 130px 0;
}

.about-jay {
	max-width: 772px;
        height: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 24px 24px 34px;
	background-color: #fff;
}
.jay-group h2 {
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
.jay-group h2 span.dark{
	font-weight: 900;
}
.about-jay img.alignleft.size-full {
	float: none;
	margin: 0 auto 19px;
	width:auto;
}

.about-jay h3 {
	color: #002554;
	padding: 0 18px;
	margin-bottom: 17px;
	font-size: 24px;
	line-height: 1.4;
}

.about-jay .text-p {
	padding: 0 12px 0;
	font-size: 18px;
}
body .jay-group .owl-carousel .owl-nav button.owl-next{
	background: url(/wp-content/uploads/2018/12/arrow-white-right.png);
	filter: invert(0);
	-webkit-filter: invert(0);
} 
body .jay-group .owl-carousel .owl-nav button.owl-prev {
	background: url(/wp-content/uploads/2018/12/arrow-white.png);
	filter: invert(0);
	-webkit-filter: invert(0);
}
.jay-group .owl-dots {
	display: block;
	text-align: center;
	margin-top: 65px;
}
.about-jay .authorbox img.alignleft {
	float: none;
	vertical-align: middle;
	margin-right: 16px;
	margin-bottom: 0;
	display: inline-block;
	width: auto;
}

.about-jay .authorbox {
	margin-top: 33px;
}

.authorbox span.sign-container {
	vertical-align: middle;
	display: inline-flex;
}

.sign-container span.sign {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 2px 0 00 0;
}


/* Styling GYO Section */

.gyo-section {
	background-color: #fff;
	float: left;
	width: 100%;
	padding: 110px 0 106px 0;
}

.wrap {
	max-width: 1205px;
	margin: 0 auto;
	padding: 0 25px;
}

/* Wrap Clearfix */
/* .wrap::after {
content: '';
display: table;
clear: both;
} */

.gyo-section .wrap {
	text-align: center;
}

.gyo-section h2 {
	font-weight: 300;
	color: #002554;
}

.gyo-section .dark {
	font-weight: 900;
}

.gyo-section h2 + p {
	font-weight: 300;
	margin-top: 15px;
	color: #000;
}

.society-icons {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 92px;
}

.society-icons .icons-container {
	max-width: 299px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 14px;
}

.icons-container img {
	position: relative;
	z-index: 999;
}

.icons-container.two-lines::before, .icons-container.two-lines::after, .icons-container.single-line::after {
	content: '';
	position: absolute;
	height: 5px;
	width: 100%;
	background-color: #e7e8e9;
}

.icons-container.two-lines::before {
	top: 24%;
	left: -55%;
}

.icons-container.two-lines::after {
	bottom: 75.3%;
	right: -55%;
}

.icons-container.single-line::after {
	bottom: 77%;
	left: 170px;
}

.society-icons .icons-container h3 {
	font-size: 28px;
	font-weight: 800;
	margin-top: 41px;
	color: #002554;
}

.icons-container p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.4;
}
/* .society-icons .icon-container:nth-child(2n+1)::before {
content: '';
width: 100%;
height: 4px;
background-color: #e7e8e9;
position: absolute;
/* top: 32.5%; 
right: -146px;
z-index: -1;
}

.society-icons .icon-container:nth-child(2n+3)::before {
left: -146px;
/* top: 26.5%; 
}

.society-icons .icon-container:nth-child(2n+1)::before, .society-icons .icon-container:nth-child(2n+3)::before {
top: 26.5%;
} */

.gyo-section a.button {
	margin-top: 99px;
	padding: 19px 61px;
	font-size: 18px;
	color: #fff;
}


/* Styling for About Stephen Section */
.about-stephen {
	float: left;
	width: 100%;
	color: #fff;
	background: url('/wp-content/uploads/2019/01/s-spencer.jpg') no-repeat center/cover;
	padding: 116px 0 41px 0;
}

.about-stephen .wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.about-left {
	float: left;
}

.about-left .info {
	padding: 12px 20px 16px;
	background-image: linear-gradient(to right, rgba(11,43,104, .6), rgba(62,69,156, .6),rgba(0,0,0,0));
}
.gyp-home-cta h2 strong {
	font-weight: 900;
}
.info p:nth-child(1) {
	color: #28b6f6;
	font-size: 23px;
	margin: 0;
}

.info p:nth-child(2) {
	line-height:1.2;
	margin: 0;
}

.about-right {
	float: right;
	max-width: 610px;
	width: 100%;
}

.about-right .regular-about {
	font-weight: 300;
}

.home .about-right > p {
	margin: 20px 0 55px 0;
	line-height: 1.6;
	font-size: 18px;
}

.about-right a.button {
	font-weight: bold;
	padding: 19px 27px;
	letter-spacing: 1px;
	color:#fff;
}

.about-stephen .books {
	margin-top: 63px;
	text-align: center;
}

.single-book {
	display: inline-block;
	width: 155px;
	vertical-align: top;
	margin: 0 22px;
	font-size: 17px;
}

.single-book img {
	margin-bottom: 6px;
}


/* Slider Holder Styling */
/*
.slider-holder {
padding: 109px 0 168px 0;
}

.slider-holder h2 {
text-align: center;
font-weight: 300;
color: #002554;
margin-bottom: 89px;
}

.slider-holder .results {
font-weight: 800;
}
*/
.owl-carousel .owl-item img {
	margin-bottom: 29px;
}

/* Foote styling */

.footer {
	background-color: #fff;
	float: left;
	width: 100%;
	padding: 86px 0 68px 0;
}

.footer-logo {
	text-align: center;
}

.footer-nav {
	padding: 50px 0 26px 0;
}

.footer-nav li {
	margin-left: 20px;
	display: inline-block;
}

.footer-nav ul {
	text-align: center;
}

.footer-nav li a {
	color: #002554;
}

.social-and-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-icons {
	display: inline-flex;
	justify-content: center;
	margin-left: 11px;
}

.social-icons .icon {
	width: 27px;
	height: 25px;
	background: url('/wp-content/uploads/2018/12/social-icons.png') no-repeat;
	margin: 0 0 0 23px;
}

.social-icons .icon:nth-child(1) {
	background-position: 10px 0px;
	margin-left: 0;
}

.social-icons .icon:nth-child(2) {
	background-position: -33px 0px;
}

.social-icons .icon:nth-child(3) {
	background-position: -84px 0px;
}

.social-icons .icon:nth-child(4) {
	background-position: -135px 0px;
}

.social-icons .icon:nth-child(5) {
	background-position: -185px 0px;
}

.social-icons .icon:nth-child(6) {
	background-position: -236px 0px;
}

.footer a.button {
	margin-left: 31px;
	padding: 13px 27px;
	letter-spacing: 1px;
}

.footer p.privacy-para {
	text-align: center;
	margin-top: 60px;
	font-size: 15px;
}

.footer p, .footer p a {
	color: #85979d;
}

.footer p a {
	margin-left: 26px;
	position: relative;
}

.footer p a::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 64%;
	background-color: #85979d;
	top: 5px;
	left: -14px;
}

/* Categories Section Styling */

.categories-section {
	float: left;
	width: 100%;
}

.categories-section .wrap {
	text-align: center;
}

.categories-section .btn-collection {
	float: left;
	width: 100%;
}

.categories-section .btn-collection button {
	border: 1px solid #e1e7e9;
	background-color: #fff;
	padding: 8px 25px;
	border-radius: 50px;
	margin-left: 12px;
	font-size: 16px;
	color: #012555;
	box-shadow: none;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}

.posts_with_image {
	float: left;
	width: 100%;
	padding:60px 0 65px 0;
	text-align: center;
	display: none;
}
.categories-section h2 {
	margin-bottom: 60px;
	font-weight:300;
}
.categories-section h2 .dark{
	font-weight:900;
}
.posts_with_image.active0{
	/*display: block;*/
}

.categories-section .wrap .posts_with_image:first-of-type {
	display: block;
}

.posts_with_image .single_post {
	max-width: 270px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	margin-bottom: 26px;
	padding-bottom: 100px;
	position:relative;
	box-shadow: 0 5px 24px -8px rgba(0,0,0,0.3);
	text-align: left;
	min-height: 540px;
	transition: 1s;
}

.posts_with_image .single_post:nth-child(4n+1) {
	margin-left: 0;
}

.posts_with_image .single_post:hover {
	background-color: #ed860c;
	transform: translateY(5px);
}
a.call-us:hover{color: #ed860c;}
#site-navigation li.search-toggle a{
	transition: 1s;
}
#site-navigation li.search-toggle a:hover {
	transform: translateY(-5px);
}
.posts_with_image .single_post:hover .podcast_author,
.posts_with_image .single_post:hover h3, .posts_with_image .single_post:hover p {
	color: #fff;
}

.posts_with_image .single_post img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 26px;
	height: auto;
}

.posts_with_image .single_post p {
	color: #707e80;
	font-size: 15px;
	margin-bottom: 14px;
}
.podcast_author {
	color: #29b6f6;
	font-size: 18px;
	padding: 14px 10px 0 27px;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.posts_with_image .single_post h3 {
	color: #002554;
	font-size: 18px;
}

.posts_with_image .single_post h3, .posts_with_image .single_post p {
	padding-left: 28px;
	padding-right: 28px;
}

.categories-section .wrap a.button {
	padding: 22px 28px;
	margin-bottom: 102px;
}

#site-navigation div#nav-search.toggleme {
	display: flex;
	z-index: 9;
}
span.remove-toggles {
	position: absolute;
	right: -25px;
	top: -40px;
	color: #6d6d6d;
	font-weight: normal;
	font-size: 36px;
	cursor: pointer;
}
.footer p a:hover,
.footer-nav li a:hover,
#site-navigation .current_page_item, 
#site-navigation li a:hover, 
#site-navigation .children li a:hover, 
#site-navigation .sub-menu li a:hover {
	background-color: transparent;
	color: #f7941e;
}
.categories-section .btn-collection button:hover,
a.button:hover{
	background: #00c5e5;
}
.social-icons .icon:hover {
	opacity: 0.5;
}
.page.home article.page {
	padding: 0;
	margin: 0;
}
.entry-footer {
	border-top: 0px solid #ddd;
}
.home #content {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
.gyp-home-cta {
	margin-top: 0;
}
.form-popup {
	position: fixed;
	z-index: 999999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(6,27,57,0.9);
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.form-popup-wrap{
	padding-bottom: 30px;
	background: #fff;
	border-radius: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 30px;
	bottom: 30px;
	position: absolute;
	margin: 0 auto;
}
@-moz-document url-prefix() {
	.form-popup-wrap {
		width: 712px;
	}
}
.master-div-form-popup {
	overflow: hidden;
	width: 695px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}


.form-popup-wrap h2 {
	font-size: 32px;
	line-height: 1.2;
	color: #061b39;
	font-weight: 800;
	max-width: 100%;
	text-align: center;
	margin: 22px auto 30px;
	position: relative;
	padding: 0 130px;
}
span.remove-toggle {
	position: absolute;
	right: 17px;
	top: -40px;
	color: #6d6d6d;
	font-weight: normal;
	font-size: 36px;
	cursor: pointer;
}
.form-popup-wrap .gform_wrapper .top_label .gfield_label {
	display: -moz-inline-stack;
	display: none;
	line-height: 1.3;
	clear: both;
}
.form-popup-wrap .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 10px;
}
.form-popup-wrap .gform_wrapper .gform_footer input.button {
	background: #f7941e;
	padding: 10px 28px;
	font-size: 18px;
	font-family: 'Nunito Sans', serif;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.2;
	border-radius: 50px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	width: 100%;
	color: #fff;
	height: 65px;
}
.form-popup-wrap .gform_wrapper {
	max-width: 365px;
	margin: 0 auto;
}
.form-popup-wrap .gform_wrapper .gform_footer {
	padding: 10px 0 0;
	margin: 0;
	clear: both;
	width: 100%;
}
.form-popup-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-family: inherit;
	padding: 5px 30px;
	letter-spacing: normal;
	height: 65px;
	font-size: 15px;
	color: #989b9c;
	border-color: #e9e9e9;
	background: #f3f3f3;
	width: 100%;
}
.form-popup-wrap span.des-st {
	text-align: center;
	display: block;
	font-size: 16px;
	margin-top: 27px;
	margin-bottom: 15px;
	color: #989b9c;
}
.entry-content  .form-popup-wrap a {
	color: #989b9c;
	text-align: center;
	display: block;
	font-size: 16px;
	text-decoration: underline;
}
.form-popup-wrap br {
	display: none;
}
.entry-content .form-popup-pp p {
	margin: 0 0 20px;
}
.form-popup-pp {
	width: 470px;
	height: 670px;
	font-size: 15px;
	margin: 0 auto;
	padding: 50px 40px;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	border-radius: 5px;
	display: none;
}
.form-popup-pp-wrap {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	height: 90%;
}
.form-popup-wrap::-webkit-scrollbar {
	width: 0;
}
.form-popup-pp-wrap::-webkit-scrollbar {
	width: 0.5em;
}

.form-popup-pp-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	background-color:#ebebeb;
}

.form-popup-pp-wrap::-webkit-scrollbar-thumb {
	background-color: #f4901e;
	outline: 1px solid slategrey;
}

.form-popup-wrap .form-popup-pp h2 {
	font-size: 30px;
	padding: 0;
	margin: 0 0 20px;
}
.form-popup.toggleme-pp span.des-st,
.form-popup.toggleme-pp .form-popup-wrap a,
.form-popup.toggleme-pp .gform_wrapper,
.form-popup.toggleme-pp .form-popup-wrap > h2,
.form-popup.toggleme-pp img {
	filter: blur(15px);
}
.form-popup.toggleme-pp .form-popup-wrap {
	background: rgba(250,250,250,0.3);
}
.form-popup.toggleme-pp .form-popup-pp {
	display: block;
}
.categories-section .btn-collection button:hover,
.categories-section .btn-collection button.activehere.ajaxbtn,
.categories-section .btn-collection button.active1.ajaxbtns {
	background: #06b2fc;
	text-shadow: none;
	color: #fff;
}
.btn-collection span.dark {
	font-weight: 900;
}
.btn-collection h2 {
	font-size: 44px;
	font-weight: 300;
	color: #002554;
	text-transform: uppercase;
	margin-bottom: 47px;
}
.home #content {
	padding: 14px 0;
}
.about-stephen .wrap:after,
.about-stephen .wrap:before {
	content: none;
}
a.pp-toggle {
	font-size: 16px;
	text-align: center;
	display: block;
	color: #989b9c;
	text-decoration: underline;
}
div#gform_confirmation_message_2 {
	text-align: center;
	background: #f7941e;
	color: #fff;
	padding: 10px 0;
}
.paise-box.case,
.praiseb-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.entry-content .praiseb-body p {
	margin: 0 0 20px;
}
.praise-left, .praise-right {
	width: 48%;
}
h2.center-terxts {
	text-align: center;
	margin: 0 0 30px;
	text-transform: uppercase;
	font-size: 32px;
}
body .praiseb iframe {
	width: 100%;
	height: 280px;
	position: static;
}
.page #content {
	padding-top: 0;
}
.entry-content {
	margin: 0 0 0 0;
}
.sse-btn, .les-btn {
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
div#mobi-menu {
	font-size:0;
}
.page div#comments {
	display: none;
}
.wrap-holder-two {
	font-size: 40px;
	text-align: center;
	padding: 36px 0 103px;
	color: #414042;
}
.years-rap:before {
	width: 2px;
	height: 100%;
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -2px;
	border-left: 2px dotted #00c5e5;
	top: 0;
}
span.wrap-yearslist {
	position: absolute;
	left: 50%;
	top: -60px;
	transform: translate(-50%);
	background: #00c5e5;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 36px;
	border-radius: 100%;
}
.wrap-bg-list {
	background: #f8f8f8;
	z-index: 1;
	position: relative;
	margin-top: 103px;
	padding-top: 17px;
}
.about-bg .content h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 30px;
}
.about-bg img {
	display: inline-block;
}
.wrap-holder-thr img {
	padding: 30px 0;
}
.gray-lay:after, .wrap-holder:after {
	background: #f8f8f8;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	position: absolute;
	z-index: -1;
}
.wrap-holder-thr {
	text-align: center;
	padding-bottom: 95px;
}
.years-rap {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.wrap-bg-left {
	clear: left;
}
.wrap-bg-left {
	max-width: 434px;
	text-align: right;
	line-height: 28px;
	margin-left: 30px;
	float: left;
	margin-top: 51px;
	width: 100%;
}
.wrap-bg-right {
	float: right;
}
.wrap-bg-leftodd {
	float: left;
	margin-left: 62px;
}
.wrap-bg-rightodd {
	max-width: 464px;
	line-height: 28px;
	margin-right: 0;
	float: right;
	margin-top: 6px;
	width: 100%;
}
.about-bg .two-section-list h2 {
	line-height: 40px;
	margin-bottom: 24px;
	font-size: 30px;
	font-weight: 300;
}
#page {
	overflow: hidden;
}
.about-bg {
	font-size: 16px;
}
.top-bg-sp,
.about-bg > div {
	padding: 100px 0;
}
.top-bg-sp {
	float: left;
	width: 100%;
}
.four-odd8 .wrap-bg-leftodd img,
.five-odd2 .wrap-bg-leftodd img {
	max-width: 320px;
}
.wrap-holder-four.years-rap.two-section-list.four-odds img {
	max-width: 320px;
}
.wrap-bg-whi {
	background: #fff;
	z-index: 1;
	position: relative;
}
.five-odd11 .wrap-bg-leftodd {
	margin-left: 0;
}
.four-odd13.years-rap:before{display:none}
body:not(.home) .entry-content p {
	margin: 0 0 20px;
}
.sales-quote,
.sales-section.sales-section-gray {
	margin-bottom: 20px;
}
.sales-section img.alignleft + br {
	display: none;
}
.box-list li {
	display: block;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	margin: 20px 0;
	padding: 10px;
	font-style: italic;
}
.sales-section.sales-section-gray {
	background: #f5f5f5;
	position: relative;
}
.sales-section {
	padding: 40px 0;
}
.sales-section.sales-section-gray:after {
	content: '';
	background: #f5f5f5;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}
.cons-form {
	max-width: 700px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	border-bottom: 3px solid #ccc;
	border-radius: 0;
	background: #f0f0f0;
}
ul.tab {
	margin: 50px 0;
	padding: 0;
	text-align: center;
	font-size: 0px;
}
ul.tab li {
	display: inline-block;
	font-size: 16px;
}
ul.tab li:last-child a {
	border-right: 2px solid #9e9e9e;
} 
ul.tab .current a {
	background: #fff;
	color: #414141;
	position: relative;
	border-left: 2px solid #9E9E9E;
	border-top: 2px solid #9E9E9E;
	border-bottom: 2px solid #9E9E9E;
	border-right: none;
}
ul.tab .current a::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #9E9E9E;
	left: 50%;
	transform: rotate(180deg);
	top: 46px;
	right: 0;
	margin-left: -20px;
}
ul.tab .current a::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	left: 50%;
	transform: rotate(180deg);
	top: 43px;
	right: 0;
	margin-left: -20px;
}
body ul.tab a {
	background: #fff;
	color: #414141;
	display: block;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 2px solid #9E9E9E;
	border-top: 2px solid #9E9E9E;
	border-bottom: 2px solid #9E9E9E;
	border-right: none;
}
#menu-category-menu li {
	display: inline-block;
}
#menu-category-menu li a{
	border: 1px solid #e1e7e9;
	background-color: #fff;
	padding: 8px 25px;
	border-radius: 50px;
	float: left;
	margin-left: 12px;
	font-size: 16px;
	color: #012555;
	box-shadow: none;
	font-weight: bold;
}
#menu-category-menu li a:hover {
	background: #06b2fc;
	text-shadow: none;
	color: #fff;
}
.t-content {
	display: none;
}
div#most1 {
	display: block;
}
.sticky-header .logo {
	width: 400px;
	margin-top: 5px;
}
.sticky-header .header-top {
	font-size: 0;
}
.sticky-header #site-navigation li a {
	padding: 5px 13px 5px 15px;
	font-size: 17px;
	transition: none;
}

.sticky-header .main-navigation ul ul {
	top: 35px; 
}
body:not(.home) .sticky-header #site-navigation,.sticky-header #site-navigation {
	position: fixed;
	/* padding: 10px 10px 0px; */
	background: #662d90;
	background: -moz-linear-gradient(left, #662d90 0%, #076cb8 100%);
	background: -webkit-linear-gradient(left, #662d90 0%,#076cb8 100%);
	background: linear-gradient(to right, #662d90 0%,#076cb8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d90', endColorstr='#076cb8',GradientType=1 );
	z-index: 999999;
}
.sticky-header #site-navigation li.search-toggle a{
	padding: 15px 0;
	font-size: 7px;
}
#site-navigation li.search-toggle a:hover {
	transform: translateY(0);
}
li.search-toggle.mobo-111 {
	display: none;
}

/* Single Post CSS */

/* Robotto Font */
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-Regular.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-Black.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('./fonts/roboto/RobotoCondensed-LightItalic.woff2') format('woff2'),
        url('./fonts/roboto/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('./fonts/roboto/RobotoCondensed-Regular.woff2') format('woff2'),
        url('./fonts/roboto/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('./fonts/roboto/RobotoCondensed-Italic.woff2') format('woff2'),
        url('./fonts/roboto/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-Bold.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-LightItalic.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-Medium.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-Italic.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('./fonts/roboto/RobotoCondensed-Light.woff2') format('woff2'),
        url('./fonts/roboto/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-Thin.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('./fonts/roboto/RobotoCondensed-Bold.woff2') format('woff2'),
        url('./fonts/roboto/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-Light.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'),
        url('./fonts/roboto/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('./fonts/roboto/RobotoCondensed-BoldItalic.woff2') format('woff2'),
        url('./fonts/roboto/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



.header-post-info {
	float: left;
    width: 100%;
    /* height: 490px; */
    font-family: 'Nunito Sans';
}

.single-post .gyp-as-seen {
    display: none;
}

.header-post-info .info-head {
	font-size: 46px;
    max-width: 810px;
    margin: 6px auto 5px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-family: 'Nunito Sans';
    line-height: 58px;
}

.episode-num, 
.eipsode-date {
    font-size: 20px;
}

.episode-num {
    margin-right: 20px;
}

.header-post-info p {
    margin-bottom: 11px;
}

.header-post-info .watch-video-img {
	max-width: 255px;
    opacity: 1!important;
	cursor: pointer;
}

.header-player {
	max-width: 840px;
    width: 100%;
	margin: 50px auto 0;
    position: relative;
	z-index: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.header-player .player_container {
	margin-bottom: 0;
	margin-top: 14px;
	height: 66px;
}
.header-player .sm2-bar-ui .bd, 
.header-player .sm2-bar-ui .sm2-extra-controls {
    background: -moz-linear-gradient(left,#662d90 0%,#076cb8 100%);
    background: -webkit-linear-gradient(left,#662d90 0%,#076cb8 100%);
    background: linear-gradient(to right,#662d90 0%,#076cb8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662d90',endColorstr='#076cb8',GradientType=1);
}

.subscription-brands {
    /* background: #002554; */
	padding: 14px 12px 31px;
    position: relative;
    top: 10px;
}

/* .subscription-brands::before {
    content: '';
    position: absolute;
    top: 0;
    right: -104px;
    bottom: 0;
    left: -104px;
    background: #012555;
    z-index: 0;
} */

.subscription-brands .brand-head {
	font-size: 18px;
    margin-bottom: 16px;
    position: relative;
    display: block;
    letter-spacing: 1px;
}

.subscription-links {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.subscription-links > a {
	width: 14%;
    border: 1px solid;
	padding: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscription-links>a img {
    max-height: 35px;
}
/*
.subscription-links img {
	height: 35px;
	width: 100%;
}
*/
.post-intro {
	text-transform: uppercase;
    margin-bottom: 17px;
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 46px;
}

.single-post .header-meta {
    text-transform: none;
    font-weight: 600;
    font-family: 'Nunito Sans';
    font-size: 24px;
	margin-bottom: 21px;
}

.single-post .entry-content p {
    font-size: 18px;
}

.single-post #content {
	max-width: 949px;
    width: 100%;
    padding-left: 4.4%;
	font-size: 16px;
	margin-top: 40px;
	padding-top: 0;
}

body.single-post .site #masthead {
    position: relative;
}

.single-post article.post {
    padding: 0;
}

.single-post .entry-header {
    margin-left: 0;
}

/* .single-post .sticky-header ~ #content {
	margin-top: 534px !important;
} */

.single-post .entry-content,
.single-post .header-meta,
.single-post .post {
	color: #012555;
}

.single-post .su-highlight {
	color: #012555 !important;
}

.single-post .su-pullquote {
    border-width: 7px;
    font-style: normal;
    font-size: 24px;
    padding-bottom: 0;
    padding-left: 14px;
}

.single-post .su-pullquote-align-right {
    border-color: #012555;
}

.single-post #content .excerpt-wrapper {
	overflow: hidden;
	font-size: 16px;
    line-height: 28px;
}

.single-post #content p {
    font-weight: 500;
}

.excerpt-wrapper p {
    margin-bottom: 30px;
}

.exerpt-left {
    float: left;
	width: 45%;
}

.expert-right {
    float: right;
    width: 52%;
	margin-top: 7px;
}

.expert-right figure {
    margin: 0;
}

.expert-right img {
    display: block;
    width: 100%;
}

.expert-right figcaption {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    text-align: center;
    margin-top: 15px;
    line-height: 30px;
}

.excerpt-wrapper ~ p {
    line-height: 28px;
}

.single-post #content a {
	white-space: nowrap;
}

.single-post #content a:hover {
    text-decoration: underline;
}

body.single-post .entry-content iframe {
    margin-top: 0;
	margin-bottom: 20px;
}

.ep-list {
    margin-top: 6px;
}

.ep-list > li {
	display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.ep-list li > span {
	margin-right: 8px;
}

.ep-list li > p {
    margin-top: 7px!important;
    font-size: 18px;
    padding-right: 42px;
    line-height: 28px;
}

.ep-list li > span > a::before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}

.ep-list li > span > a:hover::before {
	content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 16px;
}

.single-post .ep-list li a {
	padding: 6px 19px;
    border-radius: 25px;
	color: #F6931D;
	width: 118px;
}

.single-post .ep-list li a:hover {
    background: #F6931D;
    color: #fff;
}

.single-post .su-divider {
	border-width: 1px!important;
	border-color: #002454 !important;
	margin-bottom: 36px !important;
}

.single-post h3 + .wp-caption {
    margin: 6px 70px 0 0;
}

.single-post .wp-caption .wp-caption-text {
    background: transparent;
    border: none;
    font-size: 24px;
    font-weight: 600;
}

.single-post .su-pullquote > .su-highlight {
    background: transparent !important;
}

.single-post .bctt-click-to-tweet {
	border: 2px solid #06B2FC;
    border-radius: 0;
    color: #06B2FC;
    padding: 21px 42px 24px;
    margin-bottom: 50px;
    font-size: 19px;
}

.single-post .bctt-ctt-text {
    display: block;
    margin-bottom: 12px;
    max-width: 420px;
    width: 100%;
    font-size: 20px;
}

.single-post .bctt-ctt-text > a {
    white-space: normal !important;
}

.single-post .bctt-click-to-tweet a {
    color: #06B2FC !important;
    margin: 0;
	padding: 0;
	line-height: 37px;
}

.single-post .bctt-click-to-tweet a.bctt-ctt-btn {
    background: #06B2FC;
    color: #fff!important;
    padding: 4px 25px;
    text-transform: none;
    font-family: 'Montserrat'!important;
    font-weight: 300;
    font-size: 16px;
    border-radius: 50px;
    float: right;
    max-width: 176px;
    width: 100%;
    text-align: center;
}

.single-post .bctt-click-to-tweet a.bctt-ctt-btn:hover {
	opacity: .8;
}

.single-post .bctt-click-to-tweet a.bctt-ctt-btn::before {
	content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2020/08/twitter.png) no-repeat center/cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: -5px;
}

.single-post .su-pullquote-align-left {
    border-right: none;
    border-left: 5px solid #012555;
    padding-right: 0;
    padding-left: 20px;
}

.checklist-actions {
	padding: 33px 59px 28px;
    border: 2px solid lightgray;
	margin-bottom: 36px;
}

.checklist-actions h3 {
	margin-bottom: 24px;
}

.checklist-actions > p > span {
	display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 18px;
    margin-bottom: 5px;
}

.checklist-actions>p>span::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 30px;
    background: #fff url(/wp-content/uploads/2020/08/blue-tick.png) no-repeat center/cover;
}

.checklist-actions .emoji {
	margin-right: 36px !important;
    margin-top: 8px !important;
}

.checklist-btn {
	text-align: center;
}

.checklist-btn .button {
	color: #fff!important;
    text-transform: uppercase;
    font-size: 18px;
    padding: 19px 34px;
    font-weight: 800;
}

.a-box span {
    font-size: 22px;
    display: block;
    font-weight: 699;
    margin-bottom: 0;
}

.a-box p:empty {
    display: none;
}

.gyp-home-cta.gyp-home-cta-small {
	position: relative;
	padding: 35px 0 47px;
	margin-bottom: 0px;
}

.gyp-home-cta.gyp-home-cta-small img {
    left: 11%;
    top: 18px;
    width: 133px;
}

.gyp-home-cta.gyp-home-cta-small h2 {
    padding-left: 32.5%;
    font-size: 31px;
    margin-bottom: 11px;
}

.gyp-home-cta.gyp-home-cta-small .button {
	float: none;
    display: block;
    margin: 0 auto;
    max-width: 280px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-post .notes-transc {
	padding: 46px 30px 20px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}

.single-post .notes-transc h2 {
    font-weight: 300;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 5px;
}

.single-post .notes-transc > p {
    padding-left: 28px;
    padding-right: 28px;
}

.single-post .notes-transc a {
	background: #f7941e;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 270px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0;
}

.single-post .notes-transc a:hover {
	background: #00c5e5;
}

/* .video-popup {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    display: none;
}

.v-p-inner {
    max-width: 830px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px;
}

.close-v-p {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -30px;
    right: 0;
    cursor: pointer;
}

.close-v-p::before, 
.close-v-p::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: red;
    left: 50%;
}

.close-v-p::before {
    transform: rotate(45deg);
}

.close-v-p::after {
    transform: rotate(-45deg);
}

body.popup-active {
    overflow: hidden;
}

body.popup-active .video-popup {
    overflow: auto;
} */

.single-post #comments {
    float: left;
    width: 100%;
    background: transparent;
    border-top: 1px solid;
    margin-top: 50px;
    padding: 34px 0 0;
    color: #012555;
    margin-bottom: 0;
}

.single-post #content .comment-notes {
    font-size: 18px;
    margin-bottom: 40px;
}

.single-post #content .comment-form-author, 
.single-post #content .comment-form-email, 
.single-post #content .comment-form-url {
    margin-bottom: 30px;
}

.single-post #content .comment-form-author label, 
.single-post #content .comment-form-email label, 
.single-post #content .comment-form-url label {
    margin-right: 18px;
    min-width: 65px;
    display: inline-block;
}

.single-post #content .comment-form-author input, 
.single-post #content .comment-form-email input, 
.single-post #content .comment-form-url input {
    max-width: 418px;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.single-post #comments .form-submit {
    margin-top: 43px;
}

.single-post #comments .form-submit input {
    max-width: 237px;
    width: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
    text-transform: uppercase;
    font-weight: 800;
	font-family: 'Nunito Sans';
	background: #ED860C;
}

.single-post #comments .form-submit input:hover {
	background: #06B2FC;
}


.posts-list {
	float: left;
    width: 100%;
    margin-top: 80px;
    border-top: 1px solid;
    padding-top: 50px;
}

.posts-list h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
    font-family: 'Roboto';
}

.posts-list-inner {
    display: flex;
    justify-content: space-between;
}

.s-l-post {
    width: 31%;
}

.single-post .posts-list .button {
    max-width: 280px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.single-post #comments {
    float: left;
    width: 100%;
    background: transparent;
    border-top: 1px solid;
    margin-top: 50px;
    padding: 33px 0 0;
    color: #012555;
	margin-bottom: 0;
}

.single-post .comment-form-comment label {
    margin-bottom: 8px;
    display: block;
}

textarea#comment {
    height: 223px;
	resize: none;
}

.single-post #content .comment-form-comment {
    margin-bottom: 33px;
}

.single-post h3 {
    color: #012555;
    font-size: 24px;
}

.single-post #comment,
.single-post input {
    background: transparent;
    border-color: #012555;
    border-radius: 0;
}


/* Single Post CSS Ends */


/* Category Archive CSS */
.archive .gyp-as-seen {
    display: none;
}
.archive #content {
    margin-top: 106px;
}
.archive h1.page-title {
    font-size: 40px;
    font-family: 'Nunito Sans';
    letter-spacing: 0.6px;
    margin-bottom: 32px;
}
.cat-archive-link {
	display: none;
}
.archive #primary {
	width: 69.5%;
    float: left;
}
.archive .post {
    background-color: #f5f9fa;
	padding: 43px 39px;
	font-family: 'Nunito Sans';
	font-weight: 400;
	margin-bottom: 30px;
}
.archive .left-col, 
.archive .img-wrapper a.thumb-click {
    width: 108px;
}
.archive .post-pic {
    height: auto;
}
.archive .right-col {
    padding-left: 27px;
    padding-right: 0;
}
.archive .header-meta, 
.archive .header-meta .posted-on > a {
    color: #707e81;
    text-transform: none;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-weight: 400;
    letter-spacing: 0.4px;
}
.archive .header-meta .posted-on > a {
    letter-spacing: -0.9px;
}
.archive .header-meta > span {
	margin-left: 13px;
}
.archive .post .entry-title>a {
    color: #012555;
    font-weight: 700;
    font-family: 'Nunito Sans';
    font-size: 22px;
    line-height: 1.2;
}
.archive .post .entry-title > a:hover {
    color: #f7941e;
}
.archive article .entry-content {
    float: left;
    width: 100%;
    margin-top: 26px;
    color: #012555;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Nunito Sans';
    letter-spacing: -0.3px;
    line-height: 21px;
}
.archive .entry-content p {
	font-weight: 400;
	margin-bottom: 23px !important;
}
.share-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-row > .button {
    padding: 12px 21px;
    max-width: 151px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    letter-spacing: 0.1px;
}
.archive .share-wrap {
    position: static;
    background: transparent;
	box-shadow: none;
	padding: 0;
    margin-top: 6px;
}
.archive .share-wrap > span {
	color: #06b2fc;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto';
    letter-spacing: .1px;
}
.archive .share-wrap > a {
    display: inline-block;
    vertical-align: middle;
    background: url(https://www.getyourselfoptimized.com/wp-content/uploads/2020/08/fb-blue.png) no-repeat center/contain;
    width: 20px;
    height: 20px;
	border-radius: 0;
	margin-left: 3px;
}
.archive .share-wrap > a.twitter-share {
    background-image: url(https://www.getyourselfoptimized.com/wp-content/uploads/2020/08/twitter-blue.png);
}
.archive .share-wrap > a.linkedin-share {
    background-image: url(https://www.getyourselfoptimized.com/wp-content/uploads/2020/08/linkedin-blue.png);
}
.archive .share-wrap > a.google-share {
    background-image: url(https://www.getyourselfoptimized.com/wp-content/uploads/2020/08/google-plus-blue.png);
}
#secondary {
	float: right;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-top: 0;
    font-weight: 400;
    padding: 0;
    width: 27.5%;
}
#secondary .widget {
	background-color: #012555;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 16px;
	margin-bottom: 26px;
    padding: 36px 22px;
}
#secondary .widget:first-child {
	background-color: transparent;
    color: #000;
	padding: 0 26px;
    line-height: 27px;
	margin-bottom: 0;
	font-size: 17px;
}
#secondary .widget:first-child p {
	margin-bottom: 29px;
	font-weight: 400;
}
#secondary h2 {
	font-size: 27px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin-bottom: 11px;
}
#secondary .book-img {
	width: 226px;
    display: block;
    margin: 0 auto 8px;
}
#secondary .heading-left {
	text-align: left;
}
#secondary .sub-head {
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding-right: 45px;
    line-height: 20px;
}
#secondary .button {
    text-align: center;
    font-size: 16px;
    padding: 19px 10px;
    display: block;
    text-transform: uppercase; 	
}
.category-pagination {
	margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 7px;
}
.category-pagination .prev, 
.category-pagination .next {
    width: 41px;
    height: 41px;
    background: #ee870c;
    color: white;
    text-align: center;
    border-radius: 50%;
}
.category-pagination .prev img, 
.category-pagination .next img {
	width: 7px;
    margin-top: 14px;
}
.category-pagination .prev img {
    transform: rotate(180deg);
}
.category-pagination > a, 
.category-pagination > span {
    color: #85979d;
    margin: 0 10px;
}
.category-pagination>a:hover,
.category-pagination .current {
    color: #ee870c;
}
.category-pagination > a.prev:hover, 
.category-pagination > a.next:hover {
    background: #e7e8e9;
}
.desktop-hidden {
	display: none;
}

/* Category Archive CSS Ends */



/* ------------------------------ Media Queries ------------------------------ */
@media only screen and (max-width: 1219px) {
	header#masthead {
		background-position: 50%;
	}
	a.logo {
		float: left;
		width: 100%;
		max-width: 300px;
	}
	.gyp-home-cta.rgba-bg img,
	.gyp-home-cta img {
		width: 100px;
		top: 0;
	}
	.gyp-home-cta h2 {
		font-size: 24px;
		padding-left: 150px;
	}
	.gyp-home-cta span {
		padding-left: 150px;
	}
	.gyp-home-cta.rgba-bg,
	.gyp-home-cta {
		padding: 15px 0;
	}
	.gyp-home-cta a.button {
		float: none;
		margin-top: 15px;
		padding: 15px;
		font-size: 17px;
		margin-left: 150px;
	}
	.categories-section .btn-collection button {
		margin: 10px;
	}
	.posts_with_image .single_post {
		margin: 12.5px !important;
	}
	body .owl-carousel .owl-nav button.owl-next {
		right: 0;
		left: inherit;
	}
	body .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}
	.icons-container.two-lines::before, .icons-container.two-lines::after, .icons-container.single-line::after{display:none;}
}
.menu-footer-menu-container .current_page_item {
    background-color: transparent;
}
.s-l-post {
	transition:all 0.15s ease-in-out;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.s-l-post img,
.s-l-post a{
	display: block;
}
.s-l-post:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.header-player .player_container {
    display: flex;
}
.sm2-bar-ui.full-width {
    max-width: 81%;
    min-width: auto;
}
.sppbuttons a {
    font-size: 0 !important;
    width: auto;
    min-width: auto !important;
    margin: 0 !important;
    padding: 0 27px !important;
    height: 64px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.sppbuttons {
    width: 19% !important;
    display: flex !important;
    justify-content: space-between;
    padding: 0 0 0 10px;
    margin: 0 !important;
}
.button-g-play:before, .button-share:before, .button-download:before, .button-itunes:before, .button-stitcher:before, .button-clammr:before, .button-soundcloud:before, .button-spprss:before, .button-spplisten:before, .button-sppandroid:before, .button-sppreview:before {
    font-size: 30px !important;
    line-height: 1.2;
}
.header-player {
	max-width: 1075px;
}
.webui-popover-inner .fa, 
.webui-popover-inner .far, 
.webui-popover-inner .fas {
    font-family: FontAwesome;
}
.webui-popover-inner .share-buttons .google-plus {
    display: none;
}
@media only screen and (max-width: 1024px) {
	.subscription-links>a img {
		max-height: 16px;
	}
	.sm2-bar-ui.full-width {
		max-width: 100%;
	}
	.sppbuttons {
		width: 154px!important;
		display: flex!important;
		justify-content: space-between;
		padding: 0 10px;
		margin: 0 auto !important;
	}
	.sppbuttons a {
		padding: 5px 20px!important;
		height: auto;
	}
	.button-g-play:before, .button-share:before, .button-download:before, .button-itunes:before, .button-stitcher:before, .button-clammr:before, .button-soundcloud:before, .button-spprss:before, .button-spplisten:before, .button-sppandroid:before, .button-sppreview:before {
		font-size: 20px!important;
		line-height: 1.2;
	}
	.header-player .player_container {
		display: block;
		height: auto;
	}
	.gyp-home-ss {
		margin-top: 35px;
	}
	.gyp-home-co {
		margin-left: 0;
		font-size: 32px;
		font-size: 24px;
	}
	.gyp-home-co a {
		margin-bottom: 0;
	}
	.gyp-home-co a img {
		margin: 0 auto;
		width: 250px;
	}
	.about-stephen {
		background-position: 30% 0;
	}

	/* Category Archive CSS */
	.archive #content {
		margin-top: 150px;
	}
	/* Category Archive  */

}
@media only screen and (max-width: 960px) {
	li.search-toggle.mobo-111 {
		display: block;
		position: absolute;
		right: 22px;
		top: 60px;
	}
	#site-navigation li.search-toggle.mobo-111 a {
		padding: 5px;
		background-size: contain;
	}
	#site-navigation div#nav-search .widget .search-field {
		width: 100%;
		margin-bottom: 10px;
	}
	#site-navigation div#nav-search {
		justify-content: start;
		padding: 15%;
	}
	.posts_with_image {
		padding: 30px 0 0 0;
		margin-bottom:0px;
	}
	.gyp-as-seen {
		padding: 30px 0 0;
	}
	.gyo-section {
		padding: 60px 0 60px 0;
	}
	.categories-section h2{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.categories-section .wrap a.button {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.jay-group {
		padding: 60px 0;
	}
	.slider-holder{
		margin-bottom:0px;
	}
	.footer{
		padding: 30px 0 30px 0;
	}
	a.logo {
		float: none;
		margin: 0 auto 15px;
	}
	a.call-us {
		font-size: 18px;
		display: block;
		margin-bottom: 20px;
	}
	.header-top {
		float: none;
		max-width: 210px;
		margin: 0 auto;
		font-size: 0;
	}
	body:not(.home) .gyp-as-seen {
		margin-top: 170px;
		padding: 30px 0 30px 0;
	}
	nav#site-navigation {
		padding: 15px 0;
		z-index: 99;
	}
	body .menu-main-menu-container {
		width: 100%;
	}
	.main-navigation ul li.search-toggle {
		display: none;
	}
	div#mobi-menu {
		position: absolute;
		right: 10px;
		top: 15px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		font-size:18px;
	}
	.footer p a:hover, .footer-nav li a:hover, #site-navigation .current_page_item, #site-navigation li a:hover, #site-navigation .children li a:hover, #site-navigation .sub-menu li a:hover {
		background-color: #414042;
	}
	body .main-navigation ul {
		margin: 0;
		position: static;
		width: 100%;
	}
	#site-navigation .sub-menu li a {
		background-color: #373737 !important;
		border-bottom: 1px solid #414042;
		color: #00c5e5;
		text-align: left;
		width: 100%;
	}
	.praiseb {
		margin: 0 0 30px;
	}
	.praise-left, .praise-right {
		width: 100%;
	}
	ul.tab .current a {
		border-right: 2px solid #9E9E9E;
	}
	ul.tab .current a::after,
	ul.tab .current a::before{
		display:none;
	}
	.wrap-bg-leftodd {
		float: left;
		margin-left: 0 !important;
		width: 100%;
	}
	.top-bg-sp, .about-bg > div {
		padding: 50px 0 80px;
	}
	.wrap-bg-rightodd,
	.wrap-bg-left {
		max-width: 100%;
		text-align: left;
		margin-left: 0;
		float: left;
		margin-top: 20px;
	}
	.wrap-bg-right {
		float: left;
		width: 100%;
		margin-top: 20px;
		display: block;
		text-align: center;
	}
	.about-bg img {
		display: block;
		margin: 0 auto;
	}
	.years-rap:before{display:none;}
	.page.page-template-podcasts article.podcast-wrap {
		width: 48%;}
	.geek-quiz .quiz-answers,
	.geek-formula .formula-letter {
		width: 100%;
		margin: 15px 0;
	}
	.infusion-submit input[type="submit"], body a.button {
		padding: 10px;
	}
	body:not(.home) .sticky-header #site-navigation, .sticky-header #site-navigation {
		padding: 10px 10px 15px;
	}


	/* Single Post CSS */
	.subscription-links > a {
		padding: 10px;
	}

	.subscription-links img {
		height: auto;
	}

	.gyp-home-cta.gyp-home-cta-small img {
		left: 12%;
	}

	.gyp-home-cta.gyp-home-cta-small h2 {
		padding-left: 37%;
	}

	.single-post .notes-transc > p {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Single Post CSS Ends */


	/* Category Archive CSS */
	.archive #primary, 
	#secondary {
		float: none;
		width: 100%;
	}
	/* Category Archive CSS */

}
@media only screen and (max-width: 767px) {
	.header-post-info .watch-video-img {
		max-width: 180px;
		margin-right: -100px;
	}
	.header-post-info p {
		margin-bottom: 30px;
	}
	a.logo {
		max-width: 200px;
	}
	body .owl-carousel .owl-nav button.owl-prev, body .owl-carousel .owl-nav button.owl-next {
		width: 30px;
		height: 25px;
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}
	div#mobi-menu {
		font-size: 15px;
	}
	.gyp-home-co {
		font-size: 20px;
		width: 100%;
	}
	.gyp-home-cta img {
		display: block;
		position: static;
		margin: 0 auto 15px;
	}
	.gyp-home-cta a.button {
		margin-left: 0;
	}
	.gyp-home-cta h2,
	.gyp-home-cta span {
		padding-left: 0;
	} 
	.gyp-home-cta.rgba-bg, .gyp-home-cta {
		text-align: center;
	}
	.about-stephen .wrap {
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: start;
	}
	.about-left {
		float: left;
		margin-top: 36px;
	}
	.social-icons {
		margin-left: 0;
	}
	.footer a.button {
		margin-left: 0;
		margin-top: 15px;
	}
	.social-and-btn {
		flex-direction: column;
	}
	#menu-category-menu li a {
		margin-bottom: 15px;
		float: none;

	}
	.page.page-template-podcasts article.podcast-wrap {
		width: 100%;
	}
	#menu-category-menu li {
		display: block;
	}
	.archive .right-col {
		width: 100%;
		padding: 30px 0;
	}
	.cntctfrm_contact_form input[type="text"], .cntctfrm_contact_form input[type="file"], .cntctfrm_contact_form select, .cntctfrm_contact_form textarea, .widget .cntctfrm_contact_form input[type="text"], .widget .cntctfrm_contact_form input[type="file"], .widget .cntctfrm_contact_form select, .widget .cntctfrm_contact_form textarea {
		min-width: auto;
	}
	.page-id-108 h1 {
		line-height: 35px!important;
		margin-top: 0;
	}
	.categories-section h2 {
		margin: 5px 0;
		font-size: 24px;
	}
	.jay-group h2 {
		margin: 0 0 20px;
	}
	.gyo-section h2 {
		margin: 30px 0;
	}
	.about-right h2,.slider-holder h2 {
		font-size: 30px;
		margin: 30px 0;
	}
	.jay-group {
		padding: 30px 0;
	}
	.gyo-section {
		padding: 0 0 30px 0;
	}
	.gyo-section .society-icons {
		margin-top: 10px;
	}
	.about-stephen {
		padding: 0 0 41px 0;
	}
	.footer p.privacy-para {
		margin-top: 30px;
	}
	h2.center-terxts,h2 {
		font-size: 24px;
	}
	.entry-content {
		font-size: 18px;
	}

	h1,.single .entry-title{
		font-size: 30px;
	}


	/* Single Post CSS */
	.header-post-info {
		height: auto;
	}
	.exerpt-left,
	.expert-right {
		width: 100%;
	}
	.single-post #content {
		padding-left: 4%;
		padding-right: 4%;
	}
	.post-intro {
		font-size: 36px;
	}
	.single-post #content a {
		white-space: unset;
	}
	body.single-post .entry-content iframe {
		height: 300px;
	}
	.ep-list>li {
		display: block;
	}
	.ep-list li>p {
		padding-right: 0;
	}
	.single-post .alignleft, 
	.single-post .alignright {
		width: 100% !important;
		float: none;
	}
	.single-post .bctt-click-to-tweet a.bctt-ctt-btn {
		max-width: 100%;
	}
	.single-post .bctt-ctt-text {
		max-width: 100%;
	}
	.header-post-info .info-head {
		font-size: 24px;
		line-height: 1.3;
	}
	.subscription-links {
		flex-wrap: wrap;
	}
	.subscription-links > a {
		width: 30%;
		margin-bottom: 10px;
		margin-right: 0;
		padding: 5px;
	}
	/* .subscription-links > a > img {
		width: 100%;
	} */
	.checklist-actions {
		padding: 10px;
	}
	.gyp-home-cta.gyp-home-cta-small {
		text-align: center;
		padding: 20px;
	}
	.gyp-home-cta.gyp-home-cta-small img {
		position: static;
		margin: 0 auto 20px;
		display: block;
	}
	.gyp-home-cta.gyp-home-cta-small h2 {
		padding-left: 0;
	}
	.gyp-home-cta.gyp-home-cta-small .button {
		transform: translateX(0);
	}
	.single-post .notes-transc a {
		font-size: 16px;
	}
	.single-post .notes-transc > p {
		padding: 0;
	}
	
	/* Single Post CSS Ends */


	/* Category Archive CSS */
	.archive #content {
		padding-left: 21px;
		padding-right: 21px;
		padding-bottom: 0;
	}
	#secondary {
		margin-bottom: 0;
	}
	.archive h1.page-title {
		font-size: 28px;
		margin-bottom: 13px;
	}
	.taxonomy-description,
	.cat-archive-link {
		display: block;
	}
	.taxonomy-description {
		font-size: 17px;
		letter-spacing: -0.2px;
	}
	.taxonomy-description > p {
		font-weight: 400;
	}
	.cat-archive-link {
		margin-bottom: 36px;
	}
	.cat-archive-link > a {
		color: #f7941e;
		font-weight: bold;
		font-size: 17px;
	}
	.archive .post {
		position: relative;
		padding: 80px 0 50px;
	}
	.archive .post:nth-child(odd)::before {
		content: '';
		position: absolute;
		top: 0;
		right: -999px;
		left: -999px;
		background: #f5f9fa;
		bottom: 0;
		z-index: -1;
	}
	.archive .post:nth-child(even) {
		background: #fff;
	}
	.archive .entry-header {
		position: static;
	}
	.archive .header-meta {
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
	}
	.archive .header-meta,
	.archive .header-meta .posted-on>a {
		font-size: 16px;
	}
	.archive .header-meta>span {
		margin-left: 17px;
	}
	.archive .left-col {
		width: 39%;
	}
	.archive .img-wrapper a.thumb-click {
		width: 100%;
	}
	.archive .right-col {
		position: static;
		width: 54%;
		float: right;
		padding-top: 0;
		padding-bottom: 0;
	}
	.archive .post .entry-title>a {
		line-height: 28px;
		margin-top: -6px;
	}
	.archive article .entry-content {
		margin-top: 26px;
		line-height: 25px;
	}
	.archive .entry-content p {
		margin-bottom: 34px!important;
	}
	.share-row > .button {
		max-width: 200px;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 20px;
		letter-spacing: 0.5px;
	}
	.archive .share-wrap {
		margin-top: 22px;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.share-row {
		flex-direction: column;
		margin-top: 42px;
	}
	.archive .share-wrap > a {
		width: 34px;
		height: 34px;
		margin-left: 14px;
	}
	.archive .share-wrap > span {
		font-size: 21px;
	}
	#secondary .widget:first-child,
	#secondary .widget:last-child {
		display: none;
	}
	.dekstop-hidden {
		display: block;
	}
	.sub-head {
		text-align: center;
	}
	.category-pagination {
		margin: 45px 0 177px;
		text-align: center;
		position: relative;
	}
	.category-pagination .prev, 
	.category-pagination .next {
		margin: 0;
		position: absolute;
		width: 55px;
		height: 55px;
		top: -50%;
	}
	.category-pagination .prev {
		left: -8px;
	}
	.category-pagination .next {
		right: -8px;
	}
	.category-pagination>a, 
	.category-pagination>span {
		margin-left: 6px;
		margin-right: 6px;
		font-size: 17px;
	}
	.category-pagination .prev img, 
	.category-pagination .next img {
		margin-top: 20px;
	}	
	#secondary .widget:nth-child(2) {
		position: relative;
		padding: 174px 7px 71px;
		margin-bottom: 0;
	}
	#secondary .widget:nth-child(2)::before {
		content: '';
		position: absolute;
		background-color: #012555;
		top: 0;
		right: -999px;
		bottom: 0;
		left: -999px;
		z-index: -1;
	}
	#secondary .book-img {
		position: absolute;
		top: -129px;
		width: 238px;
		left: 0;
		right: 0;
	}
	#secondary h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 14px;
	}
	#secondary .sub-head {
		display: block;
		padding-right: 0;
		font-size: 16px;
		text-transform: none;
		letter-spacing: 0.5px;
		line-height: 26px;
		margin-bottom: 40px;
	}
	#secondary .button {
		font-size: 20px;
		padding-top: 23px;
		padding-bottom: 23px;
	}
	article.post p a {
		display: inline;
	}
	/* Categor Archive CSS Ends */

}
