/*
Theme Name: MemberPress
Description: Child theme for MemberPress.com
Author: MemberPress
Author URI: https://memberpress.com/
Version: 1.1.2
Template: genesis
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 Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Footer Navigation
		- Social Navigation
	- Content Area
		- Featured Image
		- Entries
		- Entry Messages
		- Grid Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebar
	- Top Banner
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1250px
		- Max-width: 1075px
		- Max-width: 860px
		- Max-width: 800px
		- Max-width: 600px
	- Print Styles
*/

/* @font-face {
  font-family: "Bebas Neue Pro";
  src: url("./fonts/BebasNeuePro-Regular.eot");
  src: local("Bebas Neue Pro Regular"), local("BebasNeuePro-Regular"), url("./fonts/BebasNeuePro-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeuePro-Regular.woff2") format("woff2"), url("./fonts/BebasNeuePro-Regular.woff") format("woff"), url("./fonts/BebasNeuePro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue Pro Expanded Regular";
  src: url("./fonts/BebasNeuePro-ExpandedRegular.eot");
  src: local("Bebas Neue Pro Regular"), local("BebasNeuePro-ExpandedRegular"), url("./fonts/BebasNeuePro-ExpandedRegular.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeuePro-ExpandedRegular.woff2") format("woff2"), url("./fonts/BebasNeuePro-ExpandedRegular.woff") format("woff"), url("./fonts/BebasNeuePro-ExpandedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue Pro Expanded Medium";
  src: url("./fonts/BebasNeuePro-ExpandedMedium.eot");
  src: local("Bebas Neue Pro Medium"), local("BebasNeuePro-ExpandedMedium"), url("./fonts/BebasNeuePro-ExpandedMedium.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeuePro-ExpandedMedium.woff2") format("woff2"), url("./fonts/BebasNeuePro-ExpandedMedium.woff") format("woff"), url("./fonts/BebasNeuePro-ExpandedMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue Pro Italic";
  src: url("./fonts/BebasNeuePro-Italic.eot");
  src: local("Bebas Neue Pro Italic"), local("BebasNeuePro-Italic"), url("./fonts/BebasNeuePro-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeuePro-Italic.woff2") format("woff2"), url("./fonts/BebasNeuePro-Italic.woff") format("woff"), url("./fonts/BebasNeuePro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Bebas Neue Pro Bold";
  src: url("./fonts/BebasNeuePro-Bold.eot");
  src: local("Bebas Neue Pro Bold"), local("BebasNeuePro-Bold"), url("./fonts/BebasNeuePro-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeuePro-Bold.woff2") format("woff2"), url("./fonts/BebasNeuePro-Bold.woff") format("woff"), url("./fonts/BebasNeuePro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue Pro Expanded Extra Bold";
  src: url("./fonts/BebasNeuePro-ExpandedExtraBold.eot");
  src: local("Bebas Neue Pro Bold"), local("BebasNeuePro-ExpandedExtraBold"), url("./fonts/BebasNeuePro-ExpandedExtraBold.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeuePro-ExpandedExtraBold.woff2") format("woff2"), url("./fonts/BebasNeuePro-ExpandedExtraBold.woff") format("woff"), url("./fonts/BebasNeuePro-ExpandedExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue Pro Middle";
  src: url("./fonts/BebasNeuePro-Middle.eot");
  src: local("Bebas Neue Pro Middle"), local("BebasNeuePro-Middle"), url("./fonts/BebasNeuePro-Middle.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeuePro-Middle.woff2") format("woff2"), url("./fonts/BebasNeuePro-Middle.woff") format("woff"), url("./fonts/BebasNeuePro-Middle.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
} */

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  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-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* stylelint-enable */

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

html,
input[type="search"] {
  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: " ";
  display: table;
}

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

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

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

body {
  background-color: #fff;
  color: #091d2e;
  font-family: "Sofia Pro", Arial, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
  transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}

a {
  line-height: 175%;
  text-decoration: underline;
}

a.small {
  font-size: 17px;
  line-height: 150%;
}

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

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

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

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

