﻿@charset "UTF-8";
/**
 * Theme Name: Primer
 * Theme URI: https://github.com/godaddy/wp-primer-theme
 * Author: GoDaddy
 * Author URI: https://www.godaddy.com/
 * Description: Primer is a powerful theme that brings clarity to your content in a fresh design.
 * Version: 1.3.0
 * License: GPL-2.0
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: primer
 * Domain Path: /languages
 * Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
 *
 * 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.
 *
 * Copyright © 2016 GoDaddy Operating Company, LLC. All Rights Reserved.
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
select,
textarea {
  color: #252525;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8; }
  @media only screen and (max-width: 40.063em) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 14.4px;
      font-size: 0.9rem; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  color: #353535; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em;
  font-size: 125%;
  font-style: italic;
  line-height: 1.4;
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid rgba(37, 37, 37, 0.1);
  color: #686868; }

address {
  margin: 0 0 1.5em; }

pre {
  background-color: rgba(225, 225, 225, 0.5);
  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: 1em;
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

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

code {
  padding: 0.125rem 0.25rem;
  background-color: rgba(225, 225, 225, 0.5);
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

pre code {
  padding: 0;
  border: none;
  background-color: transparent; }

abbr, acronym {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.1);
  cursor: help; }

mark, ins {
  background-color: rgba(255, 249, 192, 0.5);
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #f5f5f5; }

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

hr {
  background-color: rgba(37, 37, 37, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

.hentry table th,
.hentry table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid rgba(37, 37, 37, 0.1);
  border-left: none;
  border-right: none; }

.hentry table thead th {
  border-bottom-width: 2px;
  border-top: none; }

.hentry table tfoot th {
  border-top-width: 2px;
  border-bottom: none; }

.hentry table tr:hover td {
  background-color: rgba(37, 37, 37, 0.05); }

.widget table caption {
  padding: 0 0.5em 0.5em;
  font-weight: bold; }

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

/*--------------------------------------------------------------
# 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: rgba(37, 37, 37, 0.5);
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem;
  resize: none;
  background-color: rgba(255, 255, 255, 0.5); }
  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: #252525;
    background-color: rgba(255, 255, 255, 0.75); }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 0.25em; }

input[type="file"] {
  font-size: 13.6px;
  font-size: 0.85rem; }

select {
  border: 1px solid rgba(37, 37, 37, 0.1); }

textarea {
  width: 100%; }

fieldset {
  padding: 0.5em 1.5em;
  border-color: rgba(37, 37, 37, 0.1); }

legend {
  padding: 0 1em;
  text-transform: uppercase;
  letter-spacing: 1px; }

form label {
  font-weight: bold; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
a.button,
a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff6663;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 0.75em 1em;
  white-space: nowrap; }
  button:hover, button:active, button:focus,
  a.button:hover,
  a.button:active,
  a.button:focus,
  a.button:visited:hover,
  a.button:visited:active,
  a.button:visited: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 {
    cursor: pointer;
    background-color: rgba(255, 102, 99, 0.8);
    color: #ffffff; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #ff6663;
  text-decoration: none; }
  a:visited {
    color: #ff6663; }
  a:hover, a:focus, a:active {
    color: rgba(255, 102, 99, 0.8); }
  a:hover, a:active, a:focus {
    outline: 0; }

/*--------------------------------------------------------------
# Pointers
--------------------------------------------------------------*/
.wp-pointer-content {
  border-top: none; }
  .wp-pointer-content h3 {
    font-family: sans-serif; }
  .wp-pointer-content p {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.4; }
  .wp-pointer-content a.close,
  .wp-pointer-content a.close:visited {
    color: #0073aa;
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: 400; }
    .wp-pointer-content a.close:hover, .wp-pointer-content a.close:active, .wp-pointer-content a.close:focus,
    .wp-pointer-content a.close:visited:hover,
    .wp-pointer-content a.close:visited:active,
    .wp-pointer-content a.close:visited:focus {
      color: #00a0d2; }

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
.main-navigation-container {
  width: 100%;
  background-color: #0b3954;
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.main-navigation {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: none; }
  .main-navigation:after {
    content: " ";
    display: block;
    clear: both; }
  .main-navigation.open {
    display: block; }
    .main-navigation.open ul a:not(.expand) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main-navigation .expand {
    font-size: 1.8rem;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.2rem 0;
    width: 50px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    text-indent: 0; }
    .main-navigation .expand:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .main-navigation .expand:before {
      content: "+"; }
    @media only screen and (min-width: 61.063em) {
      .main-navigation .expand {
        display: none; } }
  .main-navigation .menu-item-has-children {
    position: relative; }
    .main-navigation .menu-item-has-children.open > .expand:before {
      content: "\2013"; }
  @media only screen and (min-width: 61.063em) {
    .main-navigation {
      display: block; } }
  @media only screen and (min-width: 61.063em) {
    .main-navigation .menu-main-menu-container {
      float: left;
      margin-left: 25px; } }
  .main-navigation li li {
    text-indent: 1rem; }
    .main-navigation li li a {
      text-indent: 0; }
  .main-navigation li li li {
    text-indent: 1.5rem; }
    .main-navigation li li li a {
      text-indent: 0; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul a {
      color: #ffffff; }
    @media only screen and (max-width: 61.063em) {
      .main-navigation ul .open > .sub-menu {
        display: block; } }
    .main-navigation ul ul {
      z-index: 99999;
      background-color: #0b3954; }
      @media only screen and (max-width: 61.063em) {
        .main-navigation ul ul {
          display: none; } }
      @media only screen and (min-width: 61.063em) {
        .main-navigation ul ul {
          position: absolute;
          left: -999em;
          -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
          .main-navigation ul ul ul {
            left: -999em;
            top: 0; }
          .main-navigation ul ul li:hover > ul,
          .main-navigation ul ul li.focus > ul {
            left: 100%; }
          .main-navigation ul ul a {
            width: 200px; } }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  @media only screen and (min-width: 61.063em) {
    .main-navigation li {
      position: relative;
      float: left; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 1.6rem 1rem;
    line-height: 1rem;
    color: #ffffff; }
    @media only screen and (max-width: 61.063em) {
      .main-navigation a {
        padding: 1.2rem 1rem; } }
    .main-navigation a:hover, .main-navigation a:visited:hover {
      background-color: rgba(0, 0, 0, 0.1);
      color: #ffffff; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current_page_parent > a,
  .main-navigation .current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, 0.1); }
  .main-navigation .sub-menu .menu-item-has-children > a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 10px;
    top: 50%;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }
    @media only screen and (min-width: 61.063em) {
      .main-navigation .sub-menu .menu-item-has-children > a::after {
        display: inline; } }
  .main-navigation .search-form {
    padding: 20px;
    clear: both;
    position: relative; }
    @media only screen and (min-width: 61.063em) {
      .main-navigation .search-form {
        padding: 0;
        float: right;
        margin: 1em;
        height: 48px;
        clear: none; } }
    .site-footer .main-navigation .search-form {
      display: inline-block;
      float: none; }
    .main-navigation .search-form .screen-reader-text {
      display: none; }
    .main-navigation .search-form input[type="search"] {
      background: none;
      border: none;
      color: #fff;
      font-size: 14px;
      margin: 0;
      position: relative;
      padding: 10px 35px 10px 0;
      display: block;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .main-navigation .search-form input[type="submit"] {
      background: transparent url("../fonts/search-icon.svg") no-repeat center bottom;
      -webkit-background-size: 17px 17px;
      background-size: 17px;
      display: block;
      height: 21px;
      text-indent: -9999px;
      vertical-align: middle;
      width: 21px;
      padding: 0;
      display: inline-block;
      position: absolute;
      right: 30px;
      top: 27px; }
      @media only screen and (min-width: 61.063em) {
        .main-navigation .search-form input[type="submit"] {
          right: 10px;
          top: 10px; } }
    .main-navigation .search-form ::-webkit-input-placeholder,
    .main-navigation .search-form :-moz-placeholder,
    .main-navigation .search-form ::-moz-placeholder,
    .main-navigation .search-form :-ms-input-placeholder {
      color: #fff;
      font-size: 8px; }

body.no-max-width .main-navigation {
  max-width: none; }

.menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 4rem;
  padding: 6% 5px 0;
  z-index: 15; }
  body.admin-bar .menu-toggle {
    padding-top: -webkit-calc(6% + 32px);
    padding-top: calc(6% + 32px); }
    @media only screen and (max-width: 782px) {
      body.admin-bar .menu-toggle {
        padding-top: -webkit-calc(6% + 46px);
        padding-top: calc(6% + 46px); } }
  @media only screen and (min-width: 61.063em) {
    .menu-toggle {
      display: none; } }
  .menu-toggle div {
    background-color: #ffffff;
    margin: 0.43rem .86rem 0.43rem 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    height: 0.45rem; }
  .menu-toggle.open div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-toggle.open div:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .menu-toggle.open div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

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

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

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 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; }

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

/*--------------------------------------------------------------
# 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: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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; }

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

#wpstats {
  display: none; }

/*--------------------------------------------------------------
# Genericons
--------------------------------------------------------------*/
@font-face {
  font-family: 'Genericons';
  src: url("../fonts/genericons_1.eot"); }

@font-face {
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/d9a1dc0cf9f04c748eb685063c7bf61d.woff) format("woff"), url("../fonts/genericons_1.ttf") format("truetype"), url("../fonts/genericons.svg#genericonsregular") format("svg"); }

.genericon, .social-menu a {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top; }

/* Post formats */
.genericon-standard:before {
  content: '\f100'; }

.genericon-aside:before {
  content: '\f101'; }

.genericon-image:before {
  content: '\f102'; }

.genericon-gallery:before {
  content: '\f103'; }

.genericon-video:before {
  content: '\f104'; }

.genericon-status:before {
  content: '\f105'; }

.genericon-quote:before {
  content: '\f106'; }

.genericon-link:before, .social-menu a:before {
  content: '\f107'; }

.genericon-chat:before {
  content: '\f108'; }

.genericon-audio:before {
  content: '\f109'; }

/* Social icons */
.genericon-github:before {
  content: '\f200'; }

.genericon-dribbble:before {
  content: '\f201'; }

.genericon-twitter:before {
  content: '\f202'; }

.genericon-facebook:before {
  content: '\f203'; }

.genericon-facebook-alt:before {
  content: '\f204'; }

.genericon-wordpress:before {
  content: '\f205'; }

.genericon-googleplus:before {
  content: '\f206'; }

.genericon-linkedin:before {
  content: '\f207'; }

.genericon-linkedin-alt:before {
  content: '\f208'; }

.genericon-pinterest:before {
  content: '\f209'; }

.genericon-pinterest-alt:before {
  content: '\f210'; }

.genericon-flickr:before {
  content: '\f211'; }

.genericon-vimeo:before {
  content: '\f212'; }

.genericon-youtube:before {
  content: '\f213'; }

.genericon-tumblr:before {
  content: '\f214'; }

.genericon-instagram:before {
  content: '\f215'; }

.genericon-codepen:before {
  content: '\f216'; }

.genericon-polldaddy:before {
  content: '\f217'; }

.genericon-googleplus-alt:before {
  content: '\f218'; }

.genericon-path:before {
  content: '\f219'; }

.genericon-skype:before {
  content: '\f220'; }

.genericon-digg:before {
  content: '\f221'; }

.genericon-reddit:before {
  content: '\f222'; }

.genericon-stumbleupon:before {
  content: '\f223'; }

.genericon-pocket:before {
  content: '\f224'; }

.genericon-dropbox:before {
  content: '\f225'; }

/* Meta icons */
.genericon-comment:before {
  content: '\f300'; }

.genericon-category:before {
  content: '\f301'; }

.genericon-tag:before {
  content: '\f302'; }

.genericon-time:before {
  content: '\f303'; }

.genericon-user:before {
  content: '\f304'; }

.genericon-day:before {
  content: '\f305'; }

.genericon-week:before {
  content: '\f306'; }

.genericon-month:before {
  content: '\f307'; }

.genericon-pinned:before {
  content: '\f308'; }

/* Other icons */
.genericon-search:before {
  content: '\f400'; }

.genericon-unzoom:before {
  content: '\f401'; }

.genericon-zoom:before {
  content: '\f402'; }

.genericon-show:before {
  content: '\f403'; }

.genericon-hide:before {
  content: '\f404'; }

.genericon-close:before {
  content: '\f405'; }

.genericon-close-alt:before {
  content: '\f406'; }

.genericon-trash:before {
  content: '\f407'; }

.genericon-star:before {
  content: '\f408'; }

.genericon-home:before {
  content: '\f409'; }

.genericon-mail:before {
  content: '\f410'; }

.genericon-edit:before {
  content: '\f411'; }

.genericon-reply:before {
  content: '\f412'; }

.genericon-feed:before {
  content: '\f413'; }

.genericon-warning:before {
  content: '\f414'; }

.genericon-share:before {
  content: '\f415'; }

.genericon-attachment:before {
  content: '\f416'; }

.genericon-location:before {
  content: '\f417'; }

.genericon-checkmark:before {
  content: '\f418'; }

.genericon-menu:before {
  content: '\f419'; }

.genericon-refresh:before {
  content: '\f420'; }

.genericon-minimize:before {
  content: '\f421'; }

.genericon-maximize:before {
  content: '\f422'; }

.genericon-404:before {
  content: '\f423'; }

.genericon-spam:before {
  content: '\f424'; }

.genericon-summary:before {
  content: '\f425'; }

.genericon-cloud:before {
  content: '\f426'; }

.genericon-key:before {
  content: '\f427'; }

.genericon-dot:before {
  content: '\f428'; }

.genericon-next:before {
  content: '\f429'; }

.genericon-previous:before {
  content: '\f430'; }

.genericon-expand:before {
  content: '\f431'; }

.genericon-collapse:before {
  content: '\f432'; }

.genericon-dropdown:before {
  content: '\f433'; }

.genericon-dropdown-left:before {
  content: '\f434'; }

.genericon-top:before {
  content: '\f435'; }

.genericon-draggable:before {
  content: '\f436'; }

.genericon-phone:before {
  content: '\f437'; }

.genericon-send-to-phone:before {
  content: '\f438'; }

.genericon-plugin:before {
  content: '\f439'; }

.genericon-cloud-download:before {
  content: '\f440'; }

.genericon-cloud-upload:before {
  content: '\f441'; }

.genericon-external:before {
  content: '\f442'; }

.genericon-document:before {
  content: '\f443'; }

.genericon-book:before {
  content: '\f444'; }

.genericon-cog:before {
  content: '\f445'; }

.genericon-unapprove:before {
  content: '\f446'; }

.genericon-cart:before {
  content: '\f447'; }

.genericon-pause:before {
  content: '\f448'; }

.genericon-stop:before {
  content: '\f449'; }

.genericon-skip-back:before {
  content: '\f450'; }

.genericon-skip-ahead:before {
  content: '\f451'; }

.genericon-play:before {
  content: '\f452'; }

.genericon-tablet:before {
  content: '\f453'; }

.genericon-send-to-tablet:before {
  content: '\f454'; }

.genericon-info:before {
  content: '\f455'; }

.genericon-notice:before {
  content: '\f456'; }

.genericon-help:before {
  content: '\f457'; }

.genericon-fastforward:before {
  content: '\f458'; }

.genericon-rewind:before {
  content: '\f459'; }

.genericon-portfolio:before {
  content: '\f460'; }

.genericon-heart:before {
  content: '\f461'; }

.genericon-code:before {
  content: '\f462'; }

.genericon-subscribe:before {
  content: '\f463'; }

.genericon-unsubscribe:before {
  content: '\f464'; }

.genericon-subscribed:before {
  content: '\f465'; }

.genericon-reply-alt:before {
  content: '\f466'; }

.genericon-reply-single:before {
  content: '\f467'; }

.genericon-flag:before {
  content: '\f468'; }

.genericon-print:before {
  content: '\f469'; }

.genericon-lock:before {
  content: '\f470'; }

.genericon-bold:before {
  content: '\f471'; }

.genericon-italic:before {
  content: '\f472'; }

.genericon-picture:before {
  content: '\f473'; }

.genericon-fullscreen:before {
  content: '\f474'; }

/* Generic shapes */
.genericon-uparrow:before {
  content: '\f500'; }

.genericon-rightarrow:before {
  content: '\f501'; }

.genericon-downarrow:before {
  content: '\f502'; }

.genericon-leftarrow:before {
  content: '\f503'; }

/*--------------------------------------------------------------
# Site Layout
--------------------------------------------------------------*/
.site-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em; }
  .site-content:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 61.063em) {
    .site-content {
      margin-top: 1.38889%; } }

body.error404 .site-content {
  margin-bottom: 2em; }

body.no-max-width .site-content {
  max-width: none; }

@media only screen and (min-width: 40.063em) and (max-width: 61.063em) {
  body.layout-one-column-narrow .site-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    body.layout-one-column-narrow .site-content:after {
      content: " ";
      display: block;
      clear: both; } }

@media only screen and (min-width: 61.063em) {
  body.layout-one-column-narrow .site-content {
    max-width: 66.66667%;
    margin-left: auto;
    margin-right: auto; }
    body.layout-one-column-narrow .site-content:after {
      content: " ";
      display: block;
      clear: both; } }

.content-area {
  width: 63.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%; }
  @media only screen and (max-width: 61.063em) {
    .content-area {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%; } }

#secondary {
  width: 30.55556%;
  float: right;
  margin-left: 1.38889%;
  margin-right: 1.38889%; }
  @media only screen and (max-width: 61.063em) {
    #secondary {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%; } }

#tertiary {
  display: none; }
  @media only screen and (max-width: 61.063em) {
    #tertiary {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%; } }

@media only screen and (min-width: 61.063em) {
  .layout-one-column-wide .content-area,
  .layout-one-column-wide #secondary,
  .layout-one-column-wide #tertiary,
  .layout-one-column-narrow .content-area,
  .layout-one-column-narrow #secondary,
  .layout-one-column-narrow #tertiary {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-two-column-default .content-area {
    width: 63.88889%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-two-column-default #secondary {
    width: 30.55556%;
    float: right;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-two-column-reversed .content-area {
    width: 63.88889%;
    float: right;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-two-column-reversed #secondary {
    width: 30.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-three-column-default .content-area {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-three-column-default #secondary {
    width: 22.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-three-column-default #tertiary {
    width: 22.22222%;
    float: right;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    display: block; }
  .layout-three-column-reversed .content-area {
    width: 47.22222%;
    float: right;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-three-column-reversed #secondary {
    width: 22.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  .layout-three-column-reversed #tertiary {
    width: 22.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    display: block; }
  .layout-three-column-center .content-area {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-left: 26.38889%; }
  .layout-three-column-center #secondary {
    width: 22.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-left: -73.61111%; }
  .layout-three-column-center #tertiary {
    width: 22.22222%;
    float: right;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    display: block; } }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  background-color: #0b3954;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat; }

.site-header-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .site-header-wrapper:after {
    content: " ";
    display: block;
    clear: both; }

body.no-max-width .site-header-wrapper {
  max-width: none; }

.site-title-wrapper {
  width: 97.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  position: relative;
  z-index: 10;
  padding: 6% 1rem; }
  @media only screen and (max-width: 40.063em) {
    .site-title-wrapper {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }

.site-title {
  margin-bottom: 0.25rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: 2em; }
  .site-title a {
    color: #ffffff; }
    .site-title a:hover, .site-title a:visited:hover {
      color: rgba(255, 255, 255, 0.8); }

.site-description {
  color: #ffffff; }

.header-image img {
  display: block; }

.page-title-container {
  background-color: #ffffff; }
  .page-title-container .page-header {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both; }
    .page-title-container .page-header:after {
      content: " ";
      display: block;
      clear: both; }
    .page-title-container .page-header h1 {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%;
      padding: 3% 1rem;
      margin-bottom: 0;
      font-weight: 300; }

body.no-max-width .page-title-container .page-header {
  max-width: none; }

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  width: 97.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  clear: both;
  padding: 0 1rem;
  color: #ffffff; }
  .hero .hero-inner {
    max-width: none; }
    @media only screen and (min-width: 61.063em) {
      .hero .hero-inner {
        max-width: 75%; } }
  .hero .widget {
    padding: 0;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 300;
    background: none; }
    .hero .widget:last-child {
      margin-bottom: 0;
      padding-bottom: 6%; }
    .hero .widget h1, .hero .widget h2, .hero .widget h3, .hero .widget h4, .hero .widget h5, .hero .widget h6, .hero .widget p, .hero .widget ul, .hero .widget ol, .hero .widget li, .hero .widget blockquote {
      color: #ffffff; }
    .hero .widget ul, .hero .widget ol {
      padding-left: 0; }
      .hero .widget ul li, .hero .widget ol li {
        list-style: none; }
  .hero label, .hero input, .hero select, .hero textarea {
    display: inline;
    width: auto; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  background-color: #0b3954; }

.footer-widget-area {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0; }
  .footer-widget-area:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-widget-area .footer-widget {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
    @media only screen and (max-width: 40.063em) {
      .footer-widget-area .footer-widget {
        margin-bottom: 1em; } }
  @media only screen and (min-width: 40.063em) {
    .footer-widget-area.columns-2 .footer-widget:nth-child(1) {
      width: 47.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%; }
    .footer-widget-area.columns-2 .footer-widget:nth-child(2) {
      width: 47.22222%;
      float: right;
      margin-left: 1.38889%;
      margin-right: 1.38889%; }
    .footer-widget-area.columns-3 .footer-widget:nth-child(1) {
      width: 30.55556%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%; }
    .footer-widget-area.columns-3 .footer-widget:nth-child(2) {
      width: 30.55556%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%; }
    .footer-widget-area.columns-3 .footer-widget:nth-child(3) {
      width: 30.55556%;
      float: right;
      margin-left: 1.38889%;
      margin-right: 1.38889%; }
    .footer-widget-area.columns-4 .footer-widget:nth-child(1) {
      width: 22.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%; }
    .footer-widget-area.columns-4 .footer-widget:nth-child(2), .footer-widget-area.columns-4 .footer-widget:nth-child(3) {
      width: 22.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%; }
    .footer-widget-area.columns-4 .footer-widget:nth-child(4) {
      width: 30.55556%;
      float: right;
      margin-left: 1.38889%;
      margin-right: 1.38889%; } }

body.no-max-width .footer-widget-area {
  max-width: none; }

.site-info-wrapper {
  padding: 1.5em 0;
  background-color: #f5f5f5; }
  .site-info-wrapper .site-info {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .site-info-wrapper .site-info:after {
      content: " ";
      display: block;
      clear: both; }
  .site-info-wrapper .site-info-text {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    font-size: 90%;
    line-height: 38px;
    color: #686868; }
  .site-info-wrapper .social-menu {
    width: 47.22222%;
    float: right;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  @media only screen and (max-width: 61.063em) {
    .site-info-wrapper .footer-menu,
    .site-info-wrapper .site-info-text,
    .site-info-wrapper .social-menu {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%;
      text-align: center; } }

.footer-menu {
  width: 97.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  margin-bottom: 1em; }
  .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .footer-menu li {
    display: inline-block;
    margin: 0.5em 1em; }
    @media only screen and (min-width: 61.063em) {
      .footer-menu li:first-child {
        margin-left: 0; }
      .footer-menu li:last-child {
        margin-right: 0; } }
    .footer-menu li a, .footer-menu li a:visited {
      color: #686868; }
      .footer-menu li a:hover, .footer-menu li a:visited:hover {
        color: rgba(104, 104, 104, 0.8); }

body.no-max-width .site-info-wrapper .site-info {
  max-width: none; }

.social-menu {
  text-align: right; }
  @media only screen and (max-width: 61.063em) {
    .social-menu {
      margin-bottom: 1em; } }
  .social-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0; }
    .social-menu ul li {
      display: inline-block;
      position: relative;
      padding: 0;
      margin: 3px; }
      @media only screen and (min-width: 61.063em) {
        .social-menu ul li:first-child {
          margin-left: 0; }
        .social-menu ul li:last-child {
          margin-right: 0; } }
  .social-menu a {
    font-size: 0;
    text-indent: -9999em;
    border: 0;
    width: 32px;
    height: 32px;
    -webkit-transition: 200ms opacity;
    transition: 200ms opacity;
    color: #f5f5f5;
    background-color: #252525;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .social-menu a:visited {
      color: #f5f5f5; }
    .social-menu a:before {
      -webkit-font-smoothing: subpixel-antialiased;
      padding: 7px;
      display: inline-block;
      font-size: 18px; }
    .social-menu a:hover {
      background-color: #ff6663; }
    .social-menu a:hover, .social-menu a:visited:hover {
      color: #f5f5f5; }
  .social-menu a[href*="wordpress.org"]:before,
  .social-menu a[href*="wordpress.com"]:before {
    content: '\f205'; }
    .social-menu a[href*="wordpress.org"]:before:hover,
    .social-menu a[href*="wordpress.com"]:before:hover {
      color: #21759b; }
  .social-menu a[href*="facebook.com"]:before {
    content: '\f203'; }
    .social-menu a[href*="facebook.com"]:before:hover {
      color: #3b5998; }
  .social-menu a[href*="twitter.com"]:before {
    content: '\f202'; }
    .social-menu a[href*="twitter.com"]:before:hover {
      color: #33ccff; }
  .social-menu a[href*="dribbble.com"]:before {
    content: '\f201'; }
    .social-menu a[href*="dribbble.com"]:before:hover {
      color: #ea4c89; }
  .social-menu a[href*="plus.google.com"]:before {
    content: '\f206'; }
    .social-menu a[href*="plus.google.com"]:before:hover {
      color: #dd4b39; }
  .social-menu a[href*="pinterest.com"]:before {
    content: '\f210'; }
    .social-menu a[href*="pinterest.com"]:before:hover {
      color: #c8232c; }
  .social-menu a[href*="github.com"]:before {
    content: '\f200'; }
    .social-menu a[href*="github.com"]:before:hover {
      color: #171515; }
  .social-menu a[href*="tumblr.com"]:before {
    content: '\f214'; }
    .social-menu a[href*="tumblr.com"]:before:hover {
      color: #34526f; }
  .social-menu a[href*="youtube.com"]:before {
    content: '\f213'; }
    .social-menu a[href*="youtube.com"]:before:hover {
      color: #c4302b; }
  .social-menu a[href*="flickr.com"]:before {
    content: '\f211'; }
    .social-menu a[href*="flickr.com"]:before:hover {
      color: #ff0084; }
  .social-menu a[href*="vimeo.com"]:before {
    content: '\f212'; }
    .social-menu a[href*="vimeo.com"]:before:hover {
      color: #1ab7ea; }
  .social-menu a[href*="instagram.com"]:before {
    content: '\f215'; }
    .social-menu a[href*="instagram.com"]:before:hover {
      color: #3f729b; }
  .social-menu a[href*="codepen.io"]:before {
    content: '\f216'; }
    .social-menu a[href*="codepen.io"]:before:hover {
      color: #000; }
  .social-menu a[href*="linkedin.com"]:before {
    content: '\f208'; }
    .social-menu a[href*="linkedin.com"]:before:hover {
      color: #0e76a8; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5rem;
  padding: 2rem;
  background-color: #ffffff; }
  .widget p:last-child {
    margin-bottom: 0; }
  .widget:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  @media only screen and (min-width: 40.063em) and (max-width: 61.063em) {
    .widget {
      padding: 1.5rem; } }
  @media only screen and (max-width: 40.063em) {
    .widget {
      padding: 1rem; } }
  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget input[type="number"],
  .widget input[type="tel"],
  .widget input[type="range"],
  .widget input[type="date"],
  .widget input[type="month"],
  .widget input[type="week"],
  .widget input[type="time"],
  .widget input[type="datetime"],
  .widget input[type="datetime-local"],
  .widget input[type="color"],
  .widget select,
  .widget textarea {
    width: 100%; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget li {
    padding: 0.25rem 0; }
    .widget li ul {
      padding-left: 1.5rem; }

.widget_calendar #calendar_wrap #wp-calendar td#today {
  font-weight: bold; }

.widget_calendar #calendar_wrap #wp-calendar tfoot td#prev {
  text-align: left; }

.widget_calendar #calendar_wrap #wp-calendar tfoot td#next {
  text-align: right; }

.site-footer .widget {
  color: #252525;
  background-color: #ffffff; }
  .site-footer .widget:last-child {
    margin-bottom: 0; }

.site-footer .widget-title, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: #353535; }

.widget_search {
  padding: 0; }
  .widget_search .widget-title {
    padding: 2rem 2rem 0; }
    .widget_search .widget-title + .search-form {
      padding: 0 2rem 2rem; }
  .widget_search .search-field {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .widget_search .search-field::-webkit-search-cancel-button {
      z-index: 1; }
  .widget_search .search-submit {
    display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em;
  padding: 2.5em 3.375em;
  background-color: #ffffff; }
  .hentry p:last-child {
    margin-bottom: 0; }
  .hentry:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  @media only screen and (min-width: 40.063em) and (max-width: 61.063em) {
    .hentry {
      padding: 1.5em 2.375em; } }
  @media only screen and (max-width: 40.063em) {
    .hentry {
      padding: 1em; } }

.sticky {
  display: block; }
  @media only screen and (min-width: 40.063em) {
    .sticky .entry-title {
      position: relative; }
      .sticky .entry-title a:before {
        font-family: 'Genericons';
        content: '\f308';
        line-height: 1.4;
        position: absolute;
        top: 2px;
        left: -40px;
        opacity: 0.2; } }

.entry-title a,
.entry-title a:visited,
.entry-title a:before {
  color: #252525; }

.entry-title a:hover,
.entry-title a:visited:hover {
  color: #ff6663; }

.entry-meta {
  font-size: 90%;
  color: #686868; }
  .entry-meta .posted-date,
  .entry-meta .posted-author,
  .entry-meta .comments-number {
    margin-right: 1rem; }
    .entry-meta .posted-date:last-child,
    .entry-meta .posted-author:last-child,
    .entry-meta .comments-number:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 40.063em) {
      .entry-meta .posted-date,
      .entry-meta .posted-author,
      .entry-meta .comments-number {
        display: block;
        margin-right: 0; } }
    .entry-meta .posted-date:before,
    .entry-meta .posted-author:before,
    .entry-meta .comments-number:before {
      position: relative;
      top: 3px;
      font-family: 'genericons';
      font-size: 18px;
      padding-right: 2px; }
  .entry-meta .posted-date:before {
    content: '\f303';
    top: 4px; }
  .entry-meta .posted-author:before {
    content: '\f304'; }
  .entry-meta .comments-number:before {
    content: '\f300'; }

@media only screen and (max-width: 40.063em) {
  .post-navigation {
    font-size: 90%; } }

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

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

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

.entry-footer {
  padding-top: 1em;
  font-size: 85%;
  color: #686868; }
  .entry-footer .entry-footer-right {
    float: right; }
  .entry-footer .cat-links,
  .entry-footer .tag-links {
    display: block; }

.paging-navigation {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 0 0 1.5em;
  padding: 2.5em 3em;
  background-color: #ffffff; }
  @media only screen and (min-width: 40.063em) and (max-width: 61.063em) {
    .comments-area {
      padding: 1.5em; } }
  @media only screen and (max-width: 40.063em) {
    .comments-area {
      padding: 1em; } }
  .comments-area label {
    display: block; }
  .comments-area input:not(.submit),
  .comments-area textarea {
    width: 100%; }

.comment-list {
  padding: 0;
  list-style: none; }
  .comment-list ol {
    list-style: none; }
    .comment-list ol.children {
      margin-top: 2em; }
      @media only screen and (max-width: 40.063em) {
        .comment-list ol.children {
          padding-left: 1em; } }
  .comment-list li {
    margin-bottom: 2em;
    padding-left: 32px; }
    @media only screen and (max-width: 40.063em) {
      .comment-list li {
        padding-left: 0; } }
    .comment-list li article {
      padding-left: 1em; }
      @media only screen and (max-width: 40.063em) {
        .comment-list li article {
          padding-left: 0; } }
    .comment-list li .comment-metadata {
      font-size: 85%; }
      .comment-list li .comment-metadata .edit-link {
        float: right; }
    .comment-list li.bypostauthor {
      display: block;
      padding: 0.5em 0.5em 0.5em -webkit-calc(0.5em + 32px);
      padding: 0.5em 0.5em 0.5em calc(0.5em + 32px);
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border: 3px solid rgba(255, 102, 99, 0.2); }

.comment-meta .avatar {
  float: left;
  margin-left: -webkit-calc(-1em - 32px);
  margin-left: calc(-1em - 32px);
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  @media only screen and (max-width: 40.063em) {
    .comment-meta .avatar {
      display: none;
      margin: 0; } }

.comment-meta .says {
  color: #686868; }

.comment-content a {
  word-wrap: break-word; }

.logged-in-as {
  font-size: 90%;
  color: #686868; }

.comment .comment-respond {
  margin: 2em 20px 0 -12px; }

.comment-reply-title small {
  float: right;
  margin-top: 0.6em;
  font-size: 60%; }

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/
.woocommerce-page {
  /* 2 Column Layout */
  /* Quantity field */ }
  .woocommerce-page ul.products li.product.primer-2-column-product {
    width: 48.05%; }
  .woocommerce-page .primer-woocommerce .cart .qty {
    padding: 0.18em; }

body.post-type-archive,
body.single-product {
  /* On sale badge */ }
  body.post-type-archive span.onsale,
  body.post-type-archive ul.products li.product .onsale,
  body.single-product span.onsale,
  body.single-product ul.products li.product .onsale {
    padding: 2px 8px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    min-height: auto;
    min-width: auto;
    line-height: inherit; }

body.single-product span.onsale {
  padding: 3px 18px;
  top: 0;
  left: 0; }
