/*
	Theme Name: Dr. Symington
	Theme URI: http://www.RKAink.com/
	Description: Custom Theme Created for Dr. Symington
	Author: RKA ink
	Author URI: http://www.RKAink.com/

	Version: 1.0.1

	Tags: black, blue, white, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

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

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
	- Content Sidebar
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Topbar
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1024px
	- Max-width: 800px
*/


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

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

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


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

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

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

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

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


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

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

@font-face {
    font-family: 'multicolore_regular';
    src: url('fonts/multicolore-webfont.eot');
    src: url('fonts/multicolore-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/multicolore-webfont.woff2') format('woff2'),
         url('fonts/multicolore-webfont.woff') format('woff'),
         url('fonts/multicolore-webfont.ttf') format('truetype'),
         url('fonts/multicolore-webfont.svg#multicolore_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

/* Chrome fix */
body > div {
    font-size: 2rem;
}

body {
	background-color: #fff;
	color: #3c4857;
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

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

::-moz-selection {
	background-color: #2b2b34;
	color: #fff;
}

::selection {
	background-color: #2b2b34;
	color: #fff;
}

a {
	color: #3c4857;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #e75026;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 40px;
}

.no-margin {
	margin: 0;
}

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

a.outline {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-family: "Freight Sans Pro",sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-left: 15px;
	padding: 2px 10px 1px;
	text-transform: uppercase;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3c4857;
	font-family: 'Baskerville', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

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

h2 {
	font-size: 30px;
	font-size: 3rem;
}

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

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

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-top: 40px;
	text-transform: uppercase;
}

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

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

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #2b2b34;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #2b2b34;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

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

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.content .widget .textwidget a.button,
.entry-content a.button,
.entry-content a.more-link {
	background-color: transparent;
	border: 1px solid #2b2b34;
	color: #2b2b34;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

a.more-link {
	display: inline-block;
}

.archive a.more-link,
.page.page-template-page_blog a.more-link {
	margin-bottom: 30px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.content .widget .textwidget a.button:hover,
.content .widget .textwidget a.button:focus,
.entry-content a.button:hover,
.entry-content a.button:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
	text-decoration: none;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .entry-content a.more-link {
	border: 1px solid #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets button:focus,
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button:focus,
.footer-widgets .entry-content a.more-link:hover,
.footer-widgets .entry-content a.more-link:focus {
	background-color: #fff;
	color: #2b2b34;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #2b2b34;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.atmosphere-landing .site-container {
	max-width: 960px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	padding: 5% 20%;
}

.atmosphere-landing .site-inner {
	margin-top: 0;
}

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

.content-sidebar .site-inner {padding: 10% 5%;}
.content-sidebar .content {width:66%; padding-right:4%; margin-right:4%; float:left; border-right: 1px solid #3c4857;}
.content-sidebar .sidebar {float: left; width: 30%; }
.content-sidebar .sidebar .widget {margin-bottom: 30px; padding-bottom: 30px;}

.sidebar-content .site-inner {padding: 40px 0;}
.sidebar-content .content {width:61%; float:right; border: 1px solid #eee; padding: 40px; }
.sidebar-content .sidebar {float: left; width: 33%; }
.sidebar-content .sidebar .widget {margin-bottom: 30px; padding-bottom: 30px;}


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

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

.avatar {
	float: left;
}

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

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

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

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

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

.archive-description,
.author-box,
.breadcrumb {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}

.archive-description,
.author-box {
	padding-bottom: 30px;
}

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.archive-description a,
.author-box a {
	border-bottom: 1px solid #ddd;
}

.archive-description a:hover,
.archive-description a:focus,
.author-box a:hover,
.author-box a:focus {
	border-bottom: 1px solid #2b2b34;
	color: #2b2b34;
}

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

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

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

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

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

.archive-title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title .atmosphere-large-text {
	display: block;
	margin-bottom: 20px;
}

.entry-title a,
.page .entry-title a:hover,
.page .entry-title a:focus {
	color: #2b2b34;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #55acee;
}

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

.widget-area.header-widget-area {float:right}

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

.featured-content .entry {
	padding-bottom: 60px;
}

.featured-content .entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featuredpost .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Home Page CTA
--------------------------------------------- */
.front-page-1 .home-page-cta.widget-area {display:none}
.home .front-page-1 .home-page-cta.widget-area {display:inherit}
.front-page-1 .home-page-cta.widget-area {background: #3c4857; bottom: 20px; left: 0; padding: 18px 105px; position: absolute; right: 0; box-shadow: 0 -3px #efa576, 0 -5px #3c4857, 0 -8px #b7c9cf, 0 -13px #3c4857; text-align:right; width:100%}
.home-page-cta h2, .home-page-cta h3, .home-page-cta h4 {font-family: "Baskerville",serif; color:white}
.home-page-cta h2 {font-size: 16px; display: inline-block; margin:0 20px 0 0; letter-spacing:1.2px}
.home-page-cta .button {border-color:#fff; padding:8px 18px; background:none; font-size:12px; font-family:'freight-sans-pro',sans-serif}
.home-page-cta .button:hover {background:rgba(0,0,0,.2)}

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

.backstretch > img {left: 0 !important;}

/* Simple Social Icons
--------------------------------------------- */
header .widget.simple-social-icons {margin-top: 50px;}

.simple-social-icons ul li {margin: 0 5px 0 !important;}

.simple-social-icons .ssi-facebook a {background:#779fac !important}
.simple-social-icons .ssi-twitter a {background:#3c4856 !important}
.simple-social-icons .ssi-linkedin a {background:#2b2b34 !important}
.simple-social-icons .ssi-youtube a {background:#e46830 !important}


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

.enews-widget input {
	margin-bottom: 30px;
}

.enews-widget p {
	margin-bottom: 15px;
}

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

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #2b2b34;
	border: 1px solid #2b2b34;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #2b2b34 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	color: #222;
	outline: #ddd solid 1px;
}


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

.site-header {
	background-color: #fff;
	max-width: 1280px;

	padding: 20px 40px;
	/*
	position: fixed;
		min-height: 77px;
		}
		*/
	top: 0;
	width: 100%;
	z-index: 999;
	position: relative;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Topbar
--------------------------------------------- */

/*.topbar-active .header-topbar {
	background-color: #e56825;
	border-top: 5px solid #ed873f;
	color: #ffffff;
	margin-left: -50%;
	margin-right: -50%;
	min-height: 41px;
	position: relative;
	z-index: 1;
}*/

.topbar-active .header-topbar {
background-color: #3C4856;
border-top: 5px solid #e56825;
color: #fff;
padding: 0 20px;
margin-bottom: 6px;
}

.header-topbar .wrap {
	max-width: 1280px;
	margin: 0 auto;
}

.header-topbar p span {
	font-family: "Baskerville";
	font-size: 18px;
	font-style: italic;
}

img.book-cover {
width: 288px;
float: left;
margin-bottom: -10px;
margin-top: -10px;
}

p.book-cover-text {
    width: 800px;
    float: left;
    margin: 0 auto;
    font-family: 'freight-sans-pro';
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: right;
    margin-top: 7px;
}

a.pre-order {
    float: right;
    border: 2px solid #fff;
    padding: 0 10px;
    background: #779FAC;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

a.pre-order:hover {
background: #E46930;
}
/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #2b2b34;
}

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

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

.header-image .site-title > a {
	background-position: center bottom !important;
	background-size: contain !important;
	float: left;
	min-height: 89px;
	width: 288px;
}

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

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

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

.genesis-nav-menu {
	clear: both;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: .5px;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'freight-sans-pro', sans-serif;
	font-weight: 600;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
}

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

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

/* Accessible Menu
--------------------------------------------- */

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

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

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

.genesis-nav-menu.menu-primary {clear: none;}
.genesis-nav-menu.menu-primary a {padding:10px 9px 20px}

.nav-primary {
  margin: -6px 140px 0 288px;
  text-align: center;
}

.nav-primary .sub-menu {
	border-top: 1px solid #eee;
}

.nav-primary li.highlight > a {
	background-color: #fff;
	border: 1px solid #2b2b34;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-primary li.highlight > a:hover,
.nav-primary li.highlight > a:focus {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
}

.nav-primary .highlight > .sub-menu {
  margin-left: 15px;
}

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

.nav-primary .in-menu-logo a {background:url(images/Scott-Circle-Logo-White-BG.png) no-repeat; width:140px; height:140px; margin-bottom:-60px; background-size:contain; padding:0}
.nav-primary .in-menu-logo span {display:none}


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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


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

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

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
}

.page .entry {
	margin-bottom: 30px;
}

.single .entry {
	margin-bottom: 0;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
}

.entry-content a:hover,
.entry-content a:focus {
	border-bottom: 1px solid #2b2b34;
	color: #2b2b34;
}

.page .entry-content p:last-child {
	margin-bottom: 0;
}

.page.page-template-page_blog-php p:last-child,
.search-results .page .entry-content p:last-child {
	margin-bottom: 30px;
}

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

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

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

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

/* Intro Text
--------------------------------------------- */
.entry-content p.intro,
.entry-header span.intro {
	display: block;
	font-size: 20px;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.entry-content p.intro:after,
.entry-header span.intro:after {
	border-bottom: 1px solid #2b2b34;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

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

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.entry-header .entry-meta:last-child {
	margin-bottom: 24px;
	margin-top: -10px;
}

.entry-footer {
	margin-bottom: 30px;
}

.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

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

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

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

.after-entry a:hover,
.after-entry a:focus {
	text-decoration: underline;
}

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

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

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

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

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

.pagination {
	clear: both;
}

.pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination a:hover,
.pagination a:focus {
	border-bottom: 1px solid #2b2b34;
	color: #2b2b34;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #2b2b34;
	color: #2b2b34;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #2b2b34;
	color: #fff;
}

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

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

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

.entry-pings,
.comment-respond {
	padding-top: 60px;
}

.entry-comments {
	padding-top: 20px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-respond a:hover,
.comment-respond a:focus,
.entry-comments a:hover,
.entry-comments a:focus {
	border-bottom: 1px solid #2b2b34;
	color: #2b2b34;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

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

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

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

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

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

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


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

.footer-widgets {
	background-color: #3c4857;
	clear: both;
	padding: 0;
	text-align: center;
	margin-top: -20px;
}

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

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

.footer-widgets a:hover,
.footer-widgets a:focus {
	text-decoration: underline;
}

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

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

.footer-widgets .widget-title {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
}


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

.site-footer {
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2.5% 40px;
	text-align: center;
}

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


/* Front Page 1
--------------------------------------------- */

.front-page-1 {
	display: table;
	overflow: hidden;
	padding: 80px 0;
	table-layout: fixed;
	text-align: left;
	width: 100%;
	margin-top:96px;
	font-family:'Baskerville', serif;
}

/*.topbar-active .front-page-1 {
	margin-top: 133px;
}*/

.topbar-active .front-page-1 {
margin-top: 0;
}

.topbar-active .front-page-1 {
    background: url(/wp-content/uploads/2020/02/Dr-Scott-Symington-1.jpg);
    background-size: 100%;
    background-size: cover;
    height: 500px;
    background-position: top center;
}

.front-page-1 a {
	color: #fff;
}

.content .front-page-1 a:hover,
.content .front-page-1 a:focus {
	color: #ddd;
	border-bottom: 1px dotted #ddd;
}

.front-page-1 .widget {
	margin-bottom: 40px;
}

.front-page-1 .widget:last-child {
	margin-bottom: 0;
}

.front-page-1 .widget-area {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.front-page-1 .widget-area .wrap {float:right;}
.front-page-1 .widget-area {padding:0 80px 0 0}

.front-page-1,
.front-page-1 p,
.front-page-1 .widget-title {
	color: #fff;
}

.front-page-1 .widget-title {
  font-family: "Baskerville",serif;
  font-size: 67px;
  font-weight: 100;
  letter-spacing: 17.8px;
  margin-bottom: 0;
  text-transform: none;
}


.front-page .front-page-1 h4, .front-page-1 h4 {
  color: #fff;
  font-family: 'Baskerville',serif;
  font-size: 39px;
  letter-spacing: 7px;
  text-transform: uppercase;
	margin-bottom:0;
}

.front-page-1 h4 span {
  font-family: 'Baskerville',serif;
  font-size: 52px;
  letter-spacing: 4px;
  text-transform: lowercase;
  font-style:italic;
}

.front-page-1 p {
	font-size: 32px;
	font-size: 3.4rem;
	letter-spacing:6.3px;
}

.front-page-1 p:last-child {
	margin-bottom: 0;
}

.content .front-page-1 .widget a.button,
.front-page-1 button,
.front-page-1 input[type="button"],
.front-page-1 input[type="reset"],
.front-page-1 input[type="submit"],
.front-page-1 .entry-content a.button,
.front-page-1 .entry-content a.more-link {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 40px;
}

.content .front-page-1 .widget a.button:hover,
.content .front-page-1 .widget a.button:focus,
.front-page-1 button:hover,
.front-page-1 button:focus,
.front-page-1 input:hover[type="button"],
.front-page-1 input:focus[type="button"],
.front-page-1 input:hover[type="reset"],
.front-page-1 input:focus[type="reset"],
.front-page-1 input:hover[type="submit"],
.front-page-1 input:focus[type="submit"],
.front-page-1 .entry-content a.button:hover,
.front-page-1 .entry-content a.button:focus,
.front-page-1 .entry-content a.more-link:hover,
.front-page-1 .entry-content a.more-link:focus {
	border: 1px solid #fff;
	background-color: #fff;
	color: #2b2b34;
}

.front-page-1 hr {width: 630px; margin-bottom:24px; padding-top: 24px;}

.home-page-cta .widget {max-width: 622px;}



/* RKA ink
---------------------------------------------------------------------------------------------------- */

#Feature1, #Feature2, #Feature3 {
width: 100%;
    display: inline-block;
    border: 4px solid;
    padding: 20px;
    font-family: Baskerville;
    font-style: italic;
    font-size: 22px;
}

.front-page-2 {
padding: 40px 0 0 0!important;
width: 33%;
display: inline-block;
text-align: left!important;
}

.front-page-3 {
width: 61%;
display: inline-block;
float: right;
}

.flexible-widgets.widget-thirds .widget {
    width: 100%!important;
}

#Feature1 {
background-color: #b7c9cf;
}

#Feature1 a {
color: #fff;
}

#Feature2 {
background-color: #769fad;
}

#Feature2 a {
color: #fff;
}

#Feature3 {
background-color: #efa576;
}

#Feature3 a {
color: #fff;
}

.front-page .icon {
    display: inline!important;
    font-size: 22px!important;
    padding: 10px;
}

.front-page-3 .featured-content .entry {
    border: 1px solid #eee;
    border-bottom: 1px solid #eee!important;
    padding: 20px;
    margin-top: 40px;
}


#front-page-2 .flexible-widgets .widget {
padding-left: 0;
padding-right: 0;
}


.front-page-2 .enews .widget-title, .sidebar-content .enews .widget-title {
    font-size: 36px!important;
    letter-spacing: 0!important;
    background: url(/wp-content/uploads/2015/11/Bridge.jpeg);
    padding: 40px 20px;
    border: 2px solid #fff;
    color: #fff;
    text-shadow: 0 0 10px #000000;
    text-align: center;
    font-family: Baskerville;
    text-transform: none!important;
    background-size: 100%;
    box-shadow: 0 0 0 1px #eee;
    background-position: center;
}

#front-page-2 .flexible-widgets.widget-fourths .widget {
    width: 100%;
}

#front-page-2 .flexible-widgets.widget-halves .widget {
    width: 100%;
}


#enews-ext-2 input[type="submit"], #enews-ext-3 input[type="submit"]{
    background-color: #b7c9cf;
    border: none;
    color: #fff;
    width: 100%;
}

#text-13.widget .widget-title, #text-19.widget .widget-title, .speaker h3 {
  font-size: 28px!important;
    letter-spacing: 0!important;
    background: url(/wp-content/uploads/2019/02/Dr-Scott-Symington-Keynote-Speaker.jpg);
    padding: 100px 20px;
    border: 2px solid #fff;
    color: #fff;
    text-shadow: 0 0 20px #2b2b34;
    text-align: center;
    font-family: Baskerville;
    text-transform: none!important;
    background-size: 100%;
    box-shadow: 0 0 0 1px #eee;
    background-position: top;
    }
    
    .speaker h3 a {
    color: #fff;
    }
    
    .speaker img {
    margin: 0 auto;
    float: none;
    display: block;
    width: 70px;
}

.speaker h3 {
background-size: cover;
}



    #twitter_timeline-3 .widget-title, #twitter_timeline-4 .widget-title {
      font-size: 28px!important;
    letter-spacing: 0!important;
    background: url(/wp-content/uploads/2015/11/Dr-Scott-Symington-Twitter.jpg);
    padding: 40px 20px;
    border: 2px solid #fff;
    color: #fff;
    text-shadow: 0 0 20px #2b2b34;
    text-align: center;
    font-family: Baskerville;
    text-transform: none!important;
    background-size: 100%;
    box-shadow: 0 0 0 1px #eee;
    background-position: center;
    }



   #sidebutton {
    background-color: #b7c9cf;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 12px 24px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    font-family: freight-sans-pro;
    text-align: center;
    margin: 20px 0;
}

#sidebutton a, #youtubebottom a {
color: #fff;
border-bottom: none!important;
}

.timeline {
border-radius: 0!important;
}

#youtubebottom {
background-color: #b7c9cf;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    font-family: freight-sans-pro;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 20px 10px;
    margin-top: -10px;
    }

    .widget_facebook_likebox {
    width: 444px!important;
    }


#text-15.widget .widget-title, #text-20.widget .widget-title {
      font-size: 28px!important;
    letter-spacing: 0!important;
    background: url(/wp-content/uploads/2015/11/Dr-Scott-Symington-Clinical-Psychologist-California-2.jpg );
    padding: 80px 20px;
    border: 2px solid #fff;
    color: #fff;
    text-shadow: 0 0 20px #2b2b34;
    text-align: center;
    font-family: Baskerville;
    text-transform: none!important;
    background-size: 100%;
    box-shadow: 0 0 0 1px #eee;
    background-position: top;
    }


    .front-page-4 {
    display: inline-block;
    width: 100%;
    background: url(/wp-content/uploads/2015/11/Dr-Scott-Symington-California-Clinical-Psychologist.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
}

#text-8.widget {
width: 60%;
text-align: left;
color: #fff;
}

.front-page-4 .widget-title {
    font-size: 24px;
    font-size: 3rem!important;
    font-family: Baskerville;
    text-transform: none!important;
    letter-spacing: 0!important;
    color: #fff;
}

.front-page-4 .button {
border: 1px solid #fff!important;
color: #fff!important;
}

.sidebar-content .front-page-1 {
height: 300px!important;
background-position: top!important;
padding-bottom: 40px!important;
}

.sidebar-content .backstretch img {
top: 0!important;
}

.front-page-3 .featured-content h4 {
font-family: freight-sans-pro;
}

.InnerQuote {
    background-size: cover!important;
    background: url(https://drsymington.com/wp-content/uploads/2019/02/Scott-Freedom.jpg)!important;
    color: #fff;
    font-family: Baskerville;
    padding: 80px 40px;
    margin-bottom: 30px;
    border-left: 30px solid #3c4857;
    background-position: top right!important;
    font-size: 26px;
    text-shadow: 0 0 40px #2b2b34;
}

.front-page-3 .featured-content .widget-title {
    background: transparent!important;
    padding: 40px 0 0 0!important;
    }

 /* Before Header
--------------------------------------------- */

.before-header {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

.home iframe {
width: 100%;
}

/* Full Width Page
-------------------------------------------- */

.beaver-builder-page .site-inner {
	max-width: none;
	padding-top: 0;
	    padding: 0;
}

.beaver-builder-page .site-container {
max-width: none;
}

.beaver-builder-page .entry-header {
display: none;
}

.beaver-builder-page.page .entry {
    margin-bottom: 0;
}

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

	.fl-builder-full .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

}

.Icon--heartEdge {
display: none!Important;
}

.timeline-Tweet-actions {
    display: none!important;
    }

.home.topbar-active .front-page-1 {
    display: none;
}

.page-template-template-full .site-inner {
    padding: 0;
}

.page-template-template-full .entry-title {
display: none;
}

.basker-button a.fl-button *, .basker-button a.fl-button:visited * {
    color: #ffffff;
    font-family: 'baskerville';
    font-style: italic;
    font-size: 24px;
}

.page-id-64 .entry-title {
display: none;
}

.page-id-64 .site-inner {
    clear: both;
    padding: 5% 10%;
}



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

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

p.book-cover-text {
    font-size: 16px;
    width: 700px;
    letter-spacing: 0;
}

}

@media only screen and (max-width: 1194px) {
.header-image .site-header {padding: 0;}
.genesis-nav-menu.menu-primary a {padding: 10px 6px 20px;}
.nav-primary .in-menu-logo a {margin-bottom: -46px; margin-top: -6px; width:112px; height:112px}
header .widget.simple-social-icons {margin-top: 36px;}
.header-image .site-title > a {min-height: 76px;}
/* .front-page-1 .widget-area {padding-left: 34%;} */
.front-page-1 {margin-top: 82px;}

#text-13.widget .widget-title, #text-19.widget .widget-title, #text-15.widget .widget-title, #text-20.widget .widget-title {
    padding: 80px 20px;
    background-size: cover;
}

#text-17.widget {
    font-size: 16px;
}




p.book-cover-text {
    width: 620px;
    font-size: 15px;
}

.nav-primary {
    margin: 0 140px 0 288px;
}


.genesis-nav-menu a {
    font-size: 1.05rem;
    letter-spacing: .5px;
}

.topbar-active .front-page-1 {
    height: 400px;
}

}

