/*
	Theme Name: Living Well
	Description: Custom child theme created especially for Living Well Medical Clinic by Rocky Mountain Media Group (RM2G) on the Genesis framework.
	Author: Rocky Mountain Media Group
	Author URI: http://rm2g.com/
	Version: 1.0.2

	Template: genesis

	Copyright 2015 - RM2G
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: livingwell

*/

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

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

@font-face {
  font-family: 'Magnum Sans Light';
  src: url('lib/fonts/magnum_sans_light-webfont.eot');
  src: url('lib/fonts/magnum_sans_light-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('lib/fonts/magnum_sans_light-webfont.woff2') format('woff2'),
    url('lib/fonts/magnum_sans_light-webfont.woff') format('woff'),
    url('lib/fonts/magnum_sans_light-webfont.ttf') format('truetype'),
    url('lib/fonts/magnum_sans_light-webfont.svg#magnum_sanslight')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Magnum Sans Bold';
  src: url('lib/fonts/magnum_sans_bold-webfont.eot');
  src: url('lib/fonts/magnum_sans_bold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('lib/fonts/magnum_sans_bold-webfont.woff2') format('woff2'),
    url('lib/fonts/magnum_sans_bold-webfont.woff') format('woff'),
    url('lib/fonts/magnum_sans_bold-webfont.ttf') format('truetype'),
    url('lib/fonts/magnum_sans_bold-webfont.svg#magnum_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #231f20;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 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: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #f6f6f3;
  color: #414042;
  font-family: 'Magnum Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  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;
}

a {
  color: #f05023;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #231f20;
  text-decoration: none;
}

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

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  border-bottom: 1px solid #dbdcda;
  border-top: 1px solid #dbdcda;
  margin: 40px;
  padding-top: 10px;
  text-align: center;
}

blockquote::before {
  content: url(images/bg-blockquote.png);
  display: block;
  font-size: 30px;
  height: 38px;
  left: 50%;
  position: relative;
  top: -30px;
  width: 62px;
  margin-left: -62px;
}

blockquote p {
  margin: 0;
  text-align: left;
}

blockquote h6 {
  background: #ffffff;
  border: 1px solid #dbdcda;
  border-radius: 30px;
  bottom: -30px;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #414042;
  font-family: 'Magnum Sans Light', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

img {
  height: auto;
}

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

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

.gallery {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #231f20;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

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

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

::-webkit-input-placeholder {
  color: #8d8e8f;
  font-family: 'Magnum Sans Light', sans-serif;
}

:-moz-placeholder {
  color: #8d8e8f;
  font-family: 'Magnum Sans Light', sans-serif;
}

::-moz-placeholder {
  color: #8d8e8f;
  font-family: 'Magnum Sans Light', sans-serif;
}

:-ms-input-placeholder {
  color: #8d8e8f;
  font-family: 'Magnum Sans Light', sans-serif;
}

::-ms-input-placeholder {
  color: #8d8e8f;
  font-family: 'Magnum Sans Light', sans-serif;
}

:placeholder-shown {
  color: #8d8e8f;
  font-family: 'Magnum Sans Light', sans-serif;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  background-color: rgba(0, 170, 168, 0.5);
  border: 0;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 20px;
  width: auto;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.button:hover,
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='submit'],
.button:focus {
  background-color: rgba(0, 170, 168, 1);
  color: #fff;
  font-weight: 300;
}

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

.button {
  display: inline-block;
}

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

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

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

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

td,
th {
  text-align: left;
}

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

th {
  font-weight: 400;
}

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

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

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

.more-link {
  position: relative;
}

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

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

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

.home .site-inner,
.home .wrap {
  max-width: 100%;
}

.site-inner {
  clear: both;
}

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

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

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

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

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

/* ### Content */

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

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

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

.full-width-content .content {
  padding-right: 0;
  width: 100%;
}

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-bottom: 20px;
  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-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

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

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

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

.avatar {
  float: left;
}

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

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

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

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

.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  font-family: 'Magnum Sans Light', sans-serif;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.archive-description {
  margin-bottom: 50px;
  margin-top: 50px;
}

.author-box .title {
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 4px;
}

.author-box .avatar {
  float: none;
  margin: 0 auto 10px;
  width: 160px;
}

.author-box img {
  border: 10px solid #ffffff;
  border-radius: 50%;
}

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

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

.search-form {
  overflow: hidden;
}

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

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

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

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

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

.archive .entry-header .entry-title,
.blog .entry-header .entry-title,
.page-template-page_blog .entry-header .entry-title {
  font-family: 'Magnum Sans Bold';
  font-size: 18px;
  font-size: 1.8rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #414042;
  text-decoration: none;
}

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

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

.widget .entry-header .entry-title {
  font-family: 'Magnum Sans Light';
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

a.alignnone {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* # 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;
}

/* ## categories
--------------------------------------------- */

.widget_categories ul li a {
  color: #414042;
  font-family: 'Magnum Sans Light';
  text-decoration: none;
}

.widget_categories ul li a:hover {
  color: #f05023;
  text-decoration: underline;
}

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

.featured-content .entry {
  border-bottom: 1px solid #dcdddb;
  margin-bottom: 20px;
  padding: 0 0 10px;
}

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

/* ## Featured Page
--------------------------------------------- */

.lwfeaturedpage a.img-link {
  display: block;
  position: relative;
}

.lwfeaturedpage img.green {
  border-top: 15px solid #96af54;
}

.lwfeaturedpage img.orange {
  border-top: 15px solid #ef5023;
}

.lwfeaturedpage img.purple {
  border-top: 15px solid #9b4a83;
}

.lwfeaturedpage img.teal {
  border-top: 15px solid #15a19c;
}

.lwfeaturedpage a:hover > img.green {
  border-top: 15px solid rgba(137, 161, 61, 0.78);
}

.lwfeaturedpage a:hover > img.orange {
  border-top: 15px solid rgba(236, 85, 42, 0.78);
}

.lwfeaturedpage a:hover > img.purple {
  border-top: 15px solid rgba(148, 61, 112, 0.78);
}

.lwfeaturedpage a:hover > img.teal {
  border-top: 15px solid rgba(14, 169, 165, 0.78);
}

.lwfeaturedpage a:hover > span.featured-heading,
.lwfeaturedpage span.featured-heading:hover {
  text-decoration: underline;
}

.lwfeaturedpage .text-wrap {
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  left: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: auto;
}

.lwfeaturedpage .text-wrap-inside {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.lwfeaturedpage .featured-heading {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 0;
  text-align: center;
  text-shadow: 0 0 4px #222;
  vertical-align: middle;
  width: 100%;
}

.lwfeaturedpage h3 {
  font-family: 'Magnum Sans Bold';
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.lwfeaturedpage h3 a {
  color: #414042;
  text-decoration: none;
}

.lwfeaturedpage h3 a:hover {
  color: #f05023;
}

.lwfeaturedpage .byline {
  font-family: 'Magnum Sans Light';
  font-size: 12px;
  font-size: 1.2rem;
}

.lwfeaturedpage .custom-text {
  font-family: 'Magnum Sans Light';
}

.lwfeaturedpage .custom-text strong,
.lwfeaturedpage .custom-text b {
  display: inline-block;
  font-family: 'Magnum Sans Bold';
  line-height: 1.2;
}

.lwfeaturedpage p,
.lwfeaturedpage .custom-text {
  margin-bottom: 10px;
}

.lwfeaturedpage .more-link {
  text-align: center;
}

.lwfeaturedpage .more-link a {
  border-radius: 20px;
  color: #f05023;
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
}

.lwfeaturedpage .more-link a:hover {
  color: #414042;
  text-decoration: none;
}

.lwfeaturedpage .more-link.green a {
  background-color: rgba(137, 161, 61, 0.5);
  color: #fff;
  text-decoration: none;
}

.lwfeaturedpage .more-link.green a:hover {
  background-color: rgba(137, 161, 61, 1);
  text-decoration: underline;
}

.lwfeaturedpage .more-link.orange a {
  background-color: rgba(236, 85, 42, 0.5);
  color: #fff;
  text-decoration: none;
}

.lwfeaturedpage .more-link.orange a:hover {
  background-color: rgba(236, 85, 42, 1);
  text-decoration: underline;
}

.lwfeaturedpage .more-link.purple a {
  background-color: rgba(148, 61, 112, 0.5);
  color: #fff;
  text-decoration: none;
}

.lwfeaturedpage .more-link.purple a:hover {
  background-color: rgba(148, 61, 112, 1);
  text-decoration: underline;
}

.lwfeaturedpage .more-link.teal a {
  background-color: rgba(0, 170, 168, 0.5);
  color: #fff;
  text-decoration: none;
}

.lwfeaturedpage .more-link.teal a:hover {
  background-color: rgba(0, 170, 168, 1);
  text-decoration: underline;
}

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

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

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

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

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

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

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

.enews-widget input:hover[type='submit'],
.enews-widget input:focus[type='submit'] {
  background-color: #fff;
  color: #231f20;
}

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

/* ## 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: #231f20;
  outline: #ccc solid 1px;
}

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

.site-header {
  background-color: #fff;
  border-top: 9px solid #f05023;
  min-height: 0;
}

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

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

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

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

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

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #231f20;
}

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

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

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

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

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

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

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

.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
}

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

.genesis-nav-menu a {
  color: #231f20;
  text-decoration: none;
  display: block;
  padding: 30px 34px;
}

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

.genesis-nav-menu .current-menu-item > a {
  text-decoration: none;
}

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

.genesis-nav-menu .sub-menu a {
  background-color: #05aaa8;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

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

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

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

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

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

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

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

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

.genesis-nav-menu > .search {
  padding: 0;
  position: relative !important;
}

.ie7 .genesis-nav-menu > .search {
  padding-top: 11px;
}

.genesis-nav-menu > .search #show_hide {
  background: transparent url(images/icon-search.png) no-repeat scroll right
    center;
  cursor: pointer;
  display: block;
  height: 13px;
  padding: 0px;
  text-indent: -9999px;
  width: 18px;
}

.genesis-nav-menu .slidingDiv {
  background: #d1d2d1;
  border: 0;
  border-top: 0;
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 22px;
  width: 280px;
  z-index: 9999;
}

.ie7 .genesis-nav-menu .slidingDiv {
  height: auto;
  margin: 0;
  top: 28px;
}

.ie7 .genesis-nav-menu .slidingDiv form {
  margin: 0;
}

.genesis-nav-menu.header-main {
  text-align: center;
}

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

.menu-divider-item img {
  vertical-align: -32px;
}

.menu-divider-item a {
  padding-bottom: 0;
  padding-top: 0;
}

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

.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: left;
}

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

.nav-header-main .responsive-menu-icon::before {
  background-color: #00aaa8;
  color: #fff;
}

/* ## 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;
}

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

.site-header .sub-menu {
  /* background: url(images/bg-nav-drop-ctr.png) center top no-repeat; */
  background: url(images/bg-nav-drop-lft.png) left top no-repeat;
  padding-top: 15px;
}

.site-header .sub-menu .sub-menu {
  background: transparent;
  margin-top: -35px;
  padding-top: none !important;
}

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

.site-header .genesis-nav-menu .sub-menu a:hover,
.site-header .genesis-nav-menu .sub-menu a:focus,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a {
  text-decoration: underline;
}

.site-header ul.sub-menu li.menu-item-has-children:hover > a:after {
  text-decoration: none;
}

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

.nav-primary {
  background-color: #231f20;
}

.nav-primary .genesis-nav-menu a {
  color: #ccc;
  text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #fff;
}

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

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #f05023;
  text-decoration: underline;
}

/* ## Header Main Navigation
--------------------------------------------- */

/* ## Header Top Navigation
--------------------------------------------- */

.nav-header-top {
  background-color: #ef5023;
  font-size: 16px;
  float: right;
  padding: 0 10px 5px 0;
}

.nav-header-top a {
  border-right: 1px solid #f58667;
  color: #96dcdb;
  padding: 5px;
}

.nav-header-top a:hover {
  color: #ffffff;
}

.nav-header-top .first a {
  border-right: none;
  color: #ffffff;
  padding: 7px 30px 5px 10px;
}

.nav-header-top .search-form {
  min-width: 265px;
  overflow: hidden;
}

.genesis-nav-menu > .search {
  padding: 0;
  position: relative !important;
}

.ie7 .genesis-nav-menu > .search {
  padding-top: 11px;
}

.genesis-nav-menu > .search #show_hide {
  background: transparent url(images/icon-search.png) no-repeat scroll right
    center;
  cursor: pointer;
  display: block;
  height: 15px;
  padding: 0px;
  text-indent: -9999px;
  width: 18px;
}

.genesis-nav-menu .slidingDiv {
  background: #d1d2d1;
  border: 0;
  border-top: 0;
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 22px;
  width: 280px;
  z-index: 9999;
}

.ie7 .genesis-nav-menu .slidingDiv {
  height: auto;
  margin: 0;
  top: 28px;
}

.ie7 .genesis-nav-menu .slidingDiv form {
  margin: 0;
}

.mobile-header .genesis-nav-menu {
  text-align: center;
}

.mobile-header .nav-header-top {
  float: none;
}

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

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

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

/* ## Page Top
--------------------------------------------- */

.page-top,
.archive-description {
  border-bottom: 1px solid #dbdcda;
  margin: 50px auto;
  max-width: 1200px;
  text-align: center;
}

.page-top .wrap,
.archive-description p {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 auto;
  max-width: 1000px;
}

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

.content {
  border-right: 1px solid #dbdcda;
  margin-bottom: 40px;
  padding: 0 50px 50px 0;
}

.archive .entry-content,
.blog .entry-content,
.page-template-page_blog .entry-content {
  font-family: 'Magnum Sans Light';
  font-size: 16px;
  font-size: 1.6rem;
}

.content .entry {
}

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

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

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

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

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

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

p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}

.single .entry-header .entry-meta {
  border: 1px solid #ffffff;
}

.entry-comments-link i {
  color: #05aaa8;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 4px;
  vertical-align: middle;
}

.entry-time {
  background-color: #05aaa8;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
}

.entry-comments-link {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 20px 0;
}

.entry-comments-link a {
  text-decoration: none;
}

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

.entry-footer .entry-meta {
  border-bottom: 1px solid #d9d9d8;
  border-top: 1px solid #d9d9d8;
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px 0;
  overflow: hidden;
}

.entry-footer .entry-meta i,
.entry-header .entry-meta i {
  color: #05aaa8;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 4px;
  vertical-align: middle;
}

.entry-footer .entry-meta a {
  text-decoration: none;
}

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

.entry-categories,
.entry-tags {
  display: block;
  float: left;
  width: 50%;
}

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

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

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  color: #cbcccc;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  color: #6b6c6f;
}

.archive-pagination .genericon {
  vertical-align: middle;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
  background: #fff;
  border: 1px solid #cbcccc;
  border-radius: 100%;
  color: #cbcccc;
  padding: 0 8px 0 0;
}

.archive-pagination .pagination-next a {
  padding: 0 0 0 8px;
}

.archive-pagination .pagination-previous a:hover,
.archive-pagination .pagination-next a:hover {
  background-color: #1aada9;
}

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

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

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

.entry-comments {
  padding: 40px;
}

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

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

.comment-content {
  clear: both;
  word-wrap: break-word;
}

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

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

.comment-respond input[type='email'],
.comment-respond input[type='text'],
.comment-respond input[type='url'] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}

.comment-reply-title {
  margin-bottom: 20px;
  text-align: center;
}

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

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

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

.bypostauthor {
}

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

.comment-form {
  margin: 0 auto;
  width: 70%;
}

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

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

.comment-form input[type='submit'] {
  background-color: rgba(0, 170, 168, 0.5);
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: none;
}

.comment-form input[type='submit']:hover {
  background-color: rgba(0, 170, 168, 1);
  text-decoration: underline;
}

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

.home .site-header .wrap,
.home .site-footer .wrap {
  max-width: 1200px;
}

.home .top-banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding: 44.8% 0 36px;
  position: relative;
}

