@charset "UTF-8";
/*
	Theme Name: Koryo Studio
	Theme URI: http://www.studiopress.com/
	Description: This is the Koryo Studio theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.0

	Template: genesis
	Template Version: 2.2.3
*/
/* # 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
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Page Header
- Content Area
	- Entries
	- Entry Media
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

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

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

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

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

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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* ## 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
---------------------------------------------------------------------------------------------------- */
/* ## Fonts
--------------------------------------------- */
@font-face {
  font-family: 'Karla';
  src: url("fonts/karla-regular.woff2") format("woff2"), url("fonts/karla-regular.woff") format("woff"), url("fonts/karla-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Karla';
  src: url("fonts/karla-bold.woff2") format("woff2"), url("fonts/karla-bold.woff") format("woff"), url("fonts/karla-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Karla';
  src: url("fonts/karla-italic.woff2") format("woff2"), url("fonts/karla-italic.woff") format("woff"), url("fonts/karla-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-regular.woff2") format("woff2"), url("fonts/montserrat-regular.woff") format("woff"), url("fonts/montserrat-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-bold.woff2") format("woff2"), url("fonts/montserrat-bold.woff") format("woff"), url("fonts/montserrat-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

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

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

body {
  background-color: #232b31;
  color: #232b31;
  font-family: "Karla", Arial, Helvetica, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #465663;
  text-decoration: none;
}

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

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

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-family: Georgia, serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  height: 0;
  left: -25px;
  position: relative;
  top: -10px;
}

code,
pre {
  white-space: pre-wrap;
}

@media only screen and (max-width: 860px) {
  body > div {
    font-size: 1.8rem;
  }
  body {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
  }
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, Helvetica, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  margin: 0 auto 15px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  margin: 0 auto 15px;
  width: 100%;
}

.gallery img {
  height: auto;
}

.gallery img:hover,
.gallery img:focus {
  opacity: 0.8;
}

@media only screen and (min-width: 481px) and (max-width: 860px) {
  .gallery-item {
    float: left;
    margin: 0 0 15px 15px;
  }
  [class*="gallery-columns-"]:not(.gallery-columns-1) .gallery-item {
    width: calc( (100% - (2 - 1) * 15px) / 2);
  }
  [class*="gallery-columns-"]:not(.gallery-columns-1) .gallery-item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}

@media only screen and (min-width: 861px) {
  .gallery-item {
    float: left;
    margin: 0 0 15px 15px;
  }
  .gallery-columns-2 .gallery-item {
    width: calc( (100% - (2 - 1) * 15px) / 2);
  }
  .gallery-columns-3 .gallery-item {
    width: calc( (100% - (3 - 1) * 15px) / 3);
  }
  .gallery-columns-4 .gallery-item {
    width: calc( (100% - (4 - 1) * 15px) / 4);
  }
  .gallery-columns-5 .gallery-item {
    width: calc( (100% - (5 - 1) * 15px) / 5);
  }
  .gallery-columns-6 .gallery-item {
    width: calc( (100% - (6 - 1) * 15px) / 6);
  }
  .gallery-columns-7 .gallery-item {
    width: calc( (100% - (7 - 1) * 15px) / 7);
  }
  .gallery-columns-8 .gallery-item {
    width: calc( (100% - (8 - 1) * 15px) / 8);
  }
  .gallery-columns-9 .gallery-item {
    width: calc( (100% - (9 - 1) * 15px) / 9);
  }
  .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) {
    margin-left: 0;
    clear: left;
  }
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  color: #232b31;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 12px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
}

select {
  outline: 1px solid transparent;
}

select option {
  display: block;
  padding: 2px;
}

input:hover,
textarea:hover {
  border-color: #999;
}

input:focus,
textarea:focus {
  background: #fff none repeat scroll 0 0;
  border-color: #e30513;
  outline: medium none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

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

::-moz-placeholder {
  color: #222;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #222;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #465663;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  padding: 12px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #38454f;
  color: #fff;
}

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

.button {
  display: inline-block;
}

a.button-alt {
  background-color: #e30513;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

a.button-alt:hover, a.button-alt:focus {
  background-color: #c10410;
}

a.more-link {
  background-color: #e30513;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

a.more-link:hover, a.more-link:focus {
  background-color: #b6040f;
}

a.more-link:active {
  background-color: #b6040f;
}

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

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word;
}

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

td,
th {
  text-align: left;
}

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

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

@media only screen and (max-width: 600px) {
  table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-overflow-scrolling: touch;
  }
}

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

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

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-container {
  background: #fff none repeat scroll 0 0;
}

.wrap {
  margin: 0 auto;
  padding: 0 5%;
}

.site-inner {
  background: #fff none repeat scroll 0 0;
  clear: both;
  margin: 0 auto;
  padding: 8% 0;
  position: relative;
  word-wrap: break-word;
}

.archive-grid .site-inner {
  padding-bottom: 30px;
}

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

@media only screen and (min-width: 861px) {
  .site-inner {
    padding: 60px 0 0;
  }
  .wrap {
    max-width: 860px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrap {
    max-width: 1200px;
  }
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Content */
.content {
  float: right;
  width: 100%;
}

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

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 100%;
}

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

@media only screen and (min-width: 1024px) {
  .content {
    width: calc(100% - 330px);
  }
  .sidebar-primary {
    width: 300px;
  }
}

@media only screen and (min-width: 1201px) {
  .content {
    width: calc(100% - 390px);
  }
  .sidebar-primary {
    width: 330px;
  }
}

/* ## Column Classes
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.63158%;
}

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

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

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

.one-fourth {
  width: 23.02632%;
}

.three-fourths {
  width: 74.34211%;
}

.one-fifth {
  width: 17.89474%;
}

.two-fifths {
  width: 38.42105%;
}

.three-fifths {
  width: 58.94737%;
}

.four-fifths {
  width: 79.47368%;
}

.one-sixth {
  width: 14.47368%;
}

.five-sixths {
  width: 82.89474%;
}

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

@media only screen and (max-width: 860px) {
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

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

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

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #f7f7f7;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 12px 30px;
}

.after-entry,
.author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

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

@media only screen and (max-width: 860px) {
  .after-entry,
  .author-box {
    padding: 30px;
    margin-bottom: 5%;
  }
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

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

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

.sidebar .search-form input[type="search"] {
  background-color: #fff;
}

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

@media only screen and (max-width: 1023px) {
  .site-header .search-form {
    float: none;
    margin: 16px auto;
  }
}

/* ## Titles
--------------------------------------------- */
.author-box-title {
  font-size: 20px;
  font-size: 2rem;
}

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

.archive .entry-title,
.search .entry-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
}

.entry-title a {
  color: #232b31;
  text-decoration: none;
}

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

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

.sidebar .widget-title a {
  color: #232b31;
  text-decoration: none;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

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

.widget ul > li:last-of-type {
  border-bottom: none;
  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 p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget_calendar table {
  width: 100%;
}

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

.widget_archive ul > li::before,
.widget_categories ul > li::before {
  color: #c6c6c6;
  display: inline-block;
  font-size: inherit;
  font-family: dashicons;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  margin-right: 10px;
  text-align: center;
  text-decoration: inherit;
  -webkit-transition: color 0.2s ease-in 0;
  transition: color 0.2s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.widget_archive ul > li::before {
  content: "\f145";
}

.widget_categories ul > li::before {
  content: "\f318";
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
}

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

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Beautiful Taxonomy Filters
--------------------------------------------- */
/* Link: https://wordpress.org/plugins/beautiful-taxonomy-filters/ */
.beautiful-taxonomy-filters-tax {
  margin-bottom: 15px;
}

@media only screen and (min-width: 661px) {
  .beautiful-taxonomy-filters-select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .beautiful-taxonomy-filters-tax {
    margin-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .beautiful-taxonomy-filters-tax:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 861px) {
  #beautiful-taxonomy-filters-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .beautiful-taxonomy-filters-tax {
    margin-bottom: 0;
  }
  .beautiful-taxonomy-filters-button {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .beautiful-taxonomy-filters-select-wrap {
    width: 80%;
  }
  .beautiful-taxonomy-filters-tax {
    margin-right: 30px;
  }
  .beautiful-taxonomy-filters-button {
    margin-left: 30px;
    width: 20%;
  }
}

/* ## Gravity Forms
--------------------------------------------- */
.fl-builder .gform_wrapper {
  margin: 16px 0 0;
}

.fl-builder .gform_wrapper .gform_footer {
  padding: 16px 0 0;
}

.gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background-color: #f7f7f7;
  padding: 12px;
}

.gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  background-color: #fff;
}

.gform_wrapper.gf_browser_gecko .gform_body select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  padding: 14px 8px;
}

.gform_wrapper .gform_body ul.gfield_radio li input[value="gf_other_choice"] {
  margin-top: 0;
}

.gform_wrapper .gform_body textarea {
  background-color: #f7f7f7;
  padding: 12px;
}

.gform_wrapper .gform_body textarea:focus {
  background-color: #fff;
}

.gform_wrapper .gform_body div.charleft {
  padding: 2px 10px;
}

.gform_wrapper.gf_browser_gecko .gform_body .gfield_time_ampm select {
  max-width: 8rem !important;
  width: calc(6rem + 25px);
}

.gform_wrapper div.gform_footer input.button,
.gform_wrapper div.gform_footer input[type="submit"],
.gform_wrapper div.gform_page_footer input.button,
.gform_wrapper div.gform_page_footer input[type="submit"] {
  font-size: inherit;
}

.gform_wrapper .gfield_required {
  color: #e30513;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff;
}

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

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

.sidebar .widget.enews-widget input[type="submit"] {
  background-color: #465663;
  color: #fff;
}

.sidebar .widget.enews-widget input:hover[type="submit"],
.sidebar .widget.enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #333;
}

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

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

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

/* ## Jetpack
--------------------------------------------- */
/* ### Stats */
#wpstats {
  display: none;
}

/* ### Infinite Scroll */
#infinite-handle {
  margin-bottom: 60px;
  text-align: center;
}

#infinite-handle span {
  background: #38454f none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  white-space: normal;
  width: auto;
}