@media only screen and (max-width: 1105px) {
	.topbar-active .front-page-1 {
		margin-top: 10px;
	}
.nav-primary .in-menu-logo a {display: none;}
.site-header {min-height:0}
.title-area .site-title a { background:url('images/dr-scott-symington-mobile-logo.jpg') no-repeat center bottom !important; background-size:contain !important}
.genesis-nav-menu.menu-primary a {padding: 10px 6px 0;}
header .widget.simple-social-icons {margin: 4px 0;}
header .simple-social-icons ul li {margin: 0 5px 5px !important;}
.header-image .site-title > a {min-height: 40px;}
.genesis-nav-menu.menu-primary {margin-top: 9px;}
.genesis-nav-menu.menu-primary a {padding: 10px 7px 0;}
.front-page-1 {margin-top:44px}
.front-page-1 hr {width:560px}
.front-page-1 .widget-title {font-size: 62px; letter-spacing:15px}
.front-page-1 h4 span {font-size: 48px;}
.front-page .front-page-1 h4, .front-page-1 h4 {font-size: 34px;}
.front-page-1 p {font-size: 3rem; font-size:31px; letter-spacing: 5.3px;}
.front-page-1 .home-page-cta.widget-area {padding: 18px 100px;}
.home-page-cta .widget {max-width: 568px;}
.home-page-cta .button {padding: 6px 8px;}
.home-page-cta h2 {font-size: 14.8px; letter-spacing: 1.3px; margin-right: 12px;}

p.book-cover-text {
    width: 580px;
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
}


img.book-cover {
    width: 250px;
    }
    
    a.pre-order {
    margin-top: -8px;
    }

}