.home .top-banner .wrap,
.home .page-cta .wrap,
.home-heading .wrap,
.home .blog-posts .wrap {
  max-width: 1200px;
  text-align: center;
}

.home .top-banner .banner-caption,
.home .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
  font-family: 'Magnum Sans Light', sans-serif;
  position: absolute;
  top: 26%;
  left: 50%;
}

.home .top-banner .banner-caption .inside {
  position: relative;
  left: -50%;
}

.home .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: transparent;
  color: #231f20;
  line-height: 1.625;
  position: relative;
  left: -50%;
  text-shadow: none;
}

.home .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  margin: 0 auto;
  max-width: 70%;
}

.home .soliloquy-container .soliloquy-caption .soliloquy-caption-inside,
.home .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p,
.home
  .soliloquy-container
  .soliloquy-caption
  .soliloquy-caption-inside
  .more-link
  a {
  line-height: 1.625;
}

.home .soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
  margin-bottom: 28px;
}

.home .top-banner .heading,
.home .soliloquy-top-banner .heading {
  color: #f05123;
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 78px;
  margin-bottom: 10px;
}

.home .soliloquy-top-banner .heading {
  margin-bottom: 20px;
}

.home .top-banner .more-link {
  margin-top: 8%;
}

.home .top-banner .more-link a,
.home .soliloquy-top-banner .more-link a {
  background-color: rgba(0, 170, 168, 0.5);
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  margin-top: 8%;
  padding: 10px 20px;
  text-decoration: none;
}

