/**
 * Table of Contents
 * ----------------------------------------------------------------------------
 * 0. Icons
 * 1. Reset
 * 2. General
 * 3. Structure
 * 4. Site Header
 * 5. Site Navigation
 * 6. Sidebar
 * 7. Content
 *   7.1 Posts and Pages
 *   7.2 Paging Navigation
 *   7.3 Post Navigation
 * 8. Widgets
 * 9. Site Footer
 * 10. Media Queries
*/

/**
 * 0. Icons
 * Font Awesome by Dave Gandy | http://fontawesome.io
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'fontawesome';
  src:  url('../fonts/fontawesome.eot?jzetq1');
  src:  url('../fonts/fontawesome.eot?jzetq1#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome.ttf?jzetq1') format('truetype'),
    url('../fonts/fontawesome.woff?jzetq1') format('woff'),
    url('../fonts/fontawesome.svg?jzetq1#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'fontawesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\f067";
}
.icon-close:before {
  content: "\f00d";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-feed:before {
  content: "\f09e";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-vimeo:before {
  content: "\f27d";
}

/**
 * 1. Reset
 * ----------------------------------------------------------------------------
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-size: 112.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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 {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 1em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

form {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 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"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 2. General
 * ----------------------------------------------------------------------------
 */
html {
  font-family: 'Lato', sans-serif;
}

button,
input,
select,
textarea {
  font-family: 'Lato', sans-serif;
}

body {
  background-color: #111;
  color: #eee;
  font-weight: 300;
  line-height: 1.66667;
}

a {
  border-bottom: 1px solid #999;
  color: #999;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  border-color: #ef6c00;
  color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 30px;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5,
h6 {
  font-size: 18px;
}

p {
  margin: 0 0 30px;
}

address {
  font-style: italic;
  margin: 0 0 30px;
}

mark,
ins {
  background-color: #252525;
  color: #eee;
  padding: 0 3px;
  text-decoration: none;
}

code {
  font-size: 16px;
  padding: 1px 3px;
  white-space: pre;
}

pre {
  background-color: #1b1b1b;
  color: #eee;
  font-size: 16px;
  margin: 0 0 30px;
  padding: 15px;
  white-space: pre;
}

pre code {
  border: 0;
  font-size: inherit;
  padding: 0;
}

blockquote {
  border-bottom: 1px solid #252525;
  border-top: 2px solid #252525;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 -90px 30px;
  padding: 30px 0 40px;
}

blockquote.alignleft,
blockquote.alignright {
  font-size: 20px;
}

blockquote p {
  margin-bottom: 15px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote cite {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-style: normal;
  margin-top: 15px;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 30px;
}

ul,
ol {
  margin: 0 0 30px;
  padding: 0 0 0 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

hr {
  background-color: #252525;
  border: 0;
  height: 1px;
  margin: 30px 0;
}

table {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: left;
  width: 100%;
}

caption {
  color: #ccc;
  font-style: italic;
  margin-bottom: 10px;
  text-align: left;
}

th,
td {
  border-bottom: 1px solid #252525;
  padding: 10px 5px;
}

th {
  color: #fff;
  font-weight: 700;
}

/* Form fields */
button,
input,
select,
textarea {
  background-color: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #252525;
  border-radius: 0;
  color: #111;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 100%;
  padding: 4px 10px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  vertical-align: baseline;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
  height: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  background-color: #fff;
  outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #ef6c00;
  border-color: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  padding: 4px 20px;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  outline: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
}

/* Images */
img {
  height: auto;
  max-width: 100%;
}

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%;
}

.fluid-width-video-wrapper {
  margin: 0 0 30px;
}

/* Alignment */
.alignleft {
  float: left;
  margin: 5px 30px 15px -90px;
  max-width: 50%;
}

.alignright {
  float: right;
  margin: 5px -90px 15px 30px;
  max-width: 50%;
}

.full-width {
  clear: both;
  margin: 5px -90px 30px;
}

.alignleft p,
.alignright p,
.full-width p {
  margin-bottom: 0;
}

/* Footnotes */
.footnotes-list {
  font: normal 12px/1.5 "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footnote-item p {
  margin-bottom: 5px;
}

/* Clearing floats */
.clear:after,
.inner-wide:after,
.post-grid:after,
.post-content:after,
.post-navigation:after {
  clear: both;
}

.clear:before,
.clear:after,
.inner-wide:before,
.inner-wide:after,
.post-grid:before,
.post-grid:after,
.post-content:before,
.post-content:after,
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table;
}

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* Buttons */
.button {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 8px 15px;
  text-transform: uppercase;
}

.square {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 2.57142;
  text-align: center;
  width: 36px;
}

.button:hover,
.square:hover {
  background-color: #ef6c00;
  border-color: #ef6c00;
  color: #fff;
}

/* Animations */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Slick slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  background-color: transparent;
  border: 2px solid #e5e5e5;
  bottom: 30px;
  color: #e5e5e5;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 40px;
  z-index: 999;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background-color: #ef6c00;
  border-color: transparent;
  color: #fff;
}

