/*
Theme Name: Inside Japan
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Blog theme for Inside Japan
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insidejapan
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Inside Japan is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Brand
	13.1 Inside Asia Tour
	13.2 Inside Japan Tour
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 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,
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 {
  background: #ff0;
  color: #000; }

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; }

hr {
  -webkit-box-sizing: content-box;
  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 {
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: royalblue; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }
  .main-navigation ul {
    display: none; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navigation.pagination {
  display: block; }
  .navigation.pagination .nav-links {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    color: #000;
    word-spacing: 15px; }
    .navigation.pagination .nav-links a {
      color: #000; }
    .navigation.pagination .nav-links .current {
      color: #909100; }
    @media (max-width: 330px) {
      .navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links a.next {
        display: none; } }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: none; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.container--no-side-padding {
  padding-left: 0;
  padding-right: 0; }

/* This parent can be any width and height */
.valign {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
  /* The ghost, nudged to maintain perfect centering */
  /* The element to be centered, can also be of any width and height */ }
  .valign:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .valign > *:first-child {
    display: inline-block;
    vertical-align: middle; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.flexslider {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative; }
  .flexslider .slides .slide {
    margin-right: 3px; }
  .flexslider.flexslider--carousel .flex-direction-nav .flex-prev, .flexslider.flexslider--carousel .flex-direction-nav .flex-next {
    color: #FFF;
    width: 40px;
    height: 60px;
    opacity: 1;
    top: 0;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .flexslider.flexslider--carousel .flex-direction-nav .flex-prev, .flexslider:hover .flexslider.flexslider--carousel .flex-direction-nav .flex-prev, .flexslider.flexslider--carousel .flex-direction-nav .flex-next, .flexslider:hover .flexslider.flexslider--carousel .flex-direction-nav .flex-next {
      cursor: pointer;
      opacity: 1 !important;
      left: -43px; }
    .flexslider.flexslider--carousel .flex-direction-nav .flex-prev:focus, .flexslider.flexslider--carousel .flex-direction-nav .flex-next:focus {
      outline: none; }
    @media (max-width: 991px) {
      .flexslider.flexslider--carousel .flex-direction-nav .flex-prev, .flexslider.flexslider--carousel .flex-direction-nav .flex-next {
        height: 40px;
        width: 40px; } }
  @media (max-width: 350px) {
    .flexslider.flexslider--carousel .flex-direction-nav {
      display: none; } }
  .flexslider.flexslider--carousel .flex-direction-nav .flex-prev {
    font-size: 0;
    background: #000 url(./images/arrow_left.png) no-repeat center; }
    .flexslider.flexslider--carousel .flex-direction-nav .flex-prev:before {
      content: ''; }
    @media (max-width: 991px) {
      .flexslider.flexslider--carousel .flex-direction-nav .flex-prev {
        top: -68px;
        left: auto;
        right: 67px; } }
  .flexslider.flexslider--carousel .flex-direction-nav .flex-next {
    font-size: 0;
    background: #000 url(./images/arrow_right.png) no-repeat center;
    top: 63px; }
    .flexslider.flexslider--carousel .flex-direction-nav .flex-next:before {
      content: ''; }
    @media (max-width: 991px) {
      .flexslider.flexslider--carousel .flex-direction-nav .flex-next {
        top: -68px;
        left: auto;
        right: 25px; } }
  .flexslider.flexslider--carousel .slide {
    position: relative; }
    .flexslider.flexslider--carousel .slide .slide__caption {
      position: absolute;
      bottom: 10px;
      left: 0;
      padding: 0 10px; }
      .flexslider.flexslider--carousel .slide .slide__caption span {
        padding: 4px;
        background: #000;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: #FFF;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.9rem;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        text-transform: uppercase; }
  .flexslider.flexslider--category-carousel .slides .slide {
    position: relative; }
    .flexslider.flexslider--category-carousel .slides .slide a {
      color: inherit;
      text-decoration: none; }
    .flexslider.flexslider--category-carousel .slides .slide .slide__image-wrapper {
      position: relative; }
      .flexslider.flexslider--category-carousel .slides .slide .slide__image-wrapper a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .flexslider.flexslider--category-carousel .slides .slide .slide__title {
      text-transform: uppercase;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif;
      font-weight: 700;
      color: #000; }
    .flexslider.flexslider--category-carousel .slides .slide .slide__caption {
      color: #585858; }
    .flexslider.flexslider--category-carousel .slides .slide .slide__link {
      color: #FFF;
      font-weight: 700;
      background: #000;
      padding: 4px;
      text-transform: uppercase;
      display: inline-block;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif;
      font-size: 1.2rem; }
      .flexslider.flexslider--category-carousel .slides .slide .slide__link:hover {
        color: #000; }
    @media (min-width: 451px) and (max-width: 859px) {
      .flexslider.flexslider--category-carousel .slides .slide .slide__image-wrapper .landscape img {
        height: 100% !important;
        width: auto !important;
        max-width: none !important; } }
    @media (max-width: 859px) {
      .flexslider.flexslider--category-carousel .slides .slide {
        font-size: 0; }
        .flexslider.flexslider--category-carousel .slides .slide .slide.fake {
          display: none; }
        .flexslider.flexslider--category-carousel .slides .slide .slide__post {
          display: inline-block;
          vertical-align: top;
          width: 33%;
          margin-right: 0.5%; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(3n) {
            margin-right: 0; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__title {
            margin: 6px 0 6px 0;
            font-size: 2rem; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__caption {
            font-size: 1.2rem;
            text-align: left; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__info {
            text-align: center; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__link {
            font-size: 1.1rem;
            margin: 0 auto; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__image-wrapper {
            width: 100%;
            height: 240px;
            display: inline-block;
            overflow: hidden;
            position: relative; }
            .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__image-wrapper img {
              width: 100%;
              height: auto;
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
    @media (max-width: 450px) {
      .flexslider.flexslider--category-carousel .slides .slide .slide__post {
        width: 100%;
        margin-bottom: 6px; }
        .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__image-wrapper {
          width: 40%;
          height: auto;
          display: inline-block; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__image-wrapper img {
            width: 100%;
            position: static;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
        .flexslider.flexslider--category-carousel .slides .slide .slide__post .slide__info {
          vertical-align: top;
          display: inline-block;
          width: 60%;
          padding-left: 10px;
          text-align: left; } }
    @media (min-width: 860px) {
      .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n+1) .slide__wrapper {
        padding-right: 14px; }
      .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__wrapper {
        padding-left: 14px; }
      .flexslider.flexslider--category-carousel .slides .slide .slide__title {
        font-size: 2.6rem;
        margin: 0; }
      .flexslider.flexslider--category-carousel .slides .slide .slide__caption {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.2rem;
        background: #FFF; }
      .flexslider.flexslider--category-carousel .slides .slide .slide__image-wrapper {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        position: relative; }
        .flexslider.flexslider--category-carousel .slides .slide .slide__image-wrapper .landscape img {
          height: 100%;
          width: auto;
          max-width: unset; }
        .flexslider.flexslider--category-carousel .slides .slide .slide__image-wrapper img {
          position: absolute;
          z-index: -1;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          min-width: 100%;
          max-width: none;
          width: auto; }
      .flexslider.flexslider--category-carousel .slides .slide .slide__info {
        width: 100%; }
      .flexslider.flexslider--category-carousel .slides .slide .slide__post {
        position: relative; }
        .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(1), .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(3) {
          float: left;
          width: 60%;
          height: 300px; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(1) .slide__info, .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(3) .slide__info {
            position: absolute;
            top: 136px; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(1) .slide__title, .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(3) .slide__title {
            background: #FFF;
            padding: 4px 6px 4px 0;
            display: inline-block; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(1) .slide__image-wrapper, .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(3) .slide__image-wrapper {
            height: 180px;
            width: 100%;
            max-width: 260px;
            float: right; }
        .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(2) {
          float: right;
          width: 40%; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(2) .slide__info {
            padding: 0 4px; }
          .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(2) .slide__image-wrapper {
            height: 310px;
            width: 100%; }
        .flexslider.flexslider--category-carousel .slides .slide .slide__post:nth-of-type(3) {
          margin-top: 10px; }
      .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post .slide__link {
        float: right; }
      .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(1), .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(3) {
        float: right;
        width: 60%;
        height: 300px; }
        .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(1) .slide__info, .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(3) .slide__info {
          position: absolute;
          top: 136px;
          text-align: right; }
        .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(1) .slide__title, .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(3) .slide__title {
          padding: 4px 0 4px 6px; }
        .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(1) .slide__caption, .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(3) .slide__caption {
          margin-top: 10px;
          clear: right;
          padding-left: 6px;
          text-align: left; }
        .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(1) .slide__image-wrapper, .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(3) .slide__image-wrapper {
          height: 180px;
          width: 100%;
          max-width: 260px;
          float: left; }
      .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(2) {
        float: left;
        width: 40%; }
        .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(2) .slide__info {
          padding: 0 4px; }
        .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(2) .slide__image-wrapper {
          height: 310px;
          width: 100%; }
      .flexslider.flexslider--category-carousel .slides .slide:nth-of-type(2n) .slide__post:nth-of-type(3) {
        margin-top: 10px; } }
  .flexslider.flexslider--category-carousel .flex-direction-nav {
    text-align: center;
    font-size: 0; }
    .flexslider.flexslider--category-carousel .flex-direction-nav .flex-nav-prev, .flexslider.flexslider--category-carousel .flex-direction-nav .flex-nav-next {
      display: inline-block; }
    .flexslider.flexslider--category-carousel .flex-direction-nav a {
      position: static;
      display: inline-block;
      font-size: 0;
      border: 2px solid #000;
      margin: 0;
      opacity: 1;
      outline: none; }
      .flexslider.flexslider--category-carousel .flex-direction-nav a:before {
        display: none; }
      .flexslider.flexslider--category-carousel .flex-direction-nav a.flex-prev {
        border-right: none;
        border-bottom: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .flexslider.flexslider--category-carousel .flex-direction-nav a.flex-next {
        border-left: none;
        border-top: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .flexslider.flexslider--category-carousel .flex-direction-nav a.flex-disabled {
        display: none; }
    @media (max-width: 859px) {
      .flexslider.flexslider--category-carousel .flex-direction-nav {
        padding-top: 20px; } }
  .flexslider.flexslider--posts .slides .slide {
    margin-right: 0; }
  .flexslider.flexslider--posts .post .post__header {
    margin-bottom: 20px; }
    .flexslider.flexslider--posts .post .post__header .post__title {
      font-size: 2rem;
      font-weight: 700;
      color: #000;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif;
      text-transform: uppercase;
      margin-bottom: 0; }
      .flexslider.flexslider--posts .post .post__header .post__title a {
        color: inherit;
        text-decoration: none; }
    .flexslider.flexslider--posts .post .post__header .post__meta {
      font-size: 1.2rem;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #000; }
      .flexslider.flexslider--posts .post .post__header .post__meta a {
        color: inherit;
        text-decoration: none; }
  .flexslider.flexslider--posts .post .post__content-wrapper .image__wrapper {
    height: 330px;
    width: 100%;
    overflow: hidden;
    display: block;
    background-size: cover;
    background: no-repeat center; }
  .flexslider.flexslider--posts .post .post__content-wrapper .post__content, .flexslider.flexslider--posts .post .post__content-wrapper .post__content * {
    margin: auto;
    padding: auto;
    font-size: 1.3rem;
    line-height: 2rem; }
  .flexslider.flexslider--posts .post .post__content-wrapper .post__content p {
    margin-bottom: 10px; }
  .flexslider.flexslider--posts .post .post__content-wrapper .post__read-more {
    text-transform: uppercase;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    text-decoration: none; }
  .flexslider.flexslider--posts .flex-control-paging {
    bottom: 0; }
    @media (max-width: 991px) {
      .flexslider.flexslider--posts .flex-control-paging {
        display: none; } }
    .flexslider.flexslider--posts .flex-control-paging li {
      margin: 0 7.5px; }
      .flexslider.flexslider--posts .flex-control-paging li > a {
        width: 2px;
        height: 2px; }
        .flexslider.flexslider--posts .flex-control-paging li > a.flex-active {
          position: relative; }
          .flexslider.flexslider--posts .flex-control-paging li > a.flex-active:before {
            content: '';
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border: 2px solid #000;
            top: -8px;
            left: 50%;
            margin-left: -3px; }
  .flexslider.flexslider--posts .flex-direction-nav {
    text-align: center;
    padding-top: 20px; }
    .flexslider.flexslider--posts .flex-direction-nav .flex-nav-prev, .flexslider.flexslider--posts .flex-direction-nav .flex-nav-next, .flexslider.flexslider--posts .flex-direction-nav .flex-loading-more {
      display: inline-block; }
    .flexslider.flexslider--posts .flex-direction-nav a {
      position: relative;
      cursor: pointer;
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 700;
      margin: 0;
      opacity: 1 !important;
      width: auto;
      height: auto;
      color: #000;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif; }
      .flexslider.flexslider--posts .flex-direction-nav a:focus {
        outline: none; }
      .flexslider.flexslider--posts .flex-direction-nav a:before {
        content: '';
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: absolute; }
      .flexslider.flexslider--posts .flex-direction-nav a.flex-prev {
        border-right: none;
        border-bottom: none;
        left: -60px;
        padding-right: 30px; }
        @media (max-width: 991px) {
          .flexslider.flexslider--posts .flex-direction-nav a.flex-prev {
            left: -25px;
            font-size: 0;
            width: 20px;
            height: 22px; } }
        .flexslider.flexslider--posts .flex-direction-nav a.flex-prev:before {
          background: url("./images/arrow-b_left.png") no-repeat center center;
          right: 0;
          top: 50%;
          margin-top: -8px; }
      .flexslider.flexslider--posts .flex-direction-nav a.flex-next {
        border-left: none;
        border-top: none;
        right: -60px;
        padding-left: 30px; }
        @media (max-width: 991px) {
          .flexslider.flexslider--posts .flex-direction-nav a.flex-next {
            right: -25px;
            font-size: 0;
            width: 20px;
            height: 22px; } }
        .flexslider.flexslider--posts .flex-direction-nav a.flex-next:before {
          background: url("./images/arrow-b_right.png") no-repeat center center;
          left: 0;
          top: 50%;
          margin-top: -8px; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/* Sidebar Posts Widgets */
.widget_ghw_sidebar_widget_call {
  margin-top: 100px !important; }

#iat-blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1170px;
  margin: 0 auto; }

#secondary.iat-post-sidebar {
  float: left;
  width: 30%;
  min-height: 100vh; }

#secondary.iat-post-sidebar.active {
  margin-left: -30%; }

#iat-post-sidebar-wrapper .widget {
  margin: 0 0 50px 0; }

#iat-post-sidebar-wrapper {
  padding: 10px 10px 10px 20px; }

@media (min-width: 1200px) {
  #iat-post-sidebar-wrapper {
    padding: 10px 10px 10px 0px; } }

#primary.iat-post-sidebar-active {
  float: left;
  width: 70%; }

#secondary.iat-post-sidebar h3,
.iat-first-button {
  font-family: 'Archivo Narrow', sans-serif; }

#secondary.iat-post-sidebar h3 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  line-height: 19px; }

.iat-first-button,
.iat-first-button:hover,
.iat-first-button:active,
.iat-first-button:visited,
.iat-first-button:focus {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 14px;
  margin: 5px auto;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 84%;
  position: relative;
  min-width: 135px; }

.iat-wine-button {
  background: #6e2b51;
  border: 2px solid #6e2b51; }

.iat-light-brown-button {
  background: #a5661a;
  border: 2px solid #a5661a; }

.iat-light-blue-button {
  background: #078298;
  border: 2px solid #078298; }

.iat-red-button {
  background: #e33f3a;
  border: 2px solid #e33f3a; }

.iat-wine-button:hover {
  background: #ffffff;
  border: 2px solid #794559;
  color: #794559; }

.iat-light-brown-button:hover {
  background: #ffffff;
  border: 2px solid #bb9973;
  color: #bb9973; }

.iat-light-blue-button:hover {
  background: #ffffff;
  border: 2px solid #5ea4d4;
  color: #5ea4d4; }

.iat-red-button:hover {
  background: #ffffff;
  color: #e33f3a;
  border: 2px solid #e33f3a; }

#iat-sidebar-posts-slider,
#iat-brochure,
#iat-call {
  width: 90%; }

.iat-slider-posts-img {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
  position: relative; }

.iat-slider-posts-img a {
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.slider-post-buttons {
  width: 100%;
  position: absolute;
  bottom: 25px;
  display: block; }

.slider-post-buttons span {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  z-index: 2;
  position: relative;
  opacity: 0.8; }

.slider-post-buttons span:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  opacity: 1; }

.iat-slide-green .slider-post-buttons span {
  background-color: rgba(203, 211, 82, 0.8); }

.iat-slide-green .slider-post-buttons span:hover {
  background-color: #677d29; }

.iat-slide-red .slider-post-buttons span {
  background-color: rgba(227, 63, 58, 0.8); }

.iat-slide-red .slider-post-buttons span:hover {
  background-color: #e44944; }

#iat-sidebar-posts-slider h4 a,
#iat-sidebar-posts-slider h4 a:visited,
#iat-sidebar-posts-slider h4 a:focus,
#iat-sidebar-posts-slider h4 a:hover {
  font-family: Noto Sans,serif;
  font-weight: 600;
  font-size: 13px;
  margin: 15px 0;
  outline: none;
  text-decoration: none; }

.iat-slide-green h4 a,
.iat-slide-green h4 a:hover {
  color: #677d29; }

.iat-slide-red h4 a {
  color: #e33f3a; }

.iat-slide-red h4 a:hover {
  color: #e44944; }

.slider-post-desc,
.brochure-text,
.call-text {
  font-size: 13px; }

.slider-button-link,
.brochure-buttons,
.call-buttons {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-family: Noto Sans,serif;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap; }

.slider-button-link:hover,
.slider-button-link:active,
.slider-button-link:focus,
.slider-button-link:visited,
.brochure-buttons:hover,
.brochure-buttons:active,
.brochure-buttons:focus,
.brochure-buttons:visited,
.call-buttons:hover,
.call-buttons:active,
.call-buttons:focus,
.call-buttons:visited {
  color: #fff;
  text-decoration: none;
  outline: none; }

.iat-slide-red .slider-button-link,
.iat-brochure-red .brochure-buttons,
.iat-call-red .call-buttons {
  background-color: #e33f3a;
  border: 2px solid #e33f3a; }

.iat-slide-red .slider-button-link:hover,
.iat-brochure-red .brochure-buttons:hover,
.iat-call-red .call-buttons:hover {
  background-color: #e44944; }

.iat-slide-green .slider-button-link,
.iat-brochure-green .brochure-buttons,
.iat-call-green .call-buttons {
  background-color: #677d29;
  border: 2px solid #677d29; }

.iat-slide-green .slider-button-link:hover,
.iat-brochure-green .brochure-buttons:hover,
.iat-call-green .call-buttons:hover {
  color: #677d29;
  background-color: white; }

.slider-posts-button-left {
  float: left;
  margin-left: 15px; }

.slider-posts-button-right {
  float: right;
  margin-right: 15px; }

.brochure-inner {
  position: relative; }

.brochure-img {
  width: 135px;
  height: 180px;
  background-size: cover;
  background-position: center center;
  position: relative; }

.brochure-first-button {
  position: absolute;
  top: 28%;
  left: 94px; }

.brochure-second-button {
  position: absolute;
  top: 55%;
  left: 94px; }

@media (max-width: 1070px) {
  .brochure-buttons {
    font-size: 10px;
    padding: 10px 10px;
    left: 30% !important; } }

.call-img {
  height: auto;
  max-width: 100%;
  display: block;
  max-width: 112px;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  #iat-post-sidebar-wrapper {
    display: none; }
  #primary.iat-post-sidebar-active {
    width: 100% !important; }
  #secondary.iat-post-sidebar {
    margin-left: -30%; }
  #secondary.iat-post-sidebar.active {
    margin-left: 0; } }

.slide-post {
  display: none;
  opacity: '0'; }

.slide-post:first-child {
  display: block;
  opacity: '1'; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10 Site parts
--------------------------------------------------------------*/
header#masthead .site-branding {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F1F1; }
  header#masthead .site-branding:after {
    clear: both; }
  header#masthead .site-branding .site-logo {
    float: left;
    width: 50%;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    header#masthead .site-branding .site-logo img {
      max-width: 150px; }
  header#masthead .site-branding .contacts {
    float: right;
    width: 50%;
    text-align: right; }
    header#masthead .site-branding .contacts .contact__phone, header#masthead .site-branding .contacts .contact__email {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 1.3rem;
      line-height: 14px;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif; }
    header#masthead .site-branding .contacts .contact__social a.social {
      background-color: #a6a847;
      border-radius: 50%;
      color: #FFF;
      width: 30px;
      height: 30px;
      display: inline-block;
      line-height: 30px;
      text-align: center; }
      header#masthead .site-branding .contacts .contact__social a.social:hover {
        background-color: #000 !important; }
      header#masthead .site-branding .contacts .contact__social a.social * {
        vertical-align: middle;
        font-size: 20px; }
  @media (max-width: 390px) {
    header#masthead .site-branding .site-logo, header#masthead .site-branding .contacts {
      display: block;
      float: none;
      width: auto;
      text-align: center;
      margin-bottom: 4px; } }

@media (min-width: 391px) {
  header#masthead .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

header#masthead .site-navigation {
  background: url("./images/header_bg.png") no-repeat center;
  background-size: cover;
  min-height: 240px;
  margin-top: 4px;
  position: relative; }
  header#masthead .site-navigation .menu__wrapper {
    float: left;
    width: 398px;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.6); }
    header#masthead .site-navigation .menu__wrapper:after {
      content: '';
      display: block;
      clear: left; }
    header#masthead .site-navigation .menu__wrapper ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      header#masthead .site-navigation .menu__wrapper ul li {
        float: left;
        width: 184px;
        margin-right: 10px; }
        header#masthead .site-navigation .menu__wrapper ul li a {
          color: #FFF;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 1.4rem;
          letter-spacing: -0.02em;
          word-spacing: 0.1em;
          font-family: 'Archivo Narrow', sans-serif; }
          header#masthead .site-navigation .menu__wrapper ul li a:hover {
            text-decoration: none;
            color: #DDDE3A; }
        header#masthead .site-navigation .menu__wrapper ul li:nth-of-type(2n) {
          margin-right: 0; }
  header#masthead .site-navigation .search {
    float: right;
    width: 100%;
    max-width: 240px;
    margin-top: 20px;
    position: relative;
    text-align: right; }
    header#masthead .site-navigation .search .search__input {
      border: 1px solid #999;
      padding: 10px 20px 10px 24px;
      border-radius: 2px;
      color: #333;
      width: 100%;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif;
      font-size: 1.4rem;
      line-height: 1.4rem; }
      header#masthead .site-navigation .search .search__input:focus {
        outline: none; }
    header#masthead .site-navigation .search .glyphicon {
      position: absolute;
      left: 10px;
      top: 13px; }
  header#masthead .site-navigation .site__parent {
    position: absolute;
    bottom: 20px;
    right: 15px;
    text-align: center; }
    @media (max-width: 991px) {
      header#masthead .site-navigation .site__parent {
        right: 25px; } }
    header#masthead .site-navigation .site__parent .text-cta {
      width: 240px;
      background: rgba(0, 0, 0, 0.6);
      color: #FFF;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.4rem;
      padding: 6px;
      text-align: left;
      margin: 0 auto;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif; }
      @media (max-width: 290px) {
        header#masthead .site-navigation .site__parent .text-cta {
          width: 100%; } }
      header#masthead .site-navigation .site__parent .text-cta p:last-of-type {
        margin-bottom: 0; }
    header#masthead .site-navigation .site__parent a {
      color: #FFF;
      font-size: 2.4rem;
      font-weight: 400;
      text-decoration: none;
      padding: 8px 16px;
      width: 240px;
      display: inline-block;
      text-align: center;
      line-height: 1;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif; }
      header#masthead .site-navigation .site__parent a:hover {
        background-color: #FFF !important; }
      @media (max-width: 290px) {
        header#masthead .site-navigation .site__parent a {
          width: 100%; } }
  @media (max-width: 700px) {
    header#masthead .site-navigation {
      min-height: unset;
      padding-bottom: 10px; }
      header#masthead .site-navigation .menu__wrapper {
        width: 100%;
        float: none;
        padding-right: 0; }
        header#masthead .site-navigation .menu__wrapper ul li:nth-of-type(2n) {
          margin-right: 10px; }
      header#masthead .site-navigation .search {
        float: none;
        margin: 6px auto 0 auto; }
      header#masthead .site-navigation .site__parent {
        position: static;
        margin: 6px auto 0 auto;
        text-align: center; } }
  @media (max-width: 240px) {
    header#masthead .site-navigation .search {
      display: none; } }