.home .top-banner .more-link a:hover,
.home .soliloquy-top-banner .more-link a:hover {
  background-color: rgba(0, 170, 168, 1);
  text-decoration: underline;
}

.home .soliloquy-top-banner .soliloquy-container .soliloquy-image {
  width: 100%;
}

/* ## Featured Photos
--------------------------------------------- */

.home .featured-photos .wrap {
  padding: 0;
}

.home .featured-photos .photo-list {
  text-align: center;
}

.home .featured-photos .photo-list li {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 25%;
}

.ie7 .home .featured-photos .photo-list li {
  float: left;
}

.home .featured-photos .photo-list li :nth-child(4n + 1) {
  clear: both;
}

.home .featured-photos .photo-list .photo-cover {
  display: block;
  margin: 0;
  width: 100%;
}

.home .featured-photos .photo-list .text-wrap {
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  left: 0;
  opacity: 1;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: auto;
}

.home .featured-photos .photo-list .teal .text-wrap {
  border-top: 15px solid rgba(14, 169, 165, 0.78);
}

.home .featured-photos .photo-list .purple .text-wrap {
  border-top: 15px solid rgba(148, 61, 112, 0.78);
}

.home .featured-photos .photo-list .orange .text-wrap {
  border-top: 15px solid rgba(236, 85, 42, 0.78);
}