#infinite-handle span:hover, #infinite-handle span:focus {
  background-color: #2d373f;
  color: #ffffff;
  font-size: inherit;
}

span.infinite-loader {
  float: none;
  margin-bottom: 84px;
  text-align: center;
}

span.infinite-loader .spinner {
  float: none;
  margin: 0 auto;
}

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

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

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

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.header-wrapper {
  background-color: #232b31;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 6px solid #ebebeb;
  border-top: 6px solid #e30513;
  position: relative;
}

.header-wrapper::before {
  background-color: #000000;
  content: "";
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-header {
  background-color: transparent;
  position: relative;
}

.site-header > .wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
  .site-header > .wrap {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1023px) {
  .site-header {
    background-color: #fff;
  }
  .site-header > .wrap {
    border-bottom: none;
    display: block;
    padding: 30px 5%;
  }
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 300px;
}

.header-image .title-area {
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
}

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

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.header-image .site-title > a {
  background-position: center !important;
  background-size: contain !important;
  float: left;
  min-height: 80px;
  width: 100%;
}

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

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

.header-image .site-description,
.header-image .site-title {
  clip: rect(0px, 0px, 0px, 0px);
  display: block;
  height: 1px;
  left: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 1px;
}

@media only screen and (max-width: 1023px) {
  .title-area {
    width: 100%;
  }
  .header-image .title-area {
    float: none;
    margin-bottom: 20px;
  }
  .site-description,
  .site-header .title-area,
  .site-title {
    text-align: center;
  }
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

@media only screen and (max-width: 1340px) {
  .site-header .widget-area {
    width: 800px;
  }
}

@media only screen and (max-width: 1200px) {
  .site-header .widget-area {
    width: 620px;
  }
}

@media only screen and (max-width: 1023px) {
  .site-header .widget-area {
    text-align: center;
    width: 100%;
  }
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}

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

.genesis-nav-menu .menu-item a {
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  display: block;
  padding: 16px 0;
}

.genesis-nav-menu > .menu-item {
  margin: 0 20px;
}

.genesis-nav-menu > .current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
  border-bottom: 2px solid #e30513;
  color: #fff;
}

.genesis-nav-menu > li.menu-item-has-children > a:focus,
.genesis-nav-menu > li.menu-item-has-children > a:hover {
  border-color: transparent;
}

.genesis-nav-menu .sub-menu {
  border-top: 2px solid #e30513;
  left: -9999px;
  margin-top: -2px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #dedede;
  border-top: 0;
  color: #222;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu a:focus {
  color: #e30513;
}

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

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

@media only screen and (max-width: 1023px) {
  .js .genesis-nav-menu .sub-menu a,
  .js .genesis-nav-menu .sub-menu {
    width: 100%;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu {
    float: none;
  }
  .genesis-nav-menu {
    text-align: center;
  }
  .js nav.nav-primary,
  .js .site-header nav {
    display: none;
    position: relative;
  }
  .js nav.nav-primary .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .js nav.pagination {
    display: block;
  }
  .menu-toggle {
    border-top: 1px solid #eee;
    background-color: #222;
    color: #fff;
    display: block;
    line-height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    right: 0;
    text-align: center;
    visibility: visible;
    width: 100%;
    z-index: 1000;
  }
  .site-header .menu-toggle {
    border: 0;
  }
  .menu-toggle:before, .menu-toggle.activated::before {
    margin-right: 10px;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sub-menu-toggle {
    border-width: 0;
    background-color: #101010;
    color: #fff;
    display: block;
    float: right;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    right: -5%;
    text-align: center;
    top: 0;
    visibility: visible;
    z-index: 100;
  }
  .sub-menu-toggle:hover, .sub-menu-toggle:focus {
    border-width: 0;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sub-menu-toggle.activated::before {
    content: "\f142";
  }
  .js .nav-primary .genesis-nav-menu .menu-item,
  .js .site-header .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin: 1px 0;
    position: relative;
    text-align: left;
  }
  .js .nav-primary .genesis-nav-menu .menu-item a,
  .js .site-header .genesis-nav-menu .menu-item a {
    background-color: #222;
    border: none;
    color: #fff;
    padding: 20px 0;
    width: 100%;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    border: none;
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu a {
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    background-color: #222;
    color: #fff;
  }
  .js nav button:focus,
  .js .menu-toggle:focus {
    background-color: #222;
    color: #e30513;
  }
  .js .sub-menu-toggle:hover,
  .js .sub-menu-toggle:focus {
    background-color: #101010;
  }
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  background-color: transparent;
}

@media only screen and (min-width: 1024px) {
  .nav-primary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  .nav-primary .wrap {
    padding: 0;
  }
  .nav-primary .genesis-nav-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

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

/* # After Header
---------------------------------------------------------------------------------------------------- */
.page-header {
  background-color: transparent;
  color: #fff;
  padding: 8% 0;
  position: relative;
}

.page-header > .wrap {
  position: relative;
}

.page-header .entry-header,
.page-header .page-description,
.page-header .archive-description {
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.page-header h1,
.page-header .page-title,
.page-header .archive-title {
  color: #fff;
  font-family: "Montserrat", Arial, Helvetica, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
}

.page-header h1:not(:last-child),
.page-header .page-title:not(:last-child),
.page-header .archive-title:not(:last-child) {
  margin-bottom: 28px;
}

.page-header h1:after,
.page-header .page-title::after,
.page-header .archive-title::after {
  background: #e30513 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 5px;
  margin: 24px 0 0 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
}

a.all-posts {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

a.all-posts::before {
  content: "\f180";
  display: inline-block;
  font-family: 'dashicons';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}

a.all-posts:hover, a.all-posts:focus {
  color: #e30513;
}

@media only screen and (min-width: 861px) {
  .page-header {
    padding: 60px 0;
  }
  .page-header h1,
  .page-header .page-title,
  .page-header .archive-title {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

@media only screen and (min-width: 1201px) {
  .page-header {
    padding: 90px 0;
  }
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 5%;
}

.entry-image {
  display: block;
}

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

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

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

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

.entry-content code {
  background-color: #333;
  color: #eee;
}

.entry-content a:not([class]) {
  border-bottom: 2px solid rgba(227, 5, 19, 0.3);
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.entry-content a:hover:not([class]) {
  border-bottom: 2px solid #e30513;
  color: inherit;
}

body:not(.single) .entry-content > p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 861px) {
  .entry {
    margin-bottom: 60px;
  }
}

/* ## Entry Media
--------------------------------------------- */
.entry-media {
  margin-bottom: 40px;
  position: relative;
}

.format-gallery .entry-media {
  margin-bottom: 20px;
}

.entry-media img,
.entry-media embed,
.entry-media iframe,
.entry-media object,
.entry-media video {
  display: block;
}

/* ### Archive */
.archive .entry-media,
.search .entry-media {
  margin-bottom: 30px;
}

.archive .entry-media .gallery,
.search .entry-media .gallery {
  display: none;
}

/* ### Format - Standard & Image */
.featured-image {
  position: relative;
}

/* ### Format - Gallery */
.preview-toggle {
  background: rgba(0, 0, 0, 0.8) none no-repeat scroll 0 0;
  border-radius: 0;
  bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  left: 0;
  padding: 12px 15px;
  position: absolute;
  text-align: center;
  z-index: 20;
}

.preview-toggle:hover, .preview-toggle:focus {
  background: rgba(35, 43, 49, 0.8) none repeat scroll 0 0;
}

.preview-toggle .dashicons {
  display: block;
  font-size: 30px;
  height: 30px;
  margin: 0 auto;
  width: 30px;
}

.preview-toggle .preview-text {
  clip: rect(0px, 0px, 0px, 0px);
  display: block;
  height: 1px;
  left: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 1px;
}

/* ### Format - Video */
@media only screen and (min-width: 861px) {
  /* ### Archive */
  .archive .entry-media,
  .search .entry-media {
    float: right;
    margin-bottom: 0;
    margin-left: 2.63158%;
    width: 48.68421%;
  }
}

@media only screen and (min-width: 1024px) {
  /* ### Archive */
  .archive .entry-media,
  .search .entry-media {
    width: 38.42105%;
  }
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-footer .entry-meta {
  border-top: 1px solid #dedede;
  padding-top: 24px;
}

.entry-footer .entry-meta a {
  color: #e30513;
  text-decoration: underline;
}

.entry-time {
  color: #6b7882;
  display: block;
  font-family: "Montserrat", Arial, Helvetica, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.entry-footer .entry-time {
  margin-bottom: 0;
}

.entry-tags,
.entry-categories {
  display: block;
  margin-bottom: 5%;
}

.entry-tags > span,
.entry-categories > span {
  display: block;
  font-weight: 700;
}

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

@media only screen and (min-width: 861px) {
  .entry-footer .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry-tags,
  .entry-categories {
    margin-bottom: 0;
    margin-right: 30px;
    width: calc((76% - 60px) / 2);
  }
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 5% auto;
}

.pagination:not(.entry-pagination) {
  border-top: 1px solid #dedede;
  font-family: "Montserrat", Arial, Helvetica, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  padding-top: 30px;
}

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

.adjacent-entry-pagination .pagination-previous + .pagination-next {
  padding-top: 5%;
}

.adjacent-entry-pagination .pagination-previous a {
  padding-left: 30px;
}

.adjacent-entry-pagination .pagination-next a {
  padding-right: 30px;
}

.adjacent-entry-pagination a {
  color: #e30513;
  display: block;
  position: relative;
}

.adjacent-entry-pagination a[rel="prev"]::before, .adjacent-entry-pagination a[rel="next"]::after {
  display: block;
  font-family: 'dashicons';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  text-decoration: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: top;
  width: 20px;
}

.adjacent-entry-pagination a[rel="prev"]::before {
  content: "\f340";
  margin-right: 5px;
  left: 0;
}

.adjacent-entry-pagination a[rel="next"]::after {
  content: "\f344";
  margin-left: 5px;
  right: 0;
}

.adjacent-entry-pagination a:hover, .adjacent-entry-pagination a:focus {
  color: #b6040f;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f7f7f7;
  color: #465663;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
}

.archive-pagination li a:hover, .archive-pagination li a:focus {
  background-color: #c6c6c6;
}

.archive-pagination li.active a {
  background: #465663 no-repeat scroll 0 0;
  color: #fff;
}

@media only screen and (min-width: 861px) {
  .pagination {
    margin: 0 auto 30px;
  }
  .pagination:not(.entry-pagination) {
    margin-bottom: 60px;
  }
  .pagination .pagination-previous,
  .pagination .pagination-next {
    width: 50%;
  }
  .pagination a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .adjacent-entry-pagination .pagination-previous + .pagination-next {
    padding-top: 0;
  }
  .adjacent-entry-pagination .pagination-previous {
    float: left;
    text-align: left;
  }
  .adjacent-entry-pagination .pagination-next {
    float: right;
    text-align: right;
  }
  .archive-pagination li a {
    margin-bottom: 0;
  }
}

/* ## Comments
--------------------------------------------- */
.entry-pings,
.entry-comments,
.comment-respond {
  margin-bottom: 5%;
}

.entry-comments > h3 {
  border-bottom: 2px solid #dedede;
  padding-bottom: 20px;
}

.comment-list {
  background: #fff none repeat scroll 0 0;
}

.comment-list li {
  margin-top: 30px;
  padding: 0 0 0 30px;
}

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

.comment-list li > article {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}

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

.comment-content {
  clear: both;
}

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

.comment-reply-title {
  border-bottom: 2px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

a.comment-reply-link {
  background: #465663 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 15px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

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

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

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

@media only screen and (min-width: 861px) {
  .comment-respond,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }
}

/* # Pages
---------------------------------------------------------------------------------------------------- */
/* ## Posts
--------------------------------------------- */
/* ### Archive */
.archive .post,
.search .entry {
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
  padding: 0 0 60px;
}

.archive .post:last-of-type,
.search .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

/* ## Front Page
--------------------------------------------- */
/* ## Filter Grid
--------------------------------------------- */
/* ### CPT Filters */
.grid-filters {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow-wrap: break-word;
}

.grid-filters .filter {
  background-color: #fff;
  border: 2px solid #465663;
  margin-bottom: 20px;
}

.grid-filters .filter:last-of-type {
  margin-bottom: 0;
}

.no-results {
  display: none;
}

/* ### CPT Grid */
.gutter-sizer {
  width: 0;
}

.grid-item {
  background-color: #232b31;
  margin-bottom: 5%;
  padding: 0;
  position: relative;
  width: 100%;
}

.grid-item a {
  display: block;
}

.grid-item a::before {
  background: transparent -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
  background: transparent linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 200ms ease 50ms;
  transition: opacity 200ms ease 50ms;
}

.grid-item a::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 200ms ease 50ms;
  transition: opacity 200ms ease 50ms;
}

.grid-item a:hover::after, .grid-item a:focus::after {
  opacity: 1;
}

.grid-item img {
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.grid-item .entry-header {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 2;
}

.grid-item .entry-title {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
  padding: 5%;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.grid-item .entry-content {
  margin-bottom: 0;
}

@media only screen and (min-width: 661px) {
  /* ### CPT Grid */
  .gutter-sizer {
    width: 2.63158%;
  }
  .grid-item {
    margin-bottom: 2.63158%;
    width: 48.68421%;
  }
}

@media only screen and (min-width: 861px) {
  /* ### CPT Filters */
  .grid-filters {
    margin-top: 0;
  }
  .grid-filters .filters {
    text-align: right;
  }
  .grid-filters .filters .filter {
    margin-bottom: 0;
    margin-left: 15px;
    width: auto;
  }
  /* ### CPT Grid */
  .grid-item .entry-title {
    font-size: 30px;
    font-size: 3rem;
    padding: 20px 30px;
  }
}

/* ## Products
--------------------------------------------- */
/* ### Single */
.product-image {
  margin-bottom: 30px;
}

table.product-attributes {
  border: medium none;
  line-height: inherit;
  margin-bottom: 20px;
}

table.product-attributes tbody {
  border-bottom: medium none;
}

table.product-attributes th {
  font-weight: 700;
}

table.product-attributes td {
  border-top: medium none;
  padding: 5px 0;
}

.product-meta {
  padding-top: 20px;
}

.product-attributes + .product-meta {
  border-top: 1px solid #dedede;
}

.product-meta .product-price,
.product-meta .product-sku,
.product-meta .product-cats {
  display: block;
  padding: 5px 0;
}

/* ### Archive */
.archive .ks_product {
  margin-bottom: 30px;
}

.archive .ks_product .entry-media {
  margin-bottom: 20px;
  width: 100%;
}

.archive .ks_product .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

/* ### Related Products */
.related-products {
  background: #f7f7f7;
  margin-bottom: 30px;
  padding: 15px;
}

.related-products::before, .related-products::after {
  content: "";
  display: table;
}

.related-products::after {
  clear: both;
}

.related-products .widget {
  background: #fff;
  padding: 30px;
}

.related-products h3.widgettitle {
  font-size: 24px;
  font-size: 2.4rem;
}

.related-products .ks_product {
  margin-bottom: 30px;
}

.related-products .ks_product:last-of-type {
  margin-bottom: 0;
}

.related-products .entry-media {
  margin-bottom: 24px;
}

.related-products .entry-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}

/* ### Tabs */
#product-tabs {
  position: relative;
}

#product-tabs ul.product-tabs {
  margin-left: 0;
}

#product-tabs ul.product-tabs li {
  border-bottom: 1px solid #dedede;
  display: block;
  list-style: outside none none;
  margin: 0;
  position: relative;
}

#product-tabs ul.product-tabs li a {
  border-bottom: none;
  display: block;
  font-weight: 700;
  padding: 20px 0;
  text-decoration: none;
}

#product-tabs ul.product-tabs li:hover a,
#product-tabs ul.product-tabs li a:hover {
  color: #e30513;
}

#product-tabs ul.product-tabs li a::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#product-tabs ul.product-tabs li.active a {
  color: #e30513;
}

#product-tabs ul.product-tabs li.active a::after {
  content: "\f347";
  opacity: 1;
  right: 0;
}

#product-tabs::after {
  clear: both;
  display: table;
}

.tab-panel {
  padding: 10px 0 0;
}

/* ### Sidebar */
.sidebar.sidebar-shop {
  margin-bottom: 30px;
}

@media only screen and (min-width: 861px) {
  .product-image {
    margin-bottom: 0;
  }
  /* ### Related Products */
  .related-products {
    margin-bottom: 60px;
  }
  .related-products .ks_product {
    margin-bottom: 0;
  }
  /* ### Tabs */
  #product-tabs ul.product-tabs li a {
    padding: 15px 0;
  }
  #product-tabs ul.product-tabs li.active a::after {
    content: "\f345";
  }
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  background-color: #f7f7f7;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px;
  margin-bottom: 60px;
}

.sidebar .widget {
  background-color: #fff;
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: 0;
  padding: 30px;
}

.sidebar .widget ul > li:not(:last-of-type) {
  border-bottom: 1px dotted #dedede;
}

.sidebar .widget a {
  color: #e30513;
}

.sidebar .widget a:hover, .sidebar .widget a:focus {
  color: #232b31;
}

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

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #232b31;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-size: 1.8rem;
  clear: both;
  padding: 8% 0;
}

.footer-widgets a {
  color: #fff;
  border-bottom: 1px solid #e30513;
}

.footer-widgets a:hover, .footer-widgets a:focus {
  color: #e30513;
}

.footer-widgets .widget-title {
  color: #fff;
}

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

.footer-widgets-1,
.footer-widgets-2 {
  margin: 0 auto 40px;
}

.footer-widgets-1 {
  clear: left;
}

[class^="footer-widgets-"]:last-of-type {
  margin: 0 auto;
}

@media only screen and (min-width: 861px) {
  .footer-widgets {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-widgets {
    padding: 90px 0;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    margin-bottom: 0;
    width: 31.57895%;
  }
  .footer-widgets-2,
  .footer-widgets-3 {
    margin-left: 2.63158%;
  }
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #232b31;
  color: #c8cacc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.site-footer > .wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  padding-top: 30px;
}

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

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* # Beaver Builder
---------------------------------------------------------------------------------------------------- */
.fl-builder-edit body::before,
.fl-builder-edit body::after {
  display: none;
}

.fl-builder:not(.search) .site-inner {
  padding: 30px 0;
}

.fl-builder:not(.search) .site-inner > .wrap {
  padding: 0;
}

.fl-builder:not(.search) .pagination {
  margin: 30px;
}

.fl-builder:not(.search) .entry {
  margin-bottom: 0;
  padding: 0;
}

.fl-builder:not(.search) .entry a,
.fl-builder:not(.search) .entry a:hover,
.fl-builder:not(.search) .entry a:active {
  border-bottom: none;
  outline: none;
}

@media only screen and (max-width: 860px) {
  .fl-builder:not(.search) .entry {
    padding: 30px;
  }
  .fl-builder .fl-col-small {
    max-width: 100%;
  }
}

/* ## Accordion
--------------------------------------------- */
.fl-builder .fl-accordion-content > *:last-child {
  margin-bottom: 0;
}

.fl-builder .fl-module-accordion a:not([class]) {
  border-bottom: 2px solid rgba(227, 5, 19, 0.3);
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fl-builder .fl-module-accordion a:hover:not([class]) {
  border-bottom: 2px solid #e30513;
  color: inherit;
}

/* ## Call to Action
--------------------------------------------- */
body.fl-builder h1.fl-cta-title,
body.fl-builder h2.fl-cta-title,
body.fl-builder h3.fl-cta-title,
body.fl-builder h4.fl-cta-title,
body.fl-builder h5.fl-cta-title,
body.fl-builder h6.fl-cta-title {
  padding: 0 0 20px;
}

/* ## Callout
--------------------------------------------- */
.fl-builder .fl-callout-photo-above-title .fl-photo {
  margin-bottom: 24px;
}

body.fl-builder a.fl-callout-title-link,
body.fl-builder a.fl-callout-title-link:hover,
body.fl-builder a.fl-callout-title-link:active {
  color: inherit;
}

/* ## Content Slider
--------------------------------------------- */
.fl-module-content-slider .fl-module-content {
  overflow: hidden;
}

.fl-module-content-slider a.fl-slide-bg-link {
  position: static;
}

.fl-content-slider-navigation .slider-prev {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.fl-content-slider:hover .fl-content-slider-navigation .slider-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fl-content-slider-navigation .slider-next {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.fl-content-slider:hover .fl-content-slider-navigation .slider-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ## Gallery
--------------------------------------------- */
/* ### Collage */
.fl-mosaicflow-col > .fl-mosaicflow-item:last-of-type {
  margin-bottom: 0;
}

.fl-module-gallery .fl-mosaicflow img {
  display: block;
}

.fl-module-gallery .fl-photo-content a,
.fl-module-gallery .fl-photo-content a:hover,
.fl-module-gallery .fl-photo-content a:focus {
  border-bottom: medium none;
}

.fl-module-gallery .fl-photo-caption-hover {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat;
  font-size: 22px;
  font-size: 2.2rem;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.2;
  padding: 20px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  white-space: normal;
  text-align: left;
}

/* ## Photos
--------------------------------------------- */
.fl-builder .fl-photo-content > a,
.fl-builder .fl-photo-content > a:hover,
.fl-builder .fl-photo-content > a:active {
  border-bottom: medium none;
  outline: none;
}

/* ## Tabs
--------------------------------------------- */
/* ### Horizontal */
.fl-builder .fl-tabs-horizontal .fl-tabs-label {
  border-bottom: 2px solid transparent;
  margin: 0 10px;
  position: relative;
}

.fl-builder .fl-tabs-horizontal .fl-tabs-label:first-child {
  margin-left: 0;
}

.fl-builder .fl-tabs-horizontal .fl-tabs-label:not(.fl-tab-active):hover {
  border-color: #dedede;
}

.fl-builder .fl-tabs-horizontal .fl-tabs-label + .fl-tabs-label:before {
  background: #dedede none repeat scroll 0 0;
  content: "";
  height: 60%;
  left: -10px;
  position: absolute;
  top: 20%;
  width: 1px;
}

.fl-builder .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
  border-bottom: 2px solid #e30513 !important;
  border: none;
}

.fl-builder .fl-tabs-horizontal .fl-tabs-panels,
.fl-builder .fl-tabs-horizontal .fl-tabs-panel-content {
  background: #fff none repeat scroll 0 0;
  border: medium none;
}

.fl-builder .fl-tabs-horizontal .fl-tabs-panel-content {
  padding: 30px 0;
}

.fl-builder .fl-tabs-panel-content a:not([class]) {
  border-bottom: 2px solid rgba(227, 5, 19, 0.3);
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fl-builder .fl-tabs-panel-content a:hover:not([class]) {
  border-bottom: 2px solid #e30513;
  color: inherit;
}

/* ### Verical */
.fl-builder .fl-tabs-vertical {
  background: #f7f7f7 none repeat scroll 0 0;
}

.fl-builder .fl-tabs-vertical .fl-tabs-label.fl-tab-active {
  box-shadow: 3px 0 0 #e30513 inset;
}

/* ## Text Editor
--------------------------------------------- */
.fl-rich-text > *:last-child {
  margin-bottom: 0;
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}

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