blockquote {
  font-size: 20px;
  line-height: 175%;
  margin: 35px;
  position: relative;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: inherit;
  height: 0;
  left: -12px;
  position: absolute;
  top: 0;
}

blockquote cite {
  color: #707070;
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-top: 24px;
  text-transform: uppercase;
}

.flexible-widgets blockquote,
.flexible-widgets blockquote p {
  font-size: 22px;
  line-height: 1.66;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #091d2e;
  font-family: "Sofia Pro", Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  text-decoration: none;
}

h1 {
  font-size: 48px;
  line-height: 125%;
  font-family: "Minion Pro", Arial, sans-serif;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 36px;
  line-height: 125%;
}

h3 {
  font-size: 24px;
  line-height: 150%;
}

h4 {
  font-size: 21px;
  line-height: 150%;
}

h5 {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 5%;
}

h6 {
  font-size: 20px;
  line-height: 175%;
}

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

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

img {
  height: auto;
}

img.image-border {
  border: 10px solid #fff;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
}

figure {
  margin: 0;
}

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

.gallery {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

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

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

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

input,
select,
textarea,
.single-memberpressproduct .mp_wrapper input,
.single-memberpressproduct .mp_wrapper select,
.single-memberpressproduct .mp_wrapper textarea {
  background-color: #fff;
  border: 1px solid #cdd9ec !important;
  color: #3a4a58;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}

.mp_wrapper .mepr-payment-method .spc input {
  line-height: inherit !important;
}

label {
  font-size: 16px;
}

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

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

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

::placeholder {
  color: #a9aaa9;
  opacity: 1;
}

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

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

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

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

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

td {
  border-top: 1px solid #eee;
  padding: 10px 15px;
}

th {
  font-weight: 700;
  padding: 10px;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.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;
}

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

.more-link {
  position: relative;
}

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

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

.site-inner,
.wrap {
  margin: 0 auto;
}

.site-inner {
  clear: both;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.single.has-featured-image .site-inner {
  padding-top: 20px;
}

.landing-page .site-inner {
  max-width: 800px;
}

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

/* Content */

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

.content-sidebar .content,
.sidebar-content .content {
  max-width: 680px;
}

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

.authority-grid .content,
.full-width-content .content {
  width: 100%;
}

.full-width-content.single .content,
.full-width-content.page .content {
  float: none;
  margin: 36px auto 0;
}

.full-width-content.page .content {
  margin-top: 0;
}

/* Primary Sidebar */

.sidebar-primary {
  max-width: 350px;
  width: 100%;
}

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

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

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

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

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

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

.avatar {
  float: left;
  position: relative;
  z-index: 2;
}

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

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

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

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.after-entry {
  margin-bottom: 70px;
}

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

.archive-description {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 0 0 35px 0;
  margin-bottom: 70px;
}

.full-width-content .archive-description {
  margin-bottom: 40px;
}

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

.search-form {
  overflow: hidden;
}

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

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

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

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

.archive-description .entry-title,
.author-box-title {
  color: #111;
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 20px;
}

.archive-title {
  font-size: 56px;
  margin: 0 0 30px 0;
}

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

.single .entry-title {
  line-height: 1;
}

.authority-subtitle {
  color: #06429e;
  display: block;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 24px;
  text-transform: uppercase;
}

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

.entry-title a:focus,
.entry-title a:hover {
  color: #06429e;
  text-decoration: none;
}

.widget-title {
  clear: both;
  font-size: 18px;
  margin-bottom: 20px;
}

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

.flexible-widgets .widget-title,
.flexible-widgets .entry-title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.flexible-widgets .featuredpost .widget-title {
  padding: 0 0 10px;
}

.flexible-widgets .featuredpost .more-posts-title {
  display: block;
  margin-top: 20px;
}

.footer-widgets .featured-content .entry-title,
.flexible-widgets .featuredpost .entry-title,
.authority-grid.archive:not(.woocommerce-page) .entry-title {
  font-size: 26px;
  letter-spacing: -0.01em;
}

.enews-widget .widget-title {
  color: #111;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

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

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

a.alignnone {
  display: inline-block;
}

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

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

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

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

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
  color: #111;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

.sidebar .widget {
  padding: 32px 40px;
  border-radius: 10px;
}

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

.sidebar .widget_search {
  padding: 0;
}

.sidebar .widget_search .search-form-input {
  background: none;
  border: none;
  font-size: 16px !important;
  padding: 20px !important;
}

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

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

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  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,
.widget_calendar th {
  text-align: center;
}

.widget.widget_recent_entries nav li {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #e6e8ea;
}

.widget_recent_entries nav li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.widget_recent_entries nav li a {
  color: #3a4a58;
  text-decoration: none
}

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

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Lato, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin: 0;
}

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

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

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

.site-header {
  background-color: rgba(255, 255, 255, 0.9);
}

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

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

.wp-custom-logo .title-area {
  margin: 0 auto 0 0;
  max-width: 300px;
  padding: 0;
  width: 300px;
  max-height: 55px;
}

.wp-custom-logo .title-area a {
  display: block;
  max-height: 32px;
}

.site-title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #111;
  text-decoration: none;
}

.site-description,
.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-description,
.site-title {
  margin-bottom: 0;
}

.site-header .custom-logo {
  width: 202px;
}

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

.genesis-nav-menu {
  clear: both;
  width: 100%;
  font-size: 15px;
}

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

.genesis-nav-menu a {
  color: #111;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
}

.genesis-nav-menu .highlight {
  margin-left: 20px;
}

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

.genesis-nav-menu .sub-menu {
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 230px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 14px;
  padding: 16px 20px;
  position: relative;
  width: 230px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu li a {
  padding: 7px 12px;
}

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

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

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

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

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

.genesis-nav-menu > .right {
  float: right;
}

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

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

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

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

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

.site-header .nav-primary {
  float: right;
  max-width: 980px !important;
  text-align: right;
}

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

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
  padding: 0 20px;
}

/* Social Navigation
--------------------------------------------- */

.nav-social {
  left: 35px;
  position: fixed;
  top: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 100%;
  z-index: 999;
}

.admin-bar .nav-social {
  top: 22px;
}

.top-banner-visible .nav-social {
  top: 70px;
}

.admin-bar.top-banner-visible .nav-social {
  top: 105px;
}

.nav-social a {
  color: #707070;
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
}

.nav-social li:not(:first-child) a::before {
  background: #999;
  content: "";
  display: inline-block;
  height: 2px;
  left: -2px;
  position: absolute;
  top: 0.8em;
  width: 2px;
}

.nav-social li:first-child a::before {
  background: #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  left: -100vh;
  position: absolute;
  top: 0.8em;
  width: 100vh;
}

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

/* Featured Images
--------------------------------------------- */

.authority-featured-image {
  margin: 0 0 24px;
  padding: 0;
}

.gb-block-post-grid-image a {
  display: inline-block;
}

.gb-block-post-grid-image a,
.authority-featured-image,
.featuredpost .has-post-thumbnail > a {
  position: relative;
  z-index: 1;
}

.gb-block-post-grid-image a::before,
.authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
  background: #f4f4f4;
  content: "";
  left: -30px;
  height: calc(100% + 20px);
  position: absolute;
  top: 30px;
  width: calc(100% + 60px);
  z-index: -1;
}

.single .authority-featured-image::before {
  height: calc(100% + 45px);
}

.gb-block-post-grid-image a::before,
.authority-grid.archive:not(.woocommerce-page) .authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
  height: calc(100% + 10px);
}

