/*
Theme Name: HolyDotage
Theme URI: http://dianewallace.co.uk/
Description: This is a custom theme for Holy Dotage. Built using the Genesis Framework.
Author: Diane Wallace, StudioPress
Author URI: http://dianewallace.co.uk/

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: holydotage
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Footer Widgets
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Featured Content
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Site Footer
- Print Styles
---------------------------------------------------------------------------- */
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

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

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

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

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #f5f5f5;
  color: #1D1D1B;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button {
  font-family: "Lato", sans-serif;
  transition: all 0.2s ease-in-out;
}

input:focus {
  transition: all 0.2s ease-in-out;
}

input[type="button"] {
  font-family: "Lato", sans-serif;
  transition: all 0.2s ease-in-out;
}

input[type="reset"] {
  transition: all 0.2s ease-in-out;
}

input[type="submit"] {
  transition: all 0.2s ease-in-out;
}

textarea:focus {
  transition: all 0.2s ease-in-out;
}

.button {
  font-family: "Lato", sans-serif;
  transition: all 0.2s ease-in-out;
}

.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #1D1D1B;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:focus {
  color: #1D1D1B;
  text-decoration: none;
}
a:hover {
  color: #1D1D1B;
  text-decoration: none;
}

.featured-content .more-link {
  background-color: #999;
  border: 4px solid #f5f5f5;
  color: #f5f5f5;
  cursor: pointer;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  float: right;
  transition: all 0.2s ease-in-out;
}
.featured-content .more-link:focus {
  background-color: #333;
  border: 4px solid #333;
}
.featured-content .more-link:hover {
  background-color: #333;
  border: 4px solid #333;
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

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

ol {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #999;
  margin: 1.65em auto;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

blockquote {
  font-style: italic;
  margin: 30px;
}

cite {
  font-style: italic;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
}

mark {
  background: #f5f5f5;
  color: inherit;
}

.no-text-transform {
  text-transform: none;
}

.simple-social-icons ul li a {
  background-color: #f5f5f5 !important;
  border-radius: 4px !important;
  color: #666 !important;
  border: 0 #f5f5f5 solid !important;
  font-size: 48px !important;
  padding: 4px !important;
}
.simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
  background-color: #f5f5f5 !important;
  border-radius: 4px !important;
  color: #666 !important;
  border: 0 #f5f5f5 solid !important;
  font-size: 48px !important;
  padding: 4px !important;
}

/* Headings
--------------------------------------------- */
h1 {
  font-family: "Arvo", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-size: 30px;
}

h2 {
  font-family: "Arvo", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-size: 27px;
}

h3 {
  font-family: "Arvo", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-size: 24px;
}

h4 {
  font-family: "Arvo", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-size: 20px;
}

h5 {
  font-family: "Arvo", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-size: 18px;
}

h6 {
  font-family: "Arvo", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-size: 16px;
}

.page .entry-header h1.entry-title {
  font-size: 60px;
  font-weight: 700;
  color: #f5f5f5;
  text-align: center;
  padding: 60px 0;
}

h1.archive-title {
  font-size: 60px;
  font-weight: 700;
  color: #f5f5f5;
  text-align: center;
  padding: 60px 0;
}

.entry-content h3 {
  font-weight: 600;
}
.entry-content h4 {
  font-weight: 600;
  margin-top: 40px;
}

.home-before-content-widget h4 {
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 577px) {
  .entry.post .entry-title {
    text-align: center;
    margin: 0 30px 30px 30px;
  }

  .home .entry.post:nth-of-type(1) .entry-title {
    text-align: center;
    margin: 0 30px;
  }
}
/* Objects
--------------------------------------------- */
embed {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

object {
  max-width: 100%;
}

video {
  max-width: 100%;
}

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

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}
.gallery img:focus {
  border: 1px solid #999;
  outline: none;
}
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

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

.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

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

/* Forms
--------------------------------------------- */
input {
  background-color: #fff;
  border: 1px solid #999;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}
input:focus {
  border: 1px solid #1D1D1B;
  outline: none;
}

select {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

textarea {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

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

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

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

::-ms-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: #1D1D1B;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #999;
  border: 4px solid #f5f5f5;
  color: #f5f5f5;
  cursor: pointer;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #333;
  border: 4px solid #333;
  color: #f5f5f5;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #333;
  border: 4px solid #333;
  color: #f5f5f5;
}

.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #999;
  border: 4px solid #f5f5f5;
  color: #f5f5f5;
  cursor: pointer;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus {
  background-color: #333;
  border: 4px solid #333;
  color: #f5f5f5;
}
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background-color: #333;
  border: 4px solid #333;
  color: #f5f5f5;
}
.site-container input:disabled {
  background-color: #999;
  border-width: 0;
  color: #1D1D1B;
  cursor: not-allowed;
}
.site-container input:disabled:hover {
  background-color: #999;
  border-width: 0;
  color: #1D1D1B;
  cursor: not-allowed;
}
.site-container button:disabled,
.site-container input[type="button"]:disabled,
.site-container input[type="reset"]:disabled,
.site-container input[type="submit"]:disabled {
  background-color: #999;
  border-width: 0;
  color: #f5f5f5;
  cursor: not-allowed;
}
.site-container button:disabled:hover,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled:hover {
  background-color: #999;
  border-width: 0;
  color: #f5f5f5;
  cursor: not-allowed;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
  background-color: #1D1D1B;
  border: 4px solid #f5f5f5;
  color: #f5f5f5;
  cursor: pointer;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
.footer-widgets button:focus, .footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover {
  background-color: #999;
  border: 4px solid #999;
  color: #f5f5f5;
}

.button {
  background-color: #999;
  border: 4px solid #f5f5f5;
  color: #f5f5f5;
  cursor: pointer;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  display: inline-block;
}
.button:focus {
  background-color: #333;
  color: #f5f5f5;
}
.button:hover {
  background-color: #333;
  color: #f5f5f5;
}

.entry-content .button:focus {
  background-color: #333;
  color: #f5f5f5;
}
.entry-content .button:hover {
  background-color: #333;
  color: #f5f5f5;
}

.site-container .wp-block-button .wp-block-button__link {
  border-radius: 0 !important;
}

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

@media only screen and (min-width: 960px) {
  .entry.sticky .button {
    float: right;
  }

  .entry.post:nth-of-type(1) .button {
    float: right;
  }
}
@media only screen and (max-width: 959px) {
  .header-search input[type="submit"] {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 30px/1 'dashicons';
    vertical-align: middle;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

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

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #f5f5f5;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-shortcut:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: inherit;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: inherit;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: inherit;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.site-inner {
  clear: both;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .site-inner {
    max-width: 1280px;
  }
}
/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
i .avatar {
  border-radius: 50%;
  float: left;
}

.author-box {
  margin-bottom: 40px;
}
.author-box .avatar {
  margin-right: 20px;
}
.author-box p:last-child {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  text-align: left;
}
.alignleft .avatar {
  margin-right: 20px;
}

.alignright {
  float: right;
  text-align: right;
}
.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

@media only screen and (max-width: 577px) {
  .alignleft,
  .alignright {
    float: none;
  }
}
/* Genesis
--------------------------------------------- */
.after-entry {
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.archive-description {
  margin-bottom: 40px;
}
.archive-description p:last-child {
  margin-bottom: 0;
}
.archive-description .entry-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}
.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}
.search-form input[type="submit"] {
  margin-top: 10px;
}

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

.search-toggle {
  color: #1D1D1B;
  cursor: pointer;
}
.search-toggle:focus, .search-toggle:hover {
  color: #666;
}
.search-toggle:focus:before, .search-toggle:hover:before {
  border-bottom: 2px solid #666;
  margin-bottom: -2px;
}
.search-toggle:before {
  content: "\f179";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 30px/1 'dashicons';
  vertical-align: middle;
  background-color: transparent;
  border: none;
}
.search-toggle .screen-reader-text {
  top: 0;
  right: 0;
}

.search-toggle.active {
  color: #666;
  margin-bottom: -2px;
}
.search-toggle.active > i {
  border-bottom: 2px solid #666;
}

/* Optimize Search Bar in Primary Menu */
.header-search.search-box-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.header-search .search-box {
  padding: 20px;
  background: #999;
}
.header-search input {
  display: inline-block;
}
.header-search input[type="search"] {
  width: calc(100% - 210px);
  padding: 12px;
  border: 0;
}
.header-search input[type="submit"] {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 959px) {
  .header-search.search-box-wrapper {
    display: block;
  }
  .header-search.search-box-wrapper .search-form {
    padding: 0 30px 15px;
  }
  .header-search.search-box-wrapper input[type="search"] {
    width: calc(100% - 55px);
  }
  .header-search.search-box-wrapper input[type="submit"] {
    color: #1D1D1B;
  }
}
/* Titles
--------------------------------------------- */
.homepage-title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}

.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 40px;
}
.entry-title a {
  color: #1D1D1B;
  text-decoration: none;
}
.entry-title a:focus {
  text-decoration: underline;
}
.entry-title a:hover {
  text-decoration: underline;
}

.sidebar .widget-title a {
  color: #1D1D1B;
  text-decoration: none;
}

.home .entry-title {
  text-align: center;
}

.entry.post .entry-title {
  margin-top: 30px;
}
.entry.post:nth-of-type(1) .entry-title {
  text-align: left;
  margin-top: 0;
}
.entry.post:nth-of-type(1) a.entry-title-link {
  text-decoration: none;
}
.entry.post:nth-of-type(1) a.entry-title-link:hover {
  text-decoration: underline;
}
.entry.post:nth-of-type(1) a.entry-title-link:focus {
  text-decoration: underline;
}

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

.footer-widgets .widget-title {
  color: inherit;
}

/* WordPress
--------------------------------------------- */
.hide {
  display: none;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode {
  margin: 0 0 30px;
}
.entry-content .wp-playlist {
  margin: 0 0 30px;
}
.entry-content .wp-video {
  margin: 0 0 30px;
}

.post-password-form input[type="submit"] {
  margin-top: 10px;
}

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

a.alignnone {
  display: inline-block;
  max-width: 100%;
}

a.alignleft {
  max-width: 100%;
  margin: 0 60px 30px 0;
}

a.alignright {
  max-width: 100%;
  margin: 0 0 30px 60px;
}

img.centered {
  display: block;
  margin: 0 auto 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone {
  margin-bottom: 15px;
}

.alignnone {
  margin-bottom: 15px;
}

img.alignleft {
  margin: 0 60px 30px 0;
}

.wp-caption.alignleft {
  margin: 0 60px 30px 0;
}

img.alignright {
  margin: 0 0 30px 60px;
}

.wp-caption.alignright {
  margin: 0 0 30px 60px;
}

figcaption {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.gallery-caption {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  /* Search Toggle
  --------------------------------------------- */
  .search-toggle {
    padding: 12px 15px;
    text-align: center;
  }

  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

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

  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 959px) {
  .homepage-title {
    margin-top: 40px;
  }

  .comment-respond {
    margin: 30px;
  }
}
/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}
.widget p:last-child {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 10px;
}
.widget ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.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 {
  text-align: center;
}
.widget_calendar th {
  text-align: center;
}

.after-header-widget {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-before-content-widget {
  margin-bottom: 60px;
}
.home-before-content-widget .textwidget {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.home-before-content-widget .textwidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  color: #f5f5f5;
  background-color: #1D1D1B;
  clear: both;
  padding: 60px 0;
}
.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.footer-widgets a {
  color: #f5f5f5;
}
.footer-widgets li a {
  text-decoration: none;
}
.footer-widgets li a:focus, .footer-widgets li a:hover {
  text-decoration: underline;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-widget-area:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 960px) {
  .footer-widgets .wrap {
    max-width: 1280px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }
}
/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}
.after-entry .enews-widget input {
  text-align: center;
}

.sidebar .enews {
  background-color: transparent;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}
.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

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

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
}
.gs-faq__question:focus {
  background: transparent;
  color: #1D1D1B;
}
.gs-faq__question:hover {
  background: transparent;
  color: #1D1D1B;
}
.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}
.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}
.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}
.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}
.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}
.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

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

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

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

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  color: #1D1D1B;
  background-color: #f5f5f5;
}
.site-header .wrap {
  position: relative;
}

