/* 

    Theme Name: WIGUC Theme
    Description: A custom theme built for The When I Grow Up Coach based on the Genesis framework
    Author: Arwyn Todd
    Author URI: http://www.arwyntodd.com

	Version: 2.0

    Template: genesis 
	Template Version: 2.1.2
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/

/* Notes 

	Main Colors:
	Dark blue: #0e2441
	Teal: #189c9f
	Silver blue: #cddad8
	Salmon: #f36f61

	Background Colors:
	Chocolate: #b4a496
	Tan: #e6dfd9
	Muted Blue: #e6f1ef
	Muted Pink: #fbdedb

	Fonts:
	Equip-MediumItalic
	Equip
	ReverieOT
	ReverieOT
	BoucherieCursive

*/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
		- Contact Form 7
		- Mad Mimi
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Monarch
	- LayerSlider WP
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Mobile Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Shortcodes
- Footer Widgets
- Site Footer
- Pages
    - Home Page
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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



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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

.author-box:before,
.clearfix:before,
.entry: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;
}

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


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

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

body {
	background-color: #fff;
	color: #3e4043;
	font-family: 'Equip';
	font-size: 16px;
	line-height: 1.4; /* 1.625? */
	margin: 0;
}

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

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

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

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

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

ul li:before
{
	content: "\2022";
	color: #189c9f;
	font-size: 24px;
	padding-right: 12px;
}

.comment-list ul li::before,
.no-style-list li::before
{
    content: none;
}

li {
	line-height: 1.2;
	list-style-type: none;
	list-style-position: inside;
	/* margin-bottom: 12px; */
	text-indent: -21px;
	margin-left: 21px;
}

.no-style-list li
{
	text-indent: 0;
	margin-left: 35px;
}

b,
strong {
	font-weight: 700;
	color: #0E2441;
}

a {
	color: #189c9f;
	text-decoration: none;
}

a:hover {
	color: #189c9f;
	text-decoration: underline;
}

strong a {
	color: #189c9f !important;
	text-decoration: none;
}

strong a:hover {
	color: #189c9f;
	text-decoration: underline;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0e2441;
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: normal;
}

h1 {
	font-family: 'ReverieOT';
	font-size: 32px;
}

h2 {
	font-family: 'ReverieOT';	
	font-size: 24px;
}

h3 {
	font-family: 'Equip';
	font-size: 24px;
	color: #189C9F;
}

