/*
Theme Name: The Longevity Lifestyle
Theme URI: http://components.underscores.me/
Author: Michelle Langston
Author URI: http://thelongevitylifestyle.com
Description: Custom theme for The Longevity Lifestyle
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tllstyle
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The Longevity Lifestyle is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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 {
  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;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", "Helvetica Nue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  border-color: #00b2e5;
  border-radius: 5em;
  background: transparent;
  box-shadow: none;
  color: #00b2e5;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  padding: .8em 1.6em .8em;
  text-decoration: none; }
  button:hover, button:active, button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background-color: #00b2e5;
    color: #fff; }

.action-button {
  color: #fff;
  position: relative;
  background: #00b2e5;
  border: 0;
  border-radius: 5em;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: .0625em;
  line-height: 1.3847;
  padding: .69231em 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: none; }
  @media (min-width: 640px) {
    .action-button {
      font-size: 1rem;
      line-height: 1.40625;
      padding-bottom: .803125em;
      padding-top: .803125em; } }
  .action-button:before {
    border-radius: 5em;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .action-button:visited {
    color: #fff; }
  .action-button:hover, .action-button:active {
    background: #0088b0;
    color: #fff; }

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
@media (min-width: 640px) {
  .admin-bar .site-header.is_stuck {
    margin-top: 32px; } }

.site-header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
  padding: 1rem; }
  .site-header.is_stuck {
    z-index: 9999999; }

@media (min-width: 640px) {
  .site-branding {
    float: left; } }

.site-branding .site-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
  text-align: center; }
  .site-branding .site-title a {
    color: #000;
    text-decoration: none; }
  @media (min-width: 640px) {
    .site-branding .site-title {
      text-align: left;
      margin: 0; } }

@media (min-width: 640px) {
  .main-navigation {
    float: right; } }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .main-navigation ul ul a {
    padding: 12.8px 12.8px 12.8px 32px;
    padding: 0.8rem 0.8rem 0.8rem 2rem; }
  @media (min-width: 640px) {
    .main-navigation ul ul {
      background: #fff;
      border: 1px solid #ccc;
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        border-bottom: 1px solid #ccc;
        padding: 0.5em; }
        .main-navigation ul ul li:last-of-type {
          border-bottom: none; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        padding: 0px 16px;
        padding: 0rem 1rem;
        width: 200px; } }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

.main-navigation li {
  border-top: 1px solid #ddd; }
  @media (min-width: 640px) {
    .main-navigation li {
      border: none;
      float: left;
      padding: 0;
      position: relative; } }

.main-navigation a {
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 12.8px;
  padding: 0.8rem;
  text-decoration: none; }
  @media (min-width: 640px) {
    .main-navigation a {
      font-size: 16px;
      font-size: 1rem;
      padding: 0px 16px;
      padding: 0rem 1rem; } }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #00b2e5; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.main-navigation.toggled #top-menu {
  margin: 24px 0px 0px;
  margin: 1.5rem 0rem 0rem; }

.menu-toggle {
  margin: 0 auto; }

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px; }

@media screen and (min-width: 640px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Social nav */
.social-navigation {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em; }

.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0; }

.social-navigation li {
  display: inline; }