.page .entry-header {
  background-color: #999;
}

.featured-content .entry-header {
  background-color: transparent;
}

.archive-description {
  background-color: #333;
}

.header-image {
  background-color: #333;
}

.single-product .header-image {
  display: none;
}

@media only screen and (max-width: 959px) {
  .featured-image img.aligncenter {
    margin: 40px auto;
  }
}
@media only screen and (min-width: 960px) {
  .site-header {
    padding: 0 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

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

  .header-image .featured-image img.aligncenter {
    margin: 0 auto;
  }
}
/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  padding-bottom: 5px;
  padding-top: 5px;
  width: auto;
  position: relative;
  z-index: 10;
}
.wp-custom-logo .title-area img {
  width: auto;
  max-height: 110px;
}
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.site-title a {
  color: inherit;
  text-decoration: none;
}
.site-title a:focus {
  color: inherit;
  text-decoration: none;
}
.site-title a:hover {
  color: inherit;
  text-decoration: none;
}

.site-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media only screen and (max-width: 959px) {
  .wp-custom-logo .title-area {
    margin-left: 30px;
  }
  .wp-custom-logo .title-area img {
    max-height: 70px;
  }
}
/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}
.genesis-nav-menu .menu-item:focus {
  position: relative;
}
.genesis-nav-menu .menu-item:hover {
  position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
.genesis-nav-menu a {
  color: #1D1D1B;
  display: block;
  font-family: "Arvo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.genesis-nav-menu .sub-menu {
  width: 100%;
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  position: static;
  z-index: 99;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.genesis-nav-menu .sub-menu a {
  min-width: 180px;
  max-width: 100%;
  width: auto;
  color: #f5f5f5;
  background-color: #999;
  position: relative;
  word-wrap: break-word;
}
.genesis-nav-menu .sub-menu a:hover {
  text-decoration: underline;
}
.genesis-nav-menu .sub-menu a:focus {
  text-decoration: underline;
}

@media only screen and (min-width: 960px) {
  .genesis-nav-menu {
    text-align: right;
  }
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
  .genesis-nav-menu .menu-item:focus {
    position: relative;
  }
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #1D1D1B;
    border-radius: 3px;
    color: #f5f5f5;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus {
    background-color: #333;
  }
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #333;
  }
  .genesis-nav-menu .sub-menu {
    width: auto;
    opacity: 0;
    padding-left: 15px;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    width: auto;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
}
@media only screen and (max-width: 959px) {
  .genesis-nav-menu a {
    padding: 15px 30px;
  }

  .menu-item.search-toggle {
    display: none;
  }
}
/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu {
  left: auto;
  opacity: 1;
}
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}
.menu-toggle:focus {
  background-color: transparent;
  border-width: 0;
  color: inherit;
}
.menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: inherit;
}

