/*
	Theme Name: ADHD Coaching
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.3

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

	Template: genesis
	Template Version: 2.0

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

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

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

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

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

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

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

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

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


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

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

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

body {
	color: #101828;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
}

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

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

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

a:hover {
	color: #0ebfe9;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

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

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

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

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

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    	transition-property: background;
    	transition-timing-function: linear;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #101828;
	font-family: 'Montserrat', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

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

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

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

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

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

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

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

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

img {
    	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #f04848;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 12px 24px;
	text-transform: none;
	width: auto;
	border-radius: 30px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f04848;
}

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


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

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

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

th,
td {
	text-align: left;
}

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

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

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

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

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

.site-inner {
	clear: both;
	padding-top: 0;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

.full-width-content .content {
	width: 100%;
}

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

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

.avatar {
	float: left;
}

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

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

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

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

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

.site-header {
	z-index: 999;
	width: 100%;
	position: fixed;
    background: #fff;
	margin: 25px 0 0;
}

.home .site-header {
	/*background: transparent;*/
	margin: 25px 0 0;
}

.home .site-header.sticky {
	background: #fff;
}

.sticky-logo {
	display: none;
}

.site-header.sticky .sticky-logo {
	display: block;
} 

.site-header.sticky .non-sticky-logo {
	display: none;
}

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

.title-area {
	float: left;
	padding: 12px 0 5px 0;
	width: 190px;
}

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

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 920px;
	margin: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

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

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

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

.genesis-nav-menu a {
	border: none;
	color: #101828;
	display: block;
	font-size: 12px;
	padding: 28px 20px 28px 20px;
	position: relative;
	font-weight: 700;
}

.home .genesis-nav-menu a {
	/*color: #fff;*/
}

.home .site-header.sticky .genesis-nav-menu a {
	color: #101828;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #f04847;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:		opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:		opacity .4s ease-in-out;
	width: 215px;
	z-index: 99;
	border-radius: 20px;
	padding: 20px 0;
	background: #557fd7;
}

.genesis-nav-menu .sub-menu a {
	border: none;
	padding: 16px 20px;
	position: relative;
	width: 215px;
	color: #fff;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #fff;
	color: #557fd7;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

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

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

.c-hamburger {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: background 0.3s;
	float: right;
}

.c-hamburger:focus {
  	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 23px;
	left: 14px;
	right: 14px;
	height: 5px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
  	top: -10px;
}

.c-hamburger span::after {
  	bottom: -10px;
}

.c-hamburger--htx {
  	background-color: #f04848;
}

.c-hamburger--htx span {
  	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  	transition-duration: 0.3s, 0.3s;
  	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  	transition-property: top, transform;
}

.c-hamburger--htx span::after {
  	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  	background-color: #f04848;
}

.c-hamburger--htx.is-active span {
  	background: none;
}

.c-hamburger--htx.is-active span::before {
  	top: 0;
  	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  	bottom: 0;
  	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  	transition-delay: 0s, 0.3s;
}


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

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

.entry {
	margin-bottom: 0;
}

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

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

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

.entry-content ul li {
	list-style-type: none;
	position: relative;
	padding: 0 0 30px;
}

.entry-content ul li::before {
	content: " ";
	background: url("images/li-icon.png") no-repeat scroll left top;
	position: absolute;
	left: -30px;
	top: 10px;
	width: 12px;
	height: 12px;
}

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

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

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

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

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

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

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

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

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

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

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

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

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #333;	
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

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

.footer-widgets-3 {
	float: right;
}

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

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

/* Enable Accessibility Features
---------------------------------------------------------------------------------------------------- */
/* ## Screen reader text
--------------------------------------------- */

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

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

.more-link {
	position: relative;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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

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

.site-footer {
	background: #101828;
	padding: 30px 0;
}

.site-footer p, .site-footer a {
	color: #fff;
	font-size: 13px;	
}

#left-footer {
	float: left;	
}

#left-footer p.tf-link {
	color: #717b8f;	
	margin: 0;
}

