/*!

    Theme Name: Ecko Cedar
    Theme URI: https://ecko.me/themes/wordpress/cedar/
    Description: Cedar Theme for WordPress by EckoThemes.
    Author: EckoThemes
    Author URI: https://ecko.me/
    Version: 5.1.0
    License: Envato Split License
    License URI: https://themeforest.net/licenses/faq
    Tags: three-columns,grid-layout
    Text Domain: ecko-cedar

*/
/*------------------------------------------------------------------

    -> Normalize
    -> Vars
    -> Fonts
    -> Global
    -> WordPress
    -> Blog Info
    -> Navigation
    -> Cover
    -> Blog Title
    -> Category Title
    -> Post List
    -> Pagination
    -> Footer
    -> Search
    -> Drawer
    -> Page Wrapper
    -> Widgets
    -> Social Buttons
    -> Post Title
    -> Gutenberg Default
    -> Post Contents
    -> Gutenberg Custom
    -> Post Bottom
    -> Post Author
    -> Comments
    -> Post Formats
    -> Author Title
    -> Alt Page Header

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Normalize
-------------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*------------------------------------------------------------------
    Fonts
-------------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  font-display: block;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("./assets/font/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Serif';
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: local("Noto Serif"), local("NotoSerif"), url("./assets/font/NotoSerif.woff") format("woff");
}

@font-face {
  font-family: 'Noto Serif';
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("./assets/font/NotoSerif-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Oxygen';
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: local("Oxygen Regular"), local("Oxygen-Regular"), url("./assets/font/Oxygen-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Oxygen';
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: local("Oxygen Bold"), local("Oxygen-Bold"), url("./assets/font/Oxygen-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Varela Round';
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: local("Varela Round Regular"), local("VarelaRound-Regular"), url("./assets/font/VarelaRound-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: local("Source Code Pro Medium"), local("SourceCodePro-Medium"), url("./assets/font/SourceCodePro-Medium.woff") format("woff");
}

/*------------------------------------------------------------------
    Vars
-------------------------------------------------------------------*/
/* COLORS */
/* SOCIAL */
/* FONTS */
/* MIXIN */
/* ANIMATIONS */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeinpost {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.2;
  }
}

@keyframes fadeinpost {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.2;
  }
}

@-webkit-keyframes slidefade {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slidefade {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

/*------------------------------------------------------------------
    Global
-------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font: 300 17px/28px "Oxygen", "Arial", Sans-Serif;
  height: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* BLOCK */
.wrapper {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

input:active, input:focus {
  outline: none;
}

.tags,
.tagcloud {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags a,
.tagcloud a {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 12px 25px;
  text-transform: uppercase;
  color: #62646c;
  border-radius: 3px;
  outline: none !important;
  background: #f1f3f4;
}

.tags a:hover,
.tagcloud a:hover {
  color: #4f5357;
  background: #dee0e5;
}

.tags {
  float: left;
  width: 65%;
}

.tagcloud a {
  font-size: 9px !important;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 9px 17px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  outline: none !important;
}

.headerspace {
  width: 100%;
  height: 90px;
}

.justified-gallery img {
  border-radius: 0;
}

/* INLINE */
::selection {
  color: #fff;
  background: #373b43;
}

::-moz-selection {
  color: #fff;
  background: #373b43;
}

a {
  transition: color 0.15s ease-in, background 0.15s ease-in, border-color 0.15s ease-in;
  text-decoration: none;
  color: #4a5153;
}

a:focus {
  outline: none;
  outline-style: none;
  outline-color: transparent;
}

strong {
  font-weight: 600;
}

/* SVG */
.svg-icon {
  width: 24px;
  height: 24px;
}

.svg-icon use {
  pointer-events: none;
}

.svg-icon-stroke {
  transition: stroke 0.2s ease-out;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.svg-icon-fill {
  transition: fill 0.2s ease-out;
  fill: currentColor;
  stroke: none;
}

/* INPUT */
input[type='text'],
input[type='email'],
input[type='password'] {
  display: inline-block;
  margin-bottom: 30px;
  padding: 14px 18px;
  color: #373737;
  border: 0;
  border-radius: 3px;
  background: #efefef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  font-family: "Oxygen", "Arial", Sans-Serif;
  font-size: 14px;
  width: 100%;
  padding: 14px 18px;
  color: #373737;
  border: 0;
  border-radius: 3px;
  background: #efefef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='submit'],
button {
  font-size: 12px;
  float: right;
  margin-top: 20px;
  padding: 12px 32px;
  transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  text-transform: uppercase;
  color: #373737;
  border: 0;
  border-radius: 90px;
  background: #efefef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='submit']:hover,
button:hover {
  color: #fff;
  background: #373737;
}

/* MISC */
.font_alt {
  font-family: "Montserrat", "Arial", Sans-Serif;
}

body.admin-bar .headroom {
  height: 102px;
  padding-top: 50px;
}

body.admin-bar .drawer {
  padding-top: 32px;
}

/*------------------------------------------------------------------
    WordPress
-------------------------------------------------------------------*/
#wp-calendar {
  font-family: "Montserrat", "Arial", Sans-Serif;
  width: 100%;
  margin: 0;
  border-spacing: 8px;
  border-collapse: separate;
}

#wp-calendar caption {
  display: none;
}

#wp-calendar thead {
  font-size: 13px;
  font-weight: 600;
  color: #626262;
}

#wp-calendar thead th {
  padding-bottom: 20px;
  text-align: center;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody tr {
  margin-bottom: 10px;
}

#wp-calendar tbody td {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 9px;
  transition: background 0.15s ease-in-out;
  text-align: center;
  color: #939393;
  border-radius: 3px;
  background: #f7f7f7;
}

#wp-calendar tbody td#today {
  color: #fff;
  background: #696b6c;
}

#wp-calendar tbody td#today a {
  color: #fff;
}

#wp-calendar tbody td:hover {
  background: #dbdbdb;
}

#wp-calendar tbody td:hover {
  background: #dbdbdb;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tbody .pad:hover {
  background: none;
}

#wp-calendar tbody td a {
  font-size: 13px;
  font-weight: 600;
  color: #eee;
  border-radius: 3px;
}

#wp-calendar tfoot {
  margin-top: 8px;
  border-spacing: 0;
}

#wp-calendar tfoot a {
  font-size: 14px;
  font-weight: 600;
  color: #909090;
}

#wp-calendar a:hover {
  color: #7e7e7e;
}

#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
}

#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
}

@media (max-width: 420px) {
  #wp-calendar {
    display: none;
  }
}

.postcontents .wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #fff;
}

.postcontents .wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.postcontents .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.screen-reader-text:focus {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*------------------------------------------------------------------
    Blog Info
-------------------------------------------------------------------*/
header.bloginfo {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  padding: 22px 25px 15px;
  transition: left 500ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, left 500ms ease-in-out;
  transition: transform 150ms ease-in-out, left 500ms ease-in-out, -webkit-transform 150ms ease-in-out;
  border-bottom: 2px solid #f2f2f2;
  background: #fff;
}

header.bloginfo .title {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  float: left;
  color: #373737;
}

header.bloginfo .title img {
  max-height: 27px;
  margin-top: 3px;
}

header.bloginfo .title a {
  color: #373737;
}

header.bloginfo nav {
  float: right;
}

header.bloginfo.slide {
  left: -400px;
}

header.bloginfo.transparent {
  position: absolute;
  padding: 35px;
  border: 0;
  background: transparent;
}

header.bloginfo.transparent .title a {
  color: #fff;
}

header.bloginfo.transparent.slide {
  left: 0;
}

@media (max-width: 420px) {
  header.bloginfo.transparent {
    padding: 25px;
  }
}

header.bloginfo.headroom {
  display: none;
}

header.bloginfo.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

header.bloginfo.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*------------------------------------------------------------------
    Navigation
-------------------------------------------------------------------*/
nav.main div {
  float: left;
}

nav.main ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.main ul li {
  position: relative;
  display: block;
  float: left;
}

nav.main ul li:hover a {
  color: #0f0f0f;
}

nav.main ul a,
nav.main ul span {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  display: inline-block;
  padding: 3px 12px 15px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  text-transform: uppercase;
  color: #4b4b4b;
}

nav.main ul a:hover,
nav.main ul span:hover {
  color: #0f0f0f;
}

nav.main ul svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  vertical-align: -2px;
  stroke-width: 3px;
}

nav.main ul > li:before {
  font-family: 'arial';
  font-size: 8px;
  content: '\25CF';
  vertical-align: 3px;
  color: #dfdfdf;
}

nav.main ul > li:hover ul {
  display: block;
}

nav.main ul li ul {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
  width: 225px;
  padding: 10px;
  border: 2px solid #eee;
  border-radius: 3px;
  background: #fff;
}

nav.main ul li ul:before {
  position: absolute;
  top: -10px;
  right: 7px;
  width: 0;
  height: 0;
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  border-left: 10px solid transparent;
}

nav.main ul li ul li {
  display: block;
  float: none;
  transition: padding 0.125s ease-in;
  text-align: right;
}

nav.main ul li ul li:hover {
  padding-right: 5px;
}

nav.main ul li ul li:hover a {
  color: #46484d;
}

nav.main ul li ul a {
  font-size: 12px;
  display: block;
  padding: 5px 10px;
  color: #46484d;
}

nav.main ul li ul a:hover {
  color: #000;
}

nav.main ul li ul li:before {
  content: '';
}

nav.main ul .option:before {
  font-size: 16px;
  content: '|';
  vertical-align: 0;
}

nav.main ul .option svg {
  font-size: 14px;
  width: 18px;
  height: 18px;
  stroke-width: 3px;
  margin: 0;
  vertical-align: -4px;
}

nav.main ul .option span {
  padding: 0px 13px 3px 7px;
}

nav.main ul li:first-child:before {
  content: '';
}

nav.main ul .option:first-child:before {
  content: '|';
}

@media (max-width: 880px) {
  nav.main ul li {
    display: none;
  }
  nav.main ul .option {
    display: block;
  }
  nav.main ul .option:first-child:before {
    display: none;
  }
}

@media (max-width: 630px) {
  nav.main ul .option.searchnav {
    display: none;
  }
  nav.main ul .option:before {
    display: none;
  }
}

nav.light ul > li:hover > a {
  color: #fff;
}

nav.light ul a,
nav.light ul span {
  color: #d9d9d9;
}

nav.light ul a:hover,
nav.light ul span:hover {
  color: #fff;
}

nav.light ul li:before {
  color: #5d5d5d;
}

nav.light ul li ul {
  border: 2px solid #fff;
}

nav.light ul li ul li a {
  color: #46484d;
}

nav.light ul li ul li a:hover {
  color: #000;
}

nav.light ul li ul:before {
  border-bottom: 10px solid #fff;
}

/*------------------------------------------------------------------
    Cover
-------------------------------------------------------------------*/
.cover {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #101010;
}

.cover.short {
  height: 65vh;
}

.cover .patternbg {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: url("./assets/img/pattern_bg.png");
}

@media (max-width: 560px) {
  .cover {
    height: 60vh;
  }
}

.cover .background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0.2;
  background-size: cover;
}

.mouse {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 25px;
  height: 36px;
  margin-left: -12px;
  cursor: pointer;
  transition: border-color 0.2s ease-in;
  border: 2px solid #888;
  border: 2px solid rgba(255, 255, 255, 0.27);
  border-radius: 15px;
}

.mouse .scroll {
  display: block;
  width: 3px;
  height: 6px;
  margin: 6px auto;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 4px;
  background: #b0b1b1;
}

.mouse:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 560px) {
  .mouse {
    visibility: hidden;
  }
}

.cover .posttitle {
  position: relative;
}

.vjs-poster,
.vjs-loading-spinner,
.vjs-text-track-display,
.vjs-control-bar,
.vjs-caption-settings {
  display: none;
}

body.author .cover,
body.category .cover,
body.search .cover,
body.archive .cover,
body.home.paged .cover {
  height: 65vh;
}