.slick-prev {
  right: 75px;
}

.slick-next {
  right: 30px;
}

/**
 * 3. Structure
 * ----------------------------------------------------------------------------
 */
.site {
  overflow: hidden;
  position: relative;
}

.inner-wide {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
}

.inner {
  margin: 0 auto;
  max-width: 740px;
  padding-left: 30px;
  padding-right: 30px;
}

/**
 * 4. Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  background-color: #111;
  padding-bottom: 20px;
  padding-top: 20px;
}

.site-header .inner-wide {
  position: relative;
}

.site-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 15px;
  text-transform: uppercase;
}

.site-logo,
.site-title {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 15px;
}

.site-logo a,
.site-title a {
  border: 0;
  color: #fff;
  display: inline-block;
}

.site-logo img {
  max-height: 65px;
}

.sidebar-toggle {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 0;
  width: 30px;
}

.sidebar-icon {
  background-color: #111;
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.sidebar-icon:before,
.sidebar-icon:after {
  background-color: #111;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  width: 100%;
}

.sidebar-icon:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sidebar-icon:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.site-header .sidebar-icon,
.site-header .sidebar-icon:before,
.site-header .sidebar-icon:after {
  background-color: #eee;
}

/**
 * 5. Site Navigation
 * ----------------------------------------------------------------------------
 */
.site-header .site-navigation {
  margin-top: 5px;
}