.home .featured-photos .photo-list .green .text-wrap {
  border-top: 15px solid rgba(137, 161, 61, 0.78);
}

.home .featured-photos .photo-list .teal a:hover .text-wrap {
  background: rgba(14, 169, 165, 0.78);
  border-top: none;
}

.home .featured-photos .photo-list .purple a:hover .text-wrap {
  background: rgba(148, 61, 112, 0.78);
  border-top: none;
}

.home .featured-photos .photo-list .orange a:hover .text-wrap {
  background: rgba(236, 85, 42, 0.78);
  border-top: none;
}

.home .featured-photos .photo-list .green a:hover .text-wrap {
  background: rgba(137, 161, 61, 0.78);
  border-top: none;
}

.home .featured-photos .photo-list .text-wrap-inside {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.home .featured-photos .photo-list .featured-heading {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.home .featured-photos .photo-list .featured-heading .border {
  float: left;
  text-shadow: 0 0 7px #222;
  width: 100%;
}

.home .featured-photos .photo-list a:hover .featured-heading .border {
  background: url(images/bg-cta-headline-hover.png) center top no-repeat;
  padding-top: 15px;
}

/* ## Home CTAs
--------------------------------------------- */

.home .page-cta,
.home-heading,
.home .blog-posts {
  background: #ffffff;
}

.home .page-cta .wrap,
.home-heading .wrap,
.home .blog-posts .wrap {
  padding: 25px 0;
}

.home-heading .heading {
  color: #5d5e5e;
  font-family: 'Magnum Sans Light', sans-serif;
  margin-bottom: 10px;
}

.home .blog-posts article {
  float: left;
  margin-right: 3%;
  width: 30%;
}

.home .blog-posts h2 a {
  color: #5d5e5e;
  display: block;
  font-family: 'Magnum Sans', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}

.home .blog-posts p a {
  color: #5d5e5e;
  display: block;
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}

.home-heading .cta-desc {
  color: #5d5e5e;
  font-family: 'Magnum Sans Light', sans-serif;
  margin-bottom: 40px;
}

.home .page-cta ul.cta-list {
  text-align: left;
}

.home .page-cta ul.cta-list li {
  display: inline-block;
  line-height: 1.2;
  margin-right: 3%;
  text-align: left;
  width: 30%;
}

.home .page-cta ul.cta-list li a {
  text-decoration: none;
}

.ie7 .home .page-cta ul.cta-list li,
.ie8 .home .page-cta ul.cta-list li {
  width: 31%;
}

.ie7 .home .page-cta ul.cta-list li {
  float: left;
}

.home .page-cta ul.cta-list li:nth-child(3n) {
  margin-right: 0;
}

.home .page-cta ul.cta-list .cta-title {
  color: #5d5e5e;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.home .page-cta ul.cta-list .cta-content {
  color: #5d5e5e;
  display: block;
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  overflow: hidden;
}

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

.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

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

/* ## Page Bottom (Appointment)
--------------------------------------------- */

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

.appt-widget a {
  text-decoration: none;
}

.appt-widget .overlay {
  padding: 30px 0 50px;
}

.appt-widget .overlay.teal {
  background: rgba(14, 169, 165, 0.78);
}

.appt-widget .overlay.purple {
  background: rgba(148, 61, 112, 0.78);
}

.appt-widget .overlay.orange {
  background: rgba(236, 85, 42, 0.78);
}

.appt-widget .overlay.green {
  background: rgba(137, 161, 61, 0.78);
}

.appt-widget a .widget-title {
  color: #ffffff;
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  text-decoration: none;
}

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

.footer-widgets {
  background-color: #f8f9f6;
  clear: both;
  line-height: 1.5;
  overflow: hidden;
  padding: 32px 0 16px;
  text-align: center;
}

.footer-widgets .wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.footer-widgets p {
  margin-bottom: 16px;
}

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

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 30%; /* 360px / 1200px */
  float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
  margin-right: 5%; /* 60px / 1200px */
}

.footer-widgets .icon {
  background-color: #fff;
  border-radius: 100%;
  height: 55px;
  margin: 0 auto 20px;
  width: 55px;
}

.footer-widgets .icon .genericon,
.footer-widgets .icon .material-icons {
  color: #c2c3c3;
  font-size: 45px;
  font-size: 4.5rem;
  padding: 5px;
}

.footer-widgets .rotate-time {
  -webkit-transform: rotate(325deg);
  -moz-transform: rotate(325deg);
  -ms-transform: rotate(325deg);
  -o-transform: rotate(325deg);
  transform: rotate(325deg);
}

.footer-widgets .widget-title {
  color: #f05123;
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}

.footer-widgets .custom-text {
  color: #545456;
  font-size: 15px;
  line-height: 1.2;
}

.footer-widgets .custom-text a {
  color: #00aaa8;
  text-decoration: none;
}

.footer-widgets .custom-text a .genericons,
.footer-widgets .custom-text a .material-icons {
  color: #f05123;
  font-size: 15px;
  vertical-align: middle;
}

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

.footer-widgets .custom-text a:hover,
.footer-widgets .custom-text a:hover .genericons,
.footer-widgets .custom-text a:hover .material-icons {
  color: #545456;
}

.footer-widgets .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 auto;
  max-width: 80%;
}