body.single .cover .background {
  -webkit-animation: fadeinpost 0.5s ease-in-out;
          animation: fadeinpost 0.5s ease-in-out;
}

body.single .cover .background--custom-opacity {
  -webkit-animation: none;
          animation: none;
}

body.error404 .mouse {
  visibility: hidden;
}

/*------------------------------------------------------------------
    Blog Title
-------------------------------------------------------------------*/
.blogtitle,
.errortitle {
  position: relative;
  z-index: 1000;
  display: table-cell;
  width: 700px;
  vertical-align: middle;
}

.blogtitle h1,
.errortitle h1 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  margin: 10% 0 50px;
  color: #fff;
}

.blogtitle .description,
.errortitle .description {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 23px;
  line-height: 38px;
  margin: 40px 0 35px;
  letter-spacing: -1px;
  color: #b3b3b3;
}

.blogtitle .description a,
.errortitle .description a {
  color: #939393;
}

.blogtitle hr,
.errortitle hr {
  width: 10%;
  height: 3px;
  margin: 0;
  border: 0;
  background: #5a5a5a;
}

@media (max-width: 880px) {
  .blogtitle,
  .errortitle {
    width: 70%;
    text-align: center;
  }
  .blogtitle .description,
  .errortitle .description {
    font-size: 20px;
    line-height: 32px;
  }
  .blogtitle hr,
  .errortitle hr {
    width: 20%;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .blogtitle,
  .errortitle {
    width: 80%;
  }
  .blogtitle img,
  .errortitle img {
    margin-top: 25%;
  }
  .blogtitle .description,
  .errortitle .description {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
  }
  .blogtitle hr,
  .errortitle hr {
    display: none;
  }
}

@media (max-height: 520px) {
  .blogtitle .description,
  .blogtitle hr,
  .errortitle .description,
  .errortitle hr {
    display: none;
  }
}

/*------------------------------------------------------------------
    Category Title
-------------------------------------------------------------------*/
.categorytitle {
  position: relative;
  z-index: 1000;
  display: table-cell;
  width: 700px;
  vertical-align: middle;
}

.categorytitle .name {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  margin: 10% 0 25px;
  text-align: center;
  color: #fff;
}

.categorytitle p {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 23px;
  line-height: 38px;
  margin: 40px 0 35px;
  text-align: center;
  letter-spacing: -1px;
  color: #939393;
}

.categorytitle hr {
  width: 10%;
  height: 3px;
  margin: 0;
  border: 0;
  background: #5a5a5a;
}

@media (max-width: 880px) {
  .categorytitle {
    width: 70%;
    text-align: center;
  }
  .categorytitle .name {
    font-size: 36px;
    line-height: 34px;
    margin: 20% 0 25px;
  }
  .categorytitle p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 560px) {
  .categorytitle {
    width: 80%;
  }
  .categorytitle .name {
    font-size: 30px;
    line-height: 32px;
  }
  .categorytitle p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-height: 675px) {
  .categorytitle p {
    display: none;
  }
}

/*------------------------------------------------------------------
    Post List
-------------------------------------------------------------------*/
.postlist .postitem:nth-child(even) {
  background: #f9f9f9;
}

.postitem {
  padding: 90px 0;
}

.postitem .meta {
  line-height: 28px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.postitem .meta li {
  display: block;
}

.postitem .meta li:last-child:before {
  content: '';
}

.postitem .meta li:nth-child(2) a {
  padding-right: 0;
}

.postitem .meta .category {
  float: left;
}

.postitem .meta .category a {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  display: inline-block;
  padding: 3px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background: #009bbb;
}

.postitem .meta .date,
.postitem .meta .readtime,
.postitem .meta .issticky {
  float: right;
  margin-top: 3px;
}

.postitem .meta .date a,
.postitem .meta .readtime a,
.postitem .meta .issticky a {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 15px;
  padding: 0 8px;
  letter-spacing: -1px;
  color: #b5b5b5;
}

.postitem .meta .date a:hover,
.postitem .meta .readtime a:hover,
.postitem .meta .issticky a:hover {
  color: #5c5c5c;
}

.postitem .meta .date:before,
.postitem .meta .readtime:before,
.postitem .meta .issticky:before {
  font-family: 'arial';
  font-size: 8px;
  margin: 0 4px;
  content: '\25CF';
  vertical-align: 3px;
  color: #e0e0e0;
}

.postitem .meta .date:first-child:before,
.postitem .meta .readtime:first-child:before,
.postitem .meta .issticky:first-child:before {
  content: '';
}

.postitem .meta .issticky {
  display: none;
  color: #b5b5b5;
}

.postitem .meta .issticky svg {
  width: 17px;
  height: 17px;
  margin-left: 10px;
  vertical-align: -5px;
}

.postitem figure {
  margin: 0;
}

.postitem h1,
.postitem h2 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  margin: 45px 0;
  letter-spacing: -1px;
}

.postitem h1 a,
.postitem h2 a {
  display: block;
  color: #373737;
}

.postitem h1 a:hover,
.postitem h2 a:hover {
  color: #5e5e5e;
}

.postitem .excerpt {
  font-family: "Noto Serif", "Times New Roman", Serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  overflow: hidden;
  margin: 40px 0;
  color: #62646c;
  color: rgba(35, 37, 40, 0.7);
}

.postitem .author {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 15px;
  display: inline-block;
  letter-spacing: -0.5px;
  color: #b5b5b5;
}

.postitem .author:hover {
  color: #7a7b8e;
}

.postitem .author img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  vertical-align: -7px;
  border-radius: 50px;
}

@media (max-width: 750px) {
  .postitem {
    padding: 10% 0;
  }
  .postitem h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 52px;
    margin: 40px 0;
  }
}

@media (max-width: 490px) {
  .postitem h2 {
    font-size: 32px;
    line-height: 46px;
    margin: 30px 0;
  }
  .postitem .excerpt {
    font-size: 17px;
    line-height: 28px;
    margin: 30px 0;
  }
  .postitem .meta .readtime {
    display: none;
  }
  .postitem .meta .category a {
    font-size: 10px;
  }
}

@media (max-width: 370px) {
  .postitem {
    text-align: center;
  }
  .postitem h2 {
    font-size: 28px;
    line-height: 42px;
    margin: 30px 0;
  }
  .postitem .meta .date {
    display: none;
  }
  .postitem .excerpt {
    font-size: 16px;
    display: none;
  }
  .postitem .meta .category {
    float: none;
    margin: 0 auto;
  }
}

.post-list-advrt {
  padding: 90px 0;
}

.post-list-advrt .advrt {
  width: 728px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .post-list-advrt {
    display: none;
  }
  .post-list-advrt + hr {
    display: none;
  }
}

/*------------------------------------------------------------------
    Pagination
-------------------------------------------------------------------*/
nav.pagination {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  border-top: 1px solid #f3f3f3;
}

nav.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.pagination .previous {
  float: right;
}

nav.pagination .next {
  float: left;
}

nav.pagination .previous,
nav.pagination .next {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 13px;
  padding: 7px 36px;
  transition: border-color 0.1s ease-in-out;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #373737;
  border: 2px solid #e9e9e9;
  border-radius: 90px;
}

nav.pagination .previous:hover,
nav.pagination .next:hover {
  border-color: #b6b7c5;
}

nav.pagination .previous svg,
nav.pagination .next svg {
  display: none;
  stroke-width: 2px;
  vertical-align: -6px;
}

nav.pagination ul.page-numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: default;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

nav.pagination ul.page-numbers li {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 13px;
  display: inline-block;
  margin: 0 2px;
  text-transform: uppercase;
  color: #373737;
}

nav.pagination ul.page-numbers a,
nav.pagination ul.page-numbers span {
  line-height: 39px;
  display: block;
  width: 42px;
  height: 42px;
  transition: border-color 0.15s ease-in-out;
  text-align: center;
  color: #373737;
  border: 2px solid #e9e9e9;
  border-radius: 90px;
}

nav.pagination ul.page-numbers a {
  cursor: pointer;
}

nav.pagination ul.page-numbers a:hover {
  border-color: #b6b7c5;
}

nav.pagination ul.page-numbers span {
  background: #f9f9f9;
}