#left-footer p.tf-link a {
	color: #717b8f;	
}

#right-footer {
	float: right;	
}

#right-footer span {
	color: #fff;
	margin: 0 5px;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */

.logo-home,.logo-sticky-home,.logo-global{
	height:50px;
}

#top-header {
	background: #101828;
	padding: 0;
	position: fixed;
    width: 100%;
	height: 25px;
	z-index: 999;
}

#top-header .textwidget {
	text-align: right;	
}

#top-header strong {
	color: #fff;
	margin: 0 5px;	
}

#top-header a {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

#hero-img {
	background: url("images/hero-img.jpg") no-repeat scroll center center;	
	background-size: cover;
	height: 560px;
	margin: 104px 0 0;
}

.home #hero-img {
    margin: 41px 0 0;
}

#hero-img h1 {
	font-size: 72px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 180px 0 0;	
}

#hero-img h2 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;	
}

#hero-img h2 strong {
	color: #101828;	
}

#hero-img h5 {
	font-size: 22px;
	color: #101828;
	text-align: center;
	font-weight: 700;	
}

#hero-img a.btn {
	background: url("images/btn-img.png") no-repeat scroll left 20px center #f04848;
	padding: 13px 0 13px 20px;
}

.header-widget-area a.btn {
	background: url("images/btn-img.png") no-repeat scroll left 12px center #f04848;
	padding: 8px 0 8px 20px;
	width: 210px;
	font-size: 11px;
}

#nav_menu-2 {
    	float: left;
}

#black-studio-tinymce-3 {
    	float: right;
    	margin: 22px 0 0;
}

a.btn {
	background: #f04848;
	font-size: 16px;
	color: #fff !important;
	text-align: center;
	width: 390px;
	display: block;
	border-radius: 30px;
    padding: 13px 0;
	margin: 0 auto;
	font-weight: 700;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

a.btn:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.panel-1 {
	padding: 0 0 50px;	
}

.panel-1 .panel-layout {
	max-width: 1040px;
	margin: 0 auto;
}

.badge-image {
    margin: 0 0 30px;
}

.panel-1 .badge-image img {
    margin: -90px auto 0;
}

.panel-1 a.btn {
    margin: 40px auto 0;
}

.panel-1 h2 {
	font-size: 30px;
	text-align: center;
	color: #101828;
	font-weight: 700;	
	margin: 0;
}

.panel-1 ul li {
	padding: 0 0 2px;
}

.panel-1 p {
	font-size: 21px;
	text-align: center;
}

.panel-1 li {
	font-size: 21px;
}

.panel-2 {
	padding: 50px 0;	
}

.panel-2 .logos-row {
	margin: 0 0 20px;	
}

.panel-3 {
	padding: 80px 0 70px;	
}

.panel-3 h2 {
	font-size: 30px;
	text-align: center;
	color: #101828;
	font-weight: 700;
	margin: 0 0 40px;
}

.client-testimonial h3 {
    color: #2d3b58;
    font-size: 20px;
    font-weight: 700;
	margin: 0 0 10px;
}

.client-testimonial h4 {
    font-size: 15px;
    color: #2d3b58;
}

.client-testimonial img {
    margin: 0 0 10px;
}

.panel-3 a.btn {
    margin: 20px auto 0;
}

.panel-4 h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
}

.panel-4 a.btn {
	width: 300px;
	margin: 0;	
}

.panel-4 .right-sec {
	padding: 170px 0px 90px 45px;	
}

.footer-sec {
	background: url("images/footer-section-bg.jpg") no-repeat scroll 0 0;
	background-size: cover;
	padding: 70px 0 60px;
}

.footer-sec a.btn {
	background: url("images/btn-img.png") no-repeat scroll left 20px center #f04848;
	padding: 13px 0 13px 20px;
}

