/* #
	Theme Name: Brogan - 2017-03-24
	Description: A custom theme for Rainmaker based of Utility Pro theme
	Author: Carrie Dils
	Author URI: http://www.carriedils.com/
	Version: 1.0.0
	Tags: black, purple, green, blue, red, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, rtl-language-support, translation-ready
	Template: genesis
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	Text Domain: brogan
*/
/* # Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Sidebar
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Media Gallery
		- Genesis
	- Widgets
		- Utility Bar
		- Home Welcome
		- Home Gallery
		- Call to Action
		- Featured Page and Featured Post
		- Footer Widgets
	- Plugins
		- Better Font Awesome
		- Genesis eNews Extended
		- Genesis Simple Share
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Mobile Menu Toggle
		- Header Navigation
		- Primary & Secondary Navigation
	- Content Area
		- Titles
		- Entries
		- Featured Image
		- Pagination
		- Comments
	- Sidebars
	- Site Footer
	- Accessibility Extras
	- Print Media Query
*/
/* Import Bourbon, Neat */

html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}


/* Resets
---------------------------------------------------------------------------------------------------- */
/*
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;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

h1 {
    font-size: 2em;
    margin: .67em 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;
}

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;
    -webkit-box-sizing: content-box;
    -moz-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-footer: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-footer:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Variables
---------------------------------------------------------------------------------------------------- */


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


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

.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}


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

body {
    background: #fff;
    color: #545454;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    overflow-x: hidden;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .gallery img {
    -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: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    color: #fa6900;
    font-weight: 400;
    text-decoration: none;
    text-decoration: none;
    word-wrap: break-word;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #202020;
    text-decoration: none;
}

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

strong {
    font-weight: 700;
}

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

blockquote {
    font-style: italic;
    margin: 0;
    padding: 24px 70px;
}

blockquote::before {
    color: #fa6900;
    content: "\201C";
    display: block;
    font-family: "Times New Roman", serif;
    font-size: 120px;
    font-style: normal;
    height: 0;
    left: -60px;
    position: relative;
    top: -55px;
}

pre {
    background: #1c1c1c;
    color: #545454;
    overflow: scroll;
    padding: 0 20px;
    white-space: pre;
}

cite {
    font-style: italic;
    font-weight: 700;
}


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

h1, h2, h3, h4, h5, h6 {
    color: #1c1c1c;
    font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    color: #00a8c6;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}


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

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

img {
    height: auto;
    width: auto;
    /* IE8 */
}

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

input {
    height: 55px;
}

input, textarea {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #666;
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
}

::-moz-placeholder {
    color: #666;
}

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

.button, .entry-content a.button, .entry-content a.button:active, input[type="submit"] {
    background: #00a8c6;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    text-transform: uppercase;
    width: auto;
}

button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus, .entry-content a.button:focus {
    background-color: #fff;
    color: #00a8c6;
    text-decoration: none;
}

.button {
    display: inline-block;
}

.button:hover, .entry-content a.button:hover, input:hover[type="submit"] {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

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

.search-form {
    border-bottom: 1px dashed gray;
    position: relative;
    width: 100%;
}

.search-form input {
    border: 0;
    padding: 5px 0;
    width: auto;
}

.search-form [type="search"] {
    width: 90%;
}

.search-form [type="submit"] {
    background: url(images/search.png) no-repeat 75% 53%;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    float: right;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0 42px 0 0;
    text-indent: -9999px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    vertical-align: top;
}

.search-form input[type="submit"]:focus, .search-form input[type="submit"]:focus, .search-form input[type="submit"]:hover {
    text-indent: -9999px;
}


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

table {
    margin-bottom: 40px;
    max-width: 100%;
}

th {
    text-align: left;
}

.table {
    margin-bottom: 40px;
    width: 100%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #d9d9d9;
    line-height: 1.428571429;
    padding: 8px;
    vertical-align: top;
}

.table > thead > tr > th {
    border-bottom: 2px solid #d9d9d9;
    vertical-align: bottom;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #d9d9d9;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #d9d9d9;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #d9d9d9;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ebebeb;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #ebebeb;
}


/* # Structure & Layout
---------------------------------------------------------------------------------------------------- */


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


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

.wrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 5%;
    word-wrap: break-word;
}

@media screen and (min-width: 1023px) {
    .wrap {
        max-width: 1023px;
        padding: 0 2%;
    }
}

@media screen and (min-width: 1200px) {
    .wrap {
        max-width: 1200px;
        padding: 0;
    }
}

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

.site-inner {
    background: #fff;
}

@media screen and (min-width: 810px) {
    .site-inner {
        padding-top: 55px;
    }
}

.home .site-inner .wrap, .home .call-to-action-bar .wrap, .home .home-feature .wrap {
    max-width: 1023px;
}

.utility-landing .site-container {
    margin: 40px auto;
    max-width: 1023px;
}


/* Content & Primary Sidebar
--------------------------------------------- */

@media screen and (min-width: 1023px) {
    .content {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 64.17482%;
    }
    .content:last-child {
        margin-right: 0;
    }
    .sidebar-primary {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 30.0556%;
    }
    .sidebar-primary:last-child {
        margin-right: 0;
    }
    .content-sidebar .sidebar-primary {
        float: right;
    }
}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
}

.sidebar a {
    color: #00a8c6;
}

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

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    padding: 0;
}

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

.sidebar .widgettitle {
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    color: #999;
    font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 0;
}

.sidebar .search-form input[type="search"] {
    width: 85%;
}


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

.full-width-content .content {
    float: none;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 1023px) {
    .content-sidebar .content, .sidebar-content .sidebar-primary {
        float: left;
    }
}


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

@media screen and (min-width: 810px) {
    .one-half, .three-sixths, .two-fourths {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 48.82117%;
    }
    .one-half:last-child, .three-sixths:last-child, .two-fourths:last-child {
        margin-right: 0;
    }
    .one-third, .two-sixths {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 31.76157%;
    }
    .one-third:last-child, .two-sixths:last-child {
        margin-right: 0;
    }
    .four-sixths, .two-thirds {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 65.88078%;
    }
    .four-sixths:last-child, .two-thirds:last-child {
        margin-right: 0;
    }
    .one-fourth {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 23.23176%;
    }
    .one-fourth:last-child {
        margin-right: 0;
    }
    .three-fourths {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 74.41059%;
    }
    .three-fourths:last-child {
        margin-right: 0;
    }
    .one-sixth {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 14.70196%;
    }
    .one-sixth:last-child {
        margin-right: 0;
    }
    .five-sixths {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 82.94039%;
    }
    .five-sixths:last-child {
        margin-right: 0;
    }
    .last {
        clear: right;
        margin-right: 0;
    }
}


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


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


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

.avatar {
    float: left;
}

.author-box .avatar {
    border: 1px solid #fff;
}

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

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