@media only screen and (max-width: 1024px) {
	.topbar-active .front-page-1 {
		margin-top: 10px;
	}
	.site-inner {
		margin-top: 0;
		padding-left: 10%;
		padding-right: 10%;
	}

.header-image .site-title > a {min-height: 60px;}

	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.header-image .site-title > a,
	.site-header {
		width: 100%;
	}

	.site-header {
		position: inherit;
		text-align: center;
	}

	.header-image .nav-primary:not(button) {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.nav-primary,
	.title-area {
		float: none;
	}

	.nav-primary li.highlight > a,
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus,
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.nav-primary li.highlight > a {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus {
		color: #55acee;
	}

	.nav-primary .genesis-nav-menu li.highlight > a:hover,
	.nav-primary .genesis-nav-menu li.highlight > a:focus {
		background-color: #fff;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		margin-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #2b2b34;
		content: "\f130";
		display: inline-block;
		font: normal 20px/1 'ionicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: top;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

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

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

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

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

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #2b2b34;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #55acee;
	}

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

.content-sidebar .content, .content-sidebar .sidebar {width:100%; margin:0 !important; border:none}
.content-sidebar .sidebar {text-align: center;}

	.site-footer {
		padding: 20px;
	}

.widget-area.header-widget-area {display: none;}
.menu-toggle {padding-top: 0;}
.nav-primary {margin: 0;}
.front-page-1 {margin-top: 0;}
.front-page-1 .widget-title {font-size: 48px; letter-spacing: 11px;}
.front-page .front-page-1 h4, .front-page-1 h4 {font-size: 26px; letter-spacing: 5px;}
.front-page-1 h4 span {font-size: 38px; letter-spacing: 3px;}
.front-page-1 p {font-size: 24px; letter-spacing: 3.9px;}
.front-page-1 hr {margin-bottom:18px; padding-top:18px; width:426px}
.front-page-1 .home-page-cta.widget-area {text-align:center}
.home-page-cta .widget {max-width: 100%;}
.front-page-1 .widget-area {padding:0 2% 0 0}
.front-page-1 .home-page-cta.widget-area {padding: 18px calc(2% + 19px);}

.js nav button:hover, .js .menu-toggle:hover, .js .nav-primary {
    color: #6b6b6b!important;
}

.menu-toggle:before, .menu-toggle.activated:before {
    color: #6b6b6b;
    padding-top: 2px;
}

img.book-cover {
display: none;
}

p.book-cover-text {
margin: 0 auto;
float: none;
margin-bottom: 10px;
width: 100%;}

a.pre-order {
float: none;
}

p.book-cover-text {
text-align: center;}

}

@media only screen and (max-width: 960px) {
	.no-margin.text-center {
		margin: 10px 40px 20px;
	}
.sidebar-content .sidebar {
    float: left;
    width: 100%;
    padding: 40px;
}

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

.front-page-2 {
    display: none;
}

.front-page-3 {
   width: 100%;
}
.footer-widgets .button {
    margin-top: 20px;
}

.header-image .title-area {
    width: 70%;
    margin: 0 auto;
}

.home-page-cta .widget {
padding: 10px 0;
}

#text-13.widget, #text-19.widget, #twitter_timeline-4.widget, #text-20.widget, #text-21.widget, #text-22.widget {
display: none;
}

.InnerQuote {
background-size: cover!important;
}



}

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

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.front-page-1 .widget-area {
    padding: 0!important;
}

.header-image .site-title > a {min-height: 70px;}
.front-page-1 {text-align:center}



/* .front-page-1 .widget-area {padding-left: 0;} */
.front-page-1 hr {margin:0 auto 18px}
.front-page-1 .widget-area .wrap {float: none;}
.front-page-1 .home-page-cta.widget-area {padding: 18px;}


#text-8.widget {
    width: 100%;
}