.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 100;
}
.sub-menu-toggle:focus {
  background-color: transparent;
  border-width: 0;
  color: inherit;
}
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: inherit;
}
.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

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

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

@media only screen and (min-width: 960px) {
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 959px) {
  .menu-toggle {
    margin-right: 30px;
  }
}
/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .nav-primary {
    clear: none;
    width: auto;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}
.nav-secondary .menu-item {
  display: inline-block;
}
.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry.post {
  margin: 0 0 60px 0;
  text-align: center;
}
.entry.post p {
  text-align: left;
}
.entry.post:nth-of-type(1) {
  color: #1D1D1B;
  background-color: #999;
}
.entry.post:nth-of-type(1) a {
  color: #1D1D1B;
  font-weight: 700;
}
.entry.post:nth-of-type(2n) {
  margin-right: 60px;
}

.featured-content .entry.post {
  background-color: rgba(245, 245, 245, 0.85);
}

.entry.sticky {
  color: #f5f5f5;
  background-color: #999;
}
.entry.sticky a {
  color: #f5f5f5;
  font-weight: 700;
}

.single .entry.sticky {
  color: #1D1D1B;
  background-color: #f5f5f5;
}
.single .entry.sticky a {
  color: #1D1D1B;
  font-weight: 700;
}
.single .entry.portfolio:nth-of-type(1),
.single .entry.post:nth-of-type(1) {
  color: #1D1D1B;
  background-color: #f5f5f5;
}
.single .entry.portfolio:nth-of-type(1) a,
.single .entry.post:nth-of-type(1) a {
  color: #1D1D1B;
  font-weight: 700;
}