.sidebar-content.single .authority-featured-image::before {
  left: auto;
  right: 0;
}

.featuredpost .alignnone {
  margin-bottom: 24px;
}

.authority-featured-image.authority-image-alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

.authority-featured-image.authority-image-alignright {
  float: right;
  margin: 0 0 24px 24px;
}

.authority-featured-image.authority-image-alignleft img,
.authority-featured-image.authority-image-alignright img {
  margin: 0;
}

.gb-block-post-grid-image img,
.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
  box-shadow: 0 16px 65px rgba(0, 0, 0, 0.18);
  vertical-align: middle;
}

.gb-block-post-grid-image img,
.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
  transition: transform 0.5s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99);
  transform: translate3d(0, 0, 0);
}

.gb-block-post-grid-image a:focus img,
.gb-block-post-grid-image a:hover img,
.authority-featured-image a:focus img,
.authority-featured-image a:hover img,
.featuredpost .has-post-thumbnail > a:focus img,
.featuredpost .has-post-thumbnail > a:hover img {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translate3d(0, 10px, 0);
}

.has-featured-image .content {
  margin-top: 24px;
}

.gb-block-post-grid-text,
.has-featured-image .content,
.has-featured-image .sidebar,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-header {
  position: relative;
  z-index: 2;
}

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