.footer-sec h3 {
	font-size: 19px;
	text-align: center;
	color: #fff;	
}

.footer-sec h2 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin: 0 0 30px;
}

.footer-sec h4 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 700;	
}

.footer-sec p {
	text-align: center;
}

.footer-sec p a {
	color: #fff;
}

.footer-sec span.pipe-line {
	color: #fff;
	margin: 0 5px;
}

/*
Internal pages CSS
---------------------------------------------------------------------------------------------------- */

.page-featured-image {
    position: relative;
	margin: 100px 0 0;
}

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

.page-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

h1.entry-title {
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
}

.sub-title-row {
	padding: 40px 0;	
}

.sub-title-row h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 700;	
}

.color-panel, .white-panel {
	padding: 40px 0 15px;	
}

.color-panel h2, .white-panel h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;	
	padding: 50px 0 0;
}

.white-panel {
	display: block !important;	
}

.white-panel .panel-grid-cell:first-child {
    float: right;
}

.unique-program-panel-1 {
	padding: 80px 0 60px;	
}

.unique-program-panel-1 ul li {
    padding: 0 0 10px;
}

.unique-program-panel-1 ul li::before {
    background: url("images/li-icon-red.png") no-repeat scroll left top;
}

.unique-program-panel-1 h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
	padding: 0 70px 0 0;
}

.unique-program-panel-1 p {
	font-weight: 700;
}

.unique-program-panel-2 {
	padding: 0 0 90px;
}

.unique-program-panel-2 .coaching-image img {
	margin: -160px auto 0;	
}

.unique-program-panel-2 h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
	text-align: center;
	margin: 30px 0 60px;
}

.unique-program-panel-2 .left-sec, .unique-program-panel-2 .right-sec {
	min-height: 135px;
	margin: 0 0 35px;
}

.unique-program-panel-2 .work-row {
	border-bottom: 1px solid #d9dcdd;
}

.unique-program-panel-2 .work-row.last {
	border-bottom: none;
}

.work-row > .panel-grid-cell:first-child {
	border-right: 1px solid #d9dcdd;
}

.unique-program-panel-2 h4 {
	font-size: 20px;
	color: #101727;
	font-weight: 700;
}

.unique-program-panel-2 .left-sec {
	padding: 30px 10px 0 10px;	
}

.unique-program-panel-2 .right-sec {
	padding: 30px 50px 0 0px;	
}

.unique-program-panel-3 {
	padding: 80px 0 50px;	
}

.unique-program-panel-3 h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
	text-align: center;
	margin: 0 0 50px;
}

.unique-program-panel-3 p {
	padding: 0 30px 0 0;	
}

.unique-program-panel-3 p strong {
	color: #5279cf;
}

.unique-program-panel-3 a.btn {
	margin: 0;	
}

.unique-program-panel-4 {
	padding: 130px 0 130px;	
}

.unique-program-panel-4 .panel-layout {
    	max-width: 950px;
    	margin: 0 auto;
}

.unique-program-panel-4 h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
	text-align: center;
}

.unique-program-panel-4 li {
	font-size: 21px;	
}

.about-panel-1 {
	padding: 80px 0;
}

.about-panel-1 .right-sec {
	max-width: 550px;
	margin: 0 auto;	
}

.about-panel-1 h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
}

.about-panel-2 {
	padding: 70px 0 100px;	
}

.about-panel-2 .left-sec {
	padding: 50px 0 0;	
}

.about-panel-2 h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
	text-align: center;
}

.about-panel-2 h6 {
	font-size: 18px;
	color: #5279cf;
	font-weight: 700;
	margin: 0;
}

.about-panel-3 {
	padding: 70px 0 70px;	
}

.about-panel-3 h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
	text-align: center;
}

.about-panel-3 h3 {
	font-size: 24px;
	color: #101828;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
}

.about-panel-3 p {
	text-align: center;
}