address {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.wp-caption {
    max-width: 100%;
}

.widget_calendar table td {
    padding: 5px;
}


/* Media Gallery
--------------------------------------------- */

.gallery {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.gallery::after {
    clear: both;
    content: "";
    display: table;
}

.gallery-item {
    display: inline-block;
    line-height: 0;
    list-style: none;
    margin: 0 0 2.35765%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

@media screen and (min-width: 810px) {
    .gallery-columns-0 .gallery-item, .gallery-columns-1 .gallery-item, .gallery-col-0 .gallery-item, .gallery-col-1 .gallery-item {
        width: 100%;
    }
    .gallery-columns-2 .gallery-item, .gallery-col-2 .gallery-item {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 48.82117%;
    }
    .gallery-columns-2 .gallery-item:last-child, .gallery-col-2 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-2 .gallery-item:nth-child(2n), .gallery-col-2 .gallery-item:nth-child(2n) {
        margin-right: 0;
    }
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-col-2 .gallery-item:nth-child(2n+1) {
        clear: left;
    }
    .gallery-columns-3 .gallery-item, .gallery-col-3 .gallery-item {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 31.76157%;
    }
    .gallery-columns-3 .gallery-item:last-child, .gallery-col-3 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-3 .gallery-item:nth-child(3n), .gallery-col-3 .gallery-item:nth-child(3n) {
        margin-right: 0;
    }
    .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-col-3 .gallery-item:nth-child(3n+1) {
        clear: left;
    }
    .gallery-columns-4 .gallery-item, .gallery-col-4 .gallery-item {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 23.23176%;
    }
    .gallery-columns-4 .gallery-item:last-child, .gallery-col-4 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-4 .gallery-item:nth-child(4n), .gallery-col-4 .gallery-item:nth-child(4n) {
        margin-right: 0;
    }
    .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-col-4 .gallery-item:nth-child(4n+1) {
        clear: left;
    }
    .gallery-columns-5 .gallery-item, .gallery-col-5 .gallery-item {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 18.11388%;
    }
    .gallery-columns-5 .gallery-item:last-child, .gallery-col-5 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-5 .gallery-item:nth-child(5n), .gallery-col-5 .gallery-item:nth-child(5n) {
        margin-right: 0;
    }
    .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-col-5 .gallery-item:nth-child(5n+1) {
        clear: left;
    }
    .gallery-columns-6 .gallery-item, .gallery-col-6 .gallery-item {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 14.70196%;
    }
    .gallery-columns-6 .gallery-item:last-child, .gallery-col-6 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-6 .gallery-item:nth-child(6n), .gallery-col-6 .gallery-item:nth-child(6n) {
        margin-right: 0;
    }
    .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-col-6 .gallery-item:nth-child(6n+1) {
        clear: left;
    }
    .gallery-columns-7 .gallery-item, .gallery-col-7 .gallery-item {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 12.22831%;
    }
    .gallery-columns-7 .gallery-item:last-child, .gallery-col-7 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-7 .gallery-item:nth-child(7n), .gallery-col-7 .gallery-item:nth-child(7n) {
        margin-right: 0;
    }
    .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-col-7 .gallery-item:nth-child(7n+1) {
        clear: left;
    }
    .gallery-columns-8 .gallery-item, .gallery-col-8 .gallery-item {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 10.43705%;
    }
    .gallery-columns-8 .gallery-item:last-child, .gallery-col-8 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-8 .gallery-item:nth-child(8n), .gallery-col-8 .gallery-item:nth-child(8n) {
        margin-right: 0;
    }
    .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-col-8 .gallery-item:nth-child(8n+1) {
        clear: left;
    }
    .gallery-columns-9 .gallery-item, .gallery-col-9 .gallery-item {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 8.98699%;
    }
    .gallery-columns-9 .gallery-item:last-child, .gallery-col-9 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-9 .gallery-item:nth-child(9n), .gallery-col-9 .gallery-item:nth-child(9n) {
        margin-right: 0;
    }
    .gallery-columns-9 .gallery-item:nth-child(9n+1), .gallery-col-9 .gallery-item:nth-child(9n+1) {
        clear: left;
    }
}

.gallery-item .gallery-caption {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    line-height: 1.65;
    max-height: 50%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    -webkit-transition: all, .2s ease-in-out;
    -moz-transition: all, .2s ease-in-out;
    transition: all, .2s ease-in-out;
    visibility: hidden;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    visibility: visible;
}

.gallery img {
    margin: 0 auto;
    width: 100%;
}

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

.breadcrumb {
    margin-bottom: 20px;
}

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

.author-box {
    background: url(images/author-box-background.jpg) left no-repeat #f6f6f6;
    color: #1c1c1c;
    margin-bottom: 40px;
    padding: 40px;
}

.archive-description {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.author-box-title:before {
    color: #707070;
    content: "\f007";
    font-family: FontAwesome;
    margin-right: 10px;
}

.archive-description .archive-title:before {
    color: #999;
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 10px;
}

.archive-description .archive-title, .author-box-title {
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.profile-social-icons {
    font-size: 25px;
}

.profile-social-icons ul li {
    float: left;
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 0;
}


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


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


/* Home Feature
--------------------------------------------- */

.home-feature {
    background: #fff;
    padding: 40px 0 20px;
}

.home-feature .widget {
    width: 100%;
}

@media screen and (min-width: 620px) {
    .home-feature .widget {
        float: left;
        width: 47.5%;
    }
}

.home-feature .widget:nth-of-type(1) {
    margin-bottom: 20px;
    margin-right: 5%;
}

.home-feature .entry-title {
    font-size: 25px;
}


/* Call to Action
--------------------------------------------- */

.call-to-action-bar {
    background: url(images/cta-background.jpg) no-repeat #fa6900 center;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1023px) {
    .call-to-action-bar {
        text-align: left;
    }
}

.call-to-action-bar .wrap {
    padding: 10px 20px;
}

@media screen and (min-width: 810px) {
    .call-to-action-bar .wrap {
        background: url(images/Kelly-Brogan-Headshot-transparent.png) no-repeat left;
    }
}

@media screen and (min-width: 480px) {
    .call-to-action-bar .enews-widget {
        background: url(images/ebook-cover.png) no-repeat right bottom;
        text-align: left;
    }
}

@media screen and (min-width: 810px) {
    .call-to-action-bar .enews-widget {
        margin-left: 240px;
    }
}

@media screen and (min-width: 1023px) {
    .call-to-action-bar .enews-widget {
        margin-left: 265px;
        padding: 20px 0;
        width: 73%;
    }
}

.call-to-action-bar .enews p {
    line-height: 1.3;
}

@media screen and (min-width: 480px) {
    .call-to-action-bar .enews p, .call-to-action-bar .enews form {
        width: 60%;
    }
}

@media screen and (min-width: 810px) {
    .call-to-action-bar .enews p, .call-to-action-bar .enews form {
        width: 70%;
    }
}

@media screen and (min-width: 810px) {
    .call-to-action-bar .wrap .enews {
        padding: 0;
    }
}


/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0;
}

.sidebar .featured-content .entry {
    border-bottom: 0;
    margin-bottom: 10px;
}

.featured-content .entry-title {
    font-size: 18px;
    margin: 10px 0;
}


/* Misc Sidebar Widgets
--------------------------------------------- */

.sidebar .widget_nav_menu .widgettitle:before {
    content: "\f164";
    font-family: FontAwesome;
    margin-right: 10px;
}

.sidebar .widget_categories .widgettitle:before {
    content: "\f07c";
    font-family: FontAwesome;
    margin-right: 10px;
}

.sidebar .featuredpost .widgettitle:before {
    content: "\f005";
    font-family: FontAwesome;
    margin-right: 10px;
}

.sidebar .featured-content .entry {
    padding: 0;
}

.sidebar .featured-content .entry-title {
    font-size: 16px;
    margin: 0;
}


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

.footer-widgets {
    background: #282828;
    color: #ccc;
    padding: 40px 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    float: left;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
        width: 50%;
    }
}

@media screen and (min-width: 810px) {
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        margin-right: 1%;
        width: 21%;
    }
}

@media screen and (min-width: 810px) {
    .footer-widgets-4 {
        width: 34%;
    }
}

.footer-widgets a {
    color: #ccc;
}

.footer-widgets a:hover {
    color: #fa6900;
    text-decoration: none;
}

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

.footer-widgets .widgettitle {
    color: #fff;
    font-size: 20px;
}

.footer-widgets .entry {
    background: transparent;
}

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

.footer-widgets .search-form input[type="search"] {
    width: 100%;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ##
Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Better Font Awesome
--------------------------------------------- */
a > .fa {
  display: block;
}

li a .fa {
  display: inline-block;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.footer-widgets .enews-widget {
  color: #c9c9c9;
}

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

.footer-widgets .enews-widget a:hover {
  color: #c9c9c9;
  text-decoration:none;
}

.footer-widgets .enews-widget .widgettitle {
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

.footer-widgets .enews-widget input {
  margin-bottom: 16px;
}@media screen and (min-width: 480px) {
    .footer-widgets .enews-widget input {
        float: left;
        width: 75%;
    }
}

.footer-widgets .enews-widget input[type="submit"] {
    background-color: #fa6900;
    margin: 0;
    text-transform: none;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .footer-widgets .enews-widget input[type="submit"] {
        width: 25%;
    }
}

.call-to-action-bar .enews-widget input[type="submit"]:hover, .sidebar .enews-widget input[type="submit"]:hover, .after-entry .enews-widget input[type="submit"]:hover, .footer-widgets .enews-widget input[type="submit"]:active, .footer-widgets .enews-widget input[type="submit"]:hover {
    background-color: #00a8c6;
    border-color: #fff;
    color: #fff;
}

.sidebar .enews-widget .widgettitle {
    background: url(images/Kelly-Brogan-Headshot-transparent.png) left no-repeat;
    background-size: 150px 125px;
    border: 0;
    color: #fff;
    font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 125px;
    margin: 10px 0 0;
    padding: 30px 20px 20px 150px;
    text-transform: none;
}

.sidebar .enews-widget {
    background: url(images/diagonal-line-texture.gif) repeat;
    color: #fff;
    position: relative;
}

.sidebar .enews-widget p, .sidebar .enews-widget form {
    background-color: #fa6900;
    margin: 0;
    padding: 30px 30px 0;
}

.sidebar .enews-widget p img {
    float: right;
    margin: -50px 0 0 15px;
}


.sidebar .enews-widget form {
  padding-bottom: 30px;
}.sidebar .enews-widget input[type="submit"], .after-entry .enews-widget input[type="submit"] {
    background-color: #000;
    margin-top: 10px;
    width: 100%;
}

.after-entry .enews-widget {
    background: url(images/diagonal-line-texture.gif) repeat;
    color: #fff;
}

.after-entry .enews-widget .widgettitle::before {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 10px;
}

.after-entry .enews-widget .widgettitle {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
    padding: 20px;
    text-transform: none;
}

.after-entry .enews-widget p, .after-entry .enews-widget form {
    background-color: #fa6900;
    margin: 0;
}

@media screen and (min-width: 810px) {
    .after-entry .enews-widget p, .after-entry .enews-widget form {
        min-height: 166px;
    }
}

.after-entry .enews-widget p {
    padding: 40px 40px 0;
}

@media screen and (min-width: 810px) {
    .after-entry .enews-widget p {
        float: left;
        width: 60%;
    }
}

.after-entry .enews-widget form {
    padding: 30px;
}

@media screen and (min-width: 810px) {
    .after-entry .enews-widget form {
        border-left: 1px inset #8e8e8e;
        float: right;
        width: 40%;
    }
}

.call-to-action-bar .enews-widget .widgettitle {
    color: #fff;
    margin: 0 0 10px;
}

@media screen and (min-width: 810px) {
    .call-to-action-bar .enews-widget .widgettitle {
        width: 70%;
    }
}

@media screen and (min-width: 1023px) {
    .call-to-action-bar .enews-widget .widgettitle {
        width: 100%;
    }
}

.call-to-action-bar .enews-widget form {
    margin-bottom: 15px;
    overflow: hidden;
}

.call-to-action-bar .enews-widget input[type="submit"] {
    background-color: #000;
    margin-top: 10px;
    width: 100%;
}

@media screen and (min-width: 810px) {
    .call-to-action-bar .enews-widget input[type="submit"] {
        margin-top: 0;
        width: 30%;
    }
}

@media screen and (min-width: 810px) {
    .call-to-action-bar .enews-widget input {
        float: left;
        width: 70%;
    }
}

.enews-widget p:last-child {
    font-size: 14px;
    font-style: italic;
}

/* ## Genesis Simple Share & Social Icons
--------------------------------------------- */
/*.share-small .share {
	border-radius: 3px;
}

.share-filled .count {
	display: none;
}*/.share-before_entry_header {
    margin-bottom: 20px;
}

.share-after {
    margin: 40px 0;
}

.simple-social-icons {
    overflow: visible !important;
}

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

#wpstats {
    display: none;
    visibility: hidden;
}


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


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

.site-header {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}


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

.home .title-area {
    background: none;
    text-indent: 0;
}

.home .site-title a, .home .site-title a:hover {
    font-size: 34px;
    text-decoration: none;
}

.home .site-description {
    font-size: 17px;
}

.title-area {
    background: url(images/Kelly-Brogan-Headshot-transparent.png) no-repeat;
    background-size: 150px 125px;
    border-bottom: 1px solid #d9d9d9;
    float: left;
    font-weight: 700;
    min-height: 125px;
    padding: 26px 0;
    text-align: center;
    text-indent: 110px;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .title-area {
        background-position: 20% 0;
    }
}

@media screen and (min-width: 810px) {
    .title-area {
        background-position: 25% 0;
        text-indent: 0;
    }
}

@media screen and (min-width: 1023px) {
    .title-area {
        background-position: left;
        border-bottom: 0;
        text-align: left;
        text-indent: 120px;
        width: 32%;
    }
}

@media screen and (min-width: 1200px) {
    .title-area {
        text-indent: 140px;
    }
}

.site-title {
    line-height: 1;
    margin: 0 0 8px;
}

.site-title a, .site-title a:hover {
    border: 0;
    color: #00a8c6;
    font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-decoration: none;
}

.site-description {
    color: #999;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}


/* Full width header, no widgets */

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

.header-image .site-description, .header-image .site-title {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* Logo, hide text */

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

@media screen and (min-width: 1023px) {
    .header-image .site-title > a {
        background: url(images/logo.png) no-repeat left;
    }
}


/* Header Right Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 1023px) {
    .site-header .widget-area {
        text-align: right;
        width: 68%;
    }
}

.header-widget-area .search-form {
    height: 53px;
    margin: 20px auto 0;
    width: 300px;
}

@media screen and (min-width: 810px) {
    .header-widget-area .search-form {
        float: right;
        margin-top: 0;
        width: 100%;
    }
}

@media screen and (min-width: 810px) {
    .header-widget-area .genesis-nav-menu .menu-item li a:first-of-type {
        border-right: 1px solid #ccc;
    }
}

.header-widget-area .genesis-nav-menu a {
    color: #00a8c6;
    font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 810px) {
    .header-widget-area .genesis-nav-menu a {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        border-left: 1px solid #ccc;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        display: -moz-box;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: -moz-flex;
        display: box;
        display: -ms-flexbox;
        -ms-flex-align: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        max-width: 130px;
        min-height: 125px;
        padding: 0 10px;
        word-wrap: initial;
    }
}

@media screen and (min-width: 1023px) {
    .header-widget-area .genesis-nav-menu a {
        max-width: 110px;
    }
}

@media screen and (min-width: 1200px) {
    .header-widget-area .genesis-nav-menu a {
        max-width: 135px;
    }
}

@media screen and (min-width: 810px) {
    .header-widget-area .genesis-nav-menu .menu-item:last-of-type a {
        border-right: 1px solid #ccc;
    }
}

.header-widget-area .genesis-nav-menu a:hover, .header-widget-area .genesis-nav-menu .current-menu-item > a, .header-widget-area .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background-color: #00a8c6;
    color: #fff;
    text-decoration: none;
}

.header-widget-area .genesis-nav-menu .sub-menu a {
    background-color: #ebebeb;
}


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


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

.menu-primary {
    width: 100%;
}

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

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

.genesis-nav-menu {
    font-size: .001px;
    line-height: 1;
}

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

@media screen and (min-width: 810px) {
    .genesis-nav-menu .menu-item {
        display: inline-block;
    }
}

.genesis-nav-menu a {
    color: #ccc;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 20px;
    position: relative;
    width: 100%;
}

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

.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu a:focus {
    outline: #a1a1a1 dotted thin;
    text-decoration: none;
}

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

@media screen and (min-width: 810px) {
    .genesis-nav-menu > .menu-item > a {
        border-bottom: 0;
    }
}

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

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

.genesis-nav-menu .sub-menu {
    background-color: #ccc;
    clear: both;
    display: none;
    opacity: 1;
    position: static;
}

@media screen and (min-width: 810px) {
    .genesis-nav-menu .sub-menu {
        display: block;
        left: -9999px;
        margin: 0;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 200px;
        z-index: 99;
    }
}

.genesis-nav-menu .sub-menu a {
    border: 0;
}

@media screen and (min-width: 810px) {
    .genesis-nav-menu .sub-menu a {
        letter-spacing: 0;
        width: 200px;
    }
}

.genesis-nav-menu .sub-menu .sub-menu a {
    padding-left: 20px;
}

@media screen and (min-width: 810px) {
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -54px 0 0 199px;
    }
    .genesis-nav-menu .menu-item:hover {
        position: static;
    }
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
}

.genesis-nav-menu > .search {
    padding: 1px 0 0;
    text-align: right;
}

.genesis-nav-menu > .search input {
    background: transparent;
    color: #ccc;
}

.genesis-nav-menu .search-form [type="search"] {
    width: auto;
}

.genesis-nav-menu > .search input::-moz-placeholder {
    color: #ccc;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
    color: #ccc;
}

/* Mobile Menu Toggle
--------------------------------------------- */

.menu-primary {
    display: none;
    position: relative;
}

@media screen and (min-width: 810px) {
    .menu-primary {
        display: inline-block;
        width: 100%;
    }
}

.menu-toggle {
    background-color: transparent;
    border: 0;
    color: #fff;
    display: block;
    font-size: 26px;
    margin: 0 auto;
    overflow: hidden;
    padding: 9px;
    visibility: visible;
}

@media screen and (min-width: 810px) {
    .menu-toggle {
        display: block;
        visibility: hidden;
    }
}

.sub-menu-toggle {
    font-size: 16px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width: 810px) {
    .sub-menu-toggle {
        display: block;
        visibility: hidden;
    }
}

.menu-toggle:before {
    content: "\2261";
}

.menu-toggle.menu-toggle-activated:before {
    content: "x";
}

.sub-menu-toggle:before {
    content: "+";
}

.sub-menu-toggle.menu-toggle-activated:before {
    content: "-";
}

@media screen and (min-width: 810px) {
    button.menu-toggle {
        display: none;
    }
}


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

.site-header .sub-menu {
    border: 1px solid #dbdbdb;
}

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


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

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

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


/* Dropdown Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.wpacc-hover > ul.sub-menu {
    left: auto;
    opacity: 1;
}


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


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


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

.entry-title {
    color: #00a8c6;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}

.single-post .entry-title {
    color: #000;
    margin-bottom: 0;
}

.page .entry-title {
    color: #1c1c1c;
    font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-left: 1px;
    text-transform: uppercase;
}

.search-results .archive-title:before {
    color: #999;
    content: "\f002";
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
}

.search-results .entry-title {
    margin-bottom: 10px;
}

.home .entry-title, .archive .entry-title {
    clear: both;
    margin-bottom: 0;
}

@media screen and (min-width: 620px) {
    .home .entry-title, .archive .entry-title {
        clear: none;
    }
}

.home-feature .entry-title {
    font-size: 25px;
}

.entry a, .entry-title a {
    border: 0;
    color: #00a8c6;
    text-transform: none;
}

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

.widgettitle {
    margin: 10px 0 24px;
    text-transform: uppercase;
}

.sidebar .widgettitle a {
    border: 0;
    color: #1c1c1c;
}

.archive-title {
    color: #1c1c1c;
    margin-bottom: 24px;
}
/* Entries
--------------------------------------------- */

.post {
    border-bottom: 1px solid #d4d4d4;
}

.sticky.entry {
    border-top: 1px solid #00a8c6;
}

.entry {
    margin-bottom: 40px;
    overflow: hidden;
    word-wrap: break-word;
}

.entry-content a {
    color: #00a8c6;
}

.entry-content a:hover {
    color: #202020;
    text-decoration: none;
}

.entry-content a.more-link {
    color: #fa6900;
    font-weight: 500;
    text-transform: uppercase;
}

.entry-content .button:before {
    content: "\f04b";
    font-family: FontAwesome;
    margin-right: 10px;
}

.read-more {
    display: block;
    margin: 20px 0;
    text-align: center;
}

@media screen and (min-width: 620px) {
    .read-more {
        text-align: left;
    }
}

.archive .entry-content a.more-link {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.archive .entry-content a.button:focus {
    background: #000;
}

.archive .entry-content a.more-link:hover {
    color: #fff;
}

@media screen and (min-width: 1023px) {
    .archive .entry-header {
        float: left;
        width: 215px;
    }
}

.entry-content .attachment a, .entry-content .gallery a {
    border: 0;
}

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

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

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

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

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

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

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

.entry-content code {
    background-color: #1c1c1c;
    color: #d9d9d9;
}

.after-entry .wrap {
    padding: 0;
}

.entry-image {
    border: 1px solid #fafafa;
}

img.entry-image {
    display: block;
    float: none;
    margin: 0 auto 24px;
}

@media screen and (min-width: 620px) {
    img.entry-image {
        float: left;
        margin: 0 24px 24px 0;
    }
}

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

.entry-meta {
    color: #545454;
    font-size: 14px;
}

.entry-footer .entry-meta {
    border-top: 4px double #f2f2f2;
    padding: 20px 0;
}

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

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


/* Featured Image
--------------------------------------------- */

.featured-image {
    float: left;
    margin-right: 30px;
}


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

.pagination, .posts-navigation {
    margin-bottom: 30px;
}

.pagination .nav-links, .pagination li {
    display: inline;
}

.pagination .nav-links a, .pagination .nav-links .current, .pagination li a, .pagination li.active a {
    background: #b3b3b3;
    color: #fff;
    cursor: pointer;
    padding: 8px 12px;
}

.pagination .nav-links a:hover, .pagination li a:hover {
    background: #000;
}

.pagination .nav-links .current, .pagination li.active a {
    background: gray;
    color: #fff;
    cursor: none;
}

.entry-pagination {
    margin: 30px 0;
}


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

.entry-comments, .comment-respond {
    border-top: 4px double #ebebeb;
    padding: 20px 0;
}

.entry-comments h3:before {
    content: "\f086";
    font-family: FontAwesome;
    margin-right: 10px;
}

.entry-comments h3, .comment-reply-title {
    text-transform: uppercase;
}

.entry-comments a, .comment-respond a {
    color: #00a8c6;
}

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

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

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

.entry-comments ul.children {
    margin-left: 40px;
}

.comment-list li, .ping-list li {
    list-style-type: none;
    margin-top: 24px;
}

.comment-list .depth-1 {
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
}

.comment-meta, .entry-comments .comment, .entry-comments .comment-reply {
    margin-bottom: 40px;
}

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

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

.form-allowed-tags {
    font-size: 14px;
}/* Site Footer
---------------------------------------------------------------------------------------------------- */


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

.site-footer {
    background-color: #282828;
    border-top: 1px solid #4d4d4d;
    color: #ccc;
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

.kb-landing-page .entry-content .site-footer {
    background-color: #00a8c6 !important;
    border-top: 0 solid #00a8c6 !important;
    color: #fff;
    display: block!important;
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

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

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

.site-footer p {
    margin: 0;
}


/* # Accessibility Extras
---------------------------------------------------------------------------------------------------- */


/*
Accessibility Extras - Taken from the Leiden theme & Genesis Accessible plugin (genesis-accessible.org)
---------------------------------------------------------------------------------------------------- */


/*
* Skiplinks
* Hide visually but not from screen readers
* and keyboard users
--------------------------------------------- */

.screen-reader-text, .screen-reader-text span, .search-form label {
    clip: rect(0, 0, 0, 0);
    height: 0;
    position: absolute;
    width: 0;
}

.screen-reader-shortcut {
    clip: rect(0, 0, 0, 0);
    left: 10px;
    position: absolute;
    top: 10px;
}

.screen-reader-shortcut:focus {
    background: #fff;
    clip: auto;
    display: block;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

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


/* Display outline on focus */

:focus {
    color: #1c1c1c;
    outline: #a1a1a1 dotted thin;
}

.search-form > input:hover, .search-form > input:focus {
    outline: none;
}
/* # Print Media Query
---------------------------------------------------------------------------------------------------- */


/*
Print Media Query
---------------------------------------------------------------------------------------------------- */

@media print {
    * {
        background: transparent;
        box-shadow: none;
        color: #000;
        text-shadow: none;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after {
        content: "";
    }
    blockquote, pre {
        border: 1px solid #8f8f8f;
        page-break-inside: avoid;
    }
    img, tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%;
    }
    p {
        orphans: 3;
        widows: 3;
    }
    .content, .content-sidebar {
        width: 100%;
    }
    button, input, nav, select, textarea, .pagination, .backstretch, .breadcrumb, .call-to-action-bar, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-respond, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .home-top, .home-welcome, .footer-widgets, .nav-primary, .nav-footer, .post-edit-link, .sidebar, .site-footer, .site-header, .utility-bar {
        display: none;
    }
    .site-container > footer.site-footer {
        display: none;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title > a {
        margin: 0;
        text-indent: 0;
    }
    h1, h2, h3, h4, h5, h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote, pre, table {
        page-break-inside: avoid;
    }
    dl, ol, ul {
        page-break-before: avoid;
    }
    thead {
        display: table-header-group;
    }
    .table td, .table th {
        background-color: #fff;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #d9d9d9;
    }
}

@media screen and(max-width: 768px) {
    iframe .wp-caption {
        max-width: 100%;
        width: 100%;
    }
}



/*-----------REDESIGN-------------------------------------------------------------------------------------------------------------------------------------------------*/

.container.archive article {
    border-bottom: 1px solid #e3e7ea;
    float: left;
    padding-bottom: 40px;
    padding-top: 40px;
}

.container.archive >:nth-child(1) {
    border-top: 1px solid #e3e7ea;
    margin-top: 40px;
}

.container.archive .navigation.pagination {
    float: left;
    margin-top: 30px;
}

.container.archive article p {
    margin-bottom: 0;
}

p:empty, br {
    display: none;
}

body {
    color: #272727;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    margin: 0;
    padding: 0;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.grey {
    background: #fbfcfe;
}


/*font*/

p, q {
    font-family: "proxima-nova", "open-sans";
    margin: 0 0 20px;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #272727;
    font-family: "Merriweather", "Droid Serif", serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: -.25px;
    line-height: 1.15;
    margin: 40px 0 20px;
}

h1, h1.entry-title {
    font-family: "Merriweather", "Droid Serif", serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1.15;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: none;
}

h2 {
    font-size: 36px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1.2;
}

h4 {
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1.2;
}

h5 {
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1.2;
}

h6 {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1.2;
}

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

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

p, q {
    font-family: "proxima-nova", "open-sans";
    margin: 0 0 24px;
    padding: 0;
}

ul li, ol li {
    color: #272727;
    font-family: "proxima-nova", "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    text-align: left;
}

.entry-content ul > li {
    padding-bottom: 12px;
}

a {
    color: #3aa5c2;
    outline: 0;
    text-decoration: none;
    transition: color .3s ease;
}

a.blog_list_title {
    text-decoration: none !important;
}

a:hover {
    color: #faa64a;
    text-decoration: none;
}

span.bold {
    font-weight: bold;
}

span.highlight {
    color: #3aa5c2;
}

span.block {
    display: block;
}

span.section_title {
    color: #959698;
    display: block;
    font-size: 14px;
    position: relative;
}

span.section_title > i {
    font-size: 28px;
    font-weight: normal;
}

span.section_title > span {
    margin-left: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

span.more_from_blog_icon:before {
    background: url(images/Boxes.png) no-repeat left;
    content: "";
    display: table;
    display: inline-block;
    height: 28px;
    line-height: 1.15;
    position: relative;
    width: 28px;
}

span.section_title.title2 > span {
    left: 30px;
}

.col span.section_title {
    color: inherit;
}

span.section_title ul.post-categories li {
    display: inline-table;
    font-size: 14px;
    list-style: none;
    margin: 0;
    margin-right: 8px;
    position: relative;
}

span.section_title ul.post-categories li a {
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}

.post {
    border-bottom: 1px solid #e3e7ea;
}

ul.post-categories:before {
    background: url(images/blog-category.png) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 17px;
}

.page .entry-title {
    color: #37a3c7;
    color: #00a8c6!important;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    margin-top: 0;
    padding-left: 1px;
    text-transform: uppercase;
}

body.single-post .entry-content .featured-image {
    display: block;
    float: none;
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

.entry-header .entry-meta, .entry-header .entry-meta span a, .entry-header .entry-meta span a span, span.author {
    color: #959698;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}

.archive-description {
    padding-bottom: 0;
}

.archive-description p:last-child {
    margin-bottom: 30px;
}

.archive-description .archive-title {
    color: #000;
    font-size: 60px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 70px;
    /* line-height: 64px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    position: relative;
    text-transform: capitalize;
    /* display: block; */
    /* float: left; */
}

.archive-description .archive-title:before {
    background-size: contain;
    content: "";
    display: inline-block;
    height: 64px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
}

body.category-the-paleo-brain .archive-description .archive-title:before {
    background: url(images/Brain.png) no-repeat center;
    background-size: contain;
}

body.category-defeat-depression .archive-description .archive-title:before {
    background: url(images/Cloud.png) no-repeat center;
    background-size: contain;
}

body.category-gut-health-mood .archive-description .archive-title:before {
    background: url(images/Gutt-mood.png) no-repeat center;
    background-size: contain;
}

body.category-sane-motherhood .archive-description .archive-title:before {
    background: url(images/Heart.png) no-repeat center;
    background-size: contain;
}

body.category-rethink-health .archive-description .archive-title:before {
    background: url(images/Bulb.png) no-repeat center;
    background-size: contain;
}

body.category-drug-side-effects .archive-description .archive-title:before {
    background: url(images/Pills.png) no-repeat center;
    background-size: contain;
}




/*containers*/

.section {
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    width: 100%;
}

.container.img, .section.img {
    background: #449dbd;
}

.container.img *, .section.img * {
    color: white;
}

.section.img span.highlight {
    color: #fca649;
}

.section.line {
    position: relative;
}

.section.white {
    background: white;
}

.section.border {
    border: 1px solid #e3e7ea;
}


/*.section.line:before{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  height:1px;
  width: calc(100%);
  background: #E7E7E7;
}*/

.section.line {
    border-bottom: 1px solid #e3e7ea;
    padding: 0;
}

.container {
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}

.container.medium {
    max-width: 1024px;
}

.container.newsletter {
    max-width: 800px;
}

.container.video {
    max-width: 920px;
}

.container.blog {
    margin-bottom: 30px;
    max-width: 860px;
}

.container.blog_inside {
    max-width: 920px;
}

.container.small {
    max-width: 800px;
}

.container.xsmall {
    max-width: 512px;
}

.section.margin, .container.margin, .media_container.margin {
    margin-bottom: 30px;
    margin-top: 30px;
}

.section.no_padding, .container.no_padding {
    padding: 0;
}

.media_container {
    display: table;
    height: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.media_container > img {
    max-height: 100%;
    max-width: 100%;
}

.media_container.featured_post_img {
    padding-top: 30px;
}

.text {
    padding-bottom: 30px;
    padding-top: 30px;
}

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

.text.padding {
    padding: 80px;
}

.text.no_padding {
    padding: 0;
}

.section.default_widget {
    padding: 15%;
}


/*main/aside*/

main {
    display: inline-table;
    float: left;
    max-width: 840px;
    padding-right: 40px;
    padding-top: 40px;
    position: relative;
    width: 100%;
}

aside {
    background: white;
    border: 1px solid #e3e7ea;
    border-top: 0;
    display: inline-table;
    float: right;
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 350px;
    position: relative;
    width: 100%;
}

aside a {
    text-decoration: none;
}

aside a:hover {
    color: #ffa2b0;
}

aside h4 {
    margin-top: 0;
}

aside .section:not(.line) {
    padding: 30px 20px;
}

aside button.circle {
    font-size: 16px;
    height: 100px;
    margin: 0;
    width: 100px;
}

li a .fa-search {
    display: block;
}

aside .section.search input {
    border: 1px solid #e3e7ea;
    border-radius: 30px;
    color: #272727;
    font-size: 20px;
    padding: 25px;
    padding-left: 50px;
    width: 100%;
}

aside .section.search .fa-search {
    color: #ddd;
    font-size: 22px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

aside .section.search .search-icon {
    background: none;
    display: block;
    height: 24px;
    left: 8px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    /*    background: url(images/Mag-Glass.png) center no-repeat;
    background-size: contain;*/
}

aside ul {
    margin: 0;
    padding: 0;
}

.sidebar ul li, aside ul li, aside ol li {
    border-bottom: 0 solid #e3e7ea;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
}

aside .section.articles h4:before {
    background: url(images/Icon.png)no-repeat center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    width: 28px;
}

aside .section.articles ul {
    padding-left: 20px;
}

aside .section.articles ul li {
    color: #272727;
    list-style-type: disc;
}

aside .section.start h4:before {
    background: url(images/Icon-1.png)no-repeat center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    width: 28px;
}

aside .section.ebook {
    background: #1297b8 url(images/blue-texture-final.png) repeat;
    background-size: 300px 300px;
    padding: 0 30px 30px 30px;
}

aside .section.ebook img {
    position: relative;
    right: -10px;
}

aside .section.ebook h3 {
    font-size: 32px;
    margin-right: -5px;
}

.sidebar .widget {
    margin-bottom: 0;
}

aside .section.vmr button {
    float: none;
}




/*top_bar*/

.nav-primary {
    background: #83bed4;
}

.nav-primary .menu.genesis-nav-menu.menu-primary {
    display: block !important;
    margin: 0;
}

.nav-primary .menu.genesis-nav-menu.menu-primary li {
    color: #9cd9f0;
    display: inline-table;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-primary .menu.genesis-nav-menu.menu-primary li:last-child {
    margin-right: 0;
}

.nav-primary .menu.genesis-nav-menu.menu-primary >:nth-child(1) {
    margin-left: 0;
}

li#menu-item-3621 {
    float: right;
}

.nav-primary .menu-toggle {
    display: none !important;
}

.nav-primary .menu.genesis-nav-menu.menu-primary li a {
    color: #fff;
    line-height: 42px;
    margin-right: 0;
    text-decoration: none;
    transition: .3s ease;
}

.nav-primary .menu.genesis-nav-menu.menu-primary li a:hover {
    color: white;
}

.section.top_bar input {
    padding: 8px 15px;
}

#menu-primary-menu li, #menu-primary-menu a {
    font-family: "Open Sans";
    padding: 0;
}

#menu-primary-menu .search .search-icon {
    background: 0;
    background-size: contain;
    cursor: pointer;
    font-size: 18px;
    height: 18px;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

#menu-primary-menu .search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    height: 32px;
    margin: 5px 0;
    padding: 10px 30px;
    padding-left: 40px;
}

#menu-item-3442 a, #menu-item-3442 li, #menu-item-3620 a, #menu-item-3620 li {
    margin: 0;
}

li#menu-item-3805 {
    margin: 0 10px;
    pointer-events: none;
    text-align: center;
}

li#menu-item-3805 a {
    margin: 0;
}

li#menu-item-3805 a span {
    font-weight: bold;
}


/*main_menu*/

.section.main_menu {
    background: #fbfcfe;
    border: 1px solid #e3e7ea;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    min-height: 125px;
    /*  box-shadow: 0px 4px 12px -6px #E3E7EA; */
    overflow: visible;
    padding: 0;
}

.section.main_menu .container {
    min-height: 125px;
    overflow: visible;
}

.section.main_menu .logo {
    display: inline-table;
    float: left;
    height: 125px;
    position: relative;
    width: 325px;
}

.section.main_menu .logo > img {
    display: table;
    max-height: 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section.main_menu .logo > span {
    color: #272727;
    display: inline-block;
    font-family: "Montserrat";
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    left: 85px;
    letter-spacing: -.25px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}

.section.main_menu .menu {
    display: inline-table;
    float: left;
    max-width: 840px;
    position: relative;
    width: 100%;
}

.section.main_menu .menu > ul {
    margin: 0;
    min-height: 125px;
    overflow: visible;
    position: relative;
}

.section.main_menu .menu > ul > li {
    border-left: 1px solid #e3e7ea;
    display: inline-table;
    float: left;
    height: 125px;
    position: relative;
    width: 20%;
}

.section.main_menu .menu.secondary_menu > ul > li {
    width: 16.66%;
}

.section.main_menu .menu > ul >:nth-last-child(1) {
    border-right: 1px solid #e3e7ea;
}

.section.main_menu .menu > ul > li a {
    color: #4f5c61;
    display: block;
    font-family: "Montserrat";
    -webkit-font-smoothing: antialiased;
    height: 125px;
    line-height: 1.2;
    position: relative;
    transition: .3s ease;
    width: 100%;
}

.section.main_menu .menu > ul > li a:hover {
    background: #83bed4;
    color: white;
}

.main_menu .menu > ul > li a span {
    font-weight: bold;
    left: 50%;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.section.main_menu .menu.secondary_menu ul li {
    margin: 0;
}

.section.main_menu .menu.secondary_menu ul li a span {
    font-size: 17px;
    padding: 0 5px;
}


/*submenu*/

.nav-header .sub-menu {
    background: rgb(251, 252, 254);
    padding: 0;
    position: absolute;
    transition: opacity .3s ease;
    width: 350px;
    z-index: 1;
}

.nav-header .menu > li > .sub-menu li {
    background: #fbfcfe;
    border: 0;
    display: block;
    height: auto;
    list-style: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nav-header .menu > li > .sub-menu li a {
    background: inherit;
    border: 0;
    border-bottom: 1px solid #e3e7ea;
    color: #505c61;
    float: right;
    font-weight: bold;
    height: 64px;
    max-width: 100%;
    min-height: 0;
    position: relative;
    transition: .3s ease;
    width: 100%;
}

.nav-header .menu > li > .sub-menu #menu-item-3819 a:before {
    background: url(images/Cloud.png)no-repeat center;
    background-size: 50%;
    border-bottom: 1px solid #e3e7ea;
    border-right: 1px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-4381 a:before {
    background: url(images/Brain.png)no-repeat center;
    background-size: 50%;
    border-bottom: 1px solid #e3e7ea;
    border-right: 1px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-3820 a:before {
    background: url(images/Gutt-mood.png)no-repeat center;
    background-size: 50%;
    border-bottom: 1px solid #e3e7ea;
    border-right: 1px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-3818 a:before {
    background: url(images/Heart.png)no-repeat center;
    background-size: 50%;
    border-bottom: 1px solid #e3e7ea;
    border-right: 1px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-3817 a:before {
    background: url(images/Bulb.png)no-repeat center;
    background-size: 40%;
    border-bottom: 1px solid #e3e7ea;
    border-right: 1px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu #menu-item-3816 a:before {
    background: url(images/Pills.png)no-repeat center;
    background-size: 50%;
    border-bottom: 1px solid #e3e7ea;
    border-right: 1px solid #e3e7ea;
    content: "";
    display: inline-table;
    height: 64px;
    left: 0;
    position: absolute;
    width: 74px;
}

.nav-header .menu > li > .sub-menu li a:hover {
    background: rgb(242, 242, 242);
    color: #505c61;
}

.nav-header .menu > li > .sub-menu li a span {
    display: inline-table;
    font-family: "Montserrat";
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    left: 38px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    text-transform: Capitalize;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 74px);
}


/*columns*/

.columns {
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    width: 100%;
}

.columns .columns {
    padding: 0;
}

.columns > .col, .columns.rows > .row > .col {
    display: inline-table;
    float: left;
    overflow: hidden;
    position: relative;
}

.columns > .col.vcenter, .columns.rows > .row > .col.vcenter {
    position: absolute;
}

.columns.rows > .row > .col {
    margin-bottom: 30px;
}

.columns.rows > .row {
    overflow: hidden;
    position: relative;
}

.columns.col2.padding >:nth-child(1), .columns.col2.padding.rows > .row >:nth-child(1), .columns.col2.rows > .row.padding >:nth-child(1) {
    padding-right: 15px;
}

.columns.col2.padding >:nth-child(2), .columns.col2.padding.rows > .row >:nth-child(2), .columns.col2.rows > .row.padding >:nth-child(2) {
    padding-left: 30px;
}

.columns.col2 > .col, .columns.col2.rows > .row > .col {
    width: 50%;
}

.columns.col2_third_first >:nth-child(1), .columns.col2_third_first.rows > .row >:nth-child(1), .columns.rows > .row.col2_third_first >:nth-child(1) {
    width: 33.33%;
}

.columns.col2_third_first >:nth-child(2), .columns.col2_third_first.rows > .row >:nth-child(2), .columns.rows > .row.col2_third_first >:nth-child(2) {
    width: 66.66%;
}

.columns.col2_third_last >:nth-child(1), .columns.col2_third_last.rows > .row >:nth-child(1), .columns.rows > .row.col2_third_last >:nth-child(1) {
    width: 66.66%;
}

.columns.col2_third_last >:nth-child(2), .columns.col2_third_last.rows > .row >:nth-child(2), .columns.rows > .row.col2_third_last >:nth-child(2) {
    width: 33.33%;
}

.columns.col2_border_middle:before {
    background: #e7e7e7;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    z-index: 0;
}

.columns.col3 > .col, .columns.col3.rows > .row > .col {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 33.33%;
}

.columns.col3.padding > .col, .columns.col3.padding.rows > .row > .col, .columns.col3.rows > .row.padding > .col {
    padding: 0 15px;
}

.columns.col4 > .col, .columns.col4.rows > .row > .col {
    width: 25%;
}

.columns.col4.padding > .col, .columns.col4.rows.padding > .row > .col, .columns.col4.rows > .row.padding > .col {
    padding: 0 10px;
}

.columns > .col.vCenter, .columns > .row > .col.vCenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.col2_vcenter_first > .col {
    float: right;
}

.col2_vcenter_first >:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 60px);
}

.col2_vcenter_first.col2_third_first:not(.no_padding) >:nth-child(1) {
    width: calc(33.33% - 60px);
}

.col2_vcenter_first.col2_third_last:not(.no_padding) >:nth-child(1) {
    width: calc(66.66% - 60px);
}

.vcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.col .text {
    padding: 30px;
}

.col .text.padding {
    padding: 30px;
}

.col .text.no_padding {
    padding: 0;
}


/*sections*/

.section.banner > .container, .section.banner {
    overflow: visible;
}

.section.banner h1 {
    font-size: 60px;
    margin-bottom: 24px;
}

.section.banner .col2 {
    /*    background: url(images/Pic-Medium.png) no-repeat left bottom;*/
    background-size: contain;
    padding-left: 310px;
}

.section.banner .col2 .col {
    width: 80%;
}

.section.banner .col2 .col .container {
    margin: 0;
}

.section.banner .col2 .col h4 {
    color: #ccf2fe;
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 0;
}

.section.banner .media_container {
    height: 486px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    width: auto;
}

.section.banner .media_container img {
    bottom: -30px;
    left: 0;
    position: absolute;
    width: 500px;
    width: auto;
}

.section.banner .col2 .col .text .text {
    margin: auto;
    max-width: 500px;
}

.section.banner input {
    color: #fff;
    max-width: 360px;
}

.col .text.home {
    padding: 30px 48px;
}

.section.img button.circle {
    background: #fca649;
    display: inline-table;
    margin: 0;
}

.section.img button.circle:before {
    content: "";
}

.section.banner {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .20)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .20))) no-repeat, url(images/blue-texture-final.png) repeat;
    background-position: 0 0;
    background-size: cover, 300px 300px;
    padding: 0;
}

.section.banner .banner_background, aside .section.ebook .banner_background {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.section.banner .banner_background1 {
    background: url(images/kelly-brogan-md-hp.png) no-repeat center bottom;
    background-position: 0 -125px;
    background-size: 700px auto;
    left: 50%;
    max-width: 1500px;
    min-width: 1500px;
    transform: translateX(-50%);
}

.section.banner .banner_background2, aside .section.ebook .banner_background2 {
    background: url(images/hero-bg-bottom.png)no-repeat center bottom;
    background-position: bottom;
    background-size: 100% 5%;
    left: 0;
}

.section.banner button.circle:before {
    background: url(images/bolt-icon-2X.png) no-repeat center;
    background-size: cover;
    content: "";
    height: 28px;
    margin: auto;
    margin-bottom: 4px;
    position: relative;
    top: -6px;
    width: 24px;
}

aside button.circle:before {
    background: url(images/bolt-icon-2X.png) no-repeat center;
    background-size: cover;
    content: "";
    height: 20px;
    margin: auto;
    margin-bottom: 4px;
    position: relative;
    top: -6px;
    width: 18px;
}

.section.vmr iframe {
    width: 100%;
}

.section.vmr .text {
    font-size: 20px;
    text-align: right;
}

.section.vmr button {
    float: right;
    margin: auto;
}

.section.email > .container {
    padding: 0;
}

.section.email > .columns.col2 >:nth-child(1) {
    background: #0c7593;
    color: white;
    height: 200px;
    max-width: 200px;
    padding: 30px;
    text-align: center;
}

.section.email > .columns.col2 >:nth-child(2) {
    background: #1188a6;
    height: 200px;
    width: calc(100% - 200px);
}

.section.email .columns.col2 >:nth-child(2) * {
    color: white;
}

.section.email .columns.col2 >:nth-child(2) .text {
    display: table;
    padding-left: 0;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section.email .columns.col2 >:nth-child(2) p {
    color: #fff;
    margin: 5px 0;
}

.section.banner .columns.col2 .email_input_container > p {
    color: #fff;
    margin: 5px 0;
}

.section.email .columns.col2 >:nth-child(2) button {
    background: #fca649;
    display: inline-table;
    font-size: 18px;
    margin: 10px 0 0 0;
    width: 150px;
}

.section.email .columns.col2 >:nth-child(2) h4 {
    font-weight: bold;
    margin: 5px 0;
}

.section.email .columns.col2 >:nth-child(2) input {
    width: 100%;
}

.section.email .email_logo img {
    max-height: 125px;
}

.section.blog ul {
    border-top: 1px solid #e3e7ea;
    padding: 0;
}

.section.blog ul li {
    border-bottom: 1px solid #e3e7ea;
    padding-bottom: 30px;
    padding-top: 30px;
}

.section.blog ul li h3 {
    margin-top: 0;
}

.archive-pagination.pagination ul, .navigation.pagination .nav-links ul {
    padding: 0;
}

.archive-pagination.pagination ul li, .navigation.pagination .nav-links ul li {
    border: 1px solid transparent;
    border-radius: 50%;
    color: #898989;
    cursor: pointer;
    display: inline-table;
    height: 42px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    transition: color .3s ease, border-color .3s ease;
    width: 42px;
}

.navigation.pagination .nav-links ul li .page-numbers.current {
    background: none;
    border: 1px solid;
    border-color: #1188a6 !important;
    border-radius: 50%;
    color: #898989;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding: 0;
    position: relative;
    width: 44px;
}

.archive-pagination.pagination ul .pagination-omission, .navigation.pagination .nav-links ul .pagination-omission {
    pointer-events: none;
}

.archive-pagination.pagination ul li.active, .navigation.pagination .nav-links ul li.active {
    border-color: #1188a6;
    color: #15527e;
}

.archive-pagination.pagination ul li:hover a, .archive-pagination.pagination ul li:hover, .navigation.pagination .nav-links ul li:hover a {
    border: 1px solid;
    border-color: #898989 !important;
    border-radius: 50%;
    color: #15527e;
}

.archive-pagination.pagination ul > .pagination-next a, .archive-pagination.pagination ul > .pagination-previous a, .archive-pagination.pagination ul > .pagination-next:hover a, .archive-pagination.pagination ul > .pagination-previous:hover a {
    border: 0;
    width: auto;
}

.navigation.pagination .nav-links ul >:nth-child(1):hover, .navigation.pagination .nav-links ul >:nth-last-child(1):hover, .navigation.pagination .nav-links ul >:nth-child(1):hover a, .navigation.pagination .nav-links ul >:nth-last-child(1):hover a {
    border: 0;
}

.archive-pagination.pagination ul > .pagination-next, .archive-pagination.pagination ul > .pagination-previous, .navigation.pagination .nav-links ul >:nth-child(1), .navigation.pagination .nav-links ul >:nth-last-child(1), .archive-pagination.pagination ul > .pagination-next:hover, .archive-pagination.pagination ul > .pagination-previous:hover, .navigation.pagination .nav-links ul >:nth-child(1):hover, .navigation.pagination .nav-links ul >:nth-last-child(1):hover {
    border: 0;
    margin-left: 10px;
    width: initial;
}

.pagination, .posts-navigation {
    margin-bottom: 40px;
}

.archive-pagination.pagination ul li a, .navigation.pagination .nav-links ul li a {
    background: none;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #898989;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: border-color .3s ease;
    width: 100%;
    width: 44px;
}

.navigation.pagination .nav-links ul .prev.page-numbers a, .navigation.pagination .nav-links ul .next.page-numbers a, .navigation.pagination .nav-links ul .prev.page-numbers, .navigation.pagination .nav-links ul .next.page-numbers {
    border: 0;
    width: auto;
}


body.archive article .entry-image-link, .container.archive article .entry-image-link {
    float: left;
    height: 200px;
    margin-right: 10px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 200px;
}

body.archive article .entry-image-link img, .container.archive article .entry-image-link img {
    left: 50%;
    margin: 0;
    max-width: 400px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

body.archive article .entry-content, .container.archive article .entry-content {
    float: left;
    padding-left: 15px;
    position: relative;
    width: 70%;
}

body.archive article .entry-content .entry-title, .container.archive article .entry-content .entry-title {
    font-family: "Merriweather", "Droid Serif", serif;
    font-size: 28px;
    height: auto;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
}

body.archive article .entry-content .entry-title a, .container.archive article .entry-content .entry-title a {
    color: #272727;
    font-weight: bold;
    text-decoration: none;
}

.section.recommended_list {
    font-size: 18px;
}

.section.recommended_list ul li {
    line-height: 1.667;
    padding-bottom: 10px;
}

.section.recommended_list ul a {
    text-decoration: none;
}

.section.recommended_list button {
    font-size: 16px;
}

.section.recommended_list .media_container {
    text-align: left;
}

.section.welcome > .container {
    overflow: visible;
}

.section.welcome h3 {
    margin-bottom: 0;
}

.section.welcome .arrow:before {
    content: url(images/Arrow.png);
    position: absolute;
    transform: translate(-120%, 15px);
}

.section.author {
    font-size: 16px;
}

.section.author h4 {
    font-weight: 600;
}

.section.author img.author_img {
    display: table;
    left: 50%;
    margin: auto;
    max-height: 340px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.entry-comments h3, .comment-respond h3 {
    font-size: 45px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
}

.entry-comments h3:before {
    display: none;
}

.entry-comments .comment-author span[itemprop="name"] {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: .9;
    margin-top: 20px;
}

.entry-comments .comment-author img {
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-top: -20px;
    overflow: hidden;
    width: 80px;
}

.entry-comments .comment-author .says {
    display: none;
}

.entry-comments .comment-meta .comment-time a {
    color: #949597;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.section.comments .comments_container .comment {
    border-bottom: 1px solid #e7e7e7;
    padding: 60px 0;
}

.section.reply form {
    position: relative;
}

.section.reply form input[type="text"], .section.reply form input[type="email"] {
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    display: table;
    margin: 0;
    min-width: initial;
    padding: 20px;
    width: 100%;
}

.section.reply form textarea {
    border: 1px solid #e7e7e7;
    padding: 20px;
    width: 100%;
}

.section.reply form .col2 {
    padding: 0 15px;
}

.section.reply form button[type="submit"] {
    height: 150px;
    position: relative;
    width: 150px;
}

.section.reply form button[type="submit"] span {
    text-align: center;
    width: 100%;
}

.section.reply form button[type="submit"]:before {
    content: "\f27b";
    left: 50%;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}

#respond {
    background: none;
}

#respond form .comment-form-author, #respond form .comment-form-email, #respond form .comment-form-url {
    display: inline-table;
    float: left;
    padding-right: 10px;
    width: 33.333%;
}

#respond form .comment-form-url {
    padding-right: 0;
}

#respond form .comment-form-author input, #respond form .comment-form-email input, #respond form .comment-form-url input {
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    color: #666;
    display: table;
    font-family: "open-sans";
    font-size: 18px;
    margin: 0;
    min-width: initial;
    padding: 20px;
    width: 100%;
}

#respond form .form-submit {
    display: inline-table;
    height: 220px;
    position: relative;
    width: 33.33%;
}

#respond form p.form-submit:before {
    background: url(images/comment-icon.png) no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    /* margin-top: 100px; */
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 100;
}

#respond form .form-submit input {
    border-radius: 50%;
    display: block;
    font-size: 20px;
    height: 128px;
    left: 50%;
    margin: 0;
    margin: auto;
    padding: 0;
    padding-top: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: normal;
    width: 128px;
}

#respond form .comment-form-comment {
    display: inline-table;
    float: left;
    height: 220px;
    margin: 0;
    width: 66.66%;
}

#respond form .comment-form-comment textarea {
    border: 1px solid #e7e7e7;
    padding: 20px;
    width: 100%;
}

#respond form .comment-form-email {
    margin-top: 2px;
}

.container.img.sadness {
    background: url("Sadness.jpg") center no-repeat;
    background-size: cover;
    height: 400px;
}

.container.img1 {
    background: url("ResolvingDepression.jpg") center no-repeat;
    background-size: cover;
    height: 600px;
}

.container.img1 * {
    position: relative;
    z-index: 1;
}

.container.img:before {
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .7);
    content: "";
    cursor: pointer;
    display: block;
    height: 100%;
    opacity: 0;
    padding: 30px;
    position: absolute;
    transition: .3s ease;
    width: 100%;
    z-index: 0;
}

.container.img:hover:before {
    opacity: 1;
}



/*quote*/

.quote {
    color: #272727;
    display: block;
    font-family: "Droid Serif", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 35px;
    padding: 30px 0;
    padding-left: 100px;
}

.quote:before {
    content: url(images/Quote-Icon.png) no-close-quote;
    font-size: 42px;
    left: 20px;
    position: absolute;
}

.quote span.name {
    color: #989b9e;
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-top: 30px;
}

.quote span.name span.bold {
    color: #272727;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

blockquote {
    position: relative;
}

blockquote::before {
    content: url(images/Quote-Icon.png) no-close-quote;
    font-size: 42px;
    left: 0;
    left: 20px;
    position: absolute;
    top: 30px;
}


/*input/button*/

input, button, textarea {
    outline: 0 !important;
}


input[type="submit"], button {
	border:none;
	background: #1297b8;
	color:white;
	font-weight: bold;
	font-size: 19px;
	font-family: 'Montserrat'; , sans-serif;
  -webkit-font-smoothing: antialiased;
	padding:12px 32px;
	border-radius: 32px;
	margin-top:30px;
	margin-bottom:30px;
	display: block;
	cursor: pointer;
	transition: background 0.3s ease;
	height:initial;
	white-space: normal;
}

input[type="submit"].center, button.center {
    display: table;
    margin: auto;
}

input[type="submit"].circle, button.circle {
    border-radius: 50%;
    display: block;
    font-size: 20px;
    height: 140px;
    line-height: 1.2;
    padding: 0;
    width: 140px;
}

button.circle:before {
    background: url(images/grid-icon-2X.png) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    font-family: "fontawesome";
    font-weight: normal;
    height: 20px;
    margin: auto;
    margin-bottom: 4px;
    position: relative;
    top: -6px;
    width: 22px;
}

input[type="submit"]:hover, button:hover {
    background: #fca649;
    border: 0;
}

input, button {
    outline: 0;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid white;
    border: 0;
    border-radius: 30px;
    color: white;
    padding: 10px 30px;
}

input[type="email"] {
    background: none;
    border: 0;
    border-bottom: 1px solid white;
    bottom: 2px;
    font-family: "Sacramento", cursive;
    font-size: 35px;
    font-weight: 400;
    padding: 0;
    position: relative;
    width: 100%;
}

.section.banner .email_input_container {
    bottom: 20px;
    display: inline-table;
    position: relative;
    width: auto;
}

.section.banner .email_input_container_parent {
    padding-left: 0;
    padding-right: 0;
}

.email_input_container {
    display: inline-table;
    position: relative;
    width: 100%;
}

.email_input_container .input_clear {
    background: url(images/x-icon-2X.png) no-repeat center;
    background-size: cover;
    display: block;
    font-weight: normal;
    height: 12px;
    left: 1px;
    margin: auto;
    margin-bottom: 5px;
    position: absolute;
    top: 25px;
    width: 12px;
    z-index: 1;
}

.email_input_container input[type="email"] {
    padding-left: 27px;
}

.email_submit_container {
    display: inline-table;
    margin: auto;
    position: relative;
}


/*footer*/

.section.footer {
    background: #1188a6;
}

.section.footer ul li {
    color: #ccf2fe;
    font-size: 14px;
    list-style: none;
    margin-bottom: 15px;
    text-align: center;
}

.section.footer ul li i {
    color: #ccf2fe;
    font-size: 22px;
    margin: 0 10px;
    transition: color .3s ease;
}

.section.footer ul li a {
    color: #ccf2fe;
    font-weight: 400;
    transition: color .3s ease;
}

.section.footer ul li i:hover, .section.footer ul li a:hover {
    color: #fff;
}

#genwpacc-genesis-footer-widgets {
    background: white;
    padding: 0;
}

#genwpacc-genesis-footer-widgets .wrap {
    max-width: 100%;
    padding: 0;
}

#genwpacc-genesis-footer-widgets .footer-widgets-1.widget-area {
    width: 100%;
}

#genwpacc-genesis-footer-widgets .footer-widgets-1.widget-area .widget {
    margin: 0;
}