nav.pagination ul.page-numbers .dots {
  width: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

nav.pagination .button .sub {
  display: block;
  color: #373737;
}

@media (max-width: 740px) {
  nav.pagination ul.page-numbers {
    display: none;
  }
}

@media (max-width: 520px) {
  nav.pagination .button .main {
    display: none;
  }
  nav.pagination .button .sub svg {
    display: inline-block;
  }
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/
footer.main {
  overflow: hidden;
  padding: 30px;
  background: #242526;
}

footer.main .copyright {
  float: left;
  padding: 0;
  border: 0;
}

footer.main .copyright:after {
  display: none;
}

footer.main .copyright .main {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 13px;
  line-height: normal;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
  color: #ced3d8;
}

footer.main .copyright .main a {
  color: #ced3d8;
}

footer.main .copyright .main a:hover {
  color: #fff;
}

footer.main .copyright .alt {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  letter-spacing: -0.5px;
  color: #515151;
}

footer.main .copyright .alt a {
  color: #515151;
}

footer.main .copyright .alt a:hover {
  color: #797979;
}

footer.main .social {
  float: right;
  overflow: hidden;
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

footer.main .social li {
  display: block;
  float: left;
  border-left: 1px solid #4b4b4b;
}

footer.main .social li:first-child {
  border: 0;
}

footer.main .social li:last-child a {
  padding-right: 0;
}

footer.main .social a {
  display: inline-block;
  margin: 0;
  padding: 0 17px;
  color: #fff;
}

footer.main .social svg {
  width: 14px;
  height: 14px;
}

footer.main .social .twitter:hover {
  color: #55acee;
}

footer.main .social .facebook:hover {
  color: #3b5998;
}

footer.main .social .github:hover {
  color: #999;
}

footer.main .social .youtube:hover {
  color: #c4302b;
}

footer.main .social .dribbble:hover {
  color: #ea4c89;
}

footer.main .social .google-plus:hover {
  color: #dd4b39;
}

footer.main .social .instagram:hover {
  color: #3f729b;
}

footer.main .social .linkedin:hover {
  color: #0e76a8;
}

footer.main .social .pinterest:hover {
  color: #c8232c;
}

footer.main .social .skype:hover {
  color: #00aff0;
}

footer.main .social .tumblr:hover {
  color: #35465c;
}

footer.main .social .flickr:hover {
  color: #ff0084;
}

footer.main .social .reddit:hover {
  color: #5f99cf;
}

footer.main .social .stackoverflow:hover {
  color: #fe7a15;
}

footer.main .social .twitch:hover {
  color: #6441a5;
}

footer.main .social .vk:hover {
  color: #45668e;
}

footer.main .social .vimeo:hover {
  color: #1ab7ea;
}

footer.main .social .weibo:hover {
  color: #d72928;
}

footer.main .social .soundcloud:hover {
  color: #f80;
}

footer.main .social .slideshare:hover {
  color: #0077b5;
}

@media (max-width: 900px) {
  footer.main .copyright,
  footer.main .social {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
  footer.main .social {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  footer.main .social li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
}

footer.postinfo {
  position: fixed;
  z-index: 1500;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  transition: left 500ms ease-in-out;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  transform: translateY(0%);
  border-top: 2px solid #f2f2f2;
  background: #fff;
}

footer.postinfo.slide {
  left: -400px;
}

footer.postinfo .socialoptions {
  position: absolute;
  bottom: 35px;
  display: none;
  width: 100%;
  height: 75px;
  margin-left: -25px;
  background: #f4f4f4;
  background: rgba(244, 244, 244, 0.5);
}

footer.postinfo .socialoptions .closeshare {
  cursor: pointer;
}

footer.postinfo .socialoptions ul {
  float: right;
  margin: 23px 15px 0 0;
  list-style: none;
}

footer.postinfo .socialoptions ul li {
  float: left;
  margin-right: 10px;
}

footer.postinfo .default {
  position: relative;
  padding: 18px 25px 15px;
}

footer.postinfo .authorinfo {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  float: left;
}

footer.postinfo .authorinfo .gravatar {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  vertical-align: -14px;
  border-radius: 60px;
}

footer.postinfo .authorinfo .authorname {
  color: #585858;
}

footer.postinfo .authorinfo .authordate {
  font-size: 13px;
  color: #b5b5b5;
}

footer.postinfo .authorinfo .authordate:before {
  font-family: 'arial';
  font-size: 8px;
  margin: 0 10px;
  content: '\25CF';
  vertical-align: 3px;
}

footer.postinfo .postoptions {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  float: right;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}

footer.postinfo .postoptions li {
  display: block;
  float: left;
  padding: 11px 20px;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
  color: #858585;
  border-left: 1px solid #dadada;
}

footer.postinfo .postoptions li:hover {
  color: #323232;
}

footer.postinfo .postoptions svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: -5px;
}

footer.postinfo .postoptions li:first-child {
  border: 0;
}

footer.postinfo .postoptions li:last-child {
  padding-right: 0;
}

footer.postinfo .relatedposts {
  position: relative;
  display: none;
  overflow: hidden;
  padding: 22px 25px 15px;
}

footer.postinfo .relatedposts .previouspost,
footer.postinfo .relatedposts .nextpost {
  display: block;
  float: left;
}

footer.postinfo .relatedposts .nextpost {
  float: right;
  text-align: right;
}

footer.postinfo .relatedposts img {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 60px;
}

footer.postinfo .relatedposts .nextpost img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

footer.postinfo .relatedposts .info {
  float: left;
}

footer.postinfo .relatedposts .nextpost img {
  float: right;
}

footer.postinfo .relatedposts span {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  color: #8f99a3;
}

footer.postinfo .relatedposts .title {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 15px;
  text-transform: none;
  color: #585858;
}

footer.postinfo .relatedposts .backtotop {
  line-height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 90px;
  background: #e8e8e8;
  color: #7d7c82;
}

footer.postinfo .relatedposts .backtotop svg {
  width: 14px;
  height: 14px;
  stroke-width: 3px;
  vertical-align: -1px;
}

footer.postinfo .relatedposts .backtotop:hover {
  color: #4a5153;
}

@media (max-width: 750px) {
  footer.postinfo {
    display: none !important;
  }
}

/*------------------------------------------------------------------
    Search
-------------------------------------------------------------------*/
.searchoverlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  transition: left 500ms ease-in-out;
  background: #191a1a;
  background: rgba(25, 26, 26, 0.89);
}

.searchoverlay.slide {
  left: -400px;
}

.searchoverlay .closesearch {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 38px;
  right: 38px;
  cursor: pointer;
  color: #fff;
}

.searchoverlay form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.searchoverlay form input {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 32px;
  font-weight: 600;
  width: 100%;
  padding: 40px 50px 40px 0;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #545555;
  border-radius: 0;
  background: transparent;
}

.searchoverlay form input::-webkit-input-placeholder {
  color: #e7e7e7;
}

.searchoverlay form input:-moz-placeholder {
  opacity: 1;
  color: #e7e7e7;
}

.searchoverlay form input::-moz-placeholder {
  opacity: 1;
  color: #e7e7e7;
}

.searchoverlay form input:-ms-input-placeholder {
  color: #e7e7e7;
}

.searchoverlay form svg {
  font-size: 24px;
  position: absolute;
  top: 48px;
  right: 10px;
  cursor: pointer;
  color: #fff8f8;
}

@media (max-width: 800px) {
  .searchoverlay form {
    width: 80%;
  }
}

/*------------------------------------------------------------------
    Drawer
-------------------------------------------------------------------*/
.drawer {
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  overflow-y: auto;
  width: 400px;
  height: 100%;
  padding: 0 35px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-left: 1px solid #eaeaea;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.drawer.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer .closedrawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  padding: 20px;
  cursor: pointer;
}

@media (max-width: 420px) {
  .drawer {
    width: 325px;
  }
}

/*------------------------------------------------------------------
    Page Wrapper
-------------------------------------------------------------------*/
.pagewrapper {
  position: relative;
  left: 0;
  transition: left 500ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.pagewrapper.slide {
  left: -400px;
  cursor: pointer;
}

@media (max-width: 420px) {
  .pagewrapper.slide {
    left: -325px;
  }
}

/*------------------------------------------------------------------
    Widgets
-------------------------------------------------------------------*/
.widget {
  padding: 35px 0 0;
}

.widget:last-child {
  border: 0;
}

.widget > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.widget .widget-title {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
  text-transform: uppercase;
  color: #242526;
}

.widget .widget-title a {
  color: #242526;
}

.widget hr {
  display: none;
  width: 20%;
  height: 1px;
  margin: 0;
  border: 0;
  background: #000;
}

.widget p {
  font-family: "Oxygen", "Arial", Sans-Serif;
  font-size: 15px;
  line-height: 33px;
  color: #7a7e81;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li a {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 0 5px 0;
  letter-spacing: -0.5px;
  color: #8b8b8b;
}

.widget li a:hover {
  color: #4f4f4f;
}

.widget input,
.widget select,
.widget button {
  max-width: 100%;
}

.widget li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget:after {
  display: block;
  clear: both;
  width: 20%;
  height: 1px;
  margin-top: 35px;
  content: '';
  background: #ececec;
}

.widget.blog_info h1 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 34px;
  font-weight: 600;
  color: #373737;
}

.widget.blog_info img {
  max-width: 80%;
}

.widget.blog_info .social {
  display: none;
}

.widget.navigation {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 20px 0 0;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.widget.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.navigation li {
  margin: 0;
  padding: 0;
}

.widget.navigation li:last-child {
  border-bottom: 0;
}

.widget.navigation li a {
  display: block;
  padding: 15px 0;
  color: #242526;
  outline: none;
}

.widget.navigation li a svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: -3px;
  color: #c6cdd6;
  stroke-width: 3px;
}

.widget.navigation li a:hover {
  color: #151516;
}

.widget.navigation li a:hover svg {
  color: #9ca1a8;
}

.widget.navigation i {
  transition: color 0.25s ease-in-out;
}

.widget.navigation .sub-menu {
  display: none;
  margin-bottom: 10px;
}

.widget.navigation .sub-menu li:last-child {
  border: 0;
}

.widget.navigation .sub-menu li a {
  font-size: 14px;
  padding: 10px 0 10px 10px;
  color: #8b8b8b;
}

.widget.navigation .sub-menu li a:hover {
  color: #4f4f4f;
}

.widget.navigation i {
  margin-left: 15px;
  color: #4e4e4e;
}

.widget.navigation:after {
  margin-top: 20px;
}

.widget.twitter .tweet {
  clear: both;
  overflow: hidden;
  margin-bottom: 35px;
}

.widget.twitter .tweet:last-child {
  margin-bottom: 0;
}

.widget.twitter .text {
  font-family: "Oxygen", "Arial", Sans-Serif;
  font-size: 0.41667;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
  color: #888e92;
}

.widget.twitter .info {
  overflow: hidden;
}

.widget.twitter .author {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
  float: left;
  color: #7d8489;
}

.widget.twitter .author svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
  vertical-align: -4px;
  color: #55acee;
}

.widget.twitter .author:hover {
  color: #5e6266;
}

.widget.twitter .date {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: block;
  float: right;
  margin-top: 7px;
  text-transform: uppercase;
  color: #cfcfcf;
}

.widget.twitter .date:hover {
  color: #9b9b9b;
}

.widget.social {
  padding: 35px 0 0;
}

.widget.social .socialdark {
  line-height: 27px;
}

.widget.social:after {
  margin-top: 25px;
}

.widget .searchform {
  position: relative;
}

.widget .searchform input {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 47px;
  margin-bottom: 0;
  padding: 0 50px;
  letter-spacing: -0.5px;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  background: transparent;
}

.widget .searchform svg {
  position: absolute;
  top: 16px;
  left: 22px;
  width: 16px;
  height: 16px;
  color: #b5b5b5;
}

.widget .searchform .submit {
  position: absolute;
  top: 16px;
  right: 22px;
  width: 16px;
  height: 16px;
  color: #858f96;
}

.widget.latestposts {
  overflow: hidden;
}

.widget.latestposts .post {
  overflow: hidden;
  margin-bottom: 40px;
}

.widget.latestposts .post:last-child {
  margin: 0;
}

.widget.latestposts .info {
  margin-top: -4px;
}

.widget.latestposts .category {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 8px;
  line-height: normal;
  display: inline-block;
  padding: 6px 10px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background: #3f9bd5;
}

.widget.latestposts .category:hover {
  color: #e1e1e1;
}

.widget.latestposts .thumbnail {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 25%;
  max-width: 65px;
  height: 65px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 3px;
}

.widget.latestposts .thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
  background-size: cover;
}

.widget.latestposts .thumbnail svg {
  position: absolute;
  z-index: 600;
  top: 50%;
  left: 50%;
  transition: opacity 0.25s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
}

.widget.latestposts .thumbnail:hover span {
  opacity: 0.4;
}

.widget.latestposts .thumbnail:hover svg {
  opacity: 1;
}

.widget.latestposts .excerpt {
  display: none;
}

.widget.latestposts .info {
  float: left;
  max-width: 67.5%;
  margin-left: 7.5%;
}

.widget.latestposts h5 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 10px 0 0;
  letter-spacing: -1px;
  letter-spacing: -0.5px;
  color: #62646c;
}

.widget.latestposts h5 a {
  color: #62646c;
}

.widget.latestposts h5 a:hover {
  color: #62646c;
}

.widget.latestposts .meta {
  display: none;
}

.widget.relatedposts,
.widget.randomposts {
  overflow: hidden;
}

.widget.relatedposts .category,
.widget.randomposts .category {
  display: none;
}

.widget.relatedposts .feature,
.widget.randomposts .feature {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 150px;
  border-radius: 3px;
}