.video-testimonials-panel {
	padding: 70px 0 50px;	
}

.video-testimonials-panel p strong {
	color: #5279cf;	
}

.testimonials-panel {
	padding: 60px 0 50px;
}

.testimonials-panel h2 {
	font-size: 30px;
	color: #101828;
	font-weight: 700;
	text-align: center;
}

.client-testimonial {
	display: inline-block;
	vertical-align: top;
    background: #f6f5f5;
    width: 350px;
    min-height: 434px;
    margin: 0 30px 30px 0;
    padding: 25px 24px 10px;
    border-radius: 10px;
}

.client-testimonial:nth-of-type(3n+3) {
    margin: 0 0 30px;
}

.client-testimonial p {
	font-size: 15px;
    color: #101828;	
}

.client-testimonial p strong {
	color: #5279cf;	
}

.team-member {
	width: 258px;
	min-height: 355px;
	float: left;
	margin: 0 27px 0 0;
}

.team-member:nth-of-type(4n+4) {
	margin: 0;	
}

.team-member-img {
	width: 144px;
	height: 144px;
	margin: 0 auto 10px;
	position: relative;
}

.featured-img img {
	margin: 0 auto;
	display: block;
/* 	border-radius: 100%; */
}

.info-icon {
	position: absolute;
	top: 15px;
	right: 15px;
}

.hover-div {
	background: #f04848;
	width: 100%;
	height: 100%;
/* 	border-radius: 100%; */
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.hover-div a {
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	top: 25%;
	position: absolute;
	left: 0;
	right: 0;
	padding: 70px 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);	
}

.hover-div img {
    margin: 5px auto 0;
}

.team-member-img:hover .hover-div {
	opacity: 1;	
}

.team-member h4 {
	font-size: 18px;
	color: #5279cf;
	text-align: center;
	font-weight: 700;
	margin: 0 0 5px;
}

.team-member h5 {
	font-size: 14px;
	color: #101828;
	text-align: center;
	padding: 0 25px;
}

.single-team h1.entry-title {
    text-align: left;
    font-size: 20px;
    color: #3a67c8;
    text-transform: none;
    margin: 0 0 20px;
    font-weight: 700;
}

body.single-team .site-inner {
	padding: 40px 5%;
    padding: 4rem 5%;	
}

body.single-team {
	background: #fff;	
}

body.single-team .site-inner p {
    font-size: 14px;	
}

body #fancybox-close {
	top: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	background: url("images/close-btn.png") no-repeat scroll 0 0;
}

.error404 .site-inner, .search .site-inner {
	padding: 30px 0;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 15px 10px;
}

.fancybox-slide--iframe .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 900px;
	max-height : 900px;
	margin: 0;
}

.pda-form {
    background: #5279cf;
    padding: 35px 30px 15px;
    border-radius: 5px;
	margin: 0 0 50px;
}

.pda-form h3 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.pda-form label.gfield_label {
    color: #fff;
}

.additional-note {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.pda-form .gform_button.button {
    display: block !important;
    margin: 0 auto !important;
} 

.pda-form .gform_wrapper .gfield_required {
	color: #fff;
}

.agree-checkbox label.gfield_label {
	display: none !important;
} 

.agree-checkbox label a {	
	color: #5279cf;
}

body .gform_body ul li {
	padding: 0;
}

body .gform_wrapper div.charleft {
	color: #fff;
}

/* select {
    padding: 15px 10px !important;
} */

.top-bottom-gap {
	padding: 50px 0;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    bottom: 0;
}

body #pojo-a11y-toolbar {
    top: auto !important;
    bottom: 0 !important;
}

/*
blog css start
----------------- */

.entry-title a {
	color: #f04848;
	font-weight: 400;
	font-size: 30px;
}

.entry-title a:hover {
	color: #f04848;
	text-decoration: underline;
}

#featured-image {
	float: left;
	margin: 0 20px 0 0;
}