span.latest_blog_icon {
    margin-bottom: 45px;
}

span.latest_blog_icon:before {
    background: url(images/Speech-Bubble.png) no-repeat left;
    content: "";
    display: table;
    height: 28px;
    position: relative;
    width: 28px;
}

.section.latest_blog .container.small h1 {
    margin-bottom: 5px;
}

.section.latest_blog, .section.more_blog {
    padding-top: 60px;
}

.section.latest_blog .section {
    padding-left: 0;
    padding-right: 0;
}



/*placeholder*/

.placeholder_img {
    background: #bcc9cc;
    height: 100%;
    position: relative;
    width: 100%;
}

.placeholder_img:after {
    color: #6f8a91;
    content: "IMAGE";
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.placeholder_video {
    background: #3f4344;
    height: 100%;
    position: relative;
    width: 100%;
}

.placeholder_video:after {
    color: white;
    content: "\f144";
    font-family: "fontawesome";
    font-size: 52px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.placeholder_video.h100, .placeholder_img.h100 {
    height: 100px;
}

.placeholder_video.h200, .placeholder_img.h200 {
    height: 200px;
}

.placeholder_video.h300, .placeholder_img.h300 {
    height: 300px;
}

.placeholder_video.h400, .placeholder_img.h400 {
    height: 400px;
}

.placeholder_video.h500, .placeholder_img.h500 {
    height: 500px;
}

.placeholder_video.h600, .placeholder_img.h600 {
    height: 600px;
}

.placeholder_video.h150, .placeholder_img.h150 {
    height: 150px;
}

.placeholder_video.h250, .placeholder_img.h250 {
    height: 250px;
}

.placeholder_video.h350, .placeholder_img.h350 {
    height: 350px;
}

.placeholder_video.h450, .placeholder_img.h450 {
    height: 450px;
}

.placeholder_video.h550, .placeholder_img.h550 {
    height: 550px;
}

.placeholder_video.h650, .placeholder_img.h650 {
    height: 650px;
}

.site-inner {
    padding: 0 !important;
}

.site-footer, body.home .entry-title, body.full-width-content .entry-title {
    display: none !important;
}

.more_blog h3 {
    margin-top: 0;
}

.more_blog p {
    color: #373737;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}


/*wp wrap*/

.site-inner > .wrap, .site-inner .wrap .content-sidebar-wrap, .site-inner .wrap .content-sidebar-wrap .content {
    max-width: 1200px;
}

.site-inner .wrap .content-sidebar-wrap .content {
    padding-left: 0;
    padding-right: 0;
}

body.full-width-content .site-inner > .wrap, body.full-width-content .site-inner .wrap .content-sidebar-wrap, body.full-width-content .site-inner .wrap .content-sidebar-wrap .content {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

body.content-sidebar {
    background: #fbfcfe;
}

.entry-footer .entry-categories a, .entry-footer .entry-tags a {
    color: #acacac;
    transition: .3s ease;
}

.entry-footer .entry-categories a:hover, .entry-footer .entry-tags a:hover {
    color: #3aa5c2;
}

.continue_reading {
    text-decoration: none !important;
}

.continue_reading_button {
    margin-top: 0;
}

.continue_reading_container {
    box-shadow: 0 0 170px 140px white;
}

.blog_post_container {
    max-height: 1200px;
    overflow: hidden;
}



/*wp main_menu*/

.site-header {
    background: #fbfcfe;
    /*  box-shadow: 0px 4px 12px -6px #E3E7EA; */
    margin: auto;
    padding: 0;
    position: relative;
    z-index: 10;
}

body.home .site-header {
    box-shadow: none;
}

.site-header .nav-header .menu {
    display: inline-table;
    float: right;
    max-width: 760px;
    min-height: 125px;
    overflow: visible;
    position: relative;
    width: 100%;
}

.site-header .nav-header .menu-item {
    height: 125px;
    width: 20%;
}

.site-header .nav-header .menu >:nth-child(odd) {
    border-left: 1px solid #e3e7ea;
    border-right: 1px solid #e3e7ea;
    transition: border-color .3s ease;
}

.site-header .nav-header .menu > li:hover {
    border-color: #83bed4;
}

.site-header .nav-header .menu >:nth-last-child(1) {
    border-right: 1px solid #e3e7ea;
    padding-bottom: 10px;
}

.header-widget-area .genesis-nav-menu .menu-item:last-of-type a {
    border-right: 0;
}

.site-header .nav-header .menu > li a {
    border: 0;
    color: #4f5c61;
    display: block;
    height: 125px;
    max-width: none;
    padding: 0;
    position: relative;
    transition: .3s ease;
    width: 100%;
}

.site-header .nav-header .menu > li a:hover {
    background: #83bed4;
    color: white;
}

.site-header .nav-header .menu > .current-menu-item {
    border-color: #83bed4;
}

.site-header .nav-header .menu > .current-menu-item > a {
    background: #83bed4;
    color: white;
}

.site-header .nav-header .menu > li a:hover:after {
    color: white;
}

.site-header .nav-header .menu > li > a > span {
    font-family: "Montserrat";
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    left: 50%;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.site-header .nav-header .menu > .menu-item-has-children > a:after {
    color: #bec9ce;
    content: "\f107";
    display: block;
    font-family: "fontAwesome";
    font-size: 32px;
    font-weight: 100;
    position: absolute;
    right: 0;
    text-align: center;
    transition: .3s ease;
    width: 100%;
}

.title-area {
    background: url(images/kellybroganmdlogo-2X.png) no-repeat center !important;
    background-size: 342px 68px !important;
    width: 342px;
}

.site-inner {
    background: white;
}


/*modal*/

.modal_container {
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 100;
}

.modal_container.show {
    opacity: 1;
    pointer-events: all;
}

.modal_container .modal_background {
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
}

.modal_container .modal_window {
    background-color: white;
    border-radius: 10px;
    margin: auto;
    margin-top: -30px;
    max-width: 512px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    transition: margin .3s ease;
    z-index: 10;
}

.modal_container.show .modal_window {
    margin-top: 0;
}


/*
.modal_conatiner .modal_window_background{
  position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%;height: 0;width: 0;transition: 0.3s ease;background: #449DBD;z-index: -10;
}
*/

.modal_container .modal_window .modal_header {
    border-bottom: 1px solid #eee;
    min-height: 48px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.modal_container .modal_window .modal_body {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

.modal_container .modal_window .modal_header .modal_close {
    cursor: pointer;
    float: right;
    font-size: 24px;
}

.modal_container .modal_window .modal_header h3 {
    display: inline;
    margin: 0;
}


/*responsiveness*/

@media only screen and (max-width: 1022px) {
    aside button.circle {
        height: 120px;
        width: 120px;
    }
    aside .section.ebook img {
        display: none;
    }
    aside .section.ebook h3 {
        font-size: 40px;
        text-align: center;
    }
    aside .section.ebook p {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }
    aside .section.ebook .col2 > .col {
        display: block;
        float: none;
        margin: auto;
        margin-bottom: 10px;
        max-width: 600px;
        position: relative;
        text-align: center;
        transform: translate(0, 0);
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .section.footer ul li {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .section.footer ul li:last-child {
        margin-bottom: 0;
    }
    .section.main_menu ul li, .section.main_menu ol li {
        font-size: 16px;
    }
    .section.main_menu .menu {
        background: #fbfcfe;
    }
    .site-header .wrap {
        margin: 0;
        max-width: 100%;
    }
    .title-area {
        border-bottom: 1px solid #d9d9d9;
        width: 100%;
    }
    .section.banner h1, .section.banner h4 {
        margin: 0 auto!important;
        margin-bottom: 18px!important;
        max-width: 650px;
    }
    .section.main_menu .logo {
        display: table;
        float: none;
        height: auto;
        margin: auto;
        padding: 15px 0;
        position: relative;
    }
    .section.main_menu .logo > img {
        position: relative;
        transform: none;
    }
    .section.main_menu .menu {
        border-top: 1px solid #ededed;
        margin: auto;
        max-width: 100%;
    }
    .section.main_menu, .section.main_menu .container {
        min-height: 0;
    }
    .main_menu .menu ul {
        padding: 0;
        width: 100%;
    }
    .section.main_menu .menu ul >:nth-child(1) {
        border-left: 0;
    }
    .section.main_menu .menu ul >:nth-last-child(1) {
        border-right: 0;
    }
    .section {
        padding-left: 5%;
        padding-right: 5%;
    }
    main {
        margin: auto;
        max-width: none;
        padding: 30px;
    }
    aside {
        max-width: none;
    }
    .section.banner .banner_background {
        display: none;
    }
    .section.banner .col2 .col, .section.banner .col2 .col .container {
        width: 100%;
    }
    .section.banner .media_container {
        display: none;
    }
    .section.banner .col2 {
        background: none;
        padding: 0;
    }
    .section.banner h1, .section.banner h4 {
        text-align: center;
    }
    .section.banner .container {
        margin: auto;
        max-width: 100%;
    }
    .section.banner .text {
        padding: 30px 10%;
    }
    .section.banner .email_input_container_parent {
        padding-left: 0;
        padding-right: 0;
    }
    .site-header .nav-header .menu > li > a > span {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header .widget-area {
        text-align: right;
        width: 65%;
    }
    .site-header .nav-header .menu {
        max-width: 100%;
    }
    .section.banner .email_input_container {
        text-align: center;
        width: 100%;
    }
    .section.banner .email_input_container input {
        max-width: 100%;
    }
    .email_submit_container {
        text-align: center;
        width: 100%;
    }
    .site-header .widget-area.header-widget-area {
        width: 100%;
    }
}

@media only screen and (max-width:980px) {
    .site-header .nav-header .menu > li > a > span {
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header .widget-area {
        width: 60%;
    }
}

@media only screen and (max-width: 920px) {
    #menu-primary-menu .search .search-icon {
        left: 14px;
    }
    .vmr-text {
        text-align: center;
    }
    .nav-header .menu > li > .sub-menu li {
        background: #fbfcfe;
    }
    .nav-header .menu > li > .sub-menu li a span {
        display: inline-table;
        font-family: "Montserrat";
        font-size: 17px;
        font-weight: bold;
        left: 0;
        padding: 10px;
        position: relative;
        text-align: center;
        text-transform: Capitalize;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .newsletter .col .text {
        padding: 0;
    }
    .more_blog .col .text {
        border-bottom: 1px solid #e7e7e7;
        padding: 30px 0 0 0;
    }
    .top_bar {
        text-align: center;
    }
    .columns {
        padding: 0;
    }
    .columns.col2 > .col, .columns.col2_third_first >:nth-child(1), .columns.col2_third_first >:nth-child(2), .columns.col2_third_last >:nth-child(1), .columns.col2_third_last >:nth-child(2), .columns.col3 > .col, .columns.col4 > .col, .col2_vcenter_first >:nth-child(1), .col2_vcenter_first.col2_third_first >:nth-child(1), .col2_vcenter_first.col2_third_last >:nth-child(1), .columns > .col, .columns.col3.rows > .row > .col {
        display: block;
        float: none;
        margin: 0 0 30px;
        max-width: none;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        width: 100%;
    }
    .columns.col2_border_middle:before {
        display: none;
    }
    .section.banner .col2 {
        padding-left: 0;
    }
    .columns.col2.padding > .col, .columns.col3.padding > .col, .columns.col4.padding > .col {
        padding: 0;
    }
    .section.email .col {
        margin: 0;
    }
    .section.email .columns.col2 >:nth-child(2) button {
        display: table;
        margin: 10px auto;
    }
    .section.email > .columns.col2 >:nth-child(1) {
        max-width: none;
        width: 100%;
    }
    .section.email > .columns.col2 >:nth-child(2) {
        height: auto;
        padding: 30px;
        width: 100%;
    }
    .top_bar .search_container {
        margin: auto;
        max-width: 500px;
        overflow: hidden;
        position: relative;
    }
    .top_bar .search {
        box-sizing: border-box;
        margin: 10px auto;
        width: 100%;
    }
    .section.email .columns.col2 >:nth-child(2) .text {
        position: relative;
        transform: translate(0, 0);
    }
    .section.vmr button {
        float: none;
    }
    .section.vmr .text {
        text-align: center;
    }
}

@media only screen and (max-width:860px) {
    .site-header .nav-header .menu > li > a > span {
        padding-left: 0;
        padding-right: 0;
    }
    .site-header .widget-area {
        width: 55%;
    }
}

@media only screen and (max-width: 810px) {
    .site-header .nav-header .menu-item {
        float: left;
    }
}

@media only screen and (max-width: 800px) {
    .section.main_menu .menu > ul > li a {
        height: 86px;
    }
    .nav-header {
        height: 0;
        overflow: hidden;
        padding-top: 48px;
        position: relative;
        transition: height .3s ease;
    }
    .site-header .nav-header > ul > .menu-item, .section.main_menu .menu.secondary_menu > ul > li {
        height: auto;
        width: 100%;
        /*    box-shadow: 0px 0px 10px -6px black;*/
    }
    .site-header .nav-header .menu > li a {
        height: 80px;
    }
    .nav-header .sub-menu {
        position: relative;
        width: 100%;
    }
    .nav-header .sub-menu-toggle {
        background: none;
        border-left: 0 solid #e3e7ea;
        border-radius: 0;
        color: transparent;
        height: 80px;
        min-width: 64px;
        position: absolute;
        top: 40px;
        transform: translateY(-50%);
        width: 20%;
    }
    .sub-menu-toggle:before {
        color: #bec9ce;
        content: "\f107";
        display: block;
        font-family: "fontAwesome";
        font-size: 38px;
        font-weight: 100;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s ease;
        width: 100%;
    }
    .sub-menu-toggle.menu-toggle-activated:before {
        content: "\f106";
    }
    .site-header .nav-header .menu > .menu-item-has-children > a:after {
        display: none;
    }
    .nav-header .menuBtn {
        cursor: pointer;
        height: 28px;
        left: 50%;
        margin: auto;
        margin-top: 10px;
        position: absolute;
        top: 0;
        transform: translateX(-50%) rotate(0deg);
        width: 44px;
    }
    .menuBtn span {
        background: #1297b8;
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
        /*  transition: 0.3s ease;  */
    }
    .menuBtn .menu_line1 {
        top: 0;
    }
    .menuBtn .menu_line2 {
        top: 50%;
        transform: translateY(-50%);
    }
    .menuBtn .menu_line3 {
        top: calc(100% - 5px);
    }
    .menuBtn {
        /*  transition: 0.3s ease;*/
    }
    .menuBtn.menuOpen {
        transform: translateX(-50%) rotate(180deg);
    }
    .menuBtn.menuOpen .menu_line1 {
        left: 0;
        top: calc(50% - 2px);
        transform: rotate(45deg);
    }
    .menuBtn.menuOpen .menu_line3 {
        left: 0;
        top: calc(50% - 2px);
        transform: rotate(-45deg);
    }
    .menuBtn.menuOpen .menu_line2 {
        opacity: 0;
    }
    .title-area {
        min-width: 100%;
        width: 100%;
    }
    .site-header .widget-area {
        width: 100%;
    }
    aside .section.ebook .media_container img {
        height: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .nav-primary .menu.genesis-nav-menu.menu-primary li a {
        line-height: 30px;
    }
    h1, h1.entry-title {
        font-size: 44px;
    }
    #menu-primary-menu .search input {
        height: 45px;
    }
    .menu-primary {
        padding-top: 10px;
    }
    .nav-header {
        background: #fbfcfe!important;
    }
    main {
        margin: auto;
        max-width: none;
        padding: 30px;
    }
    aside {
        max-width: none;
        padding: 0;
    }
    .section.banner input {
        max-width: 100%;
        width: 100%;
    }
    .section.img button.circle {
        display: table;
        margin: 10px auto;
    }
    .nav-primary .menu.genesis-nav-menu.menu-primary li {
        margin-right: 0;
        text-align: center;
        width: 16.5%;
    }
    .nav-primary .menu.genesis-nav-menu.menu-primary li a {
        margin: 0;
        padding-top: 10px;
    }
    #menu-item-3621 {
        display: table;
        margin: auto;
        max-width: 512px;
        width: 100%;
    }
    #menu-item-3621 a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #menu-item-3442 a:after, #menu-item-3620 a:after {
        display: none;
    }
    .section.banner .col2 .col .text .text {
        margin: auto;
        max-width: 100%;
    }
    .title-area {
        width: 100%;
    }
    .site-header {
        min-width: 100%;
        width: 100%;
    }
    iframe {
        max-width: 100%;
        width: 100%;
    }
    .section.email .col {
        text-align: center;
    }
    .section.email .columns.col2 >:nth-child(2) .text {
        padding-right: 0;
    }
    .section.email .columns.col2 >:nth-child(2) h4 {
        text-align: center;
    }
    .section.vmr button {
        float: none;
        margin: auto;
    }
    .section p {
        text-align: left;
    }
    .section.latest_blog p {
        text-align: left;
    }
    .title-area {
        width: 100%;
    }
    .site-header .widget-area {
        width: 100%;
    }
    li#menu-item-3621 {
        float: none;
    }
    .nav-primary .menu.genesis-nav-menu.menu-primary li {
        margin: 0 1.5%;
        margin-right: 0;
        text-align: center;
        width: 7%;
    }
    #menu-item-3805 {
        display: none;
    }
    .menu-primary {
        text-align: center;
        width: 100%;
    }
    .section.main_menu .menu > ul > li {
        /*      border-right: 1px solid #E3E7EA;*/
        border-bottom: 1px solid #e3e7ea;
        border-left: 0;
        border-right: 0;
    }
    #nav_menu-5 .widget-wrap {
        height: 48px;
    }
    .nav-header {
        background: white;
        border-bottom: 1px solid #d9d9d9;
        position: absolute;
        width: 100%;
    }
    .nav-header .menu.genesis-nav-menu {
        margin-top: 10px;
        max-width: 100%;
    }
    .site-header .nav-header .menu > li > a > span {
        font-size: 16px;
    }
    body.archive article .entry-image-link, body.archive article .entry-content, .container.archive article .entry-image-link, .container.archive article .entry-content {
        width: 100%;
    }
    body.archive article .entry-image-link, .container.archive article .entry-image-link {
        margin-bottom: 30px;
    }
    .section.main_menu .menu > ul > li a {
        height: 86px;
    }
    .section.vmr .media_container.text {
        padding: 0;
    }
    #respond form .comment-form-author, #respond form .comment-form-email, #respond form .comment-form-url {
        width: 100%;
    }
    div.archive article {
        float: left;
    }
}

@media only screen and (max-width: 512px) {
    .col .text {
        padding: 50px 20px;
    }
    p.col2 {
        column-count: 1;
    }
}

@media only screen and (max-width:340px) {
    .title-area {
        background-size: 100% !important;
        padding: 0;
    }
    .section.main_menu .menu > ul > li {
        border-bottom: 1px solid #e3e7ea;
        border-right: 1px solid #e3e7ea;
    }
    h1, h1.entry-title {
        font-size: 44px;
    }
    .section.main_menu .logo {
        width: 100%;
    }
}