.site-navigation .menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.site-navigation .menu-item {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.site-header .menu-item {
  display: inline-block;
}

.site-header .menu-item a {
  border: 0;
  color: #eee;
  padding: 7px 15px;
}

.site-header .menu-item:last-child a,
.site-header .menu-item a:hover {
  background-color: #ef6c00;
}

/**
 * 6. Sidebar
 * ----------------------------------------------------------------------------
 */
.sidebar {
  background-color: #fff;
  bottom: 0;
  color: #111;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: -100%;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 600px;
  z-index: 999;
}

.sidebar-scrollable {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.overlay {
  background-color: transparent;
  cursor: url(../images/close.png), default;
  cursor: -webkit-image-set(
    url(../images/close.png) 1x,
    url(../images/close@2x.png) 2x
  ), default;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}

.sidebar-opened .site {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.sidebar-opened .sidebar {
  right: 0;
}

.sidebar-opened .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  visibility: visible;
}

.sidebar .widget-area {
  padding-bottom: 30px;
  padding-top: 90px;
}

.sidebar .site-navigation,
.sidebar .widget {
  border-top: 1px solid #eee;
  margin-bottom: 60px;
  padding: 60px 60px 0;
}

.sidebar .site-navigation {
  display: none;
}

.sidebar .site-navigation .screen-reader-text {
  clip: auto;
  height: auto;
  position: static !important;
  width: auto;
}

.sidebar .menu-item {
  display: block;
  margin-bottom: 15px;
}

.sidebar .menu-item a {
  border-color: transparent;
  color: #111;
}

.sidebar .menu-item a:hover {
  border-color: #ef6c00;
}

.sidebar .sidebar-toggle {
  left: 50%;
  margin-left: -15px;
  right: auto;
  top: 25px;
}

.sidebar .sidebar-icon {
  background-color: transparent;
}

.sidebar .sidebar-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar .sidebar-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/**
 * 7. Content
 * 7.1 Posts and Pages
 * ----------------------------------------------------------------------------
 */
.post {
  margin-bottom: 60px;
}

.post-header {
  margin-bottom: 30px;
}

.post-header-wrap,
.page-header-wrap {
  background-color: rgba(27,27,27,0.35);
  float: left;
  max-width: 740px;
  padding: 15px;
}

.post-title {
  font-size: 28px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.post-title a {
  border-color: transparent;
  color: #fff;
}

.post-title a:hover {
  border-color: #ef6c00;
}

.post-thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}

.post-tags {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.post-tags a {
  background-color: #ef6c00;
  border: 2px solid transparent;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 1px 3px;
}

.post-tags a:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* Post grid */
.post-grid {
  margin-left: -30px;
}

.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
  padding-left: 30px;
  width: 50%;
}

.grid-item:nth-child(2n+1) {
  clear: left;
}

.post-grid .post-content {
  font-size: 16px;
}

.cover {
  background-color: #1b1b1b;
  color: #fff;
  display: table;
  height: calc(100vh - 140px);
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}

.cover.page-header {
  height: 360px;
}

.cover-bg {
  -webkit-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.cover .inner-wide {
  padding-bottom: 30px;
  padding-top: 30px;
}

.cover.post-header .inner-wide {
  padding-bottom: 90px;
  padding-top: 150px;
}

.cover-content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.page-title,
.post-template .post-title,
.page-template .post-title {
  font-size: 40px;
  margin-bottom: 10px;
}

.page-description {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
}

.scroll-down {
  border-color: #e5e5e5;
  color: #e5e5e5;
}

.cover .scroll-down,
.hero .scroll-down {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.cover .scroll-down:focus,
.hero .scroll-down:focus {
  outline: none;
}

/* Featured Slider */
.hero {
  background-color: #1b1b1b;
  margin-bottom: 60px;
  position: relative;
}

.slider-loading {
  background-color: #1b1b1b;
  background-image: url(../images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100vh - 140px);
}

.featured-slider {
  display: none;
}

.hero .slick-slide {
  background-color: #1b1b1b;
  height: calc(100vh - 140px);
  position: relative;
}

.hero .slide-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero .slide-content {
  display: table;
  height: 100%;
  width: 100%;
}

.hero .slide-overlay {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.hero .post-header {
  background-color: rgba(27,27,27,0.35);
  border-left: 7px solid #ef6c00;
  display: inline-block;
  margin: 30px 60px;
  width: 350px;
  padding: 15px 30px 20px 45px;
}

.hero .post-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hero .button {
  background-color: #ef6c00;
  border-color: transparent;
}

.hero .button:hover {
  background-color: transparent;
  border-color: #fff;
}

/* Contact form */
#odamae-contact-form {
  margin-bottom: 30px;
}

.visualCaptcha-explanation {
  color: #111;
}

/**
 * 7.2 Paging Navigation
 * ----------------------------------------------------------------------------
 */
.pagination {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 90px;
  margin-top: 30px;
  padding: 11px 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.newer-posts,
.older-posts {
  position: absolute;
  top: 0;
}

.newer-posts {
  left: 0;
}

.older-posts {
  right: 0;
}

/**
 * 7.3 Post Navigation
 * ----------------------------------------------------------------------------
 */
.post-navigation {
  background-color: #1b1b1b;
  overflow: hidden;
}

.nav-previous,
.nav-next {
  border: 0;
  color: #fff;
  display: block;
  overflow: hidden;
  padding-bottom: 300px;
  position: relative;
  width: 50%;
}

.nav-previous {
  float: right;
  text-align: right;
}

.nav-next {
  float: left;
  text-align: left;
}

.nav-previous:first-child,
.nav-next:last-child {
  text-align: center;
  width: 100%;
}

.nav-bg {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.nav-previous:hover,
.nav-next:hover {
  color: #fff;
}

.nav-previous:hover .nav-bg,
.nav-next:hover .nav-bg {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.nav-inside {
  bottom: 30px;
  left: 30px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 90px;
}

.nav-inside-wrap {
  background-color: rgba(27,27,27,0.35);
  display: inline-block;
  max-width: 740px;
  padding: 15px;
}

.nav-before {
  color: #ef6c00;
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.nav-title {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

/**
 * 8. Widgets
 * ----------------------------------------------------------------------------
 */
.widget-area {
  font-size: 16px;
}

.widget {
  margin-bottom: 60px;
}

.widget a {
  border-color: #666;
  color: #666;
}

.widget a:hover {
  border-color: #ef6c00;
  color: #666;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget select {
  background-color: #fff;
  border-color: #111;
}

.widget button,
.widget input[type="submit"],
.widget input[type="button"],
.widget input[type="reset"] {
  background-color: #111;
  color: #fff;
}

.widget button:hover,
.widget button:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus,
.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget button:active,
.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
  background-color: #ef6c00;
  border-color: transparent;
  color: #fff;
}

.widget-area .screen-reader-text,
.widget-title {
  color: #111;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#mc-embedded-subscribe-form {
  max-width: 400px;
  padding-right: 150px;
  position: relative;
}

#mc-embedded-subscribe-form input[type="email"] {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

#mc-embedded-subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
}

.contacts {
  list-style: none;
  padding-left: 0;
}

.contacts li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.contacts .icon {
  color: #111;
  display: inline-block;
  font-size: 14px;
  left: 0;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 0;
  width: 15px;
}

/**
 * 10. Site Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  background-color: #111;
  border-top: 1px solid #252525;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}

.site-footer .inner-wide {
  position: relative;
}

.offsite-links {
  left: 30px;
  position: absolute;
  top: 0;
}

.offsite-links .square {
  background-color: #252525;
  border-color: transparent;
  color: #ccc;
  margin-right: 2px;
}

.offsite-links .square:hover {
  background-color: #ef6c00;
  border-color: #ef6c00;
  color: #fff;
}

.copyright {
  color: #666;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  padding: 12px 110px;
  text-transform: uppercase;
}

.copyright a {
  border-color: transparent;
  color: #ef6c00;
}

.copyright a:hover {
  border-color: #ef6c00;
  color: #eee;
}

.top-link {
  background-color: #ef6c00;
  border-color: transparent;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 0;
}

.top-link:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.kg-width-wide img {
  max-width: 85vw;
}

.kg-width-full img {
  max-width: 100vw;
}
.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: auto calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.kg-bookmark-card {
  width: 100%;
  position: relative;
}

.kg-bookmark-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.kg-bookmark-container:hover {
  text-decoration: none;
}

.kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  padding: 20px;
  order: 1;
}

.kg-bookmark-title {
  font-weight: 600;
}

.kg-bookmark-metadata,
.kg-bookmark-description {
  margin-top: .5em;
}

.kg-bookmark-metadata {
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kg-bookmark-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.kg-bookmark-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  margin-right: .5em;
  margin-bottom: .05em;
}

.kg-bookmark-thumbnail {
  display: flex;
  flex-basis: 24rem;
  flex-grow: 1;
}

.kg-bookmark-thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

.kg-bookmark-author {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.kg-bookmark-publisher::before {
  content: "•";
  margin: 0 .5em;
}
/**
 * 10. Media Queries
 * ----------------------------------------------------------------------------
 */
@media only screen and (min-width: 1721px) {
  .post-grid {
    margin-left: -60px;
  }

  .grid-item {
    margin-bottom: 60px;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1401px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3,
  .nav-title {
    font-size: 30px;
  }

  blockquote {
    font-size: 30px;
    line-height: 1.33333;
    margin-left: -180px;
    margin-right: -180px;
    padding-bottom: 60px;
  }

  blockquote.alignleft,
  blockquote.alignright {
    font-size: 24px;
  }

  .alignleft {
    margin-left: -180px;
  }

  .alignright {
    margin-right: -180px;
  }

  .full-width {
    margin-left: -180px;
    margin-right: -180px;
  }

  .button {
    padding: 9px 20px;
  }

  .square {
    font-size: 18px;
    height: 46px;
    width: 46px;
  }

  .slick-arrow {
    font-size: 18px;
    height: 50px;
    width: 50px;
  }

  .slick-prev {
    right: 85px;
  }

  .sidebar {
    width: 740px;
  }

  .sidebar .site-navigation,
  .sidebar .widget {
    padding-left: 90px;
    padding-right: 90px;
  }

  .post-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .post-tags a {
    padding: 2px 5px;
  }

  .post-tags,
  .nav-before,
  .copyright {
    font-size: 12px;
  }

  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  .site-navigation .menu-item,
  .pagination {
    font-size: 14px;
  }

  blockquote small,
  blockquote cite,
  .post-grid .post-content,
  .widget-area .screen-reader-text,
  .widget-title {
    font-size: 18px;
  }

  .cover.page-header {
    height: 500px;
  }

  .page-title,
  .post-template .post-title,
  .page-template .post-title {
    font-size: 48px;
  }

  .hero .post-header {
    padding-left: 60px;
    width: 375px;
  }

  .hero .post-title {
    font-size: 60px;
  }

  .pagination {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .nav-previous,
  .nav-next {
    padding-bottom: 450px;
  }
}

@media only screen and (min-width: 1281px) {
  .sidebar-toggle:hover .sidebar-icon:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .sidebar-toggle:hover .sidebar-icon:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sidebar .sidebar-toggle:hover .sidebar-icon:before,
  .sidebar .sidebar-toggle:hover .sidebar-icon:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 1100px) {
  .site-header .site-navigation {
    display: none;
  }

  .sidebar .site-navigation {
    display: block;
  }

  .cover,
  .slider-loading,
  .hero .slick-slide {
    height: calc(100vh - 105px);
  }
}

@media only screen and (max-width: 980px) {
  blockquote,
  .full-width {
    margin-left: 0;
    margin-right: 0;
  }

  .alignleft {
    margin-left: 0;
  }

  .alignright {
    margin-right: 0;
  }
}

@media only screen and (max-width: 860px) {
  .cover,
  .slider-loading,
  .hero .slick-slide {
    height: 450px;
  }

  .hero .post-header {
    max-width: 350px;
    width: auto;
  }

  .hero .post-title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .cover .scroll-down,
  .hero .scroll-down {
    display: none;
  }

  .cover.post-header .inner-wide {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .grid-item {
    width: 100%;
  }

  .nav-previous,
  .nav-next {
    float: none;
    text-align: left;
    width: 100%;
  }

  .nav-next + .nav-previous {
    border-left: 0;
    border-top: 1px solid #252525;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 100%;
  }

  h1,
  .page-title,
  .post-template .post-title,
  .page-template .post-title,
  .hero .post-title {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5,
  h6,
  .page-description {
    font-size: 16px;
  }

  blockquote {
    font-size: 20px;
  }

  .alignleft,
  .alignright {
    float: none;
    margin: 5px 0 30px;
    max-width: none;
  }

  .sidebar {
    border-left: 0;
    width: 100%;
  }

  .hero .post-header {
    border-left-width: 5px;
    padding-left: 30px;
  }

  .cover.page-header {
    height: 300px;
  }

  .pagination {
    margin-bottom: 45px;
    margin-top: 0;
  }

  .site-footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .offsite-links {
    position: static;
    margin-bottom: 10px;
  }

  .top-link {
    display: inline-block;
    position: static;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  h1,
  .page-title,
  .post-template .post-title,
  .page-template .post-title,
  .hero .post-title {
    font-size: 30px;
  }

  h2,
  .site-title,
  .post-title {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5,
  h6 {
    font-size: 14px;
  }

  blockquote {
    padding-bottom: 30px;
  }

  .inner-wide,
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-grid {
    margin-left: -15px;
  }

  .grid-item {
    margin-bottom: 15px;
    padding-left: 15px;
  }

  .cover,
  .hero {
    margin-bottom: 45px;
  }

  .slider-loading,
  .hero .slick-slide {
    height: 400px;
  }

  .nav-inside {
    left: 15px;
    right: 15px;
  }

  .sidebar-toggle {
    right: 15px;
  }

  .post-inside .post-header {
    padding: 30px;
  }

  .post-inside .read-more {
    bottom: 30px;
    left: 30px;
  }

  .hero .post-header {
    border-left-width: 2px;
    margin: 30px;
  }

  .sidebar .site-navigation,
  .sidebar .widget {
    padding: 45px 15px 0;
  }

  #mc-embedded-subscribe-form {
    padding-right: 0;
  }

  #mc-embedded-subscribe-form input[type="submit"] {
    display: block;
    position: static;
    width: 140px;
  }
}