h4 {
	font-family: 'Equip';
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1 span
{
	font-family: 'BoucherieCursive';
	font-size: 50px;
	text-transform: lowercase;
}

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

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

img {
	height: auto;
}

.align-left
{
	float: left; 
	margin-right: 40px;
}

.align-right
{
	float: right; 
	margin-left: 40px;
}

.clear
{
	clear: both;
}

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

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

hr
{
	border: 3px solid #189c9f;
	width: 10%;
	margin-top: 15px;
	margin-bottom: 30px;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	color: #3e4043;
	border: none;	
	font-size: 18px;
	font-weight: 300;
	padding: 8px;
}

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

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

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

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.link-button,
.pagination-previous a,
.pagination-next a, 
.previous a, 
.next a {
	display: inline-block;
	background-color: #f36f61;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'ReverieOT';
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px 14px;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	border-radius: 5px;
	vertical-align: bottom;
	line-height: 1.1;
	letter-spacing: 2px;
}

.link-button.top-space
{
	margin-top: 20px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #f36f61;
	color: #fff;
	vertical-align: middle;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.link-button:hover {
	background-color: #189c9f;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #189c9f;
	color: #fff;
}

.button {
	display: inline-block;
}

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


/* ### Contact Form 7
--------------------------------------------- */
.wpcf7
{
	background: #E6F1EF;
	padding: 30px 40px !important;
}

.wpcf7-textarea
{
	width: 100%;
	height: 150px;
}

.wpcf7-select
{
	background: #afc5c2;
	width: 100%;
}

.wpcf7-select select /* for the custom arrow on the drop-down list */
{
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.wpcf7 .left-column-form, 
.wpcf7 .right-column-form
{
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.wpcf7 .left-column-form
{
	margin-right: 4%;
}


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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

.site-container
{
	overflow: hidden;
}

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

.site-inner {
	clear: both;
}

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

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

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

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

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

/* ### Content */

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

/* ### Mobile Navigation */
#responsive-menu ul li::before, #wprmenu_menu_ul li::before
{
	content: none;
}


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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
	border-radius: 50%;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

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

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

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


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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
	text-transform: none;
	text-align: center;
}

.entry-title a
{
	font-family: "ReverieOT";
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 21px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.footer-widgets .widget-title {
	color: #fff;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

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

.sticky {
}


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

.sidebar .widget_search
{
	background: #189c9f;
	padding: 14px;
}

.widget_categories ul li::before
{
	content: none;
}

.widget_categories .cat-item
{
	background: #cddad8;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 30px;
	font-weight: bold;
	margin-left: 0;
	text-indent: 0;
}

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

/* sign-up box in sidebar - change to text-22 for live site */
#custom_html-9
{
	background: #cddad8;
	font-size: 16px;
	padding: 22px 16px;
}

#custom_html-9 h4
{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

#custom_html-9 input[type="text"], #custom_html-9 button
{
	display: block;
	margin: 10px auto 0;
	max-width: 100%;
}

#custom_html-9 input[type="checkbox"]
{
	margin-right: 5px;
}

#custom_html-9 span
{
	font-size: 14px;
}


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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

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


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

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

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

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

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

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


/* ## Monarch
--------------------------------------------- */
.et_social_icons_container li::before
{
	content: none;
}


/* ## Collapse-o-matic
--------------------------------------------- */

.faq-title
{
  padding: 20px 0 20px 40px !important;
  font-size: 18px;
  font-family: "Equip";
  font-weight: bold;
  color: #0e2441;
}

.faq-title:hover
{
  text-decoration: none;
}

.collapseomatic_content 
{
    margin-bottom: 20px;
	margin-left: 41px !important;
}

.collapseomatic_excerpt, .collapseomatic_content
{
  	/* margin-left: 0 !important; */
}

.collapseomatic 
{
  background-image: url("../wiguc/images/plus.png") !important;
  background-position: left center;
}
.colomat-close 
{
  background-image: url("../wiguc/images/minus.png") !important;
  background-position: left center;
}


/* ## Countdown Widget
--------------------------------------------- */

.countdown_section 
{
    font-size: 18px;
}

.countdown_amount 
{
    font-size: 60px;
}


/* ## Countdown Widget
--------------------------------------------- */

#wprmenu_menu_ul li
{
	text-indent: 0;
}


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

.site-header {
	background-color: #cddad8;
	min-height: 140px;
}

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

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
	position: relative;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url("images/logo.png") no-repeat left;
	float: left;
	min-height: 116px;
	width: 15%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

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

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

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


/* ### Header Social Media
--------------------------------------------- */

.header-social-media
{
	position: absolute;
	bottom: 50px;
	right: 10px;
}

.header-social-media a
{
	color: #0e2441;
}

.header-social-media a:hover
{
	color: #189C9F;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	float: right;
}

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

.genesis-nav-menu .menu-item:before
{
	content: none;
}

.genesis-nav-menu .menu-item:not(:last-child):after
{
    content: "\2219";
	font-size: 36px;
	vertical-align: sub;
}

.genesis-nav-menu a {
	color: #0e2441;
	padding: 0 10px 12px;
}

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #0e2441;
	color: #fff;
	border-bottom: 1px solid #189c9f;
	font-size: 16px;
	padding: 20px;
	position: relative;
	width: 250px;
	display: inline-block;
}

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

.genesis-nav-menu .sub-menu .menu-item:not(:last-child):after
{
    content: none;
}

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

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

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

.nav-primary {
	background-color: #cddad8;
	position: absolute;
	bottom: 0;
	right: 0;
}

.nav-primary .wrap
{
	padding: 0;
}

.nav-primary .genesis-nav-menu a {
	color: #0e2441;
	font-family: 'Equip';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #189c9f;
	text-decoration: none;
}

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

.nav-secondary {
	background-color: #fff;
}


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

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

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

.blog .entry
{
	margin-bottom: 0;
	padding: 50px 20px 0;
}

.content .entry {
	background-color: #fff;
}

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

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

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

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

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

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

p.entry-meta {

}

.entry-header .entry-meta 
{
	font-family: "ReverieOT";
	font-size: 21px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 24px;	
}

.entry-footer .entry-meta {
	border-top: 1px solid #cddad8;
	border-bottom: 1px solid #cddad8;
	padding: 10px 0;
	font-family: "Equip";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0e2441;
}

.entry-footer .entry-meta a 
{
	font-weight: normal;
}

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

.entry-comments-link::before {
}

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #cddad8;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

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

#reply-title
{
	font-family: 'ReverieOT';
	font-size: 36px;
}

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

.comment-content {
	clear: both;
}

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

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

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

.comment-respond textarea {
	width: 100%;
}

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	font-size: 14px;
	padding-top: 50px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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


/* # Shortcodes
---------------------------------------------------------------------------------------------------- */

.grey-section-extended, 
.blue-section-extended, 
.grey-blue-section-extended,
.teal-section-extended,
.pink-section-extended
{
	width: 500%;
	margin: 0 -200%;
	clear: both;
}

.grey-section-extended
{
	background: #F7F3EF;
}

.blue-section-extended
{
	background: #E6F1EF;
}

.grey-blue-section-extended
{
	background: #CDDAD8;
}

.teal-section-extended
{
	background: #189C9F;
}

.pink-section-extended
{
	background: #fbdedb;
}

.grey-section, .blue-section, .grey-blue-section, .teal-section, .pink-section
{
	/* width: 100%; */
	max-width: 1090px;	
	margin: 30px auto;
	padding: 30px 0;
	overflow: hidden; /* this keeps the div "containing" anything floating within it */
}



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

.header-social-media
{
	
}


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

.footer-as-seen-in
{
	padding: 40px 0 50px;
}

.footer-as-seen-in h2
{
	color: #0e2441;
	font-family: "Equip";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.footer-as-seen-in .row-one, .footer-as-seen-in .row-two
{
	text-align: center;
}

.footer-as-seen-in .row-one img
{
	margin: 20px 42px 10px 0;
}

.footer-as-seen-in .row-two img
{
	margin: 20px 56px 10px 0;
}

.footer-as-seen-in .row-one img:last-child, .footer-as-seen-in .row-two img:last-child
{
	margin-right: 0;
}

.footer-subscribe
{
	background-color: #0e2441;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	clear: both;
	padding: 40px 0 50px;
}

.footer-subscribe h2
{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.footer-subscribe form
{
	margin: 10px 0 0;
}

.subscribe-checkbox
{
	display: inline;
}

.footer-subscribe form span, .page-articles form span, .page-mavenly form span
{
	color: #189c9f;
	margin: 0 20px 0 6px;
}

.footer-subscribe form input[type="text"], .page-articles form input[type="text"], .page-mavenly form input[type="text"]
{
	margin: 20px 20px 0 0;
	width: 25%;
}

.footer-widgets {
	background-color: #fff;
	color: #0e2441;
	font-size: 18px;
	clear: both;
	padding-top: 10px;
}

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

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.footer-widgets-1 /* social media */
{
	width: 50%;
	text-align: right;
	float: left;
}

.footer-widgets-2 /* PCC logo */
{
	width: 50%;
	text-align: left;
	float: right;
}

.footer-widgets-1 [class^="icon-"]::before, .footer-widgets-1 [class*=" icon-"]::before 
{
	background: #189c9f;
	font-size: 24px;
	padding: 10px;
	border-radius: 50%;
}

.footer-widgets-1 [class^="icon-"]:hover::before, .footer-widgets-1 [class*=" icon-"]:hover::before
{
	background: #f36f61;
}

.footer-widgets-2 img
{
	margin-left: 20px;
}


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

.site-footer {
	background-color: #0e2441;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

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


/* # Pages
---------------------------------------------------------------------------------------------------- */
/*
.page-banner
{
  background-size: 1090px 275px;
  background-position: center center;
  background-repeat: no-repeat;
}
*/

.page-banner
{
	position: relative;
}

.page-banner-img
{
	width: 100%;
}

.page-title
{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 55px;
}

.all-caps
{
	text-transform: uppercase;
}

.float-left
{
	float: left;
	margin-right: 20px;
}

.float-right
{
	float: right;
	margin-left: 20px;
}

.clear
{
	clear: both;
}

.center
{
	display: block;
	margin: 0 auto;
}

.single-post .entry
{
	padding: 50px 20px;
}

.page-template-landing-page .site-header, 
.page-template-landing-page .footer-as-seen-in,
.page-template-landing-page .footer-subscribe, 
.page-template-landing-page .footer-widgets
{
	display: none;
}

.page-template-centered-page .site-container
{
	text-align: center;
}

.error404 .content
{
	float: none;
	margin: 0 auto;
	text-align: center;
}

.testimonial .one-half,
.testimonial .one-sixth,
.testimonial .five-sixths
{
	margin-bottom: 60px;
}

.testimonial-last .one-half,
.testimonial-last .one-sixth,
.testimonial-last .five-sixths
{
	margin-bottom: 0;
}

/*
.testimonial .one-half
{
	margin-bottom: 60px;
}

.testimonial .one-half.last
{
	margin-bottom: 10px;
}
*/

.testimonial img
{
	width: 100%;
	max-width: 200px;
	border-radius: 50%;
}

.testimonial img.full-size
{
	border-radius: 0;
	max-width: none;
}

.testimonial h2
{
	text-align: left !important;
}

.testimonial hr
{
	margin-left: 0;
	margin-bottom: 15px;
}

.testimonial span
{
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #0e2441;
}

.testimonial span.testimonial-link
{
	margin-bottom: 0;
	color: #189C9F;
}

.testimonial-column
{
	text-align: center;
}

.testimonial-column .one-third
{
	padding: 0 20px;
}

.testimonial-column h2
{
	text-align: center !important;
}

.testimonial-column hr
{
	margin-left: auto;
	width: 30%;
}

.indented-content
{
	padding: 0 100px;
}

.light-blue
{
	background: #E6F1EF;	
}

.grey-blue
{
	background: #cddad8;
}

.peach
{
	background: #fbdedb;
}

.spacer
{
	padding: 30px 0 0;
}

.half-spacer
{
	padding: 15px 0 0;	
}

.shrink-up
{
	margin-top: -30px;
}

.shrink-down
{
	margin-bottom: -30px;
}

.direct-link-padding
{
	height: 30px; 
	margin-top: -30px;
}

.embedded-video
{
	margin: 0 auto; 
	width: 640px;
}

.error404 .sidebar
{
	display: none;
}

.bonus,
.bonus strong
{
	color: #189C9F;
}

.payment-options
{
	text-align: center;
}

.payment-image
{
	margin: 10px 0;
}

.early-bird
{
	color: #F36F61;
	font-weight: bold;
}


/* ## Home Page
--------------------------------------------- */

.home h2
{
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
}

.home-hero
{
	position: relative;
}

.home-hero img
{
	width: 100%;
}

.home-hero .hero-text
{
	background: #fff;
	max-width: 900px;
	margin: -210px auto 0;
	text-align: center;
	padding: 20px 100px;
	position: relative;
}

.home-hero h1
{
	text-align: center;
	text-transform: uppercase;
}

.home-hero hr
{
	width: 30%;
}

.home-journey
{
	text-align: center;
	line-height: 1.3em;
	padding: 40px 0;
}

.home-journey h2
{
	font-size: 24px;
	text-align: center;
}

.home-journey img
{
	display: block;
	margin: 0 auto 10px;
	opacity: 1;
}

.home-journey img:hover, .page-start-here .grey-section img:hover
{
	opacity: .5;
}

.journey-text /* to force the link buttons to be bottom aligned */
{
	min-height: 300px;
}

.home-journey .link-button
{
	font-size: 16px;
	letter-spacing: 0;
	padding: 8px 10px;
}

.home .entry
{
	padding: 0;
	margin: 0;
}

.home .grey-section
{
	margin: 0 auto;
}


/* ## About
--------------------------------------------- */

.page-about h2
{
	text-align: center;
}

.page-about .blue-section-extended
{
	text-align: center;
}


/* ## Start Here
--------------------------------------------- */

.page-start-here .footer-as-seen-in,
.page-start-here .mobile-only
{
	display: none;
}


/* ## Contact
--------------------------------------------- */

.page-contact 
{
	text-align: center;
}


/* ## Articles
--------------------------------------------- */

.page-articles
{
	text-align: center;
}

.page-articles .page-banner
{
	background: #E6F1EF;
}

.page-articles .entry
{
	padding-top: 0;
}

.page-articles .blue-section:first-of-type
{
	margin-top: 0;
}

.page-articles .light-blue, .page-articles .grey-blue, .page-articles .peach
{
	min-height: 226px;
	margin-bottom: 40px;
	padding: 30px 40px;
	opacity: 1;
}

.page-articles .light-blue:hover, 
.page-articles .grey-blue:hover, 
.page-articles .peach:hover
{
	opacity: .5;
}

.page-articles .light-blue p, .page-articles .grey-blue p, .page-articles .peach p
{
	display: none;
}

.page-articles .footer-as-seen-in
{
	display: none;
}


/* ## Speaking + Media
--------------------------------------------- */

.page-speaking .submenu ul
{
	position: relative;
	background: #189C9F;
	text-align: center;
	max-width: 435px;
	padding: 8px 8px 12px;
	margin: -80px auto 20px;
}

.page-speaking .submenu li
{
	display: inline;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.page-speaking .submenu li a
{
	color: #fff;
}

.page-speaking .submenu li:first-child
{
	margin-left: 0;
}

.page-speaking .submenu li::before
{
	color: #fff;
	padding: 0 18px 0 0;
}

.page-speaking .submenu li:first-child::before
{
	content: "";
	padding-right: 0;
}

.page-speaking h2
{
	text-align: center;
}

.page-speaking h4
{
	margin-bottom: 0;
}

.page-speaking h4.text-center
{
	margin-bottom: 20px;
}

.page-speaking .full-width-img
{
	width: 100%;
}

.page-speaking .row-one-logos, 
.page-speaking .row-two-logos, 
.page-speaking .row-three-logos, 
.page-speaking .row-four-logos
{
	text-align: center;
	vertical-align: middle;
}

.page-speaking .row-one-logos img, 
.page-speaking .row-two-logos img, 
.page-speaking .row-three-logos img, 
.page-speaking .row-four-logos img
{
	margin-bottom: 20px;
	vertical-align: middle;
}

.page-speaking .row-one-logos img
{
	margin-left: 47px;
}

.page-speaking .row-two-logos img
{
	margin-left: 76px;
}

.page-speaking .row-three-logos img
{
	margin-left: 53px;
}

.page-speaking .row-four-logos img
{
	margin-left: 50px;
}

.page-speaking .row-one-logos img:first-child,
.page-speaking .row-two-logos img:first-child,
.page-speaking .row-three-logos img:first-child,
.page-speaking .row-four-logos img:first-child
{
	margin-left: 0 !important;
}

.page-speaking .topics p
{
	margin-bottom: 55px;
}

.page-speaking .more-topics-icon
{
	width: 29px;
	height: 29px;
	background-image: url("../wiguc/images/plus.png");
	margin: 0 auto 0;
}

.page-speaking .faq-title
{
	color: #189c9f;
	font-size: 24px;
	text-align: center;
}

.page-speaking .collapseomatic,
.page-speaking .colomat-close
{
	background-position: top center;
	line-height: 3;
	/* background-image: none !important; <div class="more-topics-icon"></div> */
}

.page-speaking .footer-subscribe,
.page-speaking .footer-widgets
{
	display: none;
}

.page-speaking .vertical-center
{
	padding: 15% 0;
}

.page-speaking .indent-half
{
	margin-left: 25%;
}

.page-speaking .video
{
	margin-bottom: 30px;
}

.page-speaking .wpcf7 input[type="text"],
.page-speaking .wpcf7 input[type="email"]
{
	width: 100%;
}


/* ## Kudos
--------------------------------------------- */

.page-kudos .light-blue,
.page-kudos .grey-blue,
.page-kudos .peach
{
	height: 97px;
	margin-bottom: 10px;
}

.page-kudos .light-blue img,
.page-kudos .grey-blue img,
.page-kudos .peach img
{
	float: left;
}

.kudos-category
{
	color: #0E2441;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.kudos-title-section
{
	position: relative;
	text-align: center;
}

.kudos-title-section img
{
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.kudos-title-section h2
{
	font-size: 55px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}

.kudos-title-section span
{
	text-align: center;
	font-family: 'ReverieOT';
	font-size: 24px;
}

.kudos-title-section p
{
	margin: 10px 0 0;
}


/* ## 90 Day Business Launch
--------------------------------------------- */

.page-launch .page-title,
.page-launch-first-dibs .page-title
{
	font-size: 40px;
}

.page-launch .blue-section-extended,
.page-launch-first-dibs .blue-section-extended
{
	text-align: center;
}

/*
.page-launch .blue-section-extended .link-button
{
	margin-top: 20px;
}
*/

.page-launch .light-blue, .page-launch .grey-blue, .page-launch .peach,
.page-launch-first-dibs .light-blue, .page-launch-first-dibs .grey-blue, .page-launch-first-dibs .peach
{
	min-height: 214px;
	margin-bottom: 40px;
	padding: 30px 40px;
	text-align: center;
}

.page-launch .light-blue h4, .page-launch .grey-blue h4, .page-launch .peach h4,
.page-launch-first-dibs .light-blue h4, .page-launch-first-dibs .grey-blue h4, .page-launch-first-dibs .peach h4
{
	margin-bottom: 0;
	text-transform: uppercase;
}

.page-launch .indented-third,
.page-launch-first-dibs .indented-third
{
	margin-left: 17%;
}

.page-launch-interest form
{
	margin-bottom: 20px;
}

.page-launch-interest input[type="text"]
{
	width: 43%;
	margin-right: 20px;
}

.page-launch-interest .grey-section
{
	margin-top: -30px;
}

.launch-icon
{
	display: block;
	margin: 0 auto;
}


/* ## Build Your Client Base
--------------------------------------------- */

.page-build-interest form
{
	margin-bottom: 20px;
}

.page-build-interest input[type="text"]
{
	width: 43%;
	margin-right: 20px;
}

.page-build h4,
.page-build-first-dibs h4
{
	text-transform: uppercase;
	margin-bottom: 0;
}

.bycb-icon
{
	display: block;
	margin: 0 auto;
}

.page-build .teal-section h2,
.page-build-first-dibs .teal-section h2
{
	color: #fff;
}

.page-build .teal-section hr,
.page-build-first-dibs .teal-section hr
{
	border-color: #0E2441;
}

.build-calls
{
	padding-left: 30px;
}

.page-build
{
	padding-top: 0 !important;
}

.page-build #mtsnb-23657
{
	display: none;
}



/* ## Discover Your Dream Biz
--------------------------------------------- */

.page-discover h4,
.page-discover-first-dibs h4
{
	margin-bottom: 0;
}

.page-discover .teal-section h2,
.page-discover-first-dibs .teal-section h2
{
	color: #fff;
}

.page-discover .teal-section hr,
.page-discover-first-dibs .teal-section hr
{
	border-color: #0E2441;
}

.page-discover-interest form,
.page-discover-webinar form
{
	margin-bottom: 20px;
}

.page-discover-interest input[type="text"],
.page-discover-webinar input[type="text"]
{
	width: 43%;
	margin-right: 20px;
}


/* ## One-on-One Coaching
--------------------------------------------- */

.page-one-on-one-interest form
{
	margin-bottom: 20px;
}

.page-one-on-one-interest input[type="text"]
{
	width: 43%;
	margin-right: 20px;
}

.page-oneonone h4
{
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-oneonone input[type="text"]
{
	width: 100%;
}

.one-on-one-icon
{
	display: block;
	margin: 0 auto;
}

.coaching-left, .coaching-right
{
	width: 50%;
}

.coaching-left
{
	float: left;
	padding-right: 30px;
}

.coaching-right
{
	float: right;
}


/* ## Blog
--------------------------------------------- */

.entry-time
{
	background: url('http://www.whenigrowupcoach.com/amazeballs/wp-content/uploads/2015/09/ribbon.png') no-repeat center center;
	background-size: 100% 100%;
	padding: 2px 60px;
	text-align: center;
}

.more-link
{
	font-family: 'BoucherieCursive';
	font-size: 32px;	
}

.comment-content br
{
	margin-bottom: 10px;
}

.gug-invite-blog
{
	background-color: #E6DFD9;
	padding: 20px 10px;
	text-align: center;
}

.gug-invite-blog img
{
	max-width: 300px;
}

.gug-invite-blog .gug-left
{
	display: inline-block;
	float: none;
}


/* ## Contact
--------------------------------------------- */

.page-contact 
{
	text-align: center;
}

.page-contact .footer-as-seen-in
{
	display: none;
}

.page-contact .wpcf7
{
	text-align: left;
}

.page-contact .wpcf7 input[type="text"],
.page-contact .wpcf7 input[type="email"]
{
	width: 100%;
}


/* ## Google forms
      NOTE: This is forcing a lot of styling, so there will be a lot of !important that I blame Google for ;)
--------------------------------------------- */

div.ss-form-container 
{ 
  font-family: "Equip" !important; 
}

div.ss-form-container input[type="text"], div.ss-form-entry input[type="text"], div.ss-form-container textarea, div ss-form-entry textarea
{ 
  border: 1px solid #0e2441;
  background: transparent;
  width: 80%;
  font-family: "Equip" !important; 
}

.ss-q-title
{
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 20px;
}

.ss-form-entry ul li::before
{
  content: none;
}

.ss-navigate td
{
  border: none;
}



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

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

	.site-inner,
	.wrap,
	.grey-section,
	.blue-section,
	.grey-blue-section,
	.teal-section,
	.pink-section,
	.timeline-images
	{
		max-width: 960px;
	}

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

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

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 460px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
		width: 55%;		
	}
	
	.footer-widgets-1 input[type="text"]
	{
		width: 100%;
	}
	
	.footer-widgets-1 input[type="submit"]
	{
		margin-top: 15px;
		width: 100%;
	}
	
	.footer-widgets-2
	{
		width: 40%;
	}
	
	.page-banner
	{
		background-size: cover;
	}

}

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

	.site-inner,
	.wrap,
	.grey-section,
	.blue-section,
	.grey-blue-section,
	.teal-section,
	.pink-section
	{
		max-width: 800px; 
	}

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

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}
	
	.header-social-media
	{
		display: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.footer-widgets-1, .footer-widgets-2
	{
		text-align: center;
	}
	
	.footer-widgets-2 img
	{
		display: block;
		margin: 20px auto 0;
	}
}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.grey-section-extended, .blue-section-extended, .grey-blue-section-extended, .teal-section-extended, .pink-section-extended,
	.grey-section, .blue-section, .grey-blue-section, .teal-section, .pink-section
	{
		margin: 0;
		padding: 0;
		width: 100%;
		background: none;
	}
	
	/* 
	 * Tried adding the colored sections back in for mobile - big mistake
	 * 
	.grey-section-extended, .blue-section-extended, .grey-blue-section-extended, .teal-section-extended, .pink-section-extended
	{
		margin-bottom: 30px;
	}
	
	.grey-section, .blue-section, .grey-blue-section, .teal-section, .pink-section
	{
		padding: 10px 50px;
	}
	*/

	.site-inner,
	.wrap
	{
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 5%;
	}
	
	.entry
	{
		padding-bottom: 0;
	}
	
	.comment-respond input
	{
		width: 100%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.mobile-spacer
	{
		margin-top: 30px;
	}
	
	.align-right, .align-left
	{
		display: block;
		float: none;
		margin: 10px auto;
	}
	
	.align-right-mobile
	{
		float: right;
		margin-left: 20px;
	}
	
	.align-left-mobile
	{
		float: left;
		margin-right: 20px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.testimonial .one-half, 
	.testimonial .one-sixth, 
	.testimonial .five-sixths
	{
		margin-bottom: 20px;
	}
	
	.testimonial .first
	{
		margin-bottom: 0;
	}
	
	.testimonial-column .one-third
	{
		margin-bottom: 20px;
	}
	
	.testimonial img,
	.testimonial img.full-size
	{
		display: block;
		margin: 40px auto 10px;
	}
	
	.testimonial img
	{
		max-width: 200px;
	}
	
	.testimonial img.full-size
	{
		width: 100%;
		max-width: 528px;
	}
	
	.testimonial h2, .testimonial span
	{
		text-align: center !important;
	}
	
	.testimonial hr
	{
		margin-left: auto;
	}
	
	.indented-content
	{
		padding: 0;
	}
	
	.shrink-up, .shrink-down
	{
		margin: 0;
	}
	
	.link-button-center
	{
		text-align: center;
	}
	
	.embedded-video
	{
		margin: -40px auto;
		width: 100%;
	}
	
	.coaching-left, .coaching-right
	{
		float: none;
		width: 100%;
	}
	
	.home .grey-section-extended, .home .blue-section-extended
	{
		width: 500%;
		margin: 0 -200%;
	}
	
	.home .grey-section-extended
	{
		background: #e6dfd9;
	}
	
	.home .blue-section-extended
	{
		background: #e6f1ef;
	}

	.home .grey-section, .home .blue-section
	{
		max-width: 800px;	
		margin: 0 auto;
		padding: 30px 70px;
		overflow: hidden; /* this keeps the div "containing" anything floating within it */
	}
	
	.home-hero .hero-text
	{
		width: 540px;
		padding: 20px 50px;
		margin: -145px auto 0;
	}
	
	.home-hero h1
	{
		font-size: 24px;
	}
	
	.journey-text
	{
		min-height: 0;
		padding: 50px 50px 0;
	}
	
	.first .journey-text
	{
		padding-top: 0;
	}
	
	.home-journey .link-button
	{
		margin-top: 20px;
	}
	
	.page-about .blue-section-extended
	{
		margin-top: 0;
	}
	
	.page-start-here h1
	{
		text-align: center;
	}
	
	.page-start-here .top-space
	{
		margin-top: 0;
		margin-bottom: 60px;
	}
	
	.page-start-here .hide-for-mobile
	{
		display: none;
	}
	
	.page-start-here .mobile-only
	{
		display: block;
		margin: 0 auto;
	}
	
	.page-start-here .one-sixth
	{
		margin-bottom: 60px;
	}
	
	.page-speaking .submenu ul
	{
		margin: -68px auto 20px;
	}
	
	.page-speaking .indent-half
	{
		margin-left: 0;
	}
	
	.page-speaking h2
	{
		margin-top: 40px;
	}
	
	.page-speaking .testimonial h2
	{
		margin-top: 0;
	}
	
	.page-speaking .icons
	{
		float: left;
		margin-right: 20px;
	}
	
	.page-speaking .topics p
	{
		margin-bottom: 27px;
	}
	
	.page-speaking .vertical-center
	{
		padding: 40px 0 0;
	}
	
	.page-articles form span, .page-mavenly form span
	{
		margin-right: 10px;
	}
	
	.page-articles form input[type="text"], .page-mavenly form input[type="text"]
	{
		width: 35%;
		border: 1px solid #0E2441;
	}
	
	.page-kudos .light-blue img,
	.page-kudos .grey-blue img,
	.page-kudos .peach img
	{
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.kudos-title-section
	{
		margin-top: 50px;
	}
	
	.kudos-title-section img
	{
		top: -40px;
	}
	
	.page-kudos .link-button
	{
		margin-bottom: 50px;
	}
	
	.page-contact .wpcf7
	{
		background: #E6F1EF;
		margin-top: 40px;
	}
	
	.page-launch-interest input[type="text"],
	.page-build-interest input[type="text"],
	.page-discover-interest input[type="text"],
	.page-discover-webinar input[type="text"],
	.page-one-on-one-interest input[type="text"]
	{
		width: 38%;
		border: 1px solid #0E2441;
	}
	
	.page-discover .teal-section-extended,
	.page-discover-first-dibs .teal-section-extended,
	.page-build .teal-section-extended,
	.page-build-first-dibs .teal-section-extended,
	.page-oneonone .teal-section-extended
	{
		background: #189C9F;
	}
	
	.page-discover .teal-section,
	.page-discover-first-dibs .teal-section,
	.page-build .teal-section,
	.page-build-first-dibs .teal-section,
	.page-oneonone .teal-section
	{
		padding: 20px 0 0;
	}
	
	.page-build .five-sixths h4,
	.page-build-first-dibs .five-sixths h4
	{
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	.page-launch .light-blue, .page-launch .grey-blue, .page-launch .peach,
	.page-launch-first-dibs .light-blue, .page-launch-first-dibs .grey-blue, .page-launch-first-dibs .peach
	{
		min-height: 0;
	}
	
	.page-launch .indented-third,
	.page-launch-first-dibs .indented-third
	{
		margin-left: 0;
	}
	
	.footer-as-seen-in .row-one img:nth-child(3), .footer-as-seen-in .row-two img:nth-child(3)
	{
		margin-right: 0;
	}
	
	.footer-subscribe form input[type="text"]
	{
		width: 35%;
	}
	
}

@media only screen and (max-width: 700px) {
	
	.header-image .site-title > a 
	{
		background-size: 50px;
		min-height: 50px;
		width: 55%;
		margin-top: -30px;
	}

	.header-social-media
	{
		right: auto;
	}
	
	.site-header
	{
		min-height: 50px;
		max-height: 50px;
	}
	
	.site-header .wrap
	{
		padding: 0;
	}
	
	.site-header .widget-area
	{
		text-align: left;
	}

	.home .grey-section, .home .blue-section
	{
		max-width: 700px;	
	}

	.wpcf7
	{
		padding: 10px !important;
	}
	
	.wpcf7-text
	{
		width: 100%;
	}
		
}

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

	.home .grey-section, .home .blue-section
	{
		max-width: 600px;	
	}

	.page-banner
	{
		height: 100px !important;
	}

}

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

	.pagination-next
	{
		float: none;
	}
	
	hr
	{
		width: 20%;
	}
	
	.testimonial img
	{
		display: block;
		margin: 0 auto;
	}
	
	.embedded-video
	{
		margin: -78px auto;
	}
	
	.home-hero .hero-text
	{
		width: 100%;
		padding: 0 65px;
		margin: 0 auto;
	}
	
	.home .journey-text
	{
		padding: 50px 20px 0;
	}
	
	.home .grey-section, .home .blue-section
	{
		max-width: 500px;	
	}
	
	.home .grey-section hr, .home .blue-section hr
	{
		width: 25%;
	}
	
	.home .link-button
	{
		width: 80%;
	}
	
	.page-start-here .grey-section h1
	{
		text-align: center;
	}
	
	.page-start-here .grey-section .link-button
	{
		width: 100%;
	}
	
	.page-speaking .submenu ul
	{
		margin: -16px auto 20px;
		padding: 4px 4px 10px;
	}
	
	.page-speaking .submenu li
	{
		font-size: 16px;
	}
	
	.page-speaking .link-button
	{
		margin-bottom: 40px;
	}
	
	.page-speaking .icons
	{
		display: none;
	}
	
	.page-speaking .row-two-logos img
	{
		margin-left: 20px;
	}
	
	.page-speaking .row-three-logos img
	{
		margin-left: 10px;
	}
	
	.page-speaking .row-one-logos img:nth-child(odd),
	.page-speaking .row-two-logos img:nth-child(odd),
	.page-speaking .row-three-logos img:nth-child(odd),
	.page-speaking .row-four-logos img:nth-child(odd)
	{
		margin-left: 0;
	} 
	
	.page-articles form input[type="text"], .page-mavenly form input[type="text"]
	{
		width: 100%;
		margin: 0 0 20px;
	}
	
	.wpcf7 .left-column-form,
	.wpcf7 .right-column-form
	{
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	
	.page-contact .wpcf7 input[type="submit"]
	{
		width: 100%;
	}
	
	.page-launch-interest input[type="text"],
	.page-build-interest input[type="text"],
	.page-discover-interest input[type="text"],
	.page-discover-webinar input[type="text"],
	.page-one-on-one-interest input[type="text"]
	{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.page-discover .countdown_section,
	.page-discover-first-dibs .countdown_section,
	.page-build .countdown_section,
	.page-build-first-dibs .countdown_section,
	.page-oneonone .countdown_section
	{
		font-size: 12px;
	}

	.page-discover .countdown_amount,
	.page-discover-first-dibs .countdown_amount,
	.page-build .countdown_amount,
	.page-build-first-dibs .countdown_amount,
	.page-oneonone .coundown_amount
	{
		font-size: 40px;
	}
	
	.footer-as-seen-in .row-one img, .footer-as-seen-in .row-two img,
	.footer-as-seen-in .row-one img:nth-child(3), .footer-as-seen-in .row-two img:nth-child(3)
	{
		margin-right: 20px;
	}
	
	.footer-as-seen-in .row-one img:nth-child(2), .footer-as-seen-in .row-two img:nth-child(2)
	{
		margin-right: 0;
	}
	
	.subscribe-checkbox
	{
		display: block;
		margin-bottom: 5px;
	}
	
	.footer-subscribe form input[type="text"], button
	{
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.footer-subscribe form button
	{
		margin-top: 10px;
	}
	
}


.blog .content-sidebar-wrap,
.single .content-sidebar-wrap {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.blog .sidebar-primary,
	.single .sidebar-primary {
		width: 260px;
	}
}

@media only screen and (max-width: 800px) {
	.blog .sidebar-primary,
	.single .sidebar-primary {
		width: 100%;
	}
	.blog .content-sidebar-wrap,
	.single .content-sidebar-wrap {
		display: block;
	}
}