div.gform_wrapper .sidebar-subscribe {
  position: relative;
}

div.gform_wrapper .sidebar-subscribe .gform_footer {
  bottom: -12px;
  margin: 0;
  position: absolute;
  right: 30px;
  pointer-events: none;
}

div.gform_wrapper .sidebar-subscribe input[type='submit'] {
  background: url(images/bg-subscribe-btn.png) no-repeat center center
    transparent;
  height: 10px;
  text-indent: -9999px;
  width: 10px;
}

div.gform_wrapper input[type='email'],
div.gform_wrapper input[type='number'],
div.gform_wrapper input[type='password'],
div.gform_wrapper input[type='tel'],
div.gform_wrapper input[type='text'],
div.gform_wrapper input[type='url'] {
  padding: 5px 10px;
}

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

.site-footer {
  background-color: #d1d2d1;
  font-family: 'Magnum Sans Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

.site-footer p {
  color: #545456;
  display: inline-block;
  margin-bottom: 0;
}

#footer-nav {
  display: inline-block;
  margin-left: 10px;
}

.site-footer .footer-menu {
  clear: none;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  width: auto;
}

.site-footer .footer-menu a {
  border-left: 1px solid #231f20;
  color: #545456;
  padding: 0 10px;
}

.site-footer .footer-menu ul li {
  display: block;
  float: left;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/*
@media only screen and (min-width: 768px) {

	.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
		content: '\f502';
		-webkit-font-smoothing: antialiased;
		font: normal 11px/1 'Genericons';
		vertical-align: bottom;
		padding-left: 8px;
	}

	ul.sub-menu li.menu-item-has-children > a:after {
		content: '\f501';
		-webkit-font-smoothing: antialiased;
		font: normal 11px/1 'Genericons';
		vertical-align: middle;
		padding-left: 16px;
	}

}
*/

@media only screen and (max-width: 1300px) {
  .home .top-banner .heading,
  .home .soliloquy-top-banner .heading {
    font-size: 60px;
    font-size: 6rem;
  }
}

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

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

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

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

  .sidebar-primary,
  .title-area {
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header .wrap {
    padding: 20px 5%;
  }

  .home .top-banner .heading,
  .home .soliloquy-top-banner .heading {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

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

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  .header-image .site-title > a {
    background-position: center top;
  }

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

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

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

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

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

  .content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }

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

  .content {
    border-right: none;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

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

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

  .sidebar .widget.enews-widget {
    padding: 40px;
  }

  .home .top-banner .heading,
  .home .soliloquy-top-banner .heading {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-header .nav-header-top {
    float: right;
  }

  .mobile-header menu.main {
    text-align: left;
  }

  .nav-header-top {
    padding: 0;
  }

  .genesis-nav-menu > .search #show_hide {
    padding: 0 0 35px 35px;
  }

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

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

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

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

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

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

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

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

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

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

  .genesis-nav-menu.responsive-menu .sub-menu li a {
    color: #231f20;
  }

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

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

  .site-footer .genesis-nav-menu .menu-item a {
    border-left: none;
  }
}

@media only screen and (max-width: 600px) {
  .home .top-banner .heading,
  .home .soliloquy-top-banner .heading {
    font-size: 20px;
    font-size: 2rem;
  }

  .home .featured-photos .photo-list li {
    width: 50%;
  }

  div.gform_wrapper .sidebar-subscribe .gform_footer {
    right: -10px;
  }

  .site-footer {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 425px) {
  .home .top-banner .heading,
  .home .soliloquy-top-banner .heading {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .home .top-banner .more-link a,
  .home .soliloquy-top-banner .more-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .home .featured-photos .photo-list .featured-heading {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 15px;
  }

  .home .page-cta .heading {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .home .page-cta ul.cta-list li {
    width: 100%;
  }

  .home .page-cta ul.cta-list li img.alignleft {
    display: block;
    float: none;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
  }

  .blog .entry-header img.alignleft,
  .archive .entry-header img.alignleft {
    float: none;
    width: 100%;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 100%;
  }

  div.gform_wrapper .sidebar-subscribe .gform_footer {
    right: 30px;
  }

  .home .blog-posts article {
    width: 100%;
  }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  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: '';
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

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

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  .author-box {
    margin-bottom: 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;
  }
}