.entry {
  max-width: 1110px;
  margin: 0 auto;
}

.entry-header {
  margin-bottom: 39px;
}

.entry-content .intro {
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

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

.entry-content code {
  color: #06429e;
}

p.center {
  text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
  background-color: #111;
  padding: 25px 30px;
}

.message,
.message a {
  color: #fff;
}

.message.green {
  background-color: #00a86d;
}

.message.orange {
  background-color: #cc4b00;
}

.message.red {
  background-color: #be0040;
}

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

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
.authority-grid.archive:not(.woocommerce-page) .content .entry {
  float: left;
  padding: 0 35px;
  width: 33.3%;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
  padding-bottom: 35px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry:nth-of-type(3n + 1),
.authority-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n + 1) {
  clear: left;
}

.gb-block-post-grid-header,
.featuredpost .entry-header,
.authority-grid.archive:not(.woocommerce-page) .entry-header {
  margin-bottom: 24px;
}

.featuredpost .entry-content p,
.authority-grid.archive:not(.woocommerce-page) .entry-content p {
  margin-bottom: 12px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
  padding-left: 35px;
  padding-right: 35px;
}

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

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

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

.entry-footer {
  position: relative;
  z-index: 2;
}

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

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

.archive-pagination li {
  display: inline;
}

.archive-pagination a {
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 20px;
  text-decoration: none;
}

.archive-pagination .pagination-next > a,
.archive-pagination .pagination-previous > a {
  border: 2px solid #06429e;
  color: #06429e;
  padding: 6px 20px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #06429e;
  color: #fff;
}

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

.sidebar {
  font-size: 15px;
  margin-bottom: 35px;
}

/* Top Banner
---------------------------------------------------------------------------- */

.authority-top-banner {
  background: #06429e;
  display: none;
  padding: 24px 80px 24px 24px;
  position: relative;
  text-align: center;
}

.authority-top-banner,
.authority-top-banner a {
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.55;
}

.authority-top-banner,
.authority-top-banner a,
.authority-top-banner a:focus,
.authority-top-banner a:hover {
  color: #fff;
}

#authority-top-banner-close,
#authority-top-banner-close:focus,
#authority-top-banner-close:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
}

#authority-top-banner-close {
  padding-left: 35px;
  padding-right: 35px;
}

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

.footer-widgets {
  background-color: #f4f4f4;
  clear: both;
}

.footer-widgets .widget_media_image::after {
  display: none;
}

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

.site-footer {
  background-color: #091d2e;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-top: 70px;
  text-transform: uppercase;
  text-align: center;
}

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

.site-footer .nav-secondary {
  float: right;
}