section.view-by {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F1F1; }
  section.view-by:after {
    clear: both; }
  section.view-by .btn-group.select__view {
    width: 180px !important; }
    section.view-by .btn-group.select__view, section.view-by .btn-group.select__view button {
      display: inline-block;
      direction: rtl;
      background: inherit;
      border: none;
      font-size: 1.6rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif;
      float: right; }
    section.view-by .btn-group.select__view button {
      -webkit-box-shadow: none;
      box-shadow: none; }
      section.view-by .btn-group.select__view button, section.view-by .btn-group.select__view button:focus {
        outline: none !important; }
      section.view-by .btn-group.select__view button span.filter-option.pull-left {
        float: right !important; }
    section.view-by .btn-group.select__view a:focus {
      outline: none; }
    section.view-by .btn-group.select__view:focus {
      outline: none; }
  @media (max-width: 768px) {
    section.view-by .btn-group.select__view, section.view-by .btn-group.select__view button {
      float: none;
      display: block;
      margin: 0 auto 10px auto; }
    section.view-by .newsletter-subscribe {
      text-align: center; } }

.newsletter-subscribe {
  min-height: 38px; }
  .newsletter-subscribe strong {
    font-size: 1.8rem;
    margin-right: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: normal; }
  .newsletter-subscribe .message-success {
    color: #677d29; }
    .newsletter-subscribe .message-success * {
      vertical-align: middle;
      line-height: 38px; }
  .newsletter-subscribe .subscribe__email {
    padding: 10px 14px;
    border: 1px solid #272727;
    background-color: #DDDE3A;
    border-radius: 0;
    width: 100%;
    max-width: 240px;
    height: 38px;
    vertical-align: middle;
    color: #111;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-right: 4px; }
    .newsletter-subscribe .subscribe__email::-webkit-input-placeholder {
      color: #111; }
    .newsletter-subscribe .subscribe__email:-moz-placeholder {
      /* Firefox 18- */
      color: #111; }
    .newsletter-subscribe .subscribe__email:-ms-input-placeholder {
      color: #111; }
    .newsletter-subscribe .subscribe__email:focus {
      outline: none; }
  .newsletter-subscribe .subscribe__button {
    padding: 10px 24px;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 2.4rem;
    line-height: 1.4rem;
    vertical-align: middle;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif; }
    .newsletter-subscribe .subscribe__button:hover {
      background-color: #FFF; }
  .newsletter-subscribe a.privacy_policy {
    color: #404040; }
  @media (max-width: 578px) {
    .newsletter-subscribe strong {
      display: block;
      margin-bottom: 4px; } }
  @media (max-width: 404px) {
    .newsletter-subscribe .subscribe__button {
      margin-top: 4px; } }

section.site__breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.7rem; }
  section.site__breadcrumbs a {
    color: #a6a847; }

footer#colophon {
  /* Social Media Icon
---------------------------------------------------------------------------------------------------- */
  /* Instagram
---------------------------------------------------------------------------------------------------- */ }
  footer#colophon .section__social {
    padding: 30px 0; }
    footer#colophon .section__social .social-links, footer#colophon .section__social .logo {
      text-align: center; }
    footer#colophon .section__social .logo {
      margin-top: 30px; }
      footer#colophon .section__social .logo img {
        max-width: 150px; }
    footer#colophon .section__social a.social {
      width: 30px;
      height: 30px;
      display: inline-block;
      color: #FFF;
      background: #999;
      line-height: 30px;
      text-align: center; }
      footer#colophon .section__social a.social:hover {
        background-color: #000; }
      footer#colophon .section__social a.social * {
        vertical-align: middle;
        font-size: 20px; }
  footer#colophon .section__featured {
    background-color: #EBEBEB;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.2rem; }
    @media (max-width: 991px) {
      footer#colophon .section__featured {
        text-align: center; }
        footer#colophon .section__featured .block .block__title span {
          padding-right: 5px !important;
          padding-left: 5px !important; }
        footer#colophon .section__featured [class*="col-"] {
          margin-bottom: 20px; }
          footer#colophon .section__featured [class*="col-"]:last-of-type {
            margin-bottom: 0; } }
    footer#colophon .section__featured .block .block__title {
      font-size: 1.6rem;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      margin: 0 0 10px 0;
      color: #333; }
      footer#colophon .section__featured .block .block__title span {
        background-color: #EBEBEB;
        padding-right: 10px;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        display: inline-block;
        position: relative;
        z-index: 2; }
      footer#colophon .section__featured .block .block__title:after {
        content: '';
        display: inline-block;
        width: 100%;
        border-top: 6px solid #DBDBDB;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        z-index: 1; }
    footer#colophon .section__featured .block .block__link {
      font-size: 1.2rem;
      margin-bottom: 20px; }
      footer#colophon .section__featured .block .block__link:last-of-type {
        margin-bottom: 0; }
      footer#colophon .section__featured .block .block__link .link__date {
        color: #A0A0A0;
        font-style: italic;
        display: block; }
      footer#colophon .section__featured .block .block__link:after {
        content: '';
        display: block;
        clear: both; }
    footer#colophon .section__featured .block.block--links .link__info a {
      color: #292f33; }
    footer#colophon .section__featured .block.block--image-links .block__link .link__image {
      float: left;
      width: 60px;
      border: 3px solid #FFF;
      outline: 1px solid #DBDDDC; }
    footer#colophon .section__featured .block.block--image-links .block__link .link__info {
      margin-left: 68px; }
    footer#colophon .section__featured .block.block--cta > p {
      font-size: 1.5rem;
      margin-bottom: 1em; }
    footer#colophon .section__featured .block.block--cta .cta_image {
      margin-bottom: 10px;
      max-width: 100%; }
    footer#colophon .section__featured .block.block--cta .brochure__links a {
      padding: 8px 16px;
      font-size: 1.4rem;
      color: #FFF;
      margin-bottom: 10px;
      display: inline-block;
      text-decoration: none;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      footer#colophon .section__featured .block.block--cta .brochure__links a:hover {
        opacity: 0.95; }
      footer#colophon .section__featured .block.block--cta .brochure__links a.order-print {
        white-space: nowrap; }
  footer#colophon .section__links {
    padding-top: 30px; }
    footer#colophon .section__links .under-address-title {
      font-weight: 700;
      font-size: 14px; }
    footer#colophon .section__links .under-address-description {
      font-size: 13px; }
    footer#colophon .section__links .block {
      margin-bottom: 20px; }
      footer#colophon .section__links .block .block__title {
        font-size: 1.6rem;
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        border-bottom: 1px solid #CCC;
        padding-bottom: 6px; }
      footer#colophon .section__links .block.block--partners .partners {
        font-size: 0; }
        footer#colophon .section__links .block.block--partners .partners img {
          margin-right: 6px; }
      footer#colophon .section__links .block.block--links .link__group {
        margin-bottom: 10px;
        font-size: 1.1rem; }
        footer#colophon .section__links .block.block--links .link__group:last-of-type {
          margin-bottom: 0; }
        footer#colophon .section__links .block.block--links .link__group .group-name {
          margin-bottom: 4px;
          font-weight: 600; }
        footer#colophon .section__links .block.block--links .link__group .menu--footer {
          padding: 0;
          margin: 0;
          list-style: none;
          display: grid;
          grid-auto-flow: column;
          grid-template-rows: repeat(6, 1fr);
          grid-gap: 0px 10px;
          -webkit-column-count: 4;
          -moz-column-count: 4;
          column-count: 4; }
          footer#colophon .section__links .block.block--links .link__group .menu--footer li {
            float: none; }
            footer#colophon .section__links .block.block--links .link__group .menu--footer li:last-child a:after {
              display: none; }
          footer#colophon .section__links .block.block--links .link__group .menu--footer a {
            text-transform: uppercase;
            color: #272727; }
            footer#colophon .section__links .block.block--links .link__group .menu--footer a:after {
              display: inline-block;
              padding: 0 6px;
              color: #000; }
          footer#colophon .section__links .block.block--links .link__group .menu--footer:after {
            display: block;
            content: '';
            clear: left; }
      footer#colophon .section__links .block.block--sites {
        text-align: right;
        font-size: 0; }
        footer#colophon .section__links .block.block--sites .logo {
          background: url(./images/sprite_iatgroup-logos.png) no-repeat;
          width: 135px;
          height: 75px;
          display: inline-block;
          margin-left: 10px; }
          footer#colophon .section__links .block.block--sites .logo.inside-vietnam {
            background-position: 0 0; }
          footer#colophon .section__links .block.block--sites .logo.inside-japan {
            background-position: 0 -150px; }
          footer#colophon .section__links .block.block--sites .logo.inside-burma {
            background-position: 0 -75px; }
      footer#colophon .section__links .block.block--contacts {
        text-align: right; }
        footer#colophon .section__links .block.block--contacts .block__title {
          text-align: right;
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        footer#colophon .section__links .block.block--contacts span {
          font-size: 1.2rem; }
  footer#colophon .brochure {
    font-size: 0; }
    footer#colophon .brochure .brochure__image {
      display: inline-block;
      /*width: 40%;*/
      vertical-align: middle; }
    footer#colophon .brochure .brochure__links {
      display: inline-block;
      width: 60%;
      vertical-align: middle;
      text-align: right; }
      footer#colophon .brochure .brochure__links a {
        padding: 8px 16px;
        font-size: 1.4rem;
        color: #FFF;
        margin-bottom: 10px;
        display: inline-block;
        text-decoration: none;
        font-weight: 700;
        font-family: Arial, sans-serif; }
        footer#colophon .brochure .brochure__links a:hover {
          opacity: 0.95; }
        footer#colophon .brochure .brochure__links a.download {
          background: -webkit-gradient(linear, left top, left bottom, from(#686868), color-stop(50%, #686868), color-stop(50%, #5c5c5c), to(#5c5c5c));
          background: -o-linear-gradient(top, #686868 0%, #686868 50%, #5c5c5c 50%, #5c5c5c 100%);
          background: linear-gradient(to bottom, #686868 0%, #686868 50%, #5c5c5c 50%, #5c5c5c 100%); }
        footer#colophon .brochure .brochure__links a.order-print {
          white-space: nowrap; }
    @media (max-width: 353px) {
      footer#colophon .brochure {
        text-align: center; }
        footer#colophon .brochure .brochure__links {
          display: block;
          width: 100%;
          text-align: center;
          margin-top: 14px; } }
  footer#colophon .section__copyright {
    background-color: #565656;
    padding: 10px 0;
    color: #FFF;
    font-size: 1.2rem; }
    footer#colophon .section__copyright .copyright-section-logo {
      display: inline; }
      footer#colophon .section__copyright .copyright-section-logo img {
        width: 20px;
        margin-right: 10px; }
    @media (max-width: 991px) {
      footer#colophon .section__copyright .row > div {
        text-align: center; } }
  footer#colophon .section__sisterblog {
    padding: 0 0 30px; }
    footer#colophon .section__sisterblog .sister-image {
      padding-left: 0; }
    footer#colophon .section__sisterblog .sister-blog-title {
      font-size: 12px;
      font-weight: 700; }
  @media (max-width: 450px) {
    footer#colophon .brochure__image img {
      display: none; }
    footer#colophon .brochure {
      margin-bottom: 68px !important;
      margin-top: 23px; } }
  footer#colophon .brochure {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 30px; }
    footer#colophon .brochure p:last-of-type {
      margin-bottom: 10px;
      font-size: 14px; }
    footer#colophon .brochure .brochure__image {
      display: inline-block;
      position: relative; }
      footer#colophon .brochure .brochure__image .brochure-box {
        margin: 0;
        top: 50%;
        left: 50%;
        position: absolute;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: white;
        width: 350px;
        height: 150px; }
        footer#colophon .brochure .brochure__image .brochure-box .block.block--text {
          padding: 0px 25px; }
          footer#colophon .brochure .brochure__image .brochure-box .block.block--text h3.block__title {
            margin-top: 11px;
            margin-bottom: 6px; }
  @media (max-width: 767px) {
    footer#colophon .brochure .brochure__image .brochure-box {
      width: 300px;
      height: 100px; }
      footer#colophon .brochure .brochure__image .brochure-box .block.block--text h3.block__title {
        font-size: 15px; }
      footer#colophon .brochure .brochure__image .brochure-box p:last-of-type {
        margin-bottom: 4px;
        font-size: 11px; }
      footer#colophon .brochure .brochure__image .brochure-box .brochure__links a {
        padding: 3px 7px;
        font-size: 1.0rem; } }
  footer#colophon .col-title {
    position: relative;
    margin-bottom: 22px; }
  footer#colophon .social-media-icon {
    position: absolute;
    right: 0;
    top: -16px;
    z-index: 2;
    padding-left: 10px;
    background-color: #EBEBEB; }
    footer#colophon .social-media-icon img {
      max-height: 50px; }
  footer#colophon .instagram-section-logo img {
    max-height: 50px;
    margin-right: 10px; }
  footer#colophon .instagram {
    overflow: hidden; }
    footer#colophon .instagram #null-instagram-feed-2 {
      list-style: none; }
    footer#colophon .instagram ul.instagram-pics.instagram-size-thumbnail {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
      footer#colophon .instagram ul.instagram-pics.instagram-size-thumbnail li {
        float: left;
        width: 50%; }
        @media (max-width: 991px) {
          footer#colophon .instagram ul.instagram-pics.instagram-size-thumbnail li {
            width: 150px; } }