.social-share {
	padding: 10px 0 4px;
	border-top: 1px solid #f04848;
	border-bottom: 1px solid #f04848;
	margin-bottom: 20px;
}

a.read-more {
	color: #f04848 !important;
}

a.read-more:hover {
	text-decoration: underline;
}

p.entry-meta {
	font-size: 16px;
}

.entry-meta a {
	color: #f04848;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.sidebar section {
	background: #f04848;
	padding: 20px;
}

.sidebar .widget-title {
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 26px;
}

.sidebar .widget li {
	background: url("images/dbl-right-arrow.png") no-repeat left 8px;
	padding-left: 20px;
}

.sidebar .widget a {
	color: #fff;
	font-weight: 400;
}

.single h1.entry-title {
	text-align: left;
	padding: 0;
	text-transform: none;
	font-weight: 400;
	font-size: 30px;
	color: #f04848;
	max-width: 100%;
}

.single #featured-image {
   	float: none;
	margin: 0 auto 10px;
	text-align: center;
}

time.entry-time {
	font-size: 14px;
}

.single-post .site-inner {
	padding-top: 30px;
}

.archive-description {
	display: none;
}

/*
blog css end*/

ul.sharing_btns {
	margin: 0;
}

.sharing_btns li:before {
	display: none;
}

.sharing_btns li {
	display: inline-block;
	margin-right: 5px;
}

.sharing_btns li a {
	color: #f04848;
}

.sharing_btns li a:hover {
	text-decoration: none;
}

.blog .site-inner, .archive .site-inner {
	padding-top: 40px;
}

/* review videos */

.review_videos_container{
	padding: 55px 0;
}

.review_videos_container .review_video{
	width: 33%;
	display: inline-block;
}

.review_videos_container .review_video .review_video_inner{
	margin: 11px 11px;
	box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.4);
}

.review_videos_container .review_video .review_video_inner:hover{
	box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.6);
	cursor: pointer;
}

.review_videos_container .review_video .review_video_thumbnail{
	height: 180px;
	display: flex; 
	align-items: center; 
	justify-content: center;
}

.review_videos_container .review_video .review_video_thumbnail .review_video_play_button{
	background: url("images/play-button.png") center center no-repeat;
	background-color: rgba(48, 175, 255, 0.75);
	width: 87px;
	height: 57px; 	
}


.review_videos_container .review_video .review_video_inner .review_video_info{
	background: #fff;
	padding: 25px;
}

.review_videos_container .review_video .review_video_inner .review_video_info .review_name{
	font-family: 'Montserrat', sans-serif;
	color: #101727;
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.review_videos_container .review_video .review_video_inner .review_video_info .review_title{
	font-family: 'Montserrat', sans-serif;
	color: #101727;
	font-weight: 300;
	font-size: 16px;
	display: block;
}

.review_videos_container .video_player_container{
	display: none;
}

.fancybox-content{
	overflow: visible !important;
}

.fancybox-close-small{
	background: #fff !important;
	color: #a0a09f !important;
	border-radius: 26px !important;
	height: 52px !important;
	width: 52px !important;
	top: -26px !important;
	right: -26px !important;
}

.single-team #cookie-law-info-bar {
	display: none !important;
}

.site-inner p a {
	color: #5279cf;
}

.pda-form .wpforms-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.pda-form label.wpforms-field-label {
    color: #fff;
}

.pda-form .wpforms-field-description {
    text-align: center;
    color: #fff;
}

#wpforms-field-limit-text-378-2 {
    text-align: center;
    color: #fff;
}

.wpforms-submit {
    background: #f04848 !important;
    border-radius: 30px !important;
    border: none !important;
    color: #fff !important;
    display: block !important;
    padding: 12px 16px !important;
}

.pda-form .wpforms-submit {
	margin: 0 auto !important;
}

.siteorigin-panels .site-inner .wrap {
	max-width: none;
	margin: 0;
}