.entry-content ol {
  margin-bottom: 30px;
  padding-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ol ul > li {
  list-style-type: circle;
}
.entry-content ol ol {
  margin-bottom: 0;
}
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content ul ul > li {
  list-style-type: circle;
}
.entry-content code {
  background-color: #f5f5f5;
}

.home .entry.type-page {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 959px) {
  .entry-content {
    padding: 30px;
  }
  .entry-content img.alignleft {
    margin: 0 auto;
    float: none;
  }
  .entry-content img.alignright {
    margin: 0 auto;
    float: none;
  }

  .entry.portfolio {
    max-width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }
  .entry.portfolio:nth-of-type(2n) {
    max-width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }

  .entry.post:nth-of-type(2n) {
    max-width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }
}
@media only screen and (min-width: 960px) {
  .blog.content-sidebar .entry-content img.alignleft {
    margin: 0 60px 30px -180px;
  }

  .page.content-sidebar .entry-content img.alignleft {
    margin: 0 60px 30px -180px;
  }
  .page.content-sidebar .entry-content figure.alignleft {
    margin: 0 60px 30px -180px;
    background-color: #1D1D1B;
  }

  .blog.sidebar-content .entry-content img.alignright {
    margin: 0 -180px 30px 60px;
  }

  .page.sidebar-content .entry-content img.alignright {
    margin: 0 -180px 30px 60px;
  }
  .page.sidebar-content .entry-content figure.alignright {
    margin: 0 -180px 30px 60px;
    background-color: #1D1D1B;
  }

  .entry.portfolio {
    max-width: calc(50% - 30px);
    flex: 1 1 auto;
    float: left;
  }
  .entry.portfolio:nth-of-type(1) {
    max-width: 100%;
    margin-left: 120px;
    padding: 60px;
  }
  .entry.portfolio:nth-of-type(1) img.entry-image.alignleft {
    margin-left: -180px;
    padding: 0 60px 0 0;
    float: left;
  }
  .entry.portfolio img.entry-image.alignleft {
    margin: 0;
    padding: 0;
    float: none;
  }

  .entry.post {
    max-width: calc(50% - 30px);
    flex: 1 1 auto;
    float: left;
  }
  .entry.post:nth-of-type(1) {
    max-width: 100%;
    padding: 60px;
  }
  .entry.post:nth-of-type(1) img.entry-image.alignleft {
    padding: 0 60px 0 0;
    float: left;
  }

  .home .entry.type-page {
    max-width: 100%;
  }
  .home .entry.type-page figure.alignleft {
    margin: 0 60px 0 0;
  }
}
@media only screen and (max-width: 577px) {
  .home .entry.post:nth-of-type(1) .alignleft {
    margin: 0 30px;
  }
  .home .entry.post:nth-of-type(1) .alignleft img.entry-image {
    margin: 0;
    padding: 30px 0;
    float: none;
  }
}
/* Entry Meta
--------------------------------------------- */
.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  padding-top: 60px;
}