.site-footer .genesis-nav-menu a {
  font-size: 12px;
  letter-spacing: 0.08em;
}

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

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

  .content {
    width: 800px;
  }

  .sidebar-primary {
    width: 300px;
  }

  .site-header .nav-primary {
    max-width: 800px;
  }
}

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

  .content {
    width: 620px;
  }

  .site-header .nav-primary {
    max-width: 820px;
  }

  .author-box .avatar {
    margin-left: -60px;
  }
}

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

  .content,
  .content-sidebar .content,
  .sidebar-content .content,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu,
  .sidebar-primary,
  .site-header .nav-primary {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .title-area {
    float: left;
    margin-right: 10px;
    width: 55% !important;
  }

  .archive-description {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .archive-description,
  .entry,
  .author-box,
  .comment-respond,
  .entry-comments,
  .sidebar-primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
  }

  .sidebar-primary {
    margin-top: 50px;
  }

  .authority-grid .archive-description {
    max-width: none;
  }

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

  /* Genesis Responsive Menus */
  .genesis-responsive-menu .wrap {
    padding: 0;
  }

  .genesis-responsive-menu {
    display: none;
    position: relative;
  }

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

  .genesis-responsive-menu .highlight a,
  .genesis-responsive-menu .highlight a:focus,
  .genesis-responsive-menu .highlight a:hover {
    background: transparent;
    box-shadow: none;
    color: #111;
    transform: none;
  }

  .genesis-responsive-menu .highlight a:focus,
  .genesis-responsive-menu .highlight a:hover {
    color: #06429e;
  }

  .menu-toggle,
  .sub-menu-toggle,
  .menu-item button.sub-menu-toggle {
    background: none;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }

  .menu-toggle {
    float: right;
    line-height: 20px;
    position: relative;
    z-index: 1000;
  }

  .menu-toggle:hover {
    cursor: pointer;
  }

  .sub-menu-toggle,
  .menu-item button.sub-menu-toggle {
    float: right;
    padding: 15px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .sub-menu-toggle::before,
  .menu-item button.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    width: 20px;
  }

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

  .menu-item button.sub-menu-toggle:focus,
  .menu-item button.sub-menu-toggle:hover {
    background: none;
    outline: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-responsive-menu .genesis-nav-menu a:focus,
  .genesis-responsive-menu .genesis-nav-menu a:hover {
    color: #06429e;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px 15px 0;
    text-align: center;
    width: 100%;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item .my-account {
    max-width: 200px;
    margin: 0 auto;
  }

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

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

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

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

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

  .flexible-widgets .widget {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flexible-widgets .entry-content,
  .flexible-widgets .textwidget {
    margin-left: 0;
  }

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

  .flexible-widgets .enews-widget {
    padding: 40px 60px;
  }

  .authority-featured-image::before,
  .featuredpost .has-post-thumbnail > a::before {
    left: -20px;
    width: calc(100% + 40px);
  }

  .flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
  .authority-grid.archive:not(.woocommerce-page) .content .entry {
    padding: 0 25px;
  }

  .flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
  .flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
    padding-left: 25px;
    padding-right: 25px;
  }

  .single .sidebar .widget:first-of-type {
    margin-top: 0;
  }

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

  .site-footer .nav-secondary {
    float: none;
  }
}

@media only screen and (min-width: 1301px) {
  #menu-header > .menu-item-has-children > a {
    padding-bottom: 20px;
  }

  #menu-header .menu-item.menu-item-has-children {
    position: relative;
    padding-right: 10px;
  }

  #menu-header .menu-item.menu-item-has-children .sub-menu-toggle {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 0;
    color: #333;
  }

  #menu-header .menu-item.menu-item-has-children .sub-menu-toggle:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    width: 15px;
    font-size: 16px;
    transform: rotate(0);
    transform-origin: 8px 8px;
    transition: transform 0.25s ease-in-out;
    visibility: visible;
  }

  #menu-header .menu-item.menu-item-has-children:hover .sub-menu-toggle:before {
    transform: rotate(180deg);
  }
}

@media(min-width: 1025px) and (max-width:1280px) {
  .site-container .site-header {
    height: auto;
  }
}