.entry-content > .panel-layout > div:not(:first-child),
.entry-content > .panel-layout > div:first-child .panel-layout {
	max-width: 1170px;
	margin: 0 auto;
}

.entry-content > .panel-layout > div:first-child {
	max-width: 100%;
}

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

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

	.wrap,
	.entry-content > .panel-layout > div:not(:first-child),
	.entry-content > .panel-layout > div:first-child .panel-layout {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 760px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 280px;
	}
	
	.genesis-nav-menu a {
    		padding: 30px 10px 25px 10px;
	}
	
	#hero-img {
    		height: 500px;
	}
	
	#hero-img h1 {
    		font-size: 50px;
		margin: 150px 0 0;
	}
	
	#hero-img h2 {
    		font-size: 25px;
	}
	
	#hero-img h5 {
    		font-size: 18px;
	}
	
	.panel-1 {
    		padding: 0 0 50px;
	}
	
	.panel-1 li {
    		font-size: 18px;
	}
	
	.client-testimonial {
    		width: 300px;
	}
	
	.panel-4 p {
    		font-size: 16px;
	}
	
	.unique-program-panel-2 h4 {
    		font-size: 16px;
	}
	
	.unique-program-panel-2 p {
    		font-size: 14px;
	}
	
	.unique-program-panel-2 {
    		padding: 0 0 20px;
	}
	
	.about-panel-1 h2 {
    		font-size: 24px;
		padding: 40px 0 0;
	}
	
	.about-panel-1 .right-sec {
    		max-width: 450px;
	}
	
	.about-panel-3 p br {
    		display: none;
	}
	
	.team-member {
    		width: 210px;
	}
	
	.team-member-img {
    		width: 225px;
	}
	
	.about-panel-2 {
    		padding: 50px 0 20px;
	}
	
	.about-panel-3 h2 {
    		font-size: 24px;
	}

}

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

	.wrap,
	.entry-content > .panel-layout > div:not(:first-child),
	.entry-content > .panel-layout > div:first-child .panel-layout {
		max-width: 768px;
	}

	.site-header, #top-header {
		position: relative;
	}
	
	.site-header {
    		margin: 0;
	}
	
	.home .site-header {
    	background: transparent;
    	margin: 0;
	}

	.site-inner {
		padding: 0 5% 0;
		padding: 0 5% 0;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 20px 0;
		padding: 2rem 0;
	}
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon, .c-hamburger {
		display: block;
		position: absolute;
    		top: 0;
    		right: 0;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	#top-header .textwidget {
    		text-align: center;
	}
	
	#nav_menu-2 {
    		float: none;
	}
	
	#black-studio-tinymce-3 {
    		float: none;
    		margin: 0;
	}
	
	.site-header .widget-area {
    		margin: 0 0 10px;
	}
	
	#hero-img {
    		margin: 0;
		height: 350px;
	}
	
	.home #hero-img {
    	margin: 0;
	}
	
	#hero-img h1 {
    		font-size: 40px;
    		margin: 70px 0 0;
	}
	
	#hero-img h2 {
    		font-size: 20px;
	}
	
	#hero-img h5 {
    		font-size: 16px;
	}
	
	.panel-1 h2, .panel-3 h2, .footer-sec h2, .panel-4 h2, .unique-program-panel-1 h2, .unique-program-panel-2 h2, .testimonials-panel h2 {
    		font-size: 24px;
	}
	
	.panel-1 p {
    		font-size: 16px;
	}
	
	.panel-1 li {
    		font-size: 16px;
	}
	
	.entry-content ul li {
    		padding: 0 0 10px;
	}
	
	.entry-content ul li::before {
    		top: 5px;
	}
	
	.client-testimonial {
		float: none;
		margin: 0 auto 15px;
	}
	
	.client-testimonial:nth-of-type(3n+3) {
    		margin: 0 auto;
	}
	
	.panel-4 .right-sec {
    		padding: 20px 0px 30px 0px;
	}
	
	.panel-4 .right-sec .textwidget {
    		background: rgba(255,255,255,0.5);
    		margin: 30px 0 20px;
    		padding: 20px;
	}
	
	.footer-sec h3 {
    		font-size: 16px;
	}
	
	.genesis-nav-menu .sub-menu {
    		padding: 0;
    		background: transparent;
		border-radius: 0;
	}
	
	.genesis-nav-menu .sub-menu a {
    		color: #101828;
	}
	
	.genesis-nav-menu .sub-menu a:hover {
    		color: #101828;
	}
	
	.logos-row {
    	display: block !important;
	}
	
	.logos-row .panel-grid-cell {
    	float: left !important;
    	width: 50% !important;
	}
	
	.videos-row {
		clear: both;	
	}
	
	.panel-2 {
    	padding: 30px 0;
	}
	
	.client-testimonial {
    	width: 320px;
		min-height: 100%;
	}
	
	.page-featured-image {
    	margin: 0;
	}
	
	h1.entry-title {
    	font-size: 24px;
	}
	
	.page-featured-image img {
    	height: 80px;
    	object-fit: cover;
	}
	
	.unique-program-panel-2 .textwidget {
    		text-align: center;
	}
	
	.unique-program-panel-3 h2, .unique-program-panel-4 h2 {
		font-size: 21px;	
	}
	
	.unique-program-panel-1 {
    	padding: 30px 0 60px;
	}
	
	.team-member {
		width: 258px;
		min-height: 280px;
		float: none;
		margin: 0 auto;
	}
	
	.team-member-img {
    	width: 258px;
	}
	
	.team-member:nth-of-type(4n+4) {
    	margin: 0 auto;
	}
	
	.about-panel-3 {
    	padding: 50px 0 30px;
	}
	
	.non-sticky-logo {
    	display: none;
	}
	
	.sticky-logo {
    	display: block;
	}
	
	.home .genesis-nav-menu a {
    	color: #101828;
	}
	
	.unique-program-panel-2 .coaching-image img {
    	margin: -100px auto 0;
	}
	
	.unique-program-panel-2 .right-sec {
    	padding: 0;
	}
	
	.unique-program-panel-2 .left-sec, .unique-program-panel-2 .right-sec {
    	margin: 0;
	}
	
	.unique-program-panel-2 .work-row, .work-row > .panel-grid-cell:first-child {
		border-bottom: none;
		border-right: none;
	}
	
	.about-panel-2 .left-sec {
    	padding: 50px 30px 10px;
    	background: rgba(255,255,255,0.7);
	}
	
	.about-panel-1 {
    	padding: 40px 0 30px;
	}
	
	.review_videos_container .review_video {
		width: 50%;
	}
	
	.about-panel-3 h2 {
    	font-size: 20px;
	}
	
	.about-panel-3 h2 br {
		display: none;
	}
	
	.videos-row .panel-grid-cell {
    	margin: 0 0 15px !important;
	}
	
	.unique-program-panel-3 {
    	padding: 30px 0 10px;
	}
	
	.unique-program-panel-2 .left-sec, .unique-program-panel-2 .right-sec {
		min-height: 85px;
	}
	
	.unique-program-panel-2 h2 {
		margin: 20px 0 0px;
	}
	
	.unique-program-panel-3 p {
    	padding: 20px 0 0 0;
	}
	
	.unique-program-panel-4 ul {
    	margin: 0 0 0 40px;
	}
	
	.unique-program-panel-4 {
    	padding: 50px 0 30px;
	}

}