.widget.relatedposts .feature:after,
.widget.randomposts .feature:after {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding-top: 70px;
  content: 'Read Article';
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.widget.relatedposts .feature:hover:after,
.widget.randomposts .feature:hover:after {
  opacity: 1.0;
}

.widget.relatedposts .feature:hover img,
.widget.randomposts .feature:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.widget.relatedposts .feature img,
.widget.randomposts .feature img {
  width: 100%;
  min-height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.widget.relatedposts article,
.widget.randomposts article {
  padding: 15px 0;
}

.widget.relatedposts article:first-of-type,
.widget.randomposts article:first-of-type {
  padding-top: 0;
}

.widget.relatedposts article:last-of-type,
.widget.randomposts article:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.widget.relatedposts h4,
.widget.randomposts h4 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 17px 0 9px;
  letter-spacing: -1px;
}

.widget.relatedposts h4 a,
.widget.randomposts h4 a {
  display: block;
  width: 100%;
  color: #62646c;
}

.widget.relatedposts h4 a:hover,
.widget.randomposts h4 a:hover {
  color: #999;
}

.widget.relatedposts .meta,
.widget.randomposts .meta {
  display: none;
}

.widget.subscribe {
  position: relative;
  overflow: hidden;
}

.widget.subscribe .email {
  padding: 18px 18px 18px 50px;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget.subscribe label {
  display: none;
}

.widget.subscribe svg {
  font-size: 14px;
  position: absolute;
  z-index: 100;
  bottom: 52px;
  left: 20px;
  width: 17px;
  height: 17px;
  color: #a8a8a8;
}

.widget.subscribe input[type='email'] {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 48px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 125px 0 50px;
  letter-spacing: -0.5px;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  background: #fff;
}

.widget.subscribe input[type='submit'] {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 35%;
  height: 38px;
  margin-top: 0;
  padding: 0;
  transition: background 0.15s ease-in;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  border: 0;
  border-radius: 100px;
  background: #f4f4f4;
}

.widget.subscribe input[type='submit']:hover {
  color: #373737;
  background: #e5e5e5;
}

.widget.subscribe form {
  position: relative;
  overflow: hidden;
}

.widget.socialshare {
  overflow: hidden;
}

.widget.socialshare .options {
  overflow: hidden;
  padding-bottom: 0;
}

.widget.socialshare > *:last-child {
  margin-bottom: 0;
}

.widget.socialshare > *:first-child {
  margin-top: 0;
}

.widget.socialshare a:nth-child(odd) {
  float: left;
}

.widget.socialshare a:nth-child(even) {
  float: right;
}

.widget.socialshare svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: -4px;
}

.widget.copyright .main {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 13px;
  line-height: normal;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
  color: #505357;
}

.widget.copyright .main a {
  color: #505357;
}

.widget.copyright .main a:hover {
  color: #333538;
}

.widget.copyright .alt {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  letter-spacing: -0.5px;
  color: #a9b1b9;
}

.widget.copyright .alt a {
  color: #a9b1b9;
}

.widget.copyright .alt a:hover {
  color: #797979;
}

.drawer .widget.authorprofile {
  padding: 35px 0 0;
}

.drawer .widget.authorprofile .info {
  overflow: hidden;
}

.drawer .widget.authorprofile .profile {
  float: left;
  width: 20%;
}

.drawer .widget.authorprofile .profile img {
  border-radius: 90px;
}

.drawer .widget.authorprofile .meta {
  float: left;
  width: 75%;
  margin-left: 5%;
}

.drawer .widget.authorprofile .meta .title,
.drawer .widget.authorprofile .meta .twittertag {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #c9c9c9;
}

.drawer .widget.authorprofile .meta .title a,
.drawer .widget.authorprofile .meta .twittertag a {
  color: #c9c9c9;
}

.drawer .widget.authorprofile .meta .title {
  display: block;
}

.drawer .widget.authorprofile .meta h3 {
  margin: 0;
}

.drawer .widget.authorprofile .meta h3 a {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #403f3f;
}

.drawer .widget.authorprofile .meta .twittertag {
  font-size: 13px;
  text-transform: none;
  color: #c9c9c9;
}

.drawer .widget.authorprofile .meta .twittertag:hover {
  color: #959595;
}

.drawer .widget.authorprofile p {
  margin: 20px 0 25px;
}

.drawer .widget.authorprofile .authorsocial li {
  display: inline-block;
  margin-bottom: 4px;
}

.drawer .widget.authorprofile .authorsocial a {
  line-height: 22px;
  width: 30px;
  height: 30px;
}

.drawer .widget.authorprofile .authorsocial a svg {
  width: 12px;
  height: 12px;
}

.drawer .widget.authorprofile .authorsocial a:hover {
  color: #fff;
}

/* WIDGET: FEATURE POST */
.widget.widget-feature-post {
  position: relative;
  overflow: hidden;
}

.widget.widget-feature-post .widget-feature-post-item {
  position: relative;
  width: 100%;
  height: 420px;
  text-align: center;
  border-radius: 2px;
  background: #131111;
}

.widget.widget-feature-post .widget-feature-post-gradient,
.widget.widget-feature-post .widget-feature-post-background {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
  background-position: center;
  background-size: cover;
}

.widget.widget-feature-post .widget-feature-post-gradient {
  opacity: 0.75;
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.widget.widget-feature-post .widget-feature-post-info {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.widget.widget-feature-post .widget-feature-post-lower {
  position: absolute;
  bottom: 0;
  padding: 40px;
  transition: padding 0.2s ease-out;
}

.widget.widget-feature-post .widget-feature-post-title {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.widget.widget-feature-post .post-title {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  color: #fff;
}

.widget.widget-feature-post .post-category {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 10px;
  line-height: normal;
  display: inline-block;
  padding: 9px 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background: #52545e;
}

.widget.widget-feature-post:hover .widget-feature-post-background {
  opacity: 0.4;
}

.widget.widget-feature-post:hover .widget-feature-post-lower {
  padding-bottom: 60px;
}

.drawer .widget.copyright .ecko {
  display: block;
  margin-bottom: 10px;
}

.widget.advrt {
  text-align: center;
}

.widget.advrt > * {
  display: inline-block;
  margin: 0 auto;
}

.widget.advrt > script {
  display: none;
}

/*------------------------------------------------------------------
    Social Buttons
-------------------------------------------------------------------*/
nav.social ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.social ul li {
  float: left;
  margin-right: 9px;
  margin-bottom: 10px;
}

nav.social .socialdark,
.socialdark {
  font-size: 12px;
  line-height: 39px;
  display: block;
  width: 35px;
  height: 35px;
  transition: background 0.15s ease-in;
  text-align: center;
  color: #636c77;
  border-radius: 70px;
  background: #f2f2f2;
}

nav.social .socialdark svg,
.socialdark svg {
  width: 13px;
  height: 13px;
}

nav.social .socialdark.pemail,
.socialdark.pemail {
  color: #fff;
  background: #76b852;
}

nav.social .socialdark.pemail:hover,
.socialdark.pemail:hover {
  background: #538637;
}

nav.social .socialdark.rss,
.socialdark.rss {
  color: #fff;
  background: #ee802f;
}

nav.social .socialdark.rss:hover,
.socialdark.rss:hover {
  background: #c15b10;
}

nav.social .socialdark.twitter,
.socialdark.twitter {
  color: #fff;
  background: #55acee;
}

nav.social .socialdark.twitter:hover,
.socialdark.twitter:hover {
  background: #1689e0;
}

nav.social .socialdark.facebook,
.socialdark.facebook {
  color: #fff;
  background: #3b5998;
}

nav.social .socialdark.facebook:hover,
.socialdark.facebook:hover {
  background: #263961;
}

nav.social .socialdark.github,
.socialdark.github {
  color: #fff;
  background: #333;
}

nav.social .socialdark.github:hover,
.socialdark.github:hover {
  background: #0d0d0d;
}

nav.social .socialdark.youtube,
.socialdark.youtube {
  color: #fff;
  background: #c4302b;
}

nav.social .socialdark.youtube:hover,
.socialdark.youtube:hover {
  background: #85211d;
}

nav.social .socialdark.dribbble,
.socialdark.dribbble {
  color: #fff;
  background: #ea4c89;
}

nav.social .socialdark.dribbble:hover,
.socialdark.dribbble:hover {
  background: #d11960;
}

nav.social .socialdark.google, nav.social .socialdark.google-plus,
.socialdark.google,
.socialdark.google-plus {
  color: #fff;
  background: #dd4b39;
}

nav.social .socialdark.google:hover, nav.social .socialdark.google-plus:hover,
.socialdark.google:hover,
.socialdark.google-plus:hover {
  background: #ac2d1e;
}

nav.social .socialdark.instagram,
.socialdark.instagram {
  color: #fff;
  background: #3f729b;
}

nav.social .socialdark.instagram:hover,
.socialdark.instagram:hover {
  background: #294a65;
}

nav.social .socialdark.linkedin,
.socialdark.linkedin {
  color: #fff;
  background: #0e76a8;
}

nav.social .socialdark.linkedin:hover,
.socialdark.linkedin:hover {
  background: #084461;
}

nav.social .socialdark.pinterest,
.socialdark.pinterest {
  color: #fff;
  background: #c8232c;
}

nav.social .socialdark.pinterest:hover,
.socialdark.pinterest:hover {
  background: #87181e;
}

nav.social .socialdark.skype,
.socialdark.skype {
  color: #fff;
  background: #00aff0;
}

nav.social .socialdark.skype:hover,
.socialdark.skype:hover {
  background: #0077a4;
}

nav.social .socialdark.tumblr,
.socialdark.tumblr {
  color: #fff;
  background: #35465c;
}

nav.social .socialdark.tumblr:hover,
.socialdark.tumblr:hover {
  background: #19212b;
}

nav.social .socialdark.flickr,
.socialdark.flickr {
  color: #fff;
  background: #ff0084;
}

nav.social .socialdark.flickr:hover,
.socialdark.flickr:hover {
  background: #b3005c;
}

nav.social .socialdark.reddit,
.socialdark.reddit {
  color: #fff;
  background: #5f99cf;
}

nav.social .socialdark.reddit:hover,
.socialdark.reddit:hover {
  background: #3473ad;
}

nav.social .socialdark.stackoverflow, nav.social .socialdark.stack-overflow,
.socialdark.stackoverflow,
.socialdark.stack-overflow {
  color: #fff;
  background: #fe7a15;
}

nav.social .socialdark.stackoverflow:hover, nav.social .socialdark.stack-overflow:hover,
.socialdark.stackoverflow:hover,
.socialdark.stack-overflow:hover {
  background: #c65601;
}

nav.social .socialdark.twitch,
.socialdark.twitch {
  color: #fff;
  background: #6441a5;
}

nav.social .socialdark.twitch:hover,
.socialdark.twitch:hover {
  background: #432b6e;
}

nav.social .socialdark.vk,
.socialdark.vk {
  color: #fff;
  background: #45668e;
}

nav.social .socialdark.vk:hover,
.socialdark.vk:hover {
  background: #2c415b;
}

nav.social .socialdark.vimeo,
.socialdark.vimeo {
  color: #fff;
  background: #1ab7ea;
}

nav.social .socialdark.vimeo:hover,
.socialdark.vimeo:hover {
  background: #0f83a8;
}

nav.social .socialdark.weibo,
.socialdark.weibo {
  color: #fff;
  background: #d72928;
}

nav.social .socialdark.weibo:hover,
.socialdark.weibo:hover {
  background: #971d1c;
}

nav.social .socialdark.email,
.socialdark.email {
  color: #fff;
  background: #76b852;
}

nav.social .socialdark.email:hover,
.socialdark.email:hover {
  background: #538637;
}

nav.social .socialdark.soundcloud,
.socialdark.soundcloud {
  color: #fff;
  background: #f80;
}

nav.social .socialdark.soundcloud:hover,
.socialdark.soundcloud:hover {
  background: #b35f00;
}

nav.social .socialdark.slideshare,
.socialdark.slideshare {
  color: #fff;
  background: #0077b5;
}

nav.social .socialdark.slideshare:hover,
.socialdark.slideshare:hover {
  background: #004569;
}

nav.social .socialdark.telegram,
.socialdark.telegram {
  color: #fff;
  background: #08c;
}

nav.social .socialdark.telegram:hover,
.socialdark.telegram:hover {
  background: #005580;
}

nav.social .socialdark.medium,
.socialdark.medium {
  color: #fff;
  background: #00ab6c;
}

nav.social .socialdark.medium:hover,
.socialdark.medium:hover {
  background: #005f3c;
}

nav.social .socialdark.messenger,
.socialdark.messenger {
  color: #fff;
  background: #0084ff;
}

nav.social .socialdark.messenger:hover,
.socialdark.messenger:hover {
  background: #005cb3;
}

nav.social .socialdark.strava,
.socialdark.strava {
  color: #fff;
  background: #fc4c02;
}

nav.social .socialdark.strava:hover,
.socialdark.strava:hover {
  background: #005cb3;
}

.sharebutton {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-weight: 600;
  font-size: 12px;
  display: block;
  width: 47%;
  margin-top: 20px;
  padding: 13px 0;
  transition: background 0.2s ease-in-out;
  text-align: center;
  color: #fff;
  border-radius: 90px;
  background: #242424;
}

.sharebutton:nth-child(1), .sharebutton:nth-child(2) {
  margin-top: 0;
}

.sharebutton i {
  margin-right: 10px;
}

.sharebutton.left {
  float: left;
}

.sharebutton.right {
  float: right;
}

.sharebutton.twitter {
  background: #55acee;
}

.sharebutton.twitter:hover {
  background: #147bc9;
}

.sharebutton.facebook {
  background: #3b5998;
}

.sharebutton.facebook:hover {
  background: #1e2e4f;
}

.sharebutton.google {
  background: #dd4b39;
}

.sharebutton.google:hover {
  background: #96271a;
}

.sharebutton.reddit {
  background: #5f99cf;
}

.sharebutton.reddit:hover {
  background: #2e669a;
}

.sharebutton.pinterest {
  background: #c8232c;
}

.sharebutton.pinterest:hover {
  background: #711419;
}

.sharebutton.linkedin {
  background: #0e76a8;
}

.sharebutton.linkedin:hover {
  background: #06344a;
}

.sharebutton.email {
  background: #76b852;
}

.sharebutton.email:hover {
  background: #487430;
}

/*------------------------------------------------------------------
    Post Title
-------------------------------------------------------------------*/
.posttitle .meta .category {
  position: relative;
}

.posttitle .meta .date,
.posttitle .meta .readtime {
  display: none;
}

.posttitle h1,
.posttitle h2 {
  margin: 35px 0;
}

.posttitle .title a {
  color: #fff;
}

.posttitle .excerpt {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 24px;
  line-height: 38px;
  margin: 35px 0;
  letter-spacing: -1px;
  color: #939393;
}

.posttitle .author {
  display: none;
}

.posttitle hr {
  width: 10%;
  height: 3px;
  margin: 0;
  border: 0;
  background: #5a5a5a;
}

.posttitle:after {
  display: block;
  clear: both;
  width: 15%;
  height: 4px;
  content: '';
  background: #6a6a6a;
}

.posttitle.middle {
  text-align: center;
}

.posttitle.middle .meta .category {
  float: none;
  margin: 0 auto;
}

.posttitle.middle:after {
  margin: 0 auto;
}

.posttitle.center {
  display: table-cell;
  width: 700px;
  vertical-align: middle;
}

.posttitle.center h1 {
  color: #fff;
}

.posttitle.center h1 a:hover,
.posttitle.center h2 a:hover {
  color: #fff;
}

@media (max-width: 880px) {
  .posttitle.center {
    width: 70%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .posttitle.center {
    width: 85%;
    vertical-align: bottom;
  }
}

@media (max-width: 880px) and (max-height: 850px) {
  .posttitle.center:after {
    display: none;
  }
  .posttitle.center .excerpt {
    margin-bottom: 0;
  }
}

@media (max-width: 880px) and (max-height: 500px) {
  .posttitle.center h1,
  .posttitle.center h2 {
    font-size: 24px;
  }
}

@media (max-width: 880px) {
  .posttitle h1,
  .posttitle h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .posttitle .meta .category {
    font-size: 10px;
    float: none;
    margin: 0 auto;
  }
  .posttitle .excerpt {
    font-size: 20px;
    line-height: 32px;
  }
  .posttitle:after {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .posttitle h1,
  .posttitle h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .posttitle .meta .category {
    font-size: 10px;
    float: none;
    margin: 0 auto;
  }
  .posttitle .excerpt {
    font-size: 18px;
    line-height: 28px;
  }
}

.posttitle.single {
  margin-top: 90px;
  padding-bottom: 0;
}

.posttitle.single .title a {
  margin-bottom: 35px;
  color: #292929;
}

.posttitle.single .excerpt {
  color: #b5b5b5;
}

.posttitle.single:after {
  background: #f1f1f1;
}

@media (max-width: 880px) {
  body.single .posttitle,
  body.page .posttitle {
    text-align: center;
  }
  body.single .posttitle h1,
  body.single .posttitle .excerpt,
  body.page .posttitle h1,
  body.page .posttitle .excerpt {
    text-align: center;
  }
  body.single .posttitle .meta .category,
  body.page .posttitle .meta .category {
    margin: 0 auto;
  }
}

.cover.front .posttitle .meta .date,
.cover.front .posttitle .meta .readtime {
  display: block;
}

.cover.front .posttitle .meta .date:hover,
.cover.front .posttitle .meta .date a:hover,
.cover.front .posttitle .meta .readtime:hover,
.cover.front .posttitle .meta .readtime a:hover {
  color: #fff;
}

.cover.front .posttitle .author {
  display: inline-block;
}

.cover.front .posttitle .author:hover,
.cover.front .posttitle .author a:hover {
  color: #fff;
}

.cover.front .posttitle .excerpt {
  font-size: 22px;
  line-height: 36px;
}

.cover.front .posttitle:after {
  height: 0;
}

@media (max-width: 880px) {
  .cover.front .posttitle .meta .date,
  .cover.front .posttitle .meta .readtime,
  .cover.front .posttitle .author {
    display: none;
  }
}

@media (max-width: 560px) {
  .cover.front .posttitle {
    vertical-align: middle;
  }
}

/*------------------------------------------------------------------
    Gutenberg - Default
-------------------------------------------------------------------*/
.wp-block-audio figcaption {
  color: #555d66;
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-align: center;
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}

.wp-block-button {
  margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link {
  border: none;
  border-radius: 23px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 11px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.alignright {
  text-align: right;
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
  background-color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid currentcolor;
}

.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: currentcolor;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline
.wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-outline
.wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline
.wp-block-button__link:not(.has-text-color):hover {
  color: #32373c;
}

.wp-block-button__link:not(.has-text-color),
.wp-block-button__link:not(.has-text-color):active,
.wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
}

.wp-block-categories.alignleft {
  margin-right: 2em;
}

.wp-block-categories.alignright {
  margin-left: 2em;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-column {
  flex: 1;
  flex-basis: 100%;
  margin-bottom: 1em;
}

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    padding-left: 0;
  }
  .wp-block-column:nth-child(2n) {
    padding-right: 0;
  }
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    padding-left: 16px;
  }
  .wp-block-column:not(:last-child) {
    padding-right: 16px;
  }
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-color: #000;
  background-position: 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin: 0 0 1.5em;
  min-height: 430px;
  position: relative;
  width: 100%;
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
  z-index: 1;
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
  color: #fff;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
  opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
  opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
  opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
  opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
  opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
  opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
  opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
  opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
  opacity: 1;
}

.wp-block-cover-image.components-placeholder,
.wp-block-cover.components-placeholder {
  height: inherit;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
[data-align="left"] .wp-block-cover,
[data-align="left"] .wp-block-cover-image,
[data-align="right"] .wp-block-cover,
[data-align="right"] .wp-block-cover-image {
  max-width: 305px;
  width: 100%;
}

.wp-block-cover__video-background {
  -o-object-fit: fill;
  height: 100%;
  left: 50%;
  object-fit: fill;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 0;
}

.editor-block-list__block[data-type="core/embed"][data-align="left"]
.editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align="right"]
.editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed {
  margin-bottom: 1em;
}

.wp-block-embed figcaption {
  color: #555d66;
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-align: center;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-1-1
.wp-block-embed__wrapper,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-1-2
.wp-block-embed__wrapper,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-4-3
.wp-block-embed__wrapper,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-9-16
.wp-block-embed__wrapper,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-16-9
.wp-block-embed__wrapper,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-18-9
.wp-block-embed__wrapper,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-21-9
.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-1-1
.wp-block-embed__wrapper:before,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-1-2
.wp-block-embed__wrapper:before,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-4-3
.wp-block-embed__wrapper:before,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-9-16
.wp-block-embed__wrapper:before,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-16-9
.wp-block-embed__wrapper:before,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-18-9
.wp-block-embed__wrapper:before,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-21-9
.wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-1-1
.wp-block-embed__wrapper
iframe,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-1-2
.wp-block-embed__wrapper
iframe,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-4-3
.wp-block-embed__wrapper
iframe,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-9-16
.wp-block-embed__wrapper
iframe,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-16-9
.wp-block-embed__wrapper
iframe,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-18-9
.wp-block-embed__wrapper
iframe,
.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-21-9
.wp-block-embed__wrapper
iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-21-9
.wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-18-9
.wp-block-embed__wrapper:before {
  padding-top: 50%;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-16-9
.wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-4-3
.wp-block-embed__wrapper:before {
  padding-top: 75%;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-1-1
.wp-block-embed__wrapper:before {
  padding-top: 100%;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-9-6
.wp-block-embed__wrapper:before {
  padding-top: 66.66%;
}

.wp-embed-responsive
.wp-block-embed.wp-embed-aspect-1-2
.wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-file {
  margin-bottom: 1.5em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  text-align: right;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 16px 16px 0;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  height: 100%;
  margin: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
  }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover;
    flex: 1;
    height: 100%;
    object-fit: cover;
  }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 8px);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(33.33333% - 10.66667px);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(25% - 12px);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(20% - 12.8px);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(16.66667% - 13.33333px);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(14.28571% - 13.71429px);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(12.5% - 14px);
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}

.is-selected .wp-block-gallery .blocks-gallery-image:nth-last-child(2),
.is-selected .wp-block-gallery .blocks-gallery-item:nth-last-child(2),
.is-typing .wp-block-gallery .blocks-gallery-image:nth-last-child(2),
.is-typing .wp-block-gallery .blocks-gallery-item:nth-last-child(2),
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-image {
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #555d66;
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-align: center;
}

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 36px;
}

.has-avatars
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-excerpt,
.has-avatars
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}

.wp-block-latest-posts.alignright {
  margin-left: 2em;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}

.wp-block-latest-posts__post-date {
  color: #6c7781;
  display: block;
  font-size: 13px;
}

.wp-block-media-text {
  align-items: center;
  display: grid;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
  grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  grid-area: media-text-content;
  padding: 0 8%;
  word-break: break-word;
}

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-areas: "media-text-media" "media-text-content";
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
}

p.is-small-text {
  font-size: 14px;
}

p.is-regular-text {
  font-size: 16px;
}

p.is-large-text {
  font-size: 36px;
}

p.is-larger-text {
  font-size: 48px;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}

p.has-background {
  padding: 20px 30px;
}

p.has-text-color a {
  color: inherit;
}

.wp-block-pullquote {
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 305px;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}

.wp-block-pullquote .has-text-color a {
  color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
  text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  height: auto;
  line-height: 1;
  max-width: none;
  text-align: center;
}

.wp-block-separator.is-style-dots:before {
  color: #191e23;
  content: "\00b7 \00b7 \00b7";
  font-family: serif;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #f3f4f5;
  border-collapse: inherit;
  border-spacing: 0;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

pre.wp-block-verse {
  overflow: auto;
  white-space: nowrap;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-video video {
  max-width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.wp-block-video.aligncenter {
  text-align: center;
}

.wp-block-video figcaption {
  color: #555d66;
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-align: center;
}

.has-pale-pink-background-color {
  background-color: #f78da7;
}

.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color {
  background-color: #313131;
}

.has-pale-pink-color {
  color: #f78da7;
}

.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color {
  color: #313131;
}

.has-small-font-size {
  font-size: 13px;
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px;
}

/*------------------------------------------------------------------
    Post Contents
-------------------------------------------------------------------*/
.postcontents {
  font-family: "Noto Serif", "Times New Roman", Serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  margin: 80px auto;
  color: rgba(35, 37, 40, 0.7);
  /* Alignment */
  /* BLOCK */
  /* INLINE */
}

.postcontents > *:first-child,
.postcontents .wrapper > *:first-child {
  margin-top: 0;
}

.postcontents > *:last-child,
.postcontents .wrapper > *:last-child {
  margin-bottom: 0;
}

.postcontents > * {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (max-width: 1120px) {
  .postcontents > * {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 780px) {
  .postcontents > * {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

@media (max-width: 480px) {
  .postcontents > * {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}

.postcontents a[href$=jpg],
.postcontents a[href$=jpeg],
.postcontents a[href$=jpe],
.postcontents a[href$=png],
.postcontents a[href$=gif] {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0 none;
  outline: 0 !important;
  background: transparent;
}

.postcontents .aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.postcontents .alignright {
  float: right;
  margin: 10px 0 30px 50px;
}

.postcontents .alignleft {
  float: left;
  margin: 10px 50px 30px 0;
}

@media (max-width: 700px) {
  .postcontents .aligncenter,
  .postcontents .alignleft,
  .postcontents .alignright {
    display: block;
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: center;
  }
}

.postcontents .alignwide {
  position: relative;
  width: 135%;
  max-width: 135%;
  margin-top: 65px;
  margin-right: -17.5%;
  margin-bottom: 65px;
  margin-left: -17.5%;
}

.postcontents .alignwide > img {
  display: block;
  border-radius: 0;
}

@media (max-width: 980px) {
  .postcontents .alignwide {
    max-width: 100%;
    margin-top: 45px;
    margin-right: 0;
    margin-bottom: 45px;
    margin-left: 0;
  }
}

.postcontents .alignfull {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: calc((100vw - 100%) / -2);
  text-align: center;
}

.postcontents .alignfull > img {
  display: block;
  border-radius: 0;
}

@media (max-width: 710px) {
  .postcontents .alignfull {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.postcontents h1 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  margin: 50px 0 30px;
  letter-spacing: -1px;
  color: #373737;
}

.postcontents h2 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  margin: 50px 0 30px;
  letter-spacing: -1px;
  color: #494a50;
}

.postcontents h3 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  margin: 50px 0 30px;
  letter-spacing: -1px;
  color: #b2b2b2;
}

.postcontents h4 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin: 50px 0 30px;
  color: #b2b2b2;
}

.postcontents h5 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 50px 0 30px;
  color: #b2b2b2;
}

.postcontents h6 {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 50px 0 30px;
  color: #b2b2b2;
}

.postcontents hr {
  width: 60%;
  height: 1px;
  margin: 50px auto;
  border: 0;
  background: #dfdfdf;
}

.postcontents figure {
  margin: 45px 0;
}

@media (max-width: 1120px) {
  .postcontents figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 780px) {
  .postcontents figure {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

@media (max-width: 480px) {
  .postcontents figure {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}

.postcontents figcaption {
  font-size: 15px;
  display: block;
  width: 100%;
  margin: 10px 0 10px;
  text-align: center;
  color: #757b85;
  background: #fff;
}

.postcontents p,
.postcontents ul,
.postcontents ol {
  font-family: "Noto Serif", "Times New Roman", Serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  margin: 45px 0;
  padding: 0;
  color: rgba(35, 37, 40, 0.7);
}

.postcontents p.has-medium-font-size,
.postcontents ul.has-medium-font-size,
.postcontents ol.has-medium-font-size {
  font-size: 22px;
  line-height: 38px;
}

.postcontents p.has-large-font-size,
.postcontents ul.has-large-font-size,
.postcontents ol.has-large-font-size {
  font-size: 36px;
  line-height: 46px;
}

.postcontents p.has-huge-font-size,
.postcontents ul.has-huge-font-size,
.postcontents ol.has-huge-font-size {
  font-size: 48px;
  line-height: 54px;
}

@media (max-width: 1120px) {
  .postcontents p,
  .postcontents ul,
  .postcontents ol {
    font-size: 16px;
    line-height: 36px;
    margin: 38px 0;
  }
  .postcontents p.has-medium-font-size,
  .postcontents ul.has-medium-font-size,
  .postcontents ol.has-medium-font-size {
    font-size: 18px;
    line-height: 32px;
  }
  .postcontents p.has-large-font-size,
  .postcontents ul.has-large-font-size,
  .postcontents ol.has-large-font-size {
    font-size: 28px;
    line-height: 42px;
  }
  .postcontents p.has-huge-font-size,
  .postcontents ul.has-huge-font-size,
  .postcontents ol.has-huge-font-size {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 780px) {
  .postcontents p,
  .postcontents ul,
  .postcontents ol {
    font-size: 15px;
    line-height: 34px;
    margin: 36px 0;
  }
  .postcontents p.has-medium-font-size,
  .postcontents ul.has-medium-font-size,
  .postcontents ol.has-medium-font-size {
    font-size: 18px;
    line-height: 32px;
  }
  .postcontents p.has-large-font-size,
  .postcontents ul.has-large-font-size,
  .postcontents ol.has-large-font-size {
    font-size: 28px;
    line-height: 42px;
  }
  .postcontents p.has-huge-font-size,
  .postcontents ul.has-huge-font-size,
  .postcontents ol.has-huge-font-size {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 480px) {
  .postcontents p,
  .postcontents ul,
  .postcontents ol {
    font-size: 14px;
    line-height: 32px;
    margin: 34px 0;
  }
  .postcontents p.has-large-font-size,
  .postcontents ul.has-large-font-size,
  .postcontents ol.has-large-font-size {
    font-size: 24px;
    line-height: 38px;
  }
  .postcontents p.has-huge-font-size,
  .postcontents ul.has-huge-font-size,
  .postcontents ol.has-huge-font-size {
    font-size: 32px;
    line-height: 42px;
  }
}

.postcontents h1 + *,
.postcontents h2 + *,
.postcontents h3 + *,
.postcontents h4 + *,
.postcontents h5 + *,
.postcontents h6 + * {
  margin-top: 35px;
}

.postcontents ul,
.postcontents ol,
.postcontents dl {
  margin-left: 10%;
}

.postcontents li {
  margin: 0 0 20px;
  padding: 0 2.5%;
}

.postcontents li:last-child {
  margin-bottom: 0;
}

.postcontents dt {
  font-weight: 600;
}

.postcontents dd {
  font-size: 16px;
  margin: 0 0 20px 5%;
}

.postcontents pre {
  margin: 50px 0;
}

.postcontents pre code {
  font-family: 'Source Code Pro',monospace,sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.postcontents .gallery {
  width: 102.5%;
}

.postcontents .gallery a {
  border: 0;
}

.postcontents .gallery img {
  border: 0 !important;
}

.postcontents .gallery .gallery-item {
  padding-right: 2.5% !important;
}

.postcontents .gallery dl {
  margin-left: inherit;
}

.postcontents .gallery-caption {
  line-height: 24px;
  margin: 0;
  padding: 10px 5%;
}

.postcontents .eckosc_annotation {
  position: relative;
  width: 100%;
}

.postcontents .eckosc_annotation .eckosc_annotation_content img {
  position: relative;
  left: 0;
  display: block;
  max-width: 100%;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}

.postcontents .eckosc_annotation .eckosc_annotation_caption {
  position: absolute;
  top: 0;
  right: -290px;
  width: 250px;
  color: #979aa3;
  border-bottom: 1px solid #eeeeef;
}

.postcontents .eckosc_annotation:after {
  content: "";
  display: table;
  clear: both;
}

.postcontents table {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px 0;
  border-collapse: collapse;
  border-radius: 2px;
}

@media (max-width: 910px) {
  .postcontents table {
    width: 100%;
    width: 100vw;
  }
}

@media (max-width: 840px) {
  .postcontents table {
    left: 0;
    width: 100%;
    margin: 40px 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 460px) {
  .postcontents table {
    margin: 30px 0;
  }
}

@media (max-width: 680px) {
  .postcontents table {
    border: 0;
  }
  .postcontents table caption {
    font-size: 13px;
  }
  .postcontents table thead {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: none;
  }
  .postcontents table tr {
    display: block;
    height: auto;
    margin-bottom: 30px;
    border-bottom: 3px solid #ddd;
  }
  .postcontents table tr td:first-child {
    padding: 7px 0;
  }
  .postcontents table tr:last-child {
    margin-bottom: 0;
  }
  .postcontents table td {
    font-size: 13px;
    display: block;
    padding: 7px 0;
    text-align: right;
    border-bottom: 1px solid #ddd;
  }
  .postcontents table td:before {
    font-weight: 600;
    float: left;
    content: attr(data-label);
  }
  .postcontents table td:last-child {
    border-bottom: 0;
  }
}

.postcontents tr {
  height: 70px;
}

.postcontents tr > td:first-child,
.postcontents tr > th:first-child {
  padding-left: 30px;
}

.postcontents th {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-weight: 600;
  color: #171718;
  border-bottom: 2px solid #e7e7e7;
  background: #f4f5f9;
}

.postcontents td,
.postcontents th {
  padding: 8px;
  text-align: left;
}

.postcontents td {
  font-size: 14px;
  color: #555557;
  border-bottom: 1px solid #e7e7e7;
}

.postcontents blockquote {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 50px 0;
  padding: 10px 0 10px 5%;
  text-align: left;
  letter-spacing: -0.5px;
  color: #38393c;
  border-left: 6px solid #e8eaed;
}

.postcontents blockquote p {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 20px;
  margin: 15px 0 15px;
  color: #38393c;
}

.postcontents blockquote cite {
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 25px 0 15px;
  color: #c5c5c6;
}

.postcontents blockquote.is-large, .postcontents blockquote.is-style-large {
  margin: 50px 0;
  padding: 10px 0 10px 5%;
}

.postcontents blockquote.is-large p, .postcontents blockquote.is-style-large p {
  font-size: 28px;
  margin: 20px 0 20px;
}

.postcontents blockquote.is-large cite, .postcontents blockquote.is-style-large cite {
  font-size: 20px;
  margin: 35px 0 20px;
  text-align: left;
}

.postcontents a {
  color: #656770;
  border-bottom: 1px solid #d4d5de;
}

.postcontents a:hover {
  border-color: #a2a3ab;
}

.postcontents img.alignnone,
.postcontents img.aligncenter,
.postcontents .wp-caption.aligncenter {
  position: relative;
  left: 50%;
  display: block;
  max-width: 135%;
  height: auto;
  margin: 55px 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  border-radius: 2px;
}

@media (max-width: 910px) {
  .postcontents img.alignnone,
  .postcontents img.aligncenter,
  .postcontents .wp-caption.aligncenter {
    max-width: 100%;
    max-width: 100vw;
  }
}

@media (max-width: 710px) {
  .postcontents img.alignnone,
  .postcontents img.aligncenter,
  .postcontents .wp-caption.aligncenter {
    max-width: 100%;
    margin: 35px 0;
  }
}

.postcontents input[type='text'],
.postcontents input[type='email'],
.postcontents input[type='password'] {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.2s ease-in;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
}

.postcontents input[type='text']:focus,
.postcontents input[type='email']:focus,
.postcontents input[type='password']:focus {
  border-color: #cdcdcd;
}

.postcontents input[type='submit'],
.postcontents button {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 14px;
  float: left;
  clear: both;
  margin-top: 0;
  margin-bottom: 30px;
}

.postcontents button {
  padding: 4px 32px;
}

.postcontents textarea {
  margin-bottom: 30px;
  transition: border-color 0.2s ease-in;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
}

.postcontents textarea:active, .postcontents textarea:focus {
  outline: none;
}

.postcontents textarea:focus {
  border-color: #cdcdcd;
}

.postcontents q {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 21px;
  line-height: 34px;
  display: block;
  float: right;
  max-width: 45%;
  margin: 0 0 2.5% 25px;
  margin-top: 0 !important;
  padding: 25px 0 25px 2.5%;
  text-align: right;
  color: #000;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.postcontents q p {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 21px;
  margin: 0;
  color: #000;
}

.postcontents q:after, .postcontents q:before {
  content: '';
}

.postcontents q.left {
  float: left;
  margin: 0 2.5% 25px 0;
  padding: 25px 2.5% 25px 0;
  text-align: left;
}

.postcontents q cite {
  font-size: 18px;
  font-style: normal;
  display: block;
  margin-top: 15px;
  text-decoration: none;
  color: #7f8088;
}

@media (max-width: 1375px) {
  .postcontents .eckosc_annotation .eckosc_annotation_caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 10px 0;
  }
  .postcontents .eckosc_annotation .eckosc_annotation_caption p {
    margin: 10px 0;
  }
}

@media (max-width: 1050px) {
  .postcontents .wide {
    display: block;
    margin: 50px 0;
  }
}

@media (max-width: 840px) {
  .postcontents {
    margin: 10% auto;
  }
}

@media (max-width: 640px) {
  .postcontents {
    font-size: 18px;
  }
  .postcontents.dark {
    padding: 40px 0;
  }
  .postcontents h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .postcontents h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .postcontents h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .postcontents h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .postcontents h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .postcontents h1,
  .postcontents h2,
  .postcontents h3,
  .postcontents h4,
  .postcontents h5,
  .postcontents h6,
  .postcontents p,
  .postcontents ul,
  .postcontents ol,
  .postcontents blockquote,
  .postcontents pre,
  .postcontents .wide blockquote,
  .postcontents .wide {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .postcontents hr {
    margin: 40px auto;
  }
  .postcontents p,
  .postcontents ul,
  .postcontents ol {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 450px) {
  .postcontents {
    font-size: 16px;
  }
  .postcontents.dark {
    padding: 30px 0;
  }
  .postcontents h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .postcontents h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .postcontents h3 {
    font-size: 22px;
    line-height: 36px;
  }
  .postcontents h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .postcontents h5 {
    font-size: 15px;
    line-height: 26px;
  }
  .postcontents h1,
  .postcontents h2,
  .postcontents h3,
  .postcontents h4,
  .postcontents h5,
  .postcontents h6,
  .postcontents p,
  .postcontents ul,
  .postcontents ol,
  .postcontents blockquote,
  .postcontents pre,
  .postcontents .wide blockquote,
  .postcontents .wide {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .postcontents hr {
    margin: 30px auto;
  }
  .postcontents p,
  .postcontents ul,
  .postcontents ol {
    font-size: 16px;
    line-height: 30px;
  }
}

/*------------------------------------------------------------------
    Gutenberg - Custom
-------------------------------------------------------------------*/
.postcontents {
  /* Block: Pull Quote */
  /* Block: Gallery */
  /* Block: Video */
  /* Block: Cover Image */
  /* Block: Verse */
  /* Block: File */
  /* Block: Image */
  /* Ecko Block */
  /* Ecko Block: Syntax Highlighter */
  /* Ecko Block: Contrast */
  /* Ecko Block: Accordion */
  /* Ecko Block: Tabs */
}

.postcontents .wp-block-pullquote {
  padding: 0;
}

.postcontents .wp-block-pullquote.alignwide blockquote, .postcontents .wp-block-pullquote.alingfull blockquote {
  text-align: center;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.postcontents .wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0;
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 21px;
  line-height: 34px;
  display: block;
  margin-top: 0 !important;
  padding: 25px 0 25px 2.5%;
  text-align: right;
  color: #38393c;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.postcontents .wp-block-pullquote cite {
  font-size: 15px;
  font-style: normal;
  display: block;
  margin-top: 15px;
  text-decoration: none;
  color: #c5c5c6;
}

@media (max-width: 710px) {
  .postcontents .wp-block-pullquote {
    max-width: 100%;
  }
  .postcontents .wp-block-pullquote blockquote {
    text-align: center;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}

.postcontents .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
}

.postcontents .wp-block-gallery.alignwide, .postcontents .wp-block-gallery.alignwfull {
  margin-right: -9%;
  margin-left: -9%;
}

.postcontents .wp-block-gallery .blocks-gallery-item {
  padding: 0;
}

.postcontents .wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
}

.postcontents .wp-block-gallery .blocks-gallery-item img {
  border-radius: 0px;
}

.postcontents .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.postcontents .wp-block-video video {
  width: 100%;
}

.postcontents .wp-block-cover .wp-block-cover-text {
  font-family: "Varela Round", "Arial", Sans-Serif;
  margin: 0;
}

.postcontents .wp-block-verse {
  padding: 0;
  width: 100%;
  position: static;
  height: auto;
  -webkit-transform: none;
          transform: none;
}

.postcontents .wp-block-file__button {
  border: 0;
}

.postcontents .wp-block-file__button:hover {
  border: 0;
}

.postcontents .wp-block-image .aligncenter > figcaption,
.postcontents .wp-block-image .alignleft > figcaption,
.postcontents .wp-block-image .alignright > figcaption,
.postcontents .wp-block-image .is-resized > figcaption {
  display: block;
}

.postcontents .wp-ecko-blocks-font-header {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-weight: 600;
}

.postcontents .wp-block-code {
  padding: 40px;
  border-radius: 3px;
}

.postcontents .wp-block-code.line-numbers {
  position: relative;
  padding-left: 115px;
  counter-reset: linenumber;
}

.postcontents .wp-block-ecko-blocks-contrast {
  padding-left: 9%;
  padding-right: 9%;
}

.postcontents .wp-block-ecko-blocks-contrast .wp-block-ecko-blocks-contrast-content {
  max-width: 710px;
  text-align: left;
}

.postcontents .wp-block-ecko-blocks-accordion {
  margin-bottom: 0;
}

.postcontents .wp-block-ecko-blocks-accordion .wp-block-ecko-blocks-accordion-arrow {
  margin: 0;
}

.postcontents .wp-block-ecko-blocks-accordion + * {
  margin-top: 45px;
}

@media (min-width: 1141px) and (max-width: 1460px) {
  .postcontents .wp-block-ecko-blocks-accordion + * {
    margin-top: 35px;
  }
}

.postcontents .wp-block-ecko-blocks-accordion + .wp-block-ecko-blocks-accordion {
  margin-top: 0;
  border-top: 0;
}

.postcontents .wp-block-ecko-blocks-tabs .wp-block-ecko-blocks-tabs-header-item h4 {
  color: #7f7f7f;
}

/*------------------------------------------------------------------
    Post Bottom
-------------------------------------------------------------------*/
.postbottom {
  margin: 90px auto 80px;
}

.postbottom ul.tags {
  float: left;
}

.postbottom .info {
  clear: both;
  overflow: hidden;
}

.postbottom .category a {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  float: right;
  padding: 12px 25px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background: #009bbb;
}

.postbottom .shareoptions {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
}

.postbottom .permalink {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  display: block;
  float: left;
  overflow: hidden;
  width: 65%;
  margin-top: 11px;
  color: #858585;
}

.postbottom .permalink:hover {
  color: #575757;
}

.postbottom .sharebuttons {
  float: right;
  margin: 0;
  padding: 0;
}

.postbottom .sharebuttons li {
  display: block;
  float: left;
  margin-left: 8px;
}

.postbottom .sharebuttons li:first-child {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  margin-top: 11px;
  text-transform: uppercase;
  color: #868686;
}

.postbottom:before {
  display: block;
  width: 70%;
  height: 1px;
  margin: 0 auto 90px;
  content: '';
  background: #dfdfdf;
}

@media (max-width: 640px) {
  .postbottom {
    margin: 45px auto 40px;
  }
  .postbottom:before {
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .postbottom {
    margin: 30px auto 35px;
  }
  .postbottom:before {
    margin-bottom: 35px;
  }
}

@media (max-width: 800px) {
  .postbottom .permalink {
    display: none;
  }
}

@media (max-width: 630px) {
  .postbottom {
    text-align: center;
  }
  .postbottom .tags {
    float: none;
    width: 100%;
    text-align: center;
  }
  .postbottom .tags a {
    display: inline-block;
    float: none;
  }
  .postbottom .category {
    display: inline-block;
    float: none;
    clear: both;
    width: auto;
    margin-top: 30px;
  }
  .postbottom .sharebuttons {
    float: none;
    overflow: hidden;
    margin: 0 auto;
  }
  .postbottom .sharebuttons li {
    display: inline-block;
    float: none;
  }
}

/*------------------------------------------------------------------
    Post Author
-------------------------------------------------------------------*/
body.single .pagewrapper .widget.authorprofile,
body.page .pagewrapper .widget.authorprofile,
.authortitle {
  margin: 110px 0 0;
  text-align: center;
  border-top: 1px solid #f3f3f3;
  background: #f9f9f9;
}

body.single .pagewrapper .widget.authorprofile .info,
body.page .pagewrapper .widget.authorprofile .info,
.authortitle .info {
  margin: -73px 0 30px;
}

body.single .pagewrapper .widget.authorprofile .gravatar img,
body.page .pagewrapper .widget.authorprofile .gravatar img,
.authortitle .gravatar img {
  overflow: hidden;
  border-radius: 150px;
  width: 75px;
  height: 75px;
}

body.single .pagewrapper .widget.authorprofile .meta .title,
body.single .pagewrapper .widget.authorprofile .meta .twittertag,
body.page .pagewrapper .widget.authorprofile .meta .title,
body.page .pagewrapper .widget.authorprofile .meta .twittertag,
.authortitle .meta .title,
.authortitle .meta .twittertag {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #c9c9c9;
}

body.single .pagewrapper .widget.authorprofile .meta .title,
body.page .pagewrapper .widget.authorprofile .meta .title,
.authortitle .meta .title {
  display: block;
  margin-top: 26px;
}

body.single .pagewrapper .widget.authorprofile .meta .twittertag,
body.page .pagewrapper .widget.authorprofile .meta .twittertag,
.authortitle .meta .twittertag {
  font-size: 14px;
  text-transform: none;
  color: #c9c9c9;
}

body.single .pagewrapper .widget.authorprofile .meta .twittertag:hover,
body.page .pagewrapper .widget.authorprofile .meta .twittertag:hover,
.authortitle .meta .twittertag:hover {
  color: #959595;
}

body.single .pagewrapper .widget.authorprofile .meta h3,
body.page .pagewrapper .widget.authorprofile .meta h3,
.authortitle .meta h3 {
  margin: 5px 0 6px;
}

body.single .pagewrapper .widget.authorprofile .meta h3 a,
body.page .pagewrapper .widget.authorprofile .meta h3 a,
.authortitle .meta h3 a {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #403f3f;
}

body.single .pagewrapper .widget.authorprofile p,
body.page .pagewrapper .widget.authorprofile p,
.authortitle p {
  font-family: "Oxygen", "Arial", Sans-Serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  margin: 20px 0 45px;
  color: #62646c;
}

body.single .pagewrapper .widget.authorprofile p a,
body.page .pagewrapper .widget.authorprofile p a,
.authortitle p a {
  color: #48494e;
}

body.single .pagewrapper .widget.authorprofile .authorsocial,
body.page .pagewrapper .widget.authorprofile .authorsocial,
.authortitle .authorsocial {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}

body.single .pagewrapper .widget.authorprofile .authorsocial li,
body.page .pagewrapper .widget.authorprofile .authorsocial li,
.authortitle .authorsocial li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

body.single .pagewrapper .widget.authorprofile .authorsocial li:last-child,
body.page .pagewrapper .widget.authorprofile .authorsocial li:last-child,
.authortitle .authorsocial li:last-child {
  margin-right: 0;
}

body.single .pagewrapper .widget.authorprofile .authorsocial li a,
body.page .pagewrapper .widget.authorprofile .authorsocial li a,
.authortitle .authorsocial li a {
  line-height: 26px;
}

body.single .pagewrapper .widget.authorprofile .authorsocial li svg,
body.page .pagewrapper .widget.authorprofile .authorsocial li svg,
.authortitle .authorsocial li svg {
  width: 13px;
  height: 13px;
  vertical-align: -1px;
}

body.single .pagewrapper .widget.authorprofile .authorsocial li a:hover,
body.page .pagewrapper .widget.authorprofile .authorsocial li a:hover,
.authortitle .authorsocial li a:hover {
  color: #fff;
}

/*------------------------------------------------------------------
    Comments
-------------------------------------------------------------------*/
.commentheader {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 30px 0;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #373737;
  border-top: 1px solid #eee;
  background: #f6f6f6;
}

.commentheader .commentcount {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  display: inline-block;
  margin-left: 15px;
  padding: 6px 16px;
  vertical-align: 3px;
  color: #fff;
  border-radius: 100px;
  background: #4a5153;
}

.commentheader svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: -5px;
  color: #b5bcbf;
}

.commentitems {
  padding: 90px 0 110px;
  background: #222326;
}

.commentitems .notification {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 15px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #353535;
}

.commentitems .notification svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: -4px;
}

@media (max-width: 700px) {
  .commentitems {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.commentwrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.children {
  -webkit-padding-start: 12%;
}

li.comment {
  list-style: none;
}

li.comment .contents {
  overflow: hidden;
}

li.comment .contents .body a {
  border-bottom: 1px solid #7c7c7c;
}

li.comment .contents .body * {
  color: #fff !important;
}

li.comment .commentinfo {
  overflow: hidden;
  margin-bottom: 35px;
}

li.comment .profile {
  display: block;
  float: left;
  width: 12%;
}

li.comment .profile img {
  max-width: 50px;
  height: 50px;
  margin-top: 5px;
  border-radius: 100px;
}

li.comment .main {
  float: right;
  width: 88%;
}

li.comment hr {
  width: 100%;
  height: 1px;
  margin: 35px 0;
  border: 0;
  background: #393a3d;
}

li.comment h4 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  clear: both;
  margin: 0;
  color: #f4f4f4;
}

li.comment h4 a {
  color: #f4f4f4;
}

li.comment h4 img {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: -6px;
  border-radius: 50px;
}

li.comment .meta {
  float: left;
  overflow: hidden;
}

li.comment .meta .info {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 8px;
  text-transform: uppercase;
  color: #696969;
}

li.comment .meta svg {
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

li.comment .meta span {
  color: #757575;
}

li.comment .body p {
  font-family: "Oxygen", "Arial", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  clear: both;
  margin: 35px 0;
  color: #c5cbd2;
}

li.comment .author {
  float: left;
}

li.comment .buttons {
  float: right;
  margin-top: 17px;
}

li.comment .buttons a,
li.comment .buttons span {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  display: block;
  float: right;
  margin-right: 10px;
  padding: 8px 18px;
  text-transform: uppercase;
  color: #e1e1e1;
  border-radius: 3px;
  background: #484f5c;
}

li.comment .buttons .isauthor {
  display: none;
}

li.comment.bypostauthor > .contents .buttons .isauthor {
  display: block;
}

li.comment .buttons a {
  transition: background 0.1s ease-in, color 0.1s ease-in;
  color: #6a7376;
  background: #151617;
}

li.comment .buttons a:hover {
  color: #e1e1e1;
  background: #484f5c;
}

li.comment .buttons > *:first-child {
  margin-right: 0;
}

@media (max-width: 800px) {
  li.comment .profile {
    display: none;
  }
  li.comment .main {
    width: 100%;
  }
  li.comment h4 img {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  li.comment hr {
    margin: 25px 0;
  }
}

@media (max-width: 485px) {
  li.comment .meta .info {
    display: none;
  }
  li.comment .meta h4 {
    margin-top: 20px;
  }
  li.comment .buttons span {
    display: none !important;
  }
}

.comment-respond {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  margin-top: 40px;
  text-transform: uppercase;
  color: #fff;
}

.comment-respond #author,
.comment-respond #email,
.comment-respond #url {
  display: inline-block;
  width: 30%;
  margin-bottom: 30px;
  margin-left: 4.25%;
  padding: 14px 18px;
  color: #e7e8ea;
  border: 0;
  border-radius: 3px;
  background: #151617;
}

.comment-respond textarea {
  font-family: "Oxygen", "Arial", Sans-Serif;
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 14px 18px;
  color: #e7e8ea;
  border: 0;
  border-radius: 3px;
  background: #151617;
}

.comment-respond #author,
.comment-respond #email,
.comment-respond #url,
.comment-respond textarea {
  margin-bottom: 40px;
  outline: none;
}

.comment-respond .logged-in-as {
  font-size: 15px;
  margin-bottom: 30px;
  color: #fff;
}

.comment-respond .logged-in-as a {
  color: #fff;
}

.comment-respond .comment-form-cookies-consent {
  margin: 0 0 20px;
}

.comment-respond .comment-form-cookies-consent input {
  margin-right: 10px;
}

.comment-respond ::-webkit-input-placeholder {
  color: #e7e8ea;
}

.comment-respond :-moz-placeholder {
  color: #e7e8ea;
}

.comment-respond ::-moz-placeholder {
  color: #e7e8ea;
}

.comment-respond :-ms-input-placeholder {
  color: #e7e8ea;
}

.comment-respond #author {
  margin-left: 0;
}

.comment-respond .logged-in-as {
  font-size: 15px;
}

.comment-respond .form-submit {
  display: block;
  clear: both;
  overflow: hidden;
}

.comment-respond #cancel-comment-reply-link,
.comment-respond .submit {
  font-size: 12px;
  float: right;
  margin: 0 0 20px;
  padding: 12px 32px;
  transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  text-transform: uppercase;
  color: #bfc6ce;
  border: 0;
  border-radius: 90px;
  background: #16191b;
}

.comment-respond #cancel-comment-reply-link:hover,
.comment-respond .submit:hover {
  color: #616971;
  background: #e7e8e8;
}

.comment-respond #cancel-comment-reply-link {
  font-size: 10px;
  float: none;
  padding: 10px 24px;
}

@media (max-width: 540px) {
  .comment-respond #author,
  .comment-respond #email,
  .comment-respond #url {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

li.comment.depth-2 .profile img,
li.comment.depth-3 .profile img,
li.comment.depth-4 .profile img,
li.comment.depth-5 .profile img,
li.comment.depth-6 .profile img,
li.comment.depth-7 .profile img,
li.comment.depth-8 .profile img,
li.comment.depth-9 .profile img,
li.comment.depth-10 .profile img {
  display: none;
}

li.comment.depth-2 h4 img,
li.comment.depth-3 h4 img,
li.comment.depth-4 h4 img,
li.comment.depth-5 h4 img,
li.comment.depth-6 h4 img,
li.comment.depth-7 h4 img,
li.comment.depth-8 h4 img,
li.comment.depth-9 h4 img,
li.comment.depth-10 h4 img {
  display: inline-block;
}

li.comment.depth-2 hr,
li.comment.depth-3 hr,
li.comment.depth-4 hr,
li.comment.depth-5 hr,
li.comment.depth-6 hr,
li.comment.depth-7 hr,
li.comment.depth-8 hr,
li.comment.depth-9 hr,
li.comment.depth-10 hr {
  margin: 25px 0;
}

li.comment.depth-2 .main,
li.comment.depth-3 .main,
li.comment.depth-4 .main,
li.comment.depth-5 .main,
li.comment.depth-6 .main,
li.comment.depth-7 .main,
li.comment.depth-8 .main,
li.comment.depth-9 .main,
li.comment.depth-10 .main {
  width: 100%;
}

body.single .pagewrapper {
  padding-bottom: 75px;
}

@media (max-width: 750px) {
  body.single .pagewrapper {
    padding-bottom: 0;
  }
}

.disquscomments {
  margin-bottom: 60px;
}

.disquscomments:before {
  display: block;
  width: 70%;
  height: 1px;
  margin: 0 auto 90px;
  content: '';
  background: #dfdfdf;
}

/*------------------------------------------------------------------
    Post Formats
-------------------------------------------------------------------*/
/*
 *	STANDARD FORMAT
 */
.postlist article.format-standard .content {
  display: block;
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  -ms-background-size: cover;
}

@media (max-width: 650px) {
  .postlist article.format-standard .content {
    height: 250px;
  }
}

@media (max-width: 550px) {
  .postlist article.format-standard .content {
    height: 200px;
  }
}

@media (max-width: 370px) {
  .postlist article.format-standard .content {
    display: none;
  }
}

/*
 *	STATUS FORMAT
 */
.postlist article.format-status .content > * {
  display: none;
}

.postlist article.format-status .content > p:first-child {
  font-family: "Noto Serif", "Times New Roman", Serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  display: block;
  overflow: hidden;
  margin: 0 0 40px;
  color: #62646c;
  color: rgba(35, 37, 40, 0.7);
}

@media (max-width: 640px) {
  .postlist article.format-status .content > p:first-child {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 450px) {
  .postlist article.format-status .content > p:first-child {
    font-size: 16px;
    line-height: 30px;
  }
}

.post-status .excerpt {
  margin-top: 0;
}

/*
 *	QUOTE FORMAT
 */
.postlist article.format-quote .content > * {
  display: none;
}

.postlist article.format-quote .content > blockquote:first-child {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: -0.5px;
  color: #3c3e41;
  border: 0;
}

.postlist article.format-quote .content > blockquote:first-child p {
  margin: 0;
}

.postlist article.format-quote .content > blockquote:first-child cite {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 20px;
  font-style: normal;
  display: block;
  margin-top: 25px;
  color: #939393;
}

.postlist article.format-quote .content > blockquote:first-child cite a {
  color: #939393;
}

@media (max-width: 640px) {
  .postlist article.format-quote .content > blockquote:first-child {
    font-size: 20px;
    line-height: 34px;
  }
  .postlist article.format-quote .content > blockquote:first-child cite {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .postlist article.format-quote .content > blockquote:first-child {
    font-size: 18px;
    line-height: 32px;
  }
  .postlist article.format-quote .content > blockquote:first-child cite {
    font-size: 16px;
  }
}

/*
 *	VIDEO & AUDIO FORMAT
 */
.postlist article.format-video .content > *,
.postlist article.format-audio .content > * {
  display: none;
}

.postlist article.format-video .content > *:first-child,
.postlist article.format-audio .content > *:first-child {
  display: block;
  margin-top: 0;
  margin-bottom: 60px;
}

.post-video .content {
  margin-bottom: 50px;
}

/*
 *	IMAGE FORMAT
 */
.postlist article.format-image .content > * {
  display: none;
}

.postlist article.format-image .content > p:first-child {
  display: block;
  margin-top: 0;
  margin-bottom: 60px;
}

.post-image-header .content .imageheader {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
  border-radius: 3px;
  background-size: cover;
  -ms-background-size: cover;
}

/*
 *	LINK FORMAT
 */
.postlist article.format-link .linkicon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  color: #d5d5d5;
}

/*
 *	GALLERY FORMAT
 */
.postlist article.format-gallery .content {
  margin-bottom: 35px;
}

/*
 *	STICKY POST
 */
.postlist article.sticky .meta .issticky {
  display: block;
}

/*------------------------------------------------------------------
    Author Title
-------------------------------------------------------------------*/
.authortitle {
  position: relative;
  z-index: 1000;
  display: table-cell;
  width: 700px;
  margin: 0;
  vertical-align: middle;
  border-top: 0;
  background: transparent;
}

.authortitle .info {
  overflow: hidden;
  margin-top: 10%;
}

.authortitle .profile {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-right: 5%;
  border-radius: 150px;
}

.authortitle .meta {
  display: inline-block;
  text-align: left;
}

.authortitle .meta .twittertag {
  color: #6e6e6e;
}

.authortitle h3 {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 29px;
  font-weight: 600;
  color: #fff;
}

.authortitle p {
  margin: 20px 0;
  color: #939393;
}

.authortitle p a {
  color: #fff;
}

.authortitle .authorsocial li a {
  line-height: 36px;
}

@media (max-width: 880px) {
  .authortitle {
    width: 70%;
  }
  .authortitle .authorsocial {
    display: none;
  }
}

@media (max-width: 560px) {
  .authortitle {
    width: 80%;
  }
  .authortitle .profile {
    display: none;
  }
}

@media (max-height: 700px) {
  .authortitle p {
    display: none;
  }
}

/*------------------------------------------------------------------
    Alt page Header
-------------------------------------------------------------------*/
.altpageheader {
  font-family: "Varela Round", "Arial", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 40px 0;
  text-align: center;
  text-transform: capitalize;
  color: #373737;
  background: #f9f9f9;
}

.altpageheader svg {
  margin-right: 12px;
  vertical-align: -4px;
  color: #b5bcbf;
}

.altpageheader .postcount {
  font-family: "Montserrat", "Arial", Sans-Serif;
  font-size: 12px;
  display: inline-block;
  margin-left: 15px;
  padding: 6px 16px;
  vertical-align: 3px;
  color: #fff;
  border-radius: 100px;
  background: #4a5153;
}
