/*
	Theme Name: Beautiful Steve Theme
	Theme URI: http://acoach4u.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: FiddleFace Web Design
	Author URI: http://www.fiddleface.com/

	Version: 1.1

	Template: genesis
	Template Version: 2.1

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

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Welcome Message
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | 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], template {
    display: none
}

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

body {
    margin: 0
}

a {
    background: transparent;
}

a.moretag {
	border-bottom: none;
}

a:focus {
    outline: thin dotted;
}

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


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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
	width: 85%;
	padding: 5px 0;
	margin: 20px auto;
	background: #FFF url(images/lines.jpg) bottom repeat-x;
	border:none;
	clear: both;
}

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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

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

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

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

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

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

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

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

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

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

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

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

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

.clearfix {
    clear: both;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
    background-color: #fff;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.525;
}

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

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

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

a, red {
    color: #e5554e;
    text-decoration: none;
}

a:hover {
    color: #333;
}

.content a.more-link {
    background-color: #eee;
    border-radius: 3px;
    clear: both;
    color: #333;
    display: block;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 32px;
    padding: 10px;
    text-align: center;
}

.content a.more-link:hover {
    background-color: #e5554e;
    color: #fff;
}

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

p.caption {
    font-weight: 500;
    font-style: italic;
}

strong {
    font-weight: 500;
    color: #23210D;
}

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

li {
    margin-bottom: 10px;
}

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

blockquote {
    margin: 40px;
}

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

/* Headings
--------------------------------------------- */
h1,
h2, h3, h4, h5, h6 {
    color: #1E8216;
/*     color: #3253C1; */
    font-weight: 400;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
	color: #3253C1;
	text-align: center;
	line-height: 1.3;
}

h3 {
    font-size: 1.4rem;
	text-align: center;
}

/* body.sixfigure .entry-content h3:first-child {
	font-size: 1.2rem;
	color: #3253C1;
	font-style: italic;
	margin: 0 0 50px;
} */

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h3.coachsteve {
    font-size: 1rem;
    text-align: center;
    margin: -10px 0 20px;
    line-height: 1.4;
    color: #1E8216;
}

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

p iframe {
	margin: 0 140px;
}

img {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Forms
--------------------------------------------- */
input,
select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

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

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

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

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

button, input[type="button"], input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #e5554e;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

.button a {
	color: #FFF;
	border-bottom: none;
}

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

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

.button {
    display: inline-block;
}

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;
    width: 100%;
}

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

th, td {
    text-align: left;
}

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

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

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1140px;
}

.beautiful-landing .site-inner {
    max-width: 800px;
}

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

/* Column Widths and Positions
--------------------------------------------- */
/* Content  */
.content {
    float: right;
    padding-top: 10px;
    width: 720px;
}

/* Content  - floated left in editor style */
.content {
    float: left;
    padding-top: 0px;
    padding-left: 20px;
    width: 740px;
}

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

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

/* Sidebar */
.sidebar {
    float: right;
    width: 360px;
}

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641026%;
}

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

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

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

.one-fourth {
    width: 23.076923076923%;
}

.three-fourths {
    width: 74.358974358974%;
}

.one-sixth {
    width: 14.529914529915%;
}