.entry-categories {
  display: inline-block;
}

.entry-tags {
  display: inline-block;
}

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

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
  flex-basis: 100%;
}

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

.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #f5f5f5;
  color: #1D1D1B;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination li a:focus {
  background-color: #1D1D1B;
  color: #f5f5f5;
}
.archive-pagination li a:hover {
  background-color: #1D1D1B;
  color: #f5f5f5;
}
.archive-pagination li.active a {
  background-color: #1D1D1B;
  color: #f5f5f5;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond {
  margin-bottom: 40px;
}
.comment-respond input[type="email"] {
  width: 50%;
}
.comment-respond input[type="text"] {
  width: 50%;
}
.comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments {
  margin-bottom: 40px;
}

.entry-pings {
  margin-bottom: 40px;
}
.entry-pings .reply {
  display: none;
}

.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}
.comment-header p {
  margin-bottom: 0;
}

.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

@media only screen and (min-width: 960px) {
  .content {
    float: left;
    width: 70%;
  }

  .home-page .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

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

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

  .blog.full-width-content .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .archive.full-width-content .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .page.sidebar-content .content-sidebar-wrap {
    background-color: #f5f5f5;
    margin-bottom: 60px;
    padding: 60px;
    margin-right: 120px;
  }

  .page.content-sidebar .content-sidebar-wrap {
    background-color: #f5f5f5;
    margin-bottom: 60px;
    padding: 60px;
    margin-left: 120px;
  }
}
/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
  .sidebar {
    float: right;
    width: 30%;
    padding: 0 0 0 60px;
  }

  .sidebar-content .sidebar {
    float: left;
    padding: 0 60px 0 0;
  }
}
@media only screen and (max-width: 959px) {
  .sidebar {
    padding: 30px;
  }
}
/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  color: #f5f5f5;
  background-color: #1D1D1B;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer a {
  color: #fff;
}

/* Print Styles
---------------------------------------------------------------------------- */
/* Print Styles
--------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    color: #333 !important;
    background: transparent !important;
    box-shadow: none !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 {
    width: 100%;
    text-align: center;
  }

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

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

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

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