@media only screen and (max-width: 768px) {
	
	.review_videos_container .review_video {
		width: 100%;
	}

	.review_videos_container .review_video .review_video_thumbnail {
		height: 280px;
	}
	
}

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

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	
	#top-header a {
    	font-size: 13px;
	}
	
	#hero-img h1 {
    	margin: 20px 0 0;
		padding: 0 10px;
		font-size: 30px;
	}
	
	#hero-img a.btn {
    	width: 300px;
    	font-size: 11px;
	}
	
	.panel-1 h2, .panel-3 h2, .footer-sec h2, .panel-4 h2, .unique-program-panel-1 h2, .unique-program-panel-2 h2, .testimonials-panel h2 {
    	font-size: 20px;
	}
	
	.panel-1 ul {
    	margin: 20px 0 0px 40px;
	}
	
	.panel-1 p, .panel-1 li {
    	font-size: 15px;
	}
	
	a.btn {
    	font-size: 12px;
    	width: 300px;
	}
	
	.panel-4 a.btn {
    	width: 280px;
	}
	
	.footer-sec {
    	padding: 50px 10px 20px;
	}
	
	#left-footer, #right-footer {
    	float: none;
		text-align: center;
	}
	
	.site-footer p, .site-footer a {
    	margin: 0;
	}
	
	h1.entry-title {
    	font-size: 20px;
	}
	
	.panel-3 h2 br {
    	display: none;
	}
	
	.sub-title-row h2 {
    	font-size: 24px;
	}
	
	.color-panel h2, .white-panel h2 {
    	font-size: 24px;
	}
	
	body {
    	font-size: 16px;
	}
	
	.panel-3 {
    	padding: 40px 0 40px;
	}
	
	.panel-3 h2 {
    	font-size: 20px;
	}
	
	.panel-3 h2 br {
    	display: none;
	}
	
	.unique-program-panel-3 h2, .unique-program-panel-4 h2 {
		font-size: 18px;	
	}
	
	.unique-program-panel-1 h2 {
    	padding: 25px 0 0;
	}
	
	.unique-program-panel-2 img {
    	margin: 0 auto;
	}
	
	.unique-program-panel-4 li {
    	font-size: 16px;
	}
	
	.unique-program-panel-4 {
    	padding: 30px 0 30px;
	}
	
	.about-panel-1 .right-sec {
    	max-width: 320px;
	}
	
	.about-panel-1 .left-sec {
    	min-height: 250px;
	}
	
	.about-panel-1 h2, .about-panel-3 h2 {
    	font-size: 20px;
	}
	
	.about-panel-2 h2 {
    	font-size: 20px;
	}
	
	.about-panel-2 .left-sec {
    	padding: 0;
	}
	
	.about-panel-2 p br {
    	display: none;
	}
	
	.panel-4, .unique-program-panel-1, .about-panel-2 {
    	background-position: top center !important;
    	background-size: contain !important;
    	background-repeat: no-repeat !important;
	}
	
	.unique-program-panel-2 h4 {
		left: 0;
		right: 0;
	}
	
	.unique-program-panel-2 .left-sec, .unique-program-panel-2 .right-sec {
		min-height: 110px;
	}
	
	.panel-4 .right-sec {
    	padding: 120px 0 0px;
	}
	
	.unique-program-panel-1 .textwidget {
    	padding: 80px 5px 10px;
	}
	
	.about-panel-2 h2 {
    	padding: 210px 0 0;
	}
	
	.unique-program-panel-2 h2 {
    	margin: 20px 0 10px;
	}
	
	.about-panel-2 .left-sec p {
    	font-size: 16px;
	}
	
	.about-panel-2 {
    	background-position: -56% 0px !important;
	}
	
	#featured-image {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}
	
	.unique-program-panel-2 p {
    	margin: 0 0 10px;
	}
	
	.panel-4 .right-sec .textwidget {
    	padding: 20px 10px 0;
	}
	
	.about-panel-1 {
    	padding: 0px 0 10px;
	}
	
	.about-panel-1 img {
    	margin: 0 auto;
	}
	
	.about-panel-3 {
    	padding: 30px 0 0px;
	}

}