.five-sixths {
    width: 82.905982905983%;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Genesis
--------------------------------------------- */
.breadcrumb {
    border-bottom: 1px dotted #ddd;
    color: #999;
    font-size: 16px;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.archive-description, .author-box {
    border-bottom: 1px dotted #ddd;
    border-top: 1px dotted #ddd;
    margin-bottom: 60px;
    padding: 40px 0;
}

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

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
	border-radius: 10px;
}

.author-box-title {
    color: #333;
    font-size: 18px;
    margin: 0 0 4px;
}

.author-box p {
	font-size: 14px;
}

/* Search Form
--------------------------------------------- */
.widget_search .widget-title {
    display: none;
}

.search-form {
    overflow: hidden;
	clear: both;
}

.search-form input {
    background-color: #fff;
    border: 1px solid green;
	border-radius: 0;
    color: #666;
    font-weight: 300;
   margin: 10px 0px;
    width: 220px;
}

.search-form input[type="submit"] {
    font-family: FontAwesome;
	width: auto;
    background: #1e73be;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    padding: 18px;
    line-height: 1;
    margin-top: 8px;
}

.search-form input[type="submit"]:hover {
    background:  #e5554e;
	width: auto;
}



/* Titles
--------------------------------------------- */
.entry-title a,
.widget .widget-title a {
    color: #1E8216;
	border-bottom: none;
}

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

.widget-title {
    background: url(images/lines.jpg) bottom repeat-x;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.entry-header {
	background: url(images/lines.jpg) bottom repeat-x;
 	margin: 0 0 15px 0;
	padding: 5px 0;
}

.entry-title {
    font-weight: 400;
	max-width: 650px;
	text-align: center;
	margin: 10px 0;
	line-height: 1.3;
}

.welcome-message .widget-title {
	font-size: 30px;
	font-weight: 400;
}

h1.entry-title {
	font-size: 1.9rem;
}

.after-entry .widget-title {
    font-size: 24px;
}

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

/* WordPress
--------------------------------------------- */
.avatar {
    float: left;
}

.author-box .avatar {
    height: 80px;
    margin-right: 30px;
    width: 80px;
}

.entry-comments .avatar {
    height: 50px;
    margin: 0 16px 24px 0;
    width: 50px;
}

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

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

.sticky {}

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

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

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

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

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

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

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

a.alignnone {
    display: inline-block;
}

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

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

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

.widget_calendar table {
    width: 100%;
}

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

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget,
.widget li {
    word-wrap: break-word;
}

.widget ul {
    list-style-type: disc;
	font-size: 1rem;
	padding-left: 30px;
}

.widget li {
	font-size: 1rem;
}

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

.widget li li {
    margin: 0 0 0 40px;
}

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

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

.featured-content .entry-title {
    font-size: 24px;
    line-height: 1.2;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
    color: #999;
}

.enews-widget input {
    box-shadow: none;
    margin-bottom: 15px;
    margin-right: -4px;
    padding: 14px 24px 15px;
    width: 100%;
}

.after-entry .enews-widget input {
    border: none;
}

.sidebar .enews-widget input {
    margin-right: 0;
    padding: 12px 20px 15px;
}

.content .enews-widget input:focus {
    border: none;
}

.enews-widget input[type="submit"] {
    margin: 0;
    padding: 16px 24px 15px;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.latest-tweets .tweet-details a,
.latest-tweets .tweet-details a:visited {
    color: #999;
    font-size: 16px;
    text-decoration: none;
}

.latest-tweets .tweet-details a:hover {
    color: #333;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
    display: none;
}

/*
Before Header
---------------------------------------------------------------------------------------------------- */
.before-header {
    line-height: 1;
    text-align: center;
}

.before-header .wrap {
    border-bottom: 1px dotted #ddd;
    padding: 20px 0;
}

.before-header p {
    line-height: 1.625;
}

.before-header p:last-child {
    margin-bottom: 0;
}

/*
Site Header
---------------------------------------------------------------------------------- */
.site-header {
	background-image: url(../../uploads/2015/07/headerbanner4.jpg);
/*     background-image: url(images/headerbanner4.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 1450px;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
		.site-header {
	background-image: url(../../uploads/2015/07/headerbanner4-1024x191.jpg);
		}

}


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

/* Title Area
--------------------------------------------- */
.title-area {
    float: right;
    margin-top: 9%;
    max-width: 600px;
}

.site-title {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2;
    color: #367691;
    margin: 0 0 10px;
}

.site-title a,
.site-title a:hover {
    color: #FEF7DD;
	border-bottom: none;
}

.site-description {
    display: block;
    height: 0;
    margin: 0 0 10px;
    text-indent: 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: #FEF7DD;
    line-height: 1.4;
}

/* Widget Area
--------------------------------------------- */
.site-header .tagline {
    float: left;
    min-width: 280px;
    margin-top: 10px;
    text-align: center;
    color: #FEF7DD;
    font-style: italic;
    line-height: 1.4;
    font-weight: 500;
	padding-left: 100px;
}

.site-header .tagline .widget-title {
	display: none;
}

/* Sticky Primary Nav on non-handhelds
--------------------------------------------- */

.is_stuck {
	z-index: 1;
}

.admin-bar .is_stuck {
	top: 32px !important;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    clear: both;
    color: #666;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    max-width: 1140px;
	margin: 0 auto;
}

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

.genesis-nav-menu a {
    color: #FEF7DD;
    display: block;
    font-size: .82rem;
    padding: 1rem .60rem;
    position: relative;
    font-weight: 500;
}

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

.genericon-home:before {
    content: "\f409";
    font-size: 1.6em;
    padding: 0 15px 0 0;
    margin-top: 10px;
}

.genesis-nav-menu li.genericon a {
    padding: 12px;
}

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

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

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

.genesis-nav-menu .sub-menu a {
    background-color: #000;
    border: 1px solid #FEF7DD;
    border-top: none;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 16px 20px;
    position: relative;
    width: 260px;
}

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

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

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

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

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

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    letter-spacing: 4px;
    list-style-type: none;
    padding: 20px 0;
    text-transform: uppercase;
}

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

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

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

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
    border-top: 1px solid #eee;
}

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

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    background-color: #1E8216;
}

/* To center Primary and Secondary Navigation */
.nav-primary,
.nav-secondary {
    text-align: center;
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}

.responsive-menu-icon::before {
    content: "\f333";
    display: inline-block;
    font: normal 20px/1 dashicons;
    margin: 0 auto;
    padding: 10px;
    color: #FEF7DD;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Welcome Message
--------------------------------------------- */

.welcome-message {
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: right;
}

div.welcome-message {
	width: 360px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.welcome-message .widget-title {
	display: none;
}

/* Social tags
--------------------------------------------- */
.welcome-message .socialtags {
    list-style: none;
    margin: 20px auto;
}

.welcome-message .socialtags ul {
    float: left;
    list-style: none;
	padding-left: 0;
}

.welcome-message .socialtags li {
    float: left;
    list-style: none;
    margin: 0 10px;
}

.welcome-message .socialtags a {
	border-bottom: none;
}


/* Entries
--------------------------------------------- */
.entry,
.page.page-template-page_blog-php .entry {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
    border: medium none;
    margin: 0;
}

.page .entry, .single .entry {
    border-bottom: none;
    margin-bottom: 40px;
    padding: 0;
}

.page.beautiful-landing .entry {
    margin-bottom: 0;
}

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

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

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

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

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

.entry-meta {
    color: #999;
    font-size: 16px;
	display: none;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
	display: none;
}

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

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

/* After Entry
--------------------------------------------- */
.after-entry {
    background-color: #f5f5f5;
    margin-bottom: 60px;
    padding: 40px;
}

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

.after-entry .widget-title {
    text-align: left;
    text-transform: none;
}

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

.after-entry li {
    margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */
.pagination {
    border-bottom: 1px dotted #ddd;
    border-top: 1px dotted #ddd;
    overflow: hidden;
    padding: 20px 0;
}

.archive-pagination {
    margin-bottom: 80px;
}

.pagination li {
    display: inline;
}

.pagination li a {
    background-color: #eee;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Slab', sans-serif;
    padding: 8px 12px;
}

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

/* Comments
--------------------------------------------- */
.entry-comments,
.entry-comments .comment,
.entry-comments .comment-reply,
.ping-list {
    margin-bottom: 40px;
}

.entry-comments .comment, .ping-list {
    border-bottom: 1px dotted #ddd;
}

.ping-list {
    padding-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
    margin: 0;
}

.entry-comments .comment {
    clear: both;
}

p.comment-meta, p.form-submit {
    margin-bottom: 20px;
}

.entry-comments .children .comment {
    border: none;
}

.comment-respond label {
    display: block;
}

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

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

.comment-list ul.children {
    margin-left: 40px;
}

.ping-list .reply {
    display: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
    font-size: 1.2rem;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 10px;
}

.sidebar p {
    font-size: 1.2rem;
	margin: 0;
	line-height: 2;
}

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

.sidebar li {
    margin-bottom: 6px;
    word-wrap: break-word;
}

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

.sidebar .widget {
    clear: both;
    margin: 50px 0;
}


/* Bottom Sidebar
--------------------------------------------- */
.bottom-sidebar {
    clear: both;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
    background-color: #333;
    clear: both;
    padding: 0px 0 20px;
    font-size: 14px;
}


.footer-widgets .widget-title {
    background: url(images/footerlines.jpg) bottom repeat-x;
}

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

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

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

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

.footer-widgets-3 .one-half img {
    margin-bottom: 10px;
}

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

.footer-widgets li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 8px;
    padding-bottom: 8px;
    word-wrap: break-word;
}

.footer-widgets li li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-widgets a:hover {
	color: #FFF;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

.site-footer a {
    color: #666;
}

.site-footer a:hover {
    color: #e5554e;
}

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

/* Sticky Primary nav */
.site-header {
    position: static;
}

.header-nav-wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.admin-bar .nav-primary.fix {
    top: 28px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
		div.welcome-message {
			width: 300px;
		}

}

@media only screen and (max-width: 1139px) {
    .site-inner, .wrap {
        max-width: 960px;
    }

	.title-area {
		float: none;
		margin: 30px auto;
		max-width: 600px;
	}

	.welcome-message {
		float: none;
	}

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

    .site-description,
	.site-header .tagline {
        display: none;
    }

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

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

    .footer-widgets-1 {
        margin-right: 30px;
    }

    .split-sidebar-left,
    .split-sidebar-right {
        width: 100%;
    }

}

@media only screen and (max-width: 1023px) {
    .beautiful-landing .site-inner,
    .site-inner, .wrap {
        max-width: 768px;
    }

    .header-image .site-title a {
        background-position: center !important;
        background-size: contain !important;
        margin: 0;
    }

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

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

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

}

@media only screen and (max-width: 850px) {
    .footer-widgets,
    .site-footer {
        padding-left: 5%;
        padding-right: 5%;
    }

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

    .site-inner {
        padding: 10px 5%;
    }

    .site-header .title-area {
        float: none;
        margin: 4% auto;
    }

    .site-header .tagline {
        display: none;
    }

	.welcome-message {
		float: none;
	}

    .header-nav-wrap {
        position: relative;
    }

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

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

    .genesis-nav-menu.responsive-menu .menu-item {
        margin: 0;
    }

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

    .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu a,
    .genesis-nav-menu.responsive-menu a:hover {
        background: none;
        line-height: 1;
        padding: 16px 20px;
    }

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

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

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px/1 dashicons;
        height: 16px;
        padding: 15px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
		color: #FEF7DD;
    }

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

    .genesis-nav-menu.responsive-menu .sub-menu {
        border: none;
        left: auto;
        opacity: 1;
        padding-left: 25px;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        background: none;
        border: none;
        padding: 12px 20px;
        position: relative;
        width: 100%;
    }

    .nav-primary .genesis-nav-menu.responsive-menu {
        padding-bottom: 16px;
    }

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

}

@media only screen and (max-width: 480px) {
    .site-header .wrap {
        padding: 10px 0;
    }

    .site-description {
        display: none;
    }

	div.welcome-message {
		max-width: 320px;
	}
}


/* SideBar widget styling
--------------------------------------------- */


/* Cert logos
--------------------------------------------- */

.sidebar .certlogos.widget {
    margin: -40px auto 25px auto;
}

.widget.certlogos .widget-title {
    display: none;
}

.sidebar .certlogos.widget img {
    max-width: 165px;
    padding: 0;
    margin: 5px auto;
}


/* SideBar Signup
--------------------------------------------- */
.widget.signup-column .widget-title {
    margin: 10px;
}

.widget.signup-column h2 {
	margin:0 0 10px;
	padding:0;
}

.widget.signup-column h4,
.signup-column h3 {
	color:#FFF;
	font-size:1.8em;
	text-transform:none;
	background:none;
	margin:20px 0 0;
	padding:0;
}

.signup-column {
	color:#eefcce;
	background:#24365a;
	text-align:center;
	margin:20px 10px 50px;
	padding:0px 40px;
	font-weight:300;
	font-size:16px;
	line-height:1.5em;
	border:2px dashed #eefcce;
	box-shadow:0 0 0 8px #24365a
}

.signup-column h3 {
	margin: 10px;
	padding-top: 10px;
}

.widget.signup-column p {
	padding:0 30px;
	margin:0;
	font-weight:300;
	line-height:1.5em;
}

.signup-column ul {
	padding:15px 0;
	text-align:center;
	color:#FFF;
}

.signup-column ul li:before {
	content:"\00BB";
	margin-right:5px;
}

.signup-column p a {
	border-bottom:thin dashed #CDE0FF;
}

.signup-column a {
	color:#CDE0FF;
}

.signup-column a:hover {
	color:#FFF;
}

.widget.signup-column.blue {
	color:#eefcce;
	background:#24365a;
	text-align:center;
	margin:50px 10px;
	padding:10px 0 20px;
	font-weight:300;
	font-size:16px;
	line-height:1.5em;
	border:2px dashed #eefcce;
	box-shadow:0 0 0 8px #24365a;
}

/* SideBar Headshot, Freeinfo
--------------------------------------------- */
.sidebar .widget.headshot {
	margin-top: 10px;
}

.widget.freeinfo {
	margin: 50px 0;
}

.widget.freeinfo img {
	margin-left: -20px;
}

.widget.freeinfo .widget-title,
.widget.homevideo .widget-title,
.widget.headshot .widget-title,
.widget.socialtags .widget-title,
.widget.mentoring .widget-title,
.widget.sixfigure .widget-title,
.widget.marketingessentialsbook .widget-title {
    display: none;
}


body.coach-resources iframe {
/*
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    margin: 20px 130px;
*/
}

/* SideBar Headshot, Freeinfo
--------------------------------------------- */
.sidebar .widget.free-consultation .widget-title {
	display: none;
}

.sidebar .widget.free-consultation .textwidget {
	font-size: 1rem;
	padding: 0 15px;
}

.sidebar .widget.free-consultation img {
	padding: 0
	margin: 0;
}

/* SideBar Featured Post
--------------------------------------------- */
.featuredpost .entry-header {
	background-image: none;
	margin:0;
	padding: 0;
}

.featuredpost h2.entry-title {
	border-bottom: none;
	font-size: 1.2rem;
	text-align: left;
}

.featuredpost h2.entry-title a {
	border-bottom: none;
	color: #3253C1;
}

.featuredpost p {
	font-size: 1rem;
	line-height: 1.4;
}

.featuredpost img {
	margin: 10px 10px 0 0;
}



/* SideBar Essentials Book
--------------------------------------------- */
.marketingessentialsbook {
    max-width: 660px;
    border: 4px double #617D97;
    border-radius: 10px;
    margin: 40px auto;
    padding: 20px;
}

.marketingessentialsbook img {
    margin-top: 10px;
}

.marketingessentialsbook .highlight {
    color: #304FC4;
    margin: 10px 0;
    font-size: 14px;
}

.marketingessentialsbook form input {
    border: none;
    margin: 0 auto;
    padding: 0;
}

.marketingessentialsbook.widget {
    border: none;
    border: 4px double #617D97;
    padding: 0 15px 10px;
	text-align: center;
}

.marketingessentialsbook.widget p {
	font-size: 1rem;
	line-height: 1.6;
	clear: both;
	margin: 0 0 10px 0;
}

.marketingessentialsbook.widget p.purchase {
	font-size: .9rem;
	padding-bottom: 10px;
}

.marketingessentialsbook.widget img {
    max-width: 105px;
}

.marketingessentialsbook.widget h3 {
	margin-top: 10px;
}

.marketingessentialsbook.widget form input {
    text-align: center;
    margin: 0 auto;
    padding: 0 24%;
}


/* Books
--------------------------------------------- */
.books .entry-content blockquote::before {
    content: none;
}

.books .entry-content blockquote {
    margin: 0 20px;
}

.books .entry-content p {
    margin: 0;
}

.books .entry-content img {
    margin: 10px 20px;
    padding-bottom: 20px;
}

/* Other
--------------------------------------------- */
.testimonial {
    clear: both;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px solid #CCC;
    padding: 20px 0 20px 40px;
}

.newsletter-archive .news p:nth-child(2n+1) {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.newsletter-archive .news p:nth-child(2n+2) {
    font-size: 16px;
}

.sitesofinterest .entry-content {
    font-size: 16px;
}

.sitesofinterest .entry-content a {
    font-size: 18px;
}

body.nicheprogram img {
    margin-top: 15px;
}

.#3253C1bkgrd {
    background-color: #06C;
    color: #FFF;
    margin: 10px 0 30px;
    padding: 10px 30px;
    text-align: center;
}

.#3253C1bkgrd h3 {
    color: #FC0;
    font-size: 1.6em;
}

.#3253C1bkgrd a {
    border-bottom: thin dashed #FC0;
    color: #FC0;
    font-weight: 400;
}

.deeper-teaching h4 {
    color: #666;
    font-weight: 300;
    margin: 10px 0 30px;
    font-size: 18px;
}

/* Newsletter Signup Form
--------------------------------------------- */
.newsletter-signup-form {
    max-width: 600px;
	border: 2px solid #1E8216;
	border-radius: 10px;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}

.newsletter-signup-form h2 {
	padding: 0;
	margin: 0 0 10px;
}

.newsletter-signup-form form {
    max-width: 550px;
}

.newsletter-signup-form input {
    margin: 0 0 20px 0;
}

.newsletter-signup-form .submit {
	width: 27%;
	float: right;
	padding: 18px;
}

.newsletter-signup-form .email {
	width: 70%;
	float: left;
	margin-right: 15px;
}

/* # Category Page
------------------------------------------------------------------------ */

.entry-content ul.lcp_catlist {
	padding: 0;
	margin: 0;
}

.entry-content ul.lcp_catlist img {
	padding: 0;
	margin: 10px 10px 10px;
	float: left;
	max-width: 120px;
}

.entry-content ul.lcp_catlist li {
	list-style: none;
	clear: both;
	padding-top: 20px;
}

.entry-content ul.lcp_catlist li a {
	text-transform: uppercase;
}

.entry-content ul.lcp_catlist li p a {
	text-transform: none;
}