/* Offers Links
---------------------------------------------------------------------------------------------------- */
.offers-btn {
  background-color: #6bc3c4;
  color: #fff;
  font-size: 1.4rem;
  padding: 8px 16px;
  font-weight: 700;
  display: inline-block; }
  .offers-btn:hover, .offers-btn:visited, .offers-btn:focus, .offers-btn:active {
    color: #fff;
    text-decoration: none; }

.offers-links {
  text-align: center;
  float: right; }

.block-offers .block-image-offers > img {
  margin-bottom: 10px;
  width: 100%; }

h3.offers__title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600; }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page__header h1 {
  font-size: 3.5rem;
  letter-spacing: -0.02em;
  word-spacing: 0.1em;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #2a2a2a; }

article.post .entry-header {
  margin-bottom: 20px; }
  article.post .entry-header .entry-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0; }
    article.post .entry-header .entry-title a {
      color: inherit;
      text-decoration: none; }
  article.post .entry-header .entry-meta {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000; }
    article.post .entry-header .entry-meta a {
      color: inherit;
      text-decoration: none; }

article.post .background-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

article.post .entry-footer {
  margin-top: 10px; }
  article.post .entry-footer .cat-links {
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 4px; }
    article.post .entry-footer .cat-links a {
      color: #FFF; }
  article.post .entry-footer .tags-links {
    padding: 4px; }
    article.post .entry-footer .tags-links a {
      color: #000; }

article.post.post-variation-1 .entry-content {
  font-size: 0;
  position: relative; }
  article.post.post-variation-1 .entry-content .thumb {
    position: relative;
    display: inline-block; }
  article.post.post-variation-1 .entry-content .image__featured {
    width: calc(100% - 450px);
    height: 650px;
    margin-right: 11px;
    vertical-align: top;
    position: relative; }
    @media (min-width: 768px) {
      article.post.post-variation-1 .entry-content .image__featured img {
        height: 100%;
        width: auto; }
        article.post.post-variation-1 .entry-content .image__featured img.portrait {
          width: 100%;
          height: auto; } }
    article.post.post-variation-1 .entry-content .image__featured .image__info {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 10px; }
      article.post.post-variation-1 .entry-content .image__featured .image__info .read-more {
        color: #FFF;
        text-transform: uppercase;
        font-size: 1.4rem;
        line-height: 1.5rem;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        text-align: right;
        margin-bottom: 10px; }
      article.post.post-variation-1 .entry-content .image__featured .image__info .image__caption {
        color: #FFF;
        background: #000;
        padding: 10px;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif; }
  article.post.post-variation-1 .entry-content .image__group--right {
    font-size: 0;
    border-bottom: 1px solid #F1F1F1; }
    article.post.post-variation-1 .entry-content .image__group--right > .thumb, article.post.post-variation-1 .entry-content .image__group--right .post__icon {
      margin-right: 11px;
      margin-bottom: 11px; }
      article.post.post-variation-1 .entry-content .image__group--right > .thumb:nth-of-type(2n), article.post.post-variation-1 .entry-content .image__group--right .post__icon:nth-of-type(2n) {
        margin-right: 0; }
    article.post.post-variation-1 .entry-content .image__group--right .thumb, article.post.post-variation-1 .entry-content .image__group--right .post__icon {
      width: 214px;
      height: 162px;
      display: inline-block;
      vertical-align: top; }
      article.post.post-variation-1 .entry-content .image__group--right .thumb .icon-jp, article.post.post-variation-1 .entry-content .image__group--right .post__icon .icon-jp {
        font-size: 110px; }
      article.post.post-variation-1 .entry-content .image__group--right .thumb.portrait, article.post.post-variation-1 .entry-content .image__group--right .post__icon.portrait {
        height: 250px; }
        article.post.post-variation-1 .entry-content .image__group--right .thumb.portrait .icon-jp, article.post.post-variation-1 .entry-content .image__group--right .post__icon.portrait .icon-jp {
          font-size: 180px; }
    article.post.post-variation-1 .entry-content .image__group--right .post__icon {
      color: #FFF;
      text-align: center; }
      article.post.post-variation-1 .entry-content .image__group--right .post__icon .icon-jp {
        line-height: 1; }
  article.post.post-variation-1 .entry-content .post__info {
    display: inline-block;
    width: 439px;
    vertical-align: top; }
    article.post.post-variation-1 .entry-content .post__info .post__excerpt {
      font-size: 1.4rem;
      line-height: 2.1rem;
      max-height: 100px;
      overflow: hidden; }
      article.post.post-variation-1 .entry-content .post__info .post__excerpt :last-child {
        margin-bottom: 0; }
    article.post.post-variation-1 .entry-content .post__info .post__links {
      position: absolute;
      bottom: 0; }
      article.post.post-variation-1 .entry-content .post__info .post__links .read-more {
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        font-weight: 700;
        color: #000;
        text-decoration: none; }
        article.post.post-variation-1 .entry-content .post__info .post__links .read-more strong {
          font-size: 2.6rem;
          line-height: 2rem;
          display: block; }
        article.post.post-variation-1 .entry-content .post__info .post__links .read-more small {
          font-size: 1.3rem;
          display: block;
          line-height: 1.3rem; }

@media (max-width: 767px) {
  article.post.post-variation-1 .entry-content .image__featured {
    width: 100%;
    height: 300px;
    margin-right: 0;
    display: block; }
    article.post.post-variation-1 .entry-content .image__featured .image__info {
      display: none; }
  article.post.post-variation-1 .entry-content .post__info {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: justify; }
    article.post.post-variation-1 .entry-content .post__info .post__excerpt {
      max-height: none;
      overflow: auto; }
    article.post.post-variation-1 .entry-content .post__info .post__links {
      display: none; }
  article.post.post-variation-1 .entry-content .image__group--right {
    display: none; } }

article.post.post-variation-2 .entry-content {
  font-size: 0;
  position: relative; }
  article.post.post-variation-2 .entry-content .thumb {
    position: relative;
    display: inline-block; }
  article.post.post-variation-2 .entry-content .image__featured {
    width: calc(100% - 356px);
    height: 650px;
    margin-right: 0;
    vertical-align: top;
    position: relative; }
    article.post.post-variation-2 .entry-content .image__featured .image__info {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px; }
      article.post.post-variation-2 .entry-content .image__featured .image__info a {
        text-decoration: none; }
      article.post.post-variation-2 .entry-content .image__featured .image__info .read-more {
        color: #FFF;
        text-transform: uppercase;
        font-size: 1.4rem;
        line-height: 1.5rem;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        text-align: left;
        margin-bottom: 10px; }
      article.post.post-variation-2 .entry-content .image__featured .image__info .image__caption {
        color: #000;
        background: #FFF;
        padding: 10px;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif; }
  article.post.post-variation-2 .entry-content .post__info {
    display: inline-block;
    width: 356px;
    height: 100%;
    position: absolute;
    vertical-align: top;
    background: #000; }
    article.post.post-variation-2 .entry-content .post__info:before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: 10px;
      background: #000;
      left: -11px; }
    article.post.post-variation-2 .entry-content .post__info .post__excerpt {
      font-size: 1.4rem;
      line-height: 2.1rem;
      max-height: none;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      color: #FFF;
      padding: 15px;
      text-align: justify; }
      article.post.post-variation-2 .entry-content .post__info .post__excerpt h3 {
        margin: 0 0 15px 0;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        font-size: 2.2rem;
        font-weight: 700;
        text-align: left; }

@media (max-width: 767px) {
  article.post.post-variation-2 .entry-content .image__featured {
    width: 100%;
    height: 300px; }
    article.post.post-variation-2 .entry-content .image__featured .image__info {
      display: none; }
  article.post.post-variation-2 .entry-content .post__info {
    display: block;
    position: static;
    margin-top: 10px;
    width: 100%;
    background: inherit; }
    article.post.post-variation-2 .entry-content .post__info .post__excerpt {
      color: #000;
      padding: 0; }
      article.post.post-variation-2 .entry-content .post__info .post__excerpt p {
        margin-bottom: 10px; }
    article.post.post-variation-2 .entry-content .post__info:before {
      display: none; } }

article.post.post-variation-3 .entry-content {
  font-size: 0;
  position: relative; }
  article.post.post-variation-3 .entry-content .thumb {
    position: relative;
    display: inline-block; }
  article.post.post-variation-3 .entry-content .image__featured {
    width: 100%;
    height: 650px;
    margin-right: 0;
    vertical-align: top;
    position: relative; }
    article.post.post-variation-3 .entry-content .image__featured .image__info {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px;
      width: 100%; }
      article.post.post-variation-3 .entry-content .image__featured .image__info:after {
        content: '';
        display: block;
        clear: right; }
      article.post.post-variation-3 .entry-content .image__featured .image__info .read-more {
        color: #FFF;
        text-transform: uppercase;
        font-size: 1.4rem;
        line-height: 1.5rem;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        text-align: right;
        margin-bottom: 10px;
        float: right;
        position: relative;
        bottom: -20px;
        height: 43px; }
      article.post.post-variation-3 .entry-content .image__featured .image__info .image__caption {
        color: #FFF;
        background: #000;
        padding: 10px;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif; }
  article.post.post-variation-3 .entry-content .post__info {
    display: inline-block;
    width: 70%;
    position: absolute;
    vertical-align: top;
    background: #FFF;
    bottom: 70px;
    left: 10px;
    overflow: hidden; }
    article.post.post-variation-3 .entry-content .post__info .post__excerpt {
      font-size: 1.3rem;
      line-height: 2rem;
      max-height: none;
      overflow: hidden;
      color: #000;
      padding: 15px;
      text-align: justify; }
      article.post.post-variation-3 .entry-content .post__info .post__excerpt h3 {
        margin: 0 0 15px 0;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif;
        font-size: 2.2rem;
        font-weight: 700;
        text-align: left; }
      article.post.post-variation-3 .entry-content .post__info .post__excerpt :last-child {
        margin-bottom: 0; }

@media (max-width: 767px) {
  article.post.post-variation-3 .entry-content .image__featured {
    height: 300px; }
    article.post.post-variation-3 .entry-content .image__featured .image__info {
      display: none; }
  article.post.post-variation-3 .entry-content .post__info {
    position: static;
    height: auto;
    width: 100%;
    margin-top: 10px; }
    article.post.post-variation-3 .entry-content .post__info .post__excerpt {
      padding: 0; }
      article.post.post-variation-3 .entry-content .post__info .post__excerpt p {
        margin-bottom: 10px; } }

article.post.post-variation-4 .entry-content {
  font-size: 0;
  position: relative; }
  article.post.post-variation-4 .entry-content .thumb {
    position: relative;
    display: inline-block; }
  article.post.post-variation-4 .entry-content .image__featured {
    width: 50%;
    height: 432px;
    margin-right: 0;
    vertical-align: top;
    position: relative; }
    article.post.post-variation-4 .entry-content .image__featured .image__info {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px; }
      article.post.post-variation-4 .entry-content .image__featured .image__info .image__caption {
        color: #000;
        background: #FFF;
        padding: 10px;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: -0.02em;
        word-spacing: 0.1em;
        font-family: 'Archivo Narrow', sans-serif; }
  article.post.post-variation-4 .entry-content .image__group--right {
    font-size: 0;
    border-bottom: 1px solid #F1F1F1;
    width: 50%;
    display: inline-block;
    position: relative; }
    article.post.post-variation-4 .entry-content .image__group--right .thumb, article.post.post-variation-4 .entry-content .image__group--right .post__icon {
      display: inline-block;
      width: 50%;
      height: 216px;
      background-repeat: no-repeat;
      background-size: cover;
      vertical-align: top; }
    article.post.post-variation-4 .entry-content .image__group--right .post__icon {
      color: #FFF;
      text-align: center; }
      article.post.post-variation-4 .entry-content .image__group--right .post__icon .icon-jp {
        font-size: 170px;
        line-height: 1; }
    article.post.post-variation-4 .entry-content .image__group--right .read-more {
      color: #FFF;
      text-transform: uppercase;
      font-size: 1.4rem;
      line-height: 1.5rem;
      letter-spacing: -0.02em;
      word-spacing: 0.1em;
      font-family: 'Archivo Narrow', sans-serif;
      text-align: right;
      margin-bottom: 10px;
      position: absolute;
      bottom: 10px;
      right: 10px; }
  article.post.post-variation-4 .entry-content .post__info .post__excerpt {
    font-size: 1.4rem;
    line-height: 2.1rem; }
    article.post.post-variation-4 .entry-content .post__info .post__excerpt h3 {
      margin: 0 0 15px 0; }
  article.post.post-variation-4 .entry-content .post__info.post__info--latter {
    display: none; }

@media (max-width: 767px) {
  article.post.post-variation-4 .entry-content .image__featured {
    width: 100%;
    height: 300px; }
    article.post.post-variation-4 .entry-content .image__featured .image__info {
      display: none; }
  article.post.post-variation-4 .entry-content .image__group--right {
    display: none; }
  article.post.post-variation-4 .entry-content .post__info {
    display: none; }
    article.post.post-variation-4 .entry-content .post__info.post__info--latter {
      display: block;
      margin-top: 10px;
      text-align: justify;
      color: #000; } }

article.post.post-variation-5 .entry-content {
  font-size: 0;
  position: relative; }
  article.post.post-variation-5 .entry-content .thumb {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block; }
    article.post.post-variation-5 .entry-content .thumb.portrait {
      height: 300px; }
  article.post.post-variation-5 .entry-content .image__group {
    width: 66.66667%;
    float: left;
    font-size: 0; }
    article.post.post-variation-5 .entry-content .image__group .image, article.post.post-variation-5 .entry-content .image__group .post__icon {
      display: inline-block;
      width: 50%;
      height: 220px;
      vertical-align: top; }
    article.post.post-variation-5 .entry-content .image__group .post__icon {
      color: #FFF;
      text-align: center; }
      article.post.post-variation-5 .entry-content .image__group .post__icon .icon-jp {
        font-size: 180px;
        line-height: 1; }
  article.post.post-variation-5 .entry-content .post__info {
    width: 33.33333%;
    float: right;
    padding-left: 10px;
    height: 220px;
    overflow: hidden; }
    article.post.post-variation-5 .entry-content .post__info .post__excerpt {
      height: 100%;
      font-size: 1.4rem;
      line-height: 2.1rem; }
      article.post.post-variation-5 .entry-content .post__info .post__excerpt h3 {
        margin: 0 0 15px 0; }
      article.post.post-variation-5 .entry-content .post__info .post__excerpt :last-child {
        margin-bottom: 0; }

@media (max-width: 767px) {
  article.post.post-variation-5 .entry-content .image__group {
    display: block;
    width: 100%;
    overflow: hidden; }
    article.post.post-variation-5 .entry-content .image__group .image, article.post.post-variation-5 .entry-content .image__group .post__icon {
      width: 100%;
      height: 300px; }
      article.post.post-variation-5 .entry-content .image__group .image:not(:first-of-type), article.post.post-variation-5 .entry-content .image__group .post__icon:not(:first-of-type) {
        display: none; }
  article.post.post-variation-5 .entry-content .post__info {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 10px;
    height: auto; } }

article.post.post-variation-0 .entry-content {
  font-size: 0;
  position: relative; }
  article.post.post-variation-0 .entry-content .thumb {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block; }
    article.post.post-variation-0 .entry-content .thumb.portrait {
      height: 300px; }
  article.post.post-variation-0 .entry-content .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover; }
  article.post.post-variation-0 .entry-content .thumb img.portrait {
    width: 100%;
    height: auto; }
  article.post.post-variation-0 .entry-content .image__group {
    width: 66.66667%;
    float: left;
    font-size: 0; }
    article.post.post-variation-0 .entry-content .image__group .image, article.post.post-variation-0 .entry-content .image__group .post__icon {
      display: inline-block;
      width: 50%;
      height: 220px;
      vertical-align: top; }
    article.post.post-variation-0 .entry-content .image__group .post__icon {
      color: #FFF;
      text-align: center; }
      article.post.post-variation-0 .entry-content .image__group .post__icon .icon-jp {
        font-size: 180px;
        line-height: 1; }
  article.post.post-variation-0 .entry-content .post__info {
    width: 33.33333%;
    float: left;
    padding-right: 10px;
    height: 220px;
    overflow: hidden; }
    article.post.post-variation-0 .entry-content .post__info .post__excerpt {
      height: 100%;
      font-size: 1.4rem;
      line-height: 2.1rem; }
      article.post.post-variation-0 .entry-content .post__info .post__excerpt h3 {
        margin: 0 0 15px 0; }
      article.post.post-variation-0 .entry-content .post__info .post__excerpt :last-child {
        margin-bottom: 0; }

@media (max-width: 767px) {
  article.post.post-variation-0 .entry-content .image__group {
    display: none; }
  article.post.post-variation-0 .entry-content .post__info {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 10px;
    height: auto; } }

.site__section {
  margin-top: 20px;
  padding: 0 0 20px 0; }
  .site__section .section__heading {
    font-size: 3.5rem;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #2a2a2a; }
    @media (max-width: 430px) {
      .site__section .section__heading {
        font-size: 2.4rem; } }
  .site__section .section__content {
    padding-top: 20px; }

.site__separator {
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F1F1; }

body.blog .post__wrapper:not(:last-of-type), body.archive .post__wrapper:not(:last-of-type), body.search .post__wrapper:not(:last-of-type) {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px; }

body.single #primary {
  max-width: 900px; }

body.single article.post .entry-title {
  font-size: 3.4rem;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 6px;
  margin-bottom: 2px; }

body.single article.post .entry-meta {
  margin-bottom: 20px; }

body.single article.post .entry-header {
  margin-bottom: 20px; }

body.single article.post .entry-content {
  font-family: Arial, sans-serif;
  font-size: 1.4rem; }
  body.single article.post .entry-content h1, body.single article.post .entry-content h2, body.single article.post .entry-content h3, body.single article.post .entry-content h4, body.single article.post .entry-content h5, body.single article.post .entry-content h6 {
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    line-height: 80%; }
  body.single article.post .entry-content h1 {
    font-size: 3.2rem; }
  body.single article.post .entry-content h2 {
    font-size: 2.4rem; }
  body.single article.post .entry-content h3 {
    font-size: 1.8rem; }
  body.single article.post .entry-content h4 {
    font-size: 1.5rem; }
  body.single article.post .entry-content h5 {
    font-size: 1.3rem; }
  body.single article.post .entry-content h6 {
    font-size: 1rem; }
  body.single article.post .entry-content .tiled-gallery .gallery-row {
    margin-left: auto;
    margin-right: auto; }

body.single article.post .featured-image {
  position: relative;
  text-align: center; }
  body.single article.post .featured-image .featured-image__caption {
    position: absolute;
    padding: 10px 20px;
    bottom: 6px;
    left: 20px;
    background: #FFF;
    color: #000;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    word-spacing: 0.1em;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700; }

body.single article.post .entry-footer .related-posts {
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  word-spacing: 0.1em;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #000; }
  body.single article.post .entry-footer .related-posts a {
    color: inherit;
    text-decoration: none; }
    body.single article.post .entry-footer .related-posts a:hover {
      color: #677d29; }

body.single article.post .entry-footer .meta {
  margin-top: 25px;
  letter-spacing: -0.02em;
  word-spacing: 0.1em;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  font-size: 1.3rem; }
  body.single article.post .entry-footer .meta a {
    color: #677d29;
    text-decoration: none; }

.error-404 {
  margin-bottom: 30px; }
  .error-404 .page-content {
    font-size: 1.4rem; }
  .error-404 .search-field {
    border: 1px solid #999;
    padding: 10px;
    border-radius: 2px;
    color: #333;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 240px; }
  .error-404 .search-submit {
    padding: 11px;
    font-size: 1.2rem;
    outline: none; }

body.page-template-template-no_sidebar article.hentry .entry-content {
  font-size: 1.4rem;
  line-height: 1.6; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.archive.author .author__area .author__bio {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8rem; }

.archive.author .page__header .section__heading {
  letter-spacing: -0.02em;
  word-spacing: 0.1em;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #2a2a2a;
  font-weight: 700; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

article.post .wpb_row, article.post .wpb_content_element, article.post ul.wpb_thumbnails-fluid > li, article.post .last_toggle_el_margin, article.post .wpb_button {
  margin-bottom: 15px; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

@media (min-width: 992px) {
  .container {
    width: 92%;
    max-width: 1200px; } }

@media (max-width: 991px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px; }
    .container.xs-fluid {
      padding-left: 0;
      padding-right: 0; } }

/*.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 22px !important;
}

.stButton .stBubble_count {
    height: 41px !important;
}

.stButton .stButton_gradient {
    height: 22px !important;
}

.stButton {
    vertical-align: bottom;
}*/
.stYoutube {
  top: 0 !important;
  display: inline-block;
  vertical-align: text-bottom; }

/*--------------------------------------------------------------
13.0 Brand
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Inside Asia Tour: body#site-brand-ia
--------------------------------------------------------------*/
body#site-brand-ia header#masthead .site-navigation .site__parent a {
  border: 2px solid #e33f3a;
  background-color: #e33f3a; }
  body#site-brand-ia header#masthead .site-navigation .site__parent a:hover {
    color: #e33f3a; }

body#site-brand-ia header#masthead .site-navigation .menu__wrapper ul li a:hover {
  color: #e33f3a; }

body#site-brand-ia header#masthead section.site-branding .contacts .contact__social a.social {
  background-color: #e33f3a; }

body#site-brand-ia #content section .flexslider--posts .slides article.post .post__content-wrapper .post__content .post__read-more {
  color: #e33f3a; }

body#site-brand-ia #content section .flexslider.flexslider--category-carousel .slides .slide__link:hover {
  background-color: #e33f3a; }

body#site-brand-ia #content section .flexslider.flexslider--carousel .flex-direction-nav .flex-prev:hover, body#site-brand-ia #content section .flexslider.flexslider--carousel .flex-direction-nav .flex-next:hover {
  background-color: #e33f3a; }

body#site-brand-ia section.view-by .newsletter-subscribe .subscribe__button {
  background-color: #e33f3a;
  border: 2px solid #e33f3a; }
  body#site-brand-ia section.view-by .newsletter-subscribe .subscribe__button:hover {
    color: #e33f3a;
    border-color: #e33f3a; }

body#site-brand-ia section.view-by .newsletter-subscribe #mc_signup_do:hover {
  color: #e33f3a;
  background-color: #fff;
  border-color: #e33f3a; }

body#site-brand-ia section.view-by .newsletter-subscribe a.privacy_policy:hover {
  color: #e33f3a; }

body#site-brand-ia section.site__breadcrumbs a {
  color: #e33f3a; }

body#site-brand-ia.single #page #content #primary main article.post .entry-footer .meta a {
  color: #e33f3a; }

body#site-brand-ia.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post .iat-slider-posts-img .slider-post-buttons span {
  background-color: #e33f3a; }
  body#site-brand-ia.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post .iat-slider-posts-img .slider-post-buttons span:hover {
    background-color: #e44944; }

body#site-brand-ia.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post h4 a {
  color: #e44944; }

body#site-brand-ia.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post .slider-button-link {
  background-color: #e33f3a;
  border: 2px solid #e33f3a; }
  body#site-brand-ia.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post .slider-button-link:hover {
    color: #e44944;
    background-color: #fff; }

body#site-brand-ia.single #page #content #secondary .widget_ghw_sidebar_widget_brochure .brochure-inner a {
  background-color: #e33f3a;
  border: 2px solid #e33f3a; }
  body#site-brand-ia.single #page #content #secondary .widget_ghw_sidebar_widget_brochure .brochure-inner a:hover {
    color: #e44944;
    background-color: #fff; }

body#site-brand-ia footer#colophon .brochure .brochure__links a.order-print {
  background-color: #e33f3a;
  border: 2px solid #e33f3a; }
  body#site-brand-ia footer#colophon .brochure .brochure__links a.order-print:hover {
    background-color: #fff;
    color: #e33f3a; }

body#site-brand-ia footer#colophon .section__featured .block.block--cta .brochure__links a.order-print {
  background-color: #e33f3a;
  border: 2px solid #e33f3a; }
  body#site-brand-ia footer#colophon .section__featured .block.block--cta .brochure__links a.order-print:hover {
    background-color: #fff;
    color: #e33f3a; }

body#site-brand-ia footer#colophon .section__featured .block-offers .offers__title {
  color: #677d29; }

body#site-brand-ia footer#colophon .section__featured .block-offers .offers-links .offers-btn {
  background-color: #677d29;
  border: 2px solid #677d29; }
  body#site-brand-ia footer#colophon .section__featured .block-offers .offers-links .offers-btn:hover {
    background-color: #fff;
    color: #677d29; }

body#site-brand-ia footer#colophon .section__sisterblog .sister-blog-text a {
  color: #677d29; }

/*--------------------------------------------------------------
13.2 Inside Japan Tour: body#site-brand-ijt
--------------------------------------------------------------*/
body#site-brand-ijt header#masthead .site-navigation .site__parent a {
  border: 2px solid #677d29;
  background-color: #677d29; }
  body#site-brand-ijt header#masthead .site-navigation .site__parent a:hover {
    color: #677d29; }

body#site-brand-ijt header#masthead .site-navigation .menu__wrapper ul li a:hover {
  color: #677d29; }

body#site-brand-ijt header#masthead section.site-branding .contacts .contact__social a.social {
  background-color: #677d29; }

body#site-brand-ijt #content section .flexslider--posts .slides article.post .post__content-wrapper .post__content .post__read-more {
  color: #677d29; }

body#site-brand-ijt #content section .flexslider.flexslider--category-carousel .slides .slide__link:hover {
  background-color: #677d29; }

body#site-brand-ijt #content section .flexslider.flexslider--carousel .flex-direction-nav .flex-prev:hover, body#site-brand-ijt #content section .flexslider.flexslider--carousel .flex-direction-nav .flex-next:hover {
  background-color: #DDDE3A; }

body#site-brand-ijt section.view-by .newsletter-subscribe .subscribe__button {
  background-color: #677d29;
  border: 2px solid #677d29; }
  body#site-brand-ijt section.view-by .newsletter-subscribe .subscribe__button:hover {
    color: #677d29;
    border-color: #677d29; }

body#site-brand-ijt section.view-by .newsletter-subscribe #mc_signup_do:hover {
  color: #677d29;
  background-color: #fff;
  border-color: #677d29; }

body#site-brand-ijt section.view-by .newsletter-subscribe a.privacy_policy:hover {
  color: #677d29; }

body#site-brand-ijt section.site__breadcrumbs a {
  color: #677d29; }

body#site-brand-ijt.single #page #content #primary main article.post .entry-footer .meta a {
  color: #677d29; }

body#site-brand-ijt.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post .iat-slider-posts-img .slider-post-buttons span {
  background-color: #DDDE3A; }
  body#site-brand-ijt.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post .iat-slider-posts-img .slider-post-buttons span:hover {
    background-color: #677d29; }

body#site-brand-ijt.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post h4 a {
  color: #677d29; }

body#site-brand-ijt.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post .slider-button-link {
  background-color: #677d29;
  border: 2px solid #677d29; }
  body#site-brand-ijt.single #page #content #secondary .widget_ghw_sidebar_widget_slider .slide-post .slider-button-link:hover {
    color: #677d29;
    background-color: #fff; }

body#site-brand-ijt.single #page #content #secondary .widget_ghw_sidebar_widget_brochure .brochure-inner a {
  background-color: #677d29;
  border: 2px solid #677d29; }
  body#site-brand-ijt.single #page #content #secondary .widget_ghw_sidebar_widget_brochure .brochure-inner a:hover {
    color: #677d29;
    background-color: #fff; }

body#site-brand-ijt footer#colophon .brochure .brochure__links a.order-print {
  background-color: #677d29;
  border: 2px solid #677d29; }
  body#site-brand-ijt footer#colophon .brochure .brochure__links a.order-print:hover {
    background-color: #fff;
    color: #677d29; }

body#site-brand-ijt footer#colophon .section__featured .block.block--cta .brochure__links a.order-print {
  background-color: #677d29;
  border: 2px solid #677d29; }
  body#site-brand-ijt footer#colophon .section__featured .block.block--cta .brochure__links a.order-print:hover {
    background-color: #fff;
    color: #677d29; }

body#site-brand-ijt footer#colophon .section__featured .block-offers .offers__title {
  color: #e33f3a; }

body#site-brand-ijt footer#colophon .section__featured .block-offers .offers-links .offers-btn {
  background-color: #e33f3a;
  border: 2px solid #e33f3a; }
  body#site-brand-ijt footer#colophon .section__featured .block-offers .offers-links .offers-btn:hover {
    background-color: #fff;
    color: #e33f3a; }

body#site-brand-ijt footer#colophon .section__sisterblog .sister-blog-text a {
  color: #e44944; }