@media only screen and (max-width: 860px) {
  .author-box .avatar {
    margin-left: 35px;
  }

  .site-inner {
    padding: 5% 5% 0;
  }

  .wrap,
  #footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .after-entry,
  .archive-description,
  .author-box,
  .sidebar .widget {
    padding: 30px;
    margin-bottom: 5%;
  }

  .authority-featured-image,
  .entry,
  .comment-respond,
  .entry-comments,
  .entry-pings {
    padding: 0;
  }

  .entry-footer {
    margin-left: 0;
  }

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

  .archive-title {
    font-size: 32px;
  }

  .enews-widget .widget-title {
    font-size: 28px;
  }

  .sidebar {
    margin-bottom: 5%;
  }

  .pagination {
    margin: 5% auto;
  }

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

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

  #authority-top-banner-close {
    padding-left: 20px;
    padding-right: 20px;
  }

  .authority-top-banner {
    padding-left: 18px;
    padding-right: 60px;
  }

  .enews-widget::after {
    display: none;
  }

  .flexible-widgets .widget-title,
  .flexible-widgets .entry-title {
    font-size: 32px;
  }

  .flexible-widgets.widget-odd .featuredpost:last-of-type {
    padding-top: 20px;
  }

  .authority-featured-image::before,
  .featuredpost .has-post-thumbnail > a::before {
    left: -15px;
    width: calc(100% + 30px);
  }

  .flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
  .authority-grid.archive:not(.woocommerce-page) .content .entry {
    padding: 0 20px;
  }

  .flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
    padding: 0 20px 10px;
  }

  .flexible-widgets .featuredpost .entry-title,
  .footer-widgets .featured-content .entry-title,
  .authority-grid.archive:not(.woocommerce-page) .entry-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }

  h1,
  .single .entry-title {
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.01em;
  }

  h2,
  .entry-comments > h3,
  .entry-pings > h3,
  .comment-respond > h3 {
    font-size: 24px;
    line-height: 125%;
  }

  h3 {
    font-size: 21px;
    line-height: 125%;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
    letter-spacing: 1;
  }

  h6 {
    font-size: 17px;
  }

  .entry-title {
    font-size: 62px;
  }

  .full-width-content.single .content {
    margin-top: 20px;
  }

  blockquote {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
  }

  .flexible-widgets blockquote p {
    font-size: 18px;
  }

  .gb-block-post-grid div[class*="columns"].is-grid,
  .gb-block-post-grid .is-list .entry {
    grid-template-columns: 1fr;
  }

  .gb-block-post-grid .gb-post-grid-items .entry,
  .gb-block-post-grid .gb-post-grid-items.is-grid .entry,
  .flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
  .authority-grid.archive:not(.woocommerce-page) .content .entry {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .flexible-widgets .featuredpost .more-posts,
  .flexible-widgets .featuredpost .widget-title {
    padding-left: 0;
    padding-right: 0;
  }

  .authority-featured-image::before,
  .featuredpost .has-post-thumbnail > a::before {
    display: none;
  }

  .flexible-widgets .enews-widget,
  .flexible-widgets .enews-widget:last-of-type,
  .flexible-widgets.widget-odd .enews-widget:last-of-type {
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 600px) {
  .wrap {
    padding: 0;
  }

  .flexible-widgets > .wrap {
    padding: 15px 0;
  }

  .enews-widget,
  .flexible-widgets .enews-widget,
  .flexible-widgets .enews-widget:last-of-type,
  .flexible-widgets.widget-odd .enews-widget:last-of-type {
    padding: 20px;
  }
}

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

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

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

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

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

  p {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    clear: both;
    padding: 20px;
  }

  .authority-grid.archive .content .entry,
  .content,
  .content-sidebar,
  .flexible-widgets .featured-content .entry,
  .flexible-widgets .widget,
  .wp-custom-logo .title-area,
  .title-area,
  .woocommerce.archive .content .entry {
    max-width: 100% !important;
    width: 100% !important;
  }

  .flexible-widgets .widget,
  .flexible-widgets .widget:nth-child(2n) {
    float: none;
  }

  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,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .nav-social,
  .pagination,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .author-box {
    margin-bottom: 0;
  }

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

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

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

  .more-link {
    border-width: 0;
    display: block;
    margin-bottom: 20px;
    position: static;
  }

  .more-link-wrap {
    border-width: 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;
  }
}