.social-navigation a {
  background-color: #666;
  border-radius: 40px;
  color: #888;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px; }

.social-navigation a:hover,
.social-navigation a:focus {
  background: #555; }

.icon {
  display: inline-block;
  fill: #fff;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em; }

.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #555;
  text-decoration: none; }
  a:visited {
    color: #555; }
  a:hover, a:focus, a:active {
    color: #555; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

@media screen and (min-width: 37.5em) {
  .site-content {
    margin: 0 auto; }
  .content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%; }
  .site-main {
    margin: 0 25% 0 0; }
  .site-content .widget-area {
    float: right;
    padding: 2em 1.5em;
    overflow: hidden;
    width: 25%; }
  .site-footer {
    clear: both;
    width: 100%; } }

/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0; }

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 2em 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.site-main.landing-main {
  margin: 0; }

/* Landing Page Template */
.landing-panel {
  margin: 0px 0px 24px;
  margin: 0rem 0rem 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  position: relative;
  /* Child Panels */ }
  .landing-panel .hentry-wrapper {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    position: relative;
    text-align: center; }
    @media (min-width: 640px) {
      .landing-panel .hentry-wrapper {
        padding-left: 40px;
        padding-left: 2.5rem; } }
  .landing-panel .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.4; }
    @media (min-width: 640px) {
      .landing-panel .entry-title {
        font-size: 36.8px;
        font-size: 2.3rem;
        margin: 40px 0px 0px;
        margin: 2.5rem 0rem 0rem; } }
  .landing-panel .entry-content {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: 0; }
    @media (min-width: 640px) {
      .landing-panel .entry-content {
        font-size: 24px;
        font-size: 1.5rem; } }
    .landing-panel .entry-content p {
      line-height: 1.7;
      margin-top: 0; }
      @media (min-width: 640px) {
        .landing-panel .entry-content p {
          margin-top: 24px;
          margin-top: 1.5rem; } }
  @media (min-width: 640px) {
    .landing-panel .landing-content-wrapper {
      display: inline-block;
      width: 62%;
      vertical-align: top; } }
  .landing-panel .landing-featured-image {
    text-align: center; }
    @media (min-width: 640px) {
      .landing-panel .landing-featured-image {
        display: inline-block;
        margin: 40px 0px 0px;
        margin: 2.5rem 0rem 0rem;
        width: 35%;
        vertical-align: middle; } }
  .landing-panel.landing-child-panel .hentry-wrapper {
    text-align: left; }
  @media (min-width: 640px) {
    .landing-panel.landing-child-panel {
      padding-bottom: 32px;
      padding-bottom: 2rem;
      padding-top: 32px;
      padding-top: 2rem; } }
  .landing-panel.landing-child-panel .entry-title {
    font-weight: 800;
    text-align: center; }
    @media (min-width: 640px) {
      .landing-panel.landing-child-panel .entry-title {
        font-size: 32px;
        font-size: 2rem;
        margin: 24px 0px;
        margin: 1.5rem 0rem; } }
    .landing-panel.landing-child-panel .entry-title.blocks-title {
      font-weight: 700; }
      @media (min-width: 640px) {
        .landing-panel.landing-child-panel .entry-title.blocks-title {
          font-size: 24px;
          font-size: 1.5rem; } }
  .landing-panel.landing-child-panel .entry-content {
    text-align: center; }
    @media (min-width: 640px) {
      .landing-panel.landing-child-panel .entry-content {
        margin: 0 auto; } }
  .landing-panel.landing-child-panel .content-block-grid {
    margin: 0 auto; }
    @media (min-width: 640px) {
      .landing-panel.landing-child-panel .content-block-grid {
        max-width: 700px; } }
  @media (min-width: 640px) and (min-width: 1040px) {
    .landing-panel.landing-child-panel .content-block-grid {
      max-width: 1180px; } }
  .landing-panel.landing-child-panel .content-blocks {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .landing-panel.landing-child-panel .content-blocks li i {
      display: none; }
    @media (min-width: 640px) {
      .landing-panel.landing-child-panel .content-blocks li {
        margin-left: 96px;
        margin-left: 6rem;
        position: relative; }
        .landing-panel.landing-child-panel .content-blocks li span {
          background: #00b2e5;
          border-radius: 32px;
          display: inline-block;
          position: absolute;
          width: 65px;
          height: 65px;
          left: -100px;
          top: 20px; }
          .landing-panel.landing-child-panel .content-blocks li span i {
            color: #fff;
            display: inline-block;
            font-size: 30px;
            font-size: 1.875rem;
            margin: 19.2px 0px 0px 17.6px;
            margin: 1.2rem 0rem 0rem 1.1rem; } }
  @media (min-width: 640px) and (min-width: 1040px) {
    .landing-panel.landing-child-panel .content-blocks li {
      display: inline-block;
      margin-left: 96px;
      margin-left: 6rem;
      width: 40%; }
      .landing-panel.landing-child-panel .content-blocks li p {
        padding-right: 64px;
        padding-right: 4rem; }
      .landing-panel.landing-child-panel .content-blocks li span {
        left: -90px;
        top: 45px; } }

/* Landing Child Featured Images */
.landing-child-featured-image {
  background-repeat: repeat-x;
  min-height: 167px; }

/* Alternate blue background */
.landing-main > article:nth-of-type(even) {
  background: #00b2e5; }
  .landing-main > article:nth-of-type(even) .entry-title,
  .landing-main > article:nth-of-type(even) .entry-content,
  .landing-main > article:nth-of-type(even) a,
  .landing-main > article:nth-of-type(even) a:visited,
  .landing-main > article:nth-of-type(even) a:hover,
  .landing-main > article:nth-of-type(even) a:active,
  .landing-main > article:nth-of-type(even) .content-blocks {
    color: #fff; }
  .landing-main > article:nth-of-type(even) .content-blocks li span {
    background: #fff; }
    .landing-main > article:nth-of-type(even) .content-blocks li span i {
      color: #00b2e5; }
  .landing-main > article:nth-of-type(even) .action-button {
    color: #00b2e5;
    background: #fff; }
    .landing-main > article:nth-of-type(even) .action-button:visited {
      color: #00b2e5; }
    .landing-main > article:nth-of-type(even) .action-button:hover, .landing-main > article:nth-of-type(even) .action-button:active {
      background: #f9f9f9;
      color: #00b2e5; }

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.home .site-main,
.home .content-area,
.home .site-content {
  float: none;
  margin: 0;
  width: 100%; }

.front-panel {
  margin: 0px 0px 24px;
  margin: 0rem 0rem 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  position: relative; }
  .front-panel.has-post-thumbnail {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0;
    color: #fff;
    text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5); }
    .front-panel.has-post-thumbnail:before {
      background: rgba(0, 0, 0, 0.61);
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .front-panel.has-post-thumbnail a {
      color: #fff; }
    .front-panel.has-post-thumbnail .entry-title {
      font-weight: 800;
      margin: 0; }
    @media (min-width: 640px) {
      .front-panel.has-post-thumbnail {
        padding-bottom: 72px;
        padding-bottom: 4.5rem;
        padding-top: 80px;
        padding-top: 5rem; } }
  .front-panel .hentry-wrapper {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    position: relative; }
    @media (min-width: 640px) {
      .front-panel .hentry-wrapper {
        padding-left: 40px;
        padding-left: 2.5rem; } }
  .front-panel .entry-title {
    font-size: 28.8px;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 640px) {
      .front-panel .entry-title {
        font-size: 36.8px;
        font-size: 2.3rem; } }
  .front-panel .entry-content {
    margin-top: 0;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 300; }
    @media (min-width: 640px) {
      .front-panel .entry-content {
        font-size: 24px;
        font-size: 1.5rem;
        width: 85%; } }
    .front-panel .entry-content p {
      line-height: 1.7; }
  @media (min-width: 640px) {
    .front-panel.front-child-panel {
      padding-bottom: 32px;
      padding-bottom: 2rem;
      padding-top: 32px;
      padding-top: 2rem; } }
  .front-panel.front-child-panel .entry-title {
    text-align: center; }
    @media (min-width: 640px) {
      .front-panel.front-child-panel .entry-title {
        font-size: 32px;
        font-size: 2rem; } }
  .front-panel.front-child-panel .entry-content {
    text-align: center; }
    @media (min-width: 640px) {
      .front-panel.front-child-panel .entry-content {
        margin: 0 auto; } }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 24px;
  margin: 1.5rem;
  /* Make sure select elements fit in widgets. */ }
  @media (min-width: 640px) {
    .widget {
      margin: 24px 0px;
      margin: 1.5rem 0rem; } }
  .widget select {
    max-width: 100%; }
  .widget .widget-title {
    font-size: 16px;
    font-size: 1rem; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin: 1em 0 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px; }

.wp-caption.alignright {
  margin-left: 20px; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.home .site-footer {
  margin-top: -24px;
  margin-top: -1.5rem; }

.site-footer {
  background: #333;
  padding: 32px;
  padding: 2rem;
  text-align: center; }
  .site-footer .footer-navigation,
  .site-footer .social-navigation {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .site-footer .footer-navigation ul,
    .site-footer .social-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer .footer-navigation ul li,
      .site-footer .social-navigation ul li {
        display: inline-block; }
        .site-footer .footer-navigation ul li a,
        .site-footer .social-navigation ul li a {
          color: #999;
          display: inline-block;
          font-size: 13px;
          font-size: 0.8125rem;
          margin: 0px 24px 0px 0px;
          margin: 0rem 1.5rem 0rem 0rem;
          text-decoration: none; }
          .site-footer .footer-navigation ul li a:hover,
          .site-footer .social-navigation ul li a:hover {
            opacity: 0.8; }
  .site-footer .site-info {
    color: #777;
    font-size: 12.8px;
    font-size: 0.8rem; }
    .site-footer .site-info a {
      color: #999;
      text-decoration: none; }
      .site-footer .site-info a:hover {
        opacity: 0.8; }

/*# sourceMappingURL=style.css.map */