#text-17.widget {
    font-size: 14px;
}

.home-page-cta h2 {
    margin-right: 0;
    font-size: 18px;
}

.site-footer {
    font-size: 16px;
    font-size: 1rem;
}

.topbar-active .front-page-1 {
    height: 300px;
}

}

@media only screen and (max-width: 600px) {
	.header-topbar .wrap {
		margin: 0 auto;
		max-width: 400px;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 568px) {
	.header-image .site-title {
		margin-top: 10px;
	}
.header-image .site-title > a {min-height: 40px;}
.front-page-1 .widget-title {font-size: 36px; letter-spacing: 6px; margin-bottom:0; text-shadow: 1px 1px #000;}
.front-page-1 h4 span {
    font-size: 20px;
    text-shadow: 1px 1px #000;
    }

    .front-page-1 p {
    line-height: 30px;
    text-shadow: 1px 1px #000;
}
.front-page .front-page-1 h4, .front-page-1 h4 {font-size: 18px; text-shadow: 1px 1px #000;}
.front-page-1 hr {width:314px}

.front-page-4 {
  background-position: left;
}

.home-page-cta h2 {
font-size: 11px;
}

.home-page-cta .button {
font-size: 12px;
}

.topbar-active .front-page-1 {
    height: 200px